H
howfuchs
I have following code:
<a href="javascript:void(0)" onClick="if(confirm('Please click Yes to
proceed. Click No to
cancel')){location.href='http://www.someurl.com';}">some link</a>
Tests fine in IE7 and latest firefox but not in IE6.
Any help very much appreciated.
<a href="javascript:void(0)" onClick="if(confirm('Please click Yes to
proceed. Click No to
cancel')){location.href='http://www.someurl.com';}">some link</a>
Tests fine in IE7 and latest firefox but not in IE6.
Any help very much appreciated.