[solved] How to open a help page into a new web browser????

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shab620
Forum Commoner
Posts: 48
Joined: Tue Jan 18, 2005 7:50 pm

[solved] How to open a help page into a new web browser????

Post by shab620 »

Hye I was wondering if somebody knows how I might open a help page into a new web browser so that the current page is still present??

Hope somebody can help, any help appreciated.

Shab

:D :D
Last edited by shab620 on Sun Apr 03, 2005 10:32 am, edited 1 time in total.
anthony88guy
Forum Contributor
Posts: 246
Joined: Thu Jan 20, 2005 8:22 pm

Post by anthony88guy »

Code: Select all

<a href=&quote;http://www.link.com&quote; target=&quote;_blank&quote;>text</a>
shab620
Forum Commoner
Posts: 48
Joined: Tue Jan 18, 2005 7:50 pm

Post by shab620 »

Thanks for that anthony88guy

that works perfectly

Shab

:D
Post Reply