A
alison
I am trying to redirect the parent page when the user clicks an html
button in an aspx page by using the javascript:
window.opener.location.href="EditOrders.aspx"; This works fine on IE
for windows or Firefox, however on IE for Mac or Safari on Mac, it
doesn't work. If I enable script errors on IE for Mac, I get:
'window.opener.location' is not an object. Any ideas on how to get this
to work on Mac browsers? Thanks!
button in an aspx page by using the javascript:
window.opener.location.href="EditOrders.aspx"; This works fine on IE
for windows or Firefox, however on IE for Mac or Safari on Mac, it
doesn't work. If I enable script errors on IE for Mac, I get:
'window.opener.location' is not an object. Any ideas on how to get this
to work on Mac browsers? Thanks!