I can't get my C# program to open the html page at the desired location.
E.g.
System.Diagnostics.Process.Start(@"C:\file.htm");
works fine. It opens the page at the top.
But if I type
System.Diagnostics.Process.Start(@"C:\file.htm#bookmark");
it still just opens at the top of the page (instead of at the bookmark where I want it to open.)
Btw I have used several browsers and the same problem persists.
Any ideas?
Opening HTML file at bookmark
Started by ron92, Aug 10 2011 01:39 AM
1 reply to this topic
#1
Posted 10 August 2011 - 01:39 AM
#2
Posted 10 August 2011 - 04:23 AM
Does the HTML file contain the anchor point?
The opinions expressed in this post are my own and do not necessarily represent that of OverclockersClub.com, its affiliates or sponsors.
If you enjoy my ramblings you may want to visit my blog, follow me on Twitter, or friend me on Facebook.













