[thelist] NS7.1 return false JS issue

Tom Dell'Aringa pixelmech at yahoo.com
Fri Oct 17 13:15:21 CDT 2003


Hey folks,

I have the following link:

<a href="jsNotice.jsp" onmouseover="window.status='Select Date';
return true;" onmouseout="window.status=''; return true;"
onclick="SetServiceDate(this.id); return false;"
id="10/18/2003">18</a>

It's on a calendar. I call the SetServiceDate() using the onclick,
setting return false to disable the link. If js is disabled or not
working, they should get the "jsNotice" page telling them there is a
problem. (This is for a help desk type app). 

Works fine in IE, problem is NS7.1 is going to the link. No idea why
the return false is not working... anyone?

Tom

=====
http://www.pixelmech.com/ :: Web Development Services
http://www.DMXzone.com/ :: Premium Content Author / JavaScript / Every Friday!
http://www.thywordistruth.net/ :: Eternal Life

"That's not art, that's just annoying." -- Squidward


More information about the thelist mailing list