I want to call the window.open
method in JavaScript code on an iPad. When I call that method, it works fine. Now I want to return a value from the HTML page which is opened by the window.load
method. It returns values in other browsers, but it is not returning a value in the iPad Safari browser.
3906 次