P
Paul M
Hi
I am trying to store the id of a button into a variable.
Here is the button code
<input type="image" border="0" name="imageField"
src="www.myweb/conferences/book_now_button.gif" width="105" height="22"
alt="Book now" id="but1" />
The idea is that I have two buttons which are sent to different targets
using a function depending on there id's
I need the var only to get its value when one of the buttons is pressed
Thanks
Paul M
I am trying to store the id of a button into a variable.
Here is the button code
<input type="image" border="0" name="imageField"
src="www.myweb/conferences/book_now_button.gif" width="105" height="22"
alt="Book now" id="but1" />
The idea is that I have two buttons which are sent to different targets
using a function depending on there id's
I need the var only to get its value when one of the buttons is pressed
Thanks
Paul M