[FX.php List] [OT] FireFox/IE7 form action
Derrick Fogle
derrick at fogles.net
Tue Apr 17 00:21:39 MDT 2007
On Apr 17, 2007, at 12:52 AM, Erik Andreas Cayré wrote:
> Can you post your code for us to look at?
<html><head><title>Form Test</title></head>
<body>
Form Test - Rec'd POST values:<br />
email: <?= $_POST['email'] ?><br />
pass: <?=$_POST['pass'] ?><br />
<form action="" method="post" name="login" id="login">
<input name="action" id="action" type="hidden" value="login" />
Email: <input name="email" id="email" type="text" value="<?= $email ?
>" size="25" maxlength="60" onfocus="this.select()" /><br />
Password: <input name="pass" id="pass" type="password" value="<?=
$pass ?>" size="12" maxlength="40" onfocus="this.select()" /><br />
<input name="loginbutton" id="loginbutton" type="submit" value="Log
In" />
</form>
</body>
</html>
MORE INFO: this form works OK on my own server - I always get field
data posted back to form. It only fails on the GoDaddy "hosted for
free" account. GoFigure; it must be some 'feature' in their system.
Derrick Fogle
derrick at fogles.net
More information about the FX.php_List
mailing list