Link to home
Start Free TrialLog in
Avatar of rmmarsh
rmmarshFlag for United States of America

asked on

Default value not displaying

In the code below, what is supposed to be the default value for a textbox ("Enter GUID here") is not displaying...

Why?
<form id=prager target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table>
<tr>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="TC9F9XAATLSHS">

<td><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" />
<td style="font-size: smaller;">
<input type="hidden" name="on0" value="GUID"></td>
<td><input type="text" name="os0" maxlength="100" value="Enter GUID here"></td>
</td>
<td><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></td>
</tr>
</table>
</form>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmmarsh

ASKER

I think it's a Firefox issue... thanks anyway...