PDA

View Full Version : Java not working



starchap
03-29-2008, 10:15 AM
I am trying to insert a java script to create a scroll. The code works on my other site but I am unable to get to to work with my Bluehost site. I have placed the code on the site but it does not show. The site is: www.starchapter338.org. Any thoughts.
Thanks

felgall
03-29-2008, 02:20 PM
Well my browser reports the following when I open the page for line 21.


missing ; before statement
[Break on this error] function populate(){if (iedom){cross_marquee=document.getElementById? document.g...

ps. JavaScript is not Java. They are two completely different languages.

starchap
03-31-2008, 06:42 AM
Thanks, I will look it over and see if I can find that error.

Slapping Penguins
05-04-2008, 11:29 AM
You could just use the HTML
<marquee>Anything you want to scroll here</marquee> instead of using Javascript.

felgall
05-04-2008, 01:21 PM
There is no such HTML as a <marquee> tag. Most browsers will ignore it.

Early Out
05-04-2008, 01:30 PM
Most browsers will ignore it.Except for IE7 and FF 2.0.0.14, both of which display it.