but this won't work. instead when i click it i get 'error on the page' message in IE.
i use both newest beta script versions.
your help is greatly appreciated :)
lucid dreamers unite! visit http://ld4all.com
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.36.--.--
Posted:
Well, that should work... exactly what error message did you get in IE? Click the message for more details, it should tell you something like "syntax error in line 123" or similar...
Good luck - Angus.
3) QGroup: Members Posts: 31Joined: 4 Apr 2004Location: IP: 213.84.--.--
Posted:
the error i get is:
"mainDiv" not defined.
i have put the code into the pop_data.js, which is loaded into the page which calls the ScrolDiv script.
I put the script loading tag right after the body tag of that page.
lucid dreamers unite! visit http://ld4all.com
4) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.36.--.--
Posted:
All your scripts should be in the scroller document itself, not the page loaded inside the scroller document... so if that's the case then make sure they're all in the topmost page and that "mainDiv" is actually the name of your scroller object and the scroller script is working.
Good luck - Angus.
5) QGroup: Members Posts: 31Joined: 4 Apr 2004Location: IP: 213.84.--.--
Posted:
thank you! i rechecked the source and it was named content, so when i put that in it worked.. :)