I need an underlined text as a link.
HREF does that, but I need to save some vars first.
I'm doing this by using the HREF to call the screen again with action specified but I lose the variable values...
So I tried the below BUT they don't come through until a POST...
<a href="screen.asp?Action=channel&RID=<% = RID%>&FN=<% = FirstName%>&E=<% = Email%>&LN=<% = LastName%>&C=<% = Company%>">Channels</a>
Is there a way I can call a function only within an HREF??
Thanks
HREF does that, but I need to save some vars first.
I'm doing this by using the HREF to call the screen again with action specified but I lose the variable values...
So I tried the below BUT they don't come through until a POST...
<a href="screen.asp?Action=channel&RID=<% = RID%>&FN=<% = FirstName%>&E=<% = Email%>&LN=<% = LastName%>&C=<% = Company%>">Channels</a>
Is there a way I can call a function only within an HREF??
Thanks