pleek Posted January 2, 2011 Share Posted January 2, 2011 Okay I've been googling around and can't figure out how to do this. I want a form that I can copy a list of raw urls and hit a button and they'll all be opened in a new tab. Example: URLs pasted into form http://www.site.com/url1 http://www.site.com/url2 http://www.site.com/url3 Then I hit submit and the three links open in new tabs. Thanks in advanced for any help/advice you can offer. Link to comment https://forums.phpfreaks.com/topic/223174-open-multiple-urls-in-a-new-window-submitted-by-a-form/ Share on other sites More sharing options...
haku Posted January 2, 2011 Share Posted January 2, 2011 It can't be done reliably. Most people have popup blockers installed to prevent people doing this. Link to comment https://forums.phpfreaks.com/topic/223174-open-multiple-urls-in-a-new-window-submitted-by-a-form/#findComment-1153746 Share on other sites More sharing options...
pleek Posted January 2, 2011 Author Share Posted January 2, 2011 This will be for personal use only so thats not a problem Link to comment https://forums.phpfreaks.com/topic/223174-open-multiple-urls-in-a-new-window-submitted-by-a-form/#findComment-1153750 Share on other sites More sharing options...
pleek Posted January 2, 2011 Author Share Posted January 2, 2011 I found this site. http://www.linkrr.com/ I want my script to be able to do that, i know its possible i just can't figure out how. even a link in the right direction would be good. thanks... Link to comment https://forums.phpfreaks.com/topic/223174-open-multiple-urls-in-a-new-window-submitted-by-a-form/#findComment-1153999 Share on other sites More sharing options...
.josh Posted January 2, 2011 Share Posted January 2, 2011 well if you insist, look into calling a function onsubmit that utilizes window.open Link to comment https://forums.phpfreaks.com/topic/223174-open-multiple-urls-in-a-new-window-submitted-by-a-form/#findComment-1154025 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.