[thelist] Odd JavaScript Warning

Jay Blanchard jblanchard at pocket.com
Wed Mar 7 09:59:13 CST 2007


[snip]
Well, since it seems like a weird bug, I guess shots-in-the-dark are
acceptable. So. even though I have no idea why this would cause the
warning you are seeing, I'll point out an error here:

onsubmit="javascript:showProcessing()"

There should be no "javascript:" here.

The only other thing I can suggest is to alert
document.all.content.style and its type to perhaps see what's going
on. If you have firefox with firebug, that might help as well, unless
the warning is due to some bug in IE.

If that doesn't work, let me know, and we can keep throwing ideas at
the wall to see what sticks.
[/snip]

They seem to have a lot of non-standard and non-DOM JavaScript in the
application. We did look at it with FireBug, but it gave us little to go
on.



More information about the thelist mailing list