Click to See Complete Forum and Search --> : Button link


petrod
04-06-2004, 02:51 PM
I cant pass the value of the HREF or my link on the button.How can i do that?
<TD><input type=button value="Go To"</TD>
<%my_link=scriptresponder & "?which=" & rstemp(idfield)%>
<TD><a HREF="<%=my_link%>">goto</a></td>
<TD><%=objRS ("TITLE") %> </TD>
<TD><%=objRS ("AIRLINE") %> </TD>

buntine
04-06-2004, 07:41 PM
This code doesnt make sense.. You have your HTML screwed up.

Also, we need more details. We dont know what your trying to do.

Regards.