is JavaScript enabled? If it isn't, then you're simply passing javascript:whatever() as a url, not as JavaScript.
On this note, I always use the following format: <a href="#" onClick="function()"> instead of <a href="javascript:function()"> so that if the user doesn't have JavaScript enabled, nothing "breaks" ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 10:07 AM Subject: RE: IE5.5 or 6.0 error when a link to a page is executed. > > In my first message I meant that I couldn't open a link if Javascript is > used. I get a standard error message saying that The Page cannot be > displayed (only in IE). Beside that, I noticed that when I go to Security > tab I get a GPF. > > > Henry > > > > > > > ------------------------------------------------------------------------- > This email server is running an evaluation copy of the MailShield anti- > spam software. Please contact your email administrator if you have any > questions about this message. MailShield product info: www.mailshield.com > > ----------------------------------------------- > To post, send email to [EMAIL PROTECTED] > To subscribe / unsubscribe: http://www.dfwcfug.org > ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
