I am looking a value from a table in a server code. Then I want to assign this value to a html textbox but I can't.
How can I do that?
This is more or less my code:
<SCRIPT LANGUAGE=vbscript RUNAT=Server>
x = rstrecordset.Fields("fecha_nac"
y = rstrecordset.Fields("seg_soc"
</SCRIPT>
<BODY>
<IMG SRC="../images/AnimatedImages/aniearth.gif">
<INPUT type="text" id=text3 name=text3 value="<%=y%>">
<P> </P>
</BODY>
How can I do that?
This is more or less my code:
<SCRIPT LANGUAGE=vbscript RUNAT=Server>
x = rstrecordset.Fields("fecha_nac"
y = rstrecordset.Fields("seg_soc"
</SCRIPT>
<BODY>
<IMG SRC="../images/AnimatedImages/aniearth.gif">
<INPUT type="text" id=text3 name=text3 value="<%=y%>">
<P> </P>
</BODY>