Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Open Links in new window


johnpeterson1982
Member

@johnpeterson1982

PHP doesn’t have a open new window function, has to be done through HTML. Easiest way to manually change the links. Open you HTML page in a text editor and hit Ctrl + H to bring up the replace box.

Text To Replace: href=”http://www.mysite.com/pagetosopeni…

Replace With: target=”_blank” href=”http://www.mysite.com/pagetosopeni…

That’ll update all the links to pagetosopeninnewwindow.php to open in new windows.. save and re-upload to your server.

regards…

john

Skip to toolbar