• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

How to open a link innew window?

1BrightStar

New Member
How can I open my GuestBook link which is in php in a new window so the user doesnt loose the actual homepage!
Can someone give me the code and guide me what to do ?
 
yeah code is working fine :biggrin2: but I have an image file instead of a Text "click me" how to define this on image?
I am using FrontPage2000
 
<a href="guestbook.php" target=_blank><img src="yourimage.gif" alt="" width="100" height="20" border="0"></a>

of course you should change width and height properties
 
Back
Top