Nov 7, 2003 #1 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
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
Nov 7, 2003 #2 jennuhw MIS Apr 18, 2001 426 US Here you go: <input type="text" name = date value =<%=punchdate%> size="8" > Upvote 0 Downvote