Get the value of text box

houssam_ballout

New Member
hello all,
I'd the following form:

<form name='test'>
<input type='text' name='test1' />
</form>

and the following pic:

<img src="images/index_25.gif" width="38" height="51" alt="" border="0" style="cursor:pointer" onClick="NewWindow('resultsPage.php?search=this.test.test1.value','Results Page','800','800','yes','center')"> </a>

wat i Want to do is:
The new window open must have the resultPage.php opened with the value of the text box?
Thanks in advance
 
what do you mean, when you click the picture, it opens a new window with the number that someone entered.
 
Back
Top