cesarcesar Posted June 13, 2007 Share Posted June 13, 2007 The following JS script works fine in FF and IE7. It fails though in IE6, which happens to be my target audience. Whats failing is.. the window.location is not calling. function confirmation(text,url_link) { var answer = confirm(text) if (answer){ window.location = url_link; } } Quote Link to comment Share on other sites More sharing options...
suma237 Posted June 13, 2007 Share Posted June 13, 2007 hi use the code-window.location.href Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.