Question How do I open and html form to a bookmark?

groadsvb

Well-known member
Joined
Nov 13, 2006
Messages
75
Programming Experience
Beginner
I am using system.diagnostics.process.start to open an html form. It works when there is not book mark. Sometimes I would like to specify a book mark to have the focus when IE opens the document. The statement below does not work for me.

system.diagnostics.process.start("//tpdata/docs/general.htm#editflags")

where "editflags" is an anchor with that name. Any way to open a html form to a book mark? Thanks.
 
Back
Top