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)
"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.