johnpeterson1982 (@johnpeterson1982)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • @johnpeterson1982

    Member

    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

Viewing 1 replies (of 1 total)