<button type="submit"> is not a standard HTML v4 tag

You need:
<input type="submit">

> -----Original Message-----
> From: Richard Lewis [mailto:[EMAIL PROTECTED]
> Sent: 20 April 2004 09:45
> To: [EMAIL PROTECTED]
> Subject: [PHP] &lt;button&gt; tag
> 
> Hello PHPers,
> 
> I'm not sure whether this is the best place to post this message...
> 
> Some of the forms I'm using in a PHP project I'm working use the <button
> type="submit ...> tag to submit.
> 
> They are working fine on Konqueror but don't seem to work properly on
> MSIE.
> I tried inserting the debug code:
> 
> echo var_dump($_POST);
> 
> into the receiving script and in both Konqueror and MSIE all the values
> were
> present.
> 
> Does anyone know what might be going on here?
> 
> Cheers,
> Richard
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

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

Reply via email to