I have below Javascript code. This does not work on IE-7 at production Environment. Could any one assist me that why this is happen over the IE-7?
Is this issue occurred due to any IE security setting ?
Code:
var ajaxData="{URL}"; ** URL: {http://IP:PORT ? SID }
window.location.replace(ajaxData);