I would like to create a link in the html that includes a variable for the querystring.
Is this how I would do it?
iUserId is the variable I need to include.
Thanks,
Ninel
Is this how I would do it?
iUserId is the variable I need to include.
Code:
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td align="right" width="100%"><font face="Tahoma" size="2"><A href='menu.aspx?UserId=<%=iUserId"%>'>Return
to Menu</A></font>
</td>
</tr>
</table>
Thanks,
Ninel