Forum Moderators: open

Message Too Old, No Replies

javascript links

         

reinhard

6:25 am on Jan 6, 2004 (gmt 0)



Why can't I access "javascript:;" links on websites with Explorer 6.0? My
security settings are set to medium, privacy set to medium....default
browser settings.

CloudLong

2:16 pm on Jan 6, 2004 (gmt 0)

10+ Year Member



"javascript:;" is use to tell the browser to ignore the link, so it will not take you to anywhere. usually the things will looks like this

<a href="javascript:;" onclick="play()">

the use of this kind of link is to invoke a certain javascript function when people click on the link.

So your browser is normal :)