robert_gsfame Posted April 6, 2010 Share Posted April 6, 2010 I have created this function once button onclick, it works fine in FF but not in IE 6.0 as i have to refresh the page first <script type="text/javascript"> function redirection(){ window.location("test2.php") );} </script> html code : <input type="button" value="button" onclick="redirection()" thx in advance Link to comment https://forums.phpfreaks.com/topic/197703-windowlocation-not-working-in-ie-60/ Share on other sites More sharing options...
xenophobia Posted April 6, 2010 Share Posted April 6, 2010 window.location = 'test2.php'; Link to comment https://forums.phpfreaks.com/topic/197703-windowlocation-not-working-in-ie-60/#findComment-1037686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.