Neenu
03-24-2007, 01:45 AM
Hope some one can help me with this :)
I am looking for a script that will add text to textfield when you click on the given image.
For example:
this is the form.
<form method="post" action="maker.php" name="maker">
<input type="text" name="text" />
<input type="submit" value="Submit" />
<br>
Add these Images<br>
<img src="http://imageurl.com/1.gif" border="0"></a>
<img src="http://imageurl.com/2.gif" border="0"></a>
<img src="http://imageurl.com/3.gif" border="0"></a>
</form>
when some when will click on desired image it will should add a given value or text to textfield(if they click on image1 it should add 1 to textfield and so on)
Is it Possible?.If so, can some be kind enough to help me.I will very much apperiacte your help.
Thanks.
I am looking for a script that will add text to textfield when you click on the given image.
For example:
this is the form.
<form method="post" action="maker.php" name="maker">
<input type="text" name="text" />
<input type="submit" value="Submit" />
<br>
Add these Images<br>
<img src="http://imageurl.com/1.gif" border="0"></a>
<img src="http://imageurl.com/2.gif" border="0"></a>
<img src="http://imageurl.com/3.gif" border="0"></a>
</form>
when some when will click on desired image it will should add a given value or text to textfield(if they click on image1 it should add 1 to textfield and so on)
Is it Possible?.If so, can some be kind enough to help me.I will very much apperiacte your help.
Thanks.