robert_gsfame Posted April 14, 2010 Share Posted April 14, 2010 a href=javascript:void(0) not working in IE 6.0, so what should i do so that i can get the same result as when using javascript:void(0) Link to comment https://forums.phpfreaks.com/topic/198474-javascriptvoid0/ Share on other sites More sharing options...
yozyk Posted April 14, 2010 Share Posted April 14, 2010 Try this: <a href="" onclick="return false">link text</a> Link to comment https://forums.phpfreaks.com/topic/198474-javascriptvoid0/#findComment-1041484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.