hi,
i need help with the input type=image
my codes:
<input type=image src='image/end.gif' name=confirm value=Confirm alt='confirm and preview'>
problem:
after clicking the confirm button,it will go to page A, but i need to capture the value of the button before i can do my 'if' condition
i tried to print out the value of the button, but there was no value being displayed.
i also tried using
A HREF='document.myForm.submit() with my image type, but the prob still there
what should i do? thanz alot