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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set Text Box Value Equal to a Variable

Status
Not open for further replies.

kelfuego

MIS
Jun 5, 2002
74
US
Can someone please help me set a text box value equal to a variable?

I have a value that is stored in a variable that I want to appear in my text box instead of simply using a response.write command.

Kelly Johnson MCP
Volunters of America Oregon
 
Here you go:
<input type=&quot;text&quot; name = date value =<%=punchdate%> size=&quot;8&quot; >
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top