Hi there i hope some on can help me i thought this would be straght forward
but i just can't get this to work.
in html you can do <a href="MyDoc.doc#Mybookmark">docTitle</a>
and this will open the document and go to where the the bookmark is located with that document
my problem is when i try and build a this link with asp it does not work
Response.write("<a href="" & rs2("File") & "#" & rs2("bookmark") & """>" & rs("DocTitle") & "</a>")
can anyone offer some help
cheers