Link to home
Start Free TrialLog in
Avatar of macuser777
macuser777Flag for United Kingdom of Great Britain and Northern Ireland

asked on

make link open a new page

Hello,

Whatc ode do I put in, and where, to make below open up a new window for result. Thanks


<form name="amazonsearch" action=" http://www.amazon.com/exec/obidos/external-search ">
               
     <input type="hidden" name="keyword" value="<?php echo $search; ?>" />
                 
    <input type="hidden" name="mode" value="blended" />
    <input type="hidden" name="tag" value="playmac-20" />

<div align="left">    

<a href="#" onclick="document.forms['amazonsearch'].submit(); return false;">amazon.com</a>

</div>

</form>
ASKER CERTIFIED SOLUTION
Avatar of Diablo84
Diablo84

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of macuser777

ASKER

thanks
Avatar of Diablo84
Diablo84

no problem :)