J
Jay Hopkins
Guest
Can anyone tell me how to post a form using an image as a submit button? I have a "send.php" file that checks "if(isset($_POST['send']))"... if it isn't then it doesn't send the e-mail but if it is then it does. I had a normal submit button using:
<input type="submit" name="send" id="send" value="Send" class="formb" onClick="return checkForm();" />
and that worked fine. I am now using an image:
<input type="image" SRC="images/_send_button.gif" onClick="return checkForm()" value="send" id="send" name="send">
and it isn't working?
Any ideas?
<input type="submit" name="send" id="send" value="Send" class="formb" onClick="return checkForm();" />
and that worked fine. I am now using an image:
<input type="image" SRC="images/_send_button.gif" onClick="return checkForm()" value="send" id="send" name="send">
and it isn't working?
Any ideas?