> Some of the forms I'm using in a PHP project I'm working use the 
> <button type="submit ...> tag to submit.

I think you might prefer:

        <input type="submit" ...

Thanks
Richard

-----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


==============================================================================
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==============================================================================

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

Reply via email to