javascript - window.opener is null in safari on iPad -
i running web application in opening child window parent window. child window
want open new link in parent window
using window.opener
opener
property of window
object null. works fine in
- internet explorer (ver. 11)
- google chrome
- firefox
- safari
the problem occurs on ipad in safari. code snippet follow:
window.opener.location.href = '../default.aspx?argval=' + bookopenargs + '&windowname=' + swindowname + '&userid=' + suserid + '&csl=y';
Comments
Post a Comment