|
Posted by Floortje on 05/11/07 19:38
Dave Mennenoh schreef:
> I have a simple voting form - test is here:
> http://www.beautyriot.com/naughtynice_test/naughtynice.php
>
> Currently, I am testing, so when you click a button, it dumps you to the
> naughtyvote.php page, which simply echoes back the id of the person you
> voted for. Works great in FireFox.
>
> In IE my id is not being sent to the php script though.
>
> Is my form input somehow malformed?
>
> I thought I had this finished until my client just told me she can't get it
> to work... IE...
>
Iirc the name attribute is supported, not the value.
use this code
<input type ="image" src="img.jpg" value="value1" name="name1">
on the second page use: 'var_dump($_POST);' and see what is submitted
--
Arjen
http://www.hondenpage.com
Navigation:
[Reply to this message]
|