morgancaroline
Programmer
I'm trying to pass more than one variable in a hyperlink and target a particular frame called diary but I can't seem to get the code which recognises the target as well as the variables. I'm doing this in VBscript with reference to a database and using response.write.
This is an example of one of the lines of code I've tried but the target is not being recognised:
response.write "<a href="diary.aps?a=" & ab & "&b=" & rs("b"
& "target='diary'>help</a>"
I've tried a number of different ways but nothing seems to work.
Please help
Caroline
This is an example of one of the lines of code I've tried but the target is not being recognised:
response.write "<a href="diary.aps?a=" & ab & "&b=" & rs("b"
I've tried a number of different ways but nothing seems to work.
Please help
Caroline