Ipadairman
iPF Noob
I have just updated my iPad Air to iOS 11 and a link in my website to an OnClick event to a javascript function containing several links to websites now only opens the first one.
Is this a bug or a new feature? I do hope it's not a feature!!
I assume this forum is not an official Apple site but I just wondered if anyone can shed any light on this. Thanks.
The javascript function looks like the following. In iOS 10 all websites were opened in separate tabs.
function favs()
{
window.open("http://www.website1.com");
window.open("website2.com");
window.open("http://www.website3.com");
window.open("www.website4.com");
}
BTW I entered the websites in this post as:
www.website1.com
www.website2.com
www.website3.com
www.website4.com
The forum software seems to have changed them!!
Is this a bug or a new feature? I do hope it's not a feature!!
I assume this forum is not an official Apple site but I just wondered if anyone can shed any light on this. Thanks.
The javascript function looks like the following. In iOS 10 all websites were opened in separate tabs.
function favs()
{
window.open("http://www.website1.com");
window.open("website2.com");
window.open("http://www.website3.com");
window.open("www.website4.com");
}
BTW I entered the websites in this post as:
www.website1.com
www.website2.com
www.website3.com
www.website4.com
The forum software seems to have changed them!!