On a page that has a parsed Id in the url I would like to have one link that will open a static url in a pop up window while moving the current page to another page keeping the parsed id in it.
So one link on page inde.php?Id=234 :
-> opens static url
-> current page changes to pagename.php?Id=234
Hello friends,
On a page that has a parsed Id in the url I would like to have one link that will open a static url in a pop up window while moving the current page to another page keeping the parsed id in it.
So one link on page inde.php?Id=234 : -> opens static url -> current page changes to pagename.php?Id=234
Thank you for your ideas!
Sounds like, if it can even be done, as though javascript will be required.
I was thinking some magic jquery could do the trick
A quick google for "one link two pages" wouldn't hurt.
problem solved