Jump to content

window.location not working in IE 6


cesarcesar

Recommended Posts

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;
}

}

Link to comment
https://forums.phpfreaks.com/topic/55381-windowlocation-not-working-in-ie-6/
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.