mdanan
02-19-2003, 06:30 PM
I wanted to use a textbox for design purposes and have text written in it already...but I don't know how to.
Sample Code:
Name: <input type="text"><%=Call("Name")%>
___________
But then it would appear that the variable I was trying to get was outside of the text box instead.
How do I do this?
Sample Code:
Name: <input type="text"><%=Call("Name")%>
___________
But then it would appear that the variable I was trying to get was outside of the text box instead.
How do I do this?