Hello,

I want to use an image as submit button on my form. Now I use the following
code with button:

  if (!(isset($_Post['SubmitForm'])))
  {
    .......
    .....
     <input type="submit" name="SubmitForm" value="Submit">
    }
else
{
    .....
}

Is it possible to change the Submit button with an image?

Thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to