*error message
- Started
- Last post
- 8 Responses
- mikeim
Please take a look at my code on this page and let me know how I can fix the error I keep getting on Windows platform when I use the scroll arrows on the bottom right (products and news).
http://www.atdesignstudio.com/cl…
thx.
- mitsu0
you don't have none(); defined
- mikeim0
yr awesome. thx.
- toulouz0
page displays fine, great dynamic flash !
when you use the scroll arrows on mid yellow nav bar rh side you get error message in IE6.
it says: line 1 char 1 Error: object expected, code:0This is when you try to scroll the text on the opening page. It still scrolls ok tho.
- mikeim0
yep, i get the same error message. defining my caller didn;t work.
any other suggestions?
- mitsu0
i don't see in your source where you defined it.
- mikeim0
what should i define there?
- mitsu0
function none(){return 0;}
doesn't matter really, just put this in your .js or in your header script tags.
- mitsu0
no, don't put it down there.
put it in your script tags like this:
(head)
(script language="JavaScript")
function none()
{
return 0;
}
(/script)
(/head)