window.location | naveenOS https://www.naveenos.com How may I help you - E-Commerce | Full-Stack Developer Wed, 30 Jun 2010 06:41:20 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 Changing window.location in IE 6 https://www.naveenos.com/2010/06/changing-window-location-in-ie-6 https://www.naveenos.com/2010/06/changing-window-location-in-ie-6#comments Wed, 30 Jun 2010 06:41:20 +0000 http://naveenos.com/?p=146 window.location and window.location.href will support to all browsers but it will not support to IE6. For this I have a solution: Suppose you code is : window.location = “http://naveenos.com/”; // Not working??? // Also this does not working?? window.location.href =”http://naveenos.com/”; Then do this, setTimeout(function() { window.location = “http://naveenos.com/”; }, 0); Tweet This Post

The post Changing window.location in IE 6 first appeared on naveenOS.]]>
https://www.naveenos.com/2010/06/changing-window-location-in-ie-6/feed 1