ASP Code Snippet |
8/6/2010 1:44:33 PM |
ASPRunnerPro General questions | |
S
sfkjeld author
Puzzling. I use a code snippet in a 6.1 View Page, that creates a link to a URL that includes the value of a field in the current record. |
|
A
|
ann 8/9/2010 |
Hi, reponse.write "<a href=""http://myweb/test.asp?RecordKey=" & data("RecordKey") & chr(34) & ">Click here</a>" |