> I am hesitant to mess with the JavaScript.
tip: never use a script that you cannot debug yourself
i'm no javascript expert, but i believe the source of your problem is this --
function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}
the link is defined like this --
<a href="practices.htm"onClick="return clickreturnvalue()" ...
so unless you visit in IE4 or NS6, the link won't work, *on purpose*
another tip: browser sniffing is so 90's, and you have just discovered one
reason why
rudy
____ The WDVL Discussion List from WDVL.COM ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.