pix
05-15-2006, 12:04 PM
I'm unsure of the correct syntax to place a defined variable (a recordset value) within a link e.g.
<% Dim myVar
myVar = "(rs_recordset.Fields.Item('myRecord').Value)"
%>
<a href="page.asp?Selection=myVar">
As you may be able to tell, I'm new to this.
Can anyone help?
<% Dim myVar
myVar = "(rs_recordset.Fields.Item('myRecord').Value)"
%>
<a href="page.asp?Selection=myVar">
As you may be able to tell, I'm new to this.
Can anyone help?