Hello,
 
  could someone tell me why when I use:
 
              <input type="image" name="submitFormButton" value="SUBMIT" src="javascript:void(0);" >
 
  and submit this button, "submitFormButton" is different than null (which is correct) but if I use
 
             <input type="submit" name="submitFormButton" value="SUBMIT" border="0" align="left" >
 
  after submitting this button, "submitFormButton" is null....
 
 
 
Thank you in advance!!

Reply via email to