Applets

liunx

Guest
I am having problems opening my links into a new page since I started using a "Advanced Horizontal Scrolling Text Java Applet" I got from the web. Can anyone take at look at my code and let me know what I'm doing wrong? I'm kinda new to Java and Applets. The scrolling text is at the bottom of the page(Movies, Order Pictures, Contact Us etc)<br />
<br />
Thanks<br />
<br />
Joshua<!--content-->...sorry, forgot the link<br />
<br />
jakeandjustin.com<!--content-->Can you find this code...<br />
<param name="target_frame" value="_self"><br />
<br />
Change _self to _blank and it should work fine. I see you have some errors in your HTML, e.g. you have a <h3> and two <table>s between the <head> and </head> tags, four <body> tags (you should only have one), and some tags missing end tags (<tag>s that should corresponding </tag>s).<!--content-->
 
Back
Top