Forums
This topic is locked
Send value to a form
Posted 25 Apr 2002 07:49:27
1
has voted
25 Apr 2002 07:49:27 Tony Chronopoulos posted:
Hello!Is there a way to send a value from ASP to a field in a form? I'm a newbie in ASP so I gave it a few shots like Form.sortTitle(sort_title) = "A-Z" but that didn't work! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
anyway, if anyone has any clues, don't be shy! hehe
Thanks,
Tony
Replies
Replied 25 Apr 2002 09:05:36
25 Apr 2002 09:05:36 Tony Chronopoulos replied:
Nevermind.. hehe.. I got it.. <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
Replied 25 Apr 2002 09:05:45
25 Apr 2002 09:05:45 Viktor Farcic replied:
<% VariableName = "A-Z"%>
<input type="text" name="txtName" size="50" value="<%=VariableName%>">
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hello!
Is there a way to send a value from ASP to a field in a form? I'm a newbie in ASP so I gave it a few shots like Form.sortTitle(sort_title) = "A-Z" but that didn't work! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
anyway, if anyone has any clues, don't be shy! hehe
Thanks,
Tony
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager
<input type="text" name="txtName" size="50" value="<%=VariableName%>">
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hello!
Is there a way to send a value from ASP to a field in a form? I'm a newbie in ASP so I gave it a few shots like Form.sortTitle(sort_title) = "A-Z" but that didn't work! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
anyway, if anyone has any clues, don't be shy! hehe
Thanks,
Tony
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager