I'm trying to figure out what I need in order to take
the value that is returned by the line
and insert it into this line
As you can see I've been messing around with the value=
parameter with no luck
More of the code snippet is below, thanks
for your assistance.
the value that is returned by the line
Code:
gotUID = Session("UID")
and insert it into this line
Code:
<input type="text" name="gotUID" value="&[gotUID]">
parameter with no luck
More of the code snippet is below, thanks
for your assistance.
Code:
<%
gotUID = Session("UID")
%>
<body bgcolor="#FFFFFF">
<center>
<h1>Documentation - B/L</h1>
</center>
<input type="text" name="gotUID" value="&[gotUID]">