Jump to content

window.location not working in IE 6.0


robert_gsfame

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.