Linking from WebPage to a Word 2003 bookmark takes me to the top of the document

K

KevinBWidner

I am trying to link to a bookmark in a Word 2003 document using the
following syntax:

Response.Redirect("MyWebSpace/MyDoc.doc#Page22") and it will open the
document, but will not jump to the Bookmark that I have in the Document
labeled "Page22". Anyone else seeing behavior like this? I have seen
it work on my old laptop using WordXP (2002). Any suggestions/advise
would be appreciated.
 
K

KevinBWidner

Actually discovered that if I have the Word document set to "Load in
the same page" (you do this in Windows Explorer->Options->Folder
Options->Registered File Types->select "DOC"
Extension->Advanced->checkbox for opening in same page) then the
document will open in IE and the bookmarks work, however if you don't
have that checked then it will load in Word and the bookmarks won't
work.
 
Top