Re: Problem typing in PHP forms on Mac OS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



do you have the actual link of this page, i can test it for you.
--
I not know English well, but I know 7 computer languages.
								----anonymous


On Nov 16, 2004, at 2:24 PM, Jeff - Webmaster wrote:

Hello all. I have created a few PHP pages on our website where users can go a fill out a simple form and submit it to our support department using the post method. For users on PC's, this works flawlessly. I am getting complaints from people who use Macintosh who say that they are not able to type in certain fields. The fields in question are text boxes. There is not anything special about the code (snippet at the end of this email). They are hitting the issue using Safari, Netscape, or IE and with varying versions of each. Has anyone out there run into this before?

Thanks

Jeff

<form action="go_auto.php" method="post">
<table cellspacing=0 border=0 cellpadding=2 width=350>

#condensed#

<tr>
<td><font size=1 face=arial>Billing Address</td>
<td><font size=1 face=arial><input type="text" name="cardaddress" id="cardaddress" size=35></td></tr>


#condensed#

<input type="radio" name="agreement" value="YES">I agree to the conditions above<br>
<input type="radio" name="agreement" value="NOPE">I do not agree with the conditions above<br>
</table>
<input type="submit" name=submit value="Submit">
</form>


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux