Invalid Argument Line 40 (solved)

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
alinford
Beginner
Beginner
Posts: 2
Joined: Tue Jan 07, 2003 1:41 am

Invalid Argument Line 40 (solved)

Post by alinford »

I am getting an error in IE6 on the first mouseover. After that, it works fine. It also works fine in Mozilla and Opera at all times.

Line: 40
Char: 246
Error: Invalid argument
Code: 0
URL: http://dev.xxxxxxxxxxx.com/faq/index.php

Any ideas?

Answer:
The problem was that I was using this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Instead of this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Austin Linford
Post Reply