Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FrontPage denies displaying a Confirmation Field in a Text Box

Status
Not open for further replies.

akalana

MIS
Jul 30, 2002
8
0
0
US
I want to have a hidden text box displaying a previous form field entry. As you know, FrontPage allows you to display a confirmation field using its webbot, however this displays the field as straight text, and doesn't allow you to manipulate it to display in a text box.
The code i'm toying with:
<input type=text name=Email_Address size=20 value = <%Request.Form(Email_Address)%>>
This doesn't seem to work and I'm trying to avoid pure asp, since the hidden field will write to a db via FrontPage extensions.
Any recommendations?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top