[thelist] javascript://

Ron_Senykoff/BEA at beaerospace.com Ron_Senykoff/BEA at beaerospace.com
Wed Jun 27 16:26:36 CDT 2001


<snip>
That was my guess as well.  In situations like this I typically will use
HREF="#" OnClick="whatever();"
</snip>

The href="#" can cause problems... I remember encountering it a while back
but can't remember why other than I had trouble with Netscape DOM vs IE.
I solved it (with help from MonkeyJunkies) by doing
<a href="JavaScript:submit()">Submit</a>

-Ron S.





More information about the thelist mailing list