T
Tom Ridd
I'm implementing a quick and dirty help file approach where clicking a help
button on a form pops up a web page
Basic line goes
Shell "C:\Windows\Explorer.exe c:\manual.htm"
Anyway it would be convenient if I could pop up the web page at a particular
bookmark on the page, something like...
Shell "C:\Windows\Explorer.exe c:\manual.htm#StepTwo"
Except this doesn't work because that isn't a file name. I'm sure there must
be a way of doing this. Any ideas?
Cheers in advance,
Tom
button on a form pops up a web page
Basic line goes
Shell "C:\Windows\Explorer.exe c:\manual.htm"
Anyway it would be convenient if I could pop up the web page at a particular
bookmark on the page, something like...
Shell "C:\Windows\Explorer.exe c:\manual.htm#StepTwo"
Except this doesn't work because that isn't a file name. I'm sure there must
be a way of doing this. Any ideas?
Cheers in advance,
Tom