How can I make the following link which I am creating on my asp page open in a new window?
strBody = strBody & vbCrLf & vbCrLf & " & key
I've tried surrounding this with <a href> tags, using a jscript 'open' function, I thought this would be a quick little thing but it's turning out to be quite a little project. If anyone can help me I'd really appreciate it.
Thanks,
KP
strBody = strBody & vbCrLf & vbCrLf & " & key
I've tried surrounding this with <a href> tags, using a jscript 'open' function, I thought this would be a quick little thing but it's turning out to be quite a little project. If anyone can help me I'd really appreciate it.
Thanks,
KP