Auto fill text area

liunx

Guest
How do I get this field to automatically load the value of 120?<br />
<br />
<TR> <TD ALIGN=RIGHT>Cost of your registration $ </TD><br />
<TD> <INPUT TYPE="TEXT" NAME="RegCost"> </TD></TR><br />
<br />
refer to page:<br />
<!-- m --><a class="postlink" href="http://www.bsu.edu/web/awfriend/registration.html">http://www.bsu.edu/web/awfriend/registration.html</a><!-- m --><br />
if you need to<!--content--><input type="text" name="RegCost" value="120"><!--content-->thank-you....I couldn't find it in the text book<br />
<br />
<br />
Anthony<!--content-->Maybe next time see the Microsoft MSDN Library:<br />
<br />
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/input_text.asp">http://msdn.microsoft.com/workshop/auth ... t_text.asp</a><!-- m --><br />
<br />
JayDie<!--content-->
 
Back
Top