chris_fill
05-05-2004, 03:24 AM
Whats wrong with this code?
HERE (http://www.members.shaw.ca/chris_fill/cmhlticker.js)
HERE (http://www.members.shaw.ca/chris_fill/cmhlticker.js)
|
||||
Whats wrong with thus code?chris_fill 05-05-2004, 03:24 AM Whats wrong with this code? HERE (http://www.members.shaw.ca/chris_fill/cmhlticker.js) Unit 05-05-2004, 04:33 AM document.write('<param name="yposition4" value="10">') document.write(' </applet>') this line break? plutoniumman 05-05-2004, 04:26 PM The only thing I found wrong on it was a few syntax errors. Try this code: <applet code="C:\unzipped\ascroll2[1]\ascroll2\example3\ascroll2.class" codebase="" width="620" height="15"> document.write('<param name="applet_width" value="620">') document.write('<param name="applet_height" value="15">') document.write('<param name="regcode" value="ahs4457t8">') document.write('<param name="bgcolor" value="180073">') document.write('<param name="border" value="no">') document.write('<param name="border_color" value="af0000">') document.write('<param name="mouse_over" value="slow">') document.write('<param name="scroll_delay" value="16">') document.write('<param name="xspace" value="8">') document.write('<param name="target_frame" value="_self">') document.write('<param name="text1" value="TOP STORIES :::::: ">') document.write('<param name="link1" value="">') document.write('<param name="font1" value="Verdana,1,9">') document.write('<param name="color1" value="FFFFFF,CCCCCC">') document.write('<param name="status_bar_msg1" value="">') document.write('<param name="yposition1" value="10">') document.write('<param name="text2" value="KARIYA TO SUIT UP FOR AVS ... ">') document.write('<param name="link2" value="http://www.sportsnet.ca/hockey/hearsay.jsp">') document.write('<param name="font2" value="Verdana,1,9">') document.write('<param name="color2" value="FFFFFF,CCCCCC">') document.write('<param name="status_bar_msg2" value="">') document.write('<param name="yposition2" value="10">') document.write('<param name="text3" value="LEAFS FACE MUST-WIN SITUATION ... ">') document.write('<param name="link3" value="http://www.sportsnet.ca/hockey/article.jsp?content=20040504_115004_3208">') document.write('<param name="font3" value="Verdana,1,9">') document.write('<param name="color3" value="FFFFFF,CCCCCC">') document.write('<param name="status_bar_msg3" value="">') document.write('<param name="yposition3" value="10">') document.write('<param name="text4" value="F1 SEEKS CHANGE ... ">') document.write('<param name="link4" value="http://www.sportsnet.ca/autoracing/article.jsp?content=20040504_121604_5760">') document.write('<param name="font4" value="Verdana,1,9">') document.write('<param name="color4" value="FFFFFF,CCCCCC">') document.write('<param name="status_bar_msg4" value="">') document.write('<param name="yposition4" value="10">') </applet> plutoniumman 05-05-2004, 04:28 PM oh yeah, are you sure that ascroll2.class is in this dir: C:\unzipped\ascroll2[1]\ascroll2\example3\ascroll2.class |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum