php script to open second window

by 4 replies
5
Hi
I am looking for a script that will open a second url in a new tab or window when a link is clicked

ie: person presses yourdomain.com/1.php and as well as opening that url it also opens yourdomain.com/2.php in a second window/tab

I have seen this all the time online
But cant find any source
#programming #open #php #script #window
  • You probably want to delete this and re-post it in the proper forum...
    It's going to get lost in here.

    On the other hand, I have found the warriors in the programming
    forum to be VERY helpful and friendly!

    Programming Talk
  • <a href="http://www.example.org" onclick="window.open('http://www.google.com','newwin');">click me</a>
    • [ 2 ] Thanks
  • thanks man
    Thats easier than I thought
    • [1] reply
    • Anything else I can help with you can PM me or email me anytime. My email is icode.iam at gmail

Next Topics on Trending Feed