I need to know how to open the plain html help to a specific page when using a web link.
This should be possible, but I can't find where to do this task.
Jon
I need to know how to open the plain html help to a specific page when using a web link.
This should be possible, but I can't find where to do this task.
Jon
When your web help is published to a web server you can open a specific page by passing the topic name (with the .html extension) as the querystring to webframe.html. e.g.
Is there also a possibility to jump to a certain anchor on the page by adding a parameter to the querystring?
Something like:
http://www.mysite.com/help/webframe.html?page=mypage.html&anchor=myanchor
would be great.
Edit: Forget it, has been a long day. Adding the anchor behind the topic works just fine:
http://www.mysite.com/help/webframe.html?mypage.html#myanchor