NetHelp-Supported Parameters

Here is an example of a URL for NetHelp context-sensitive Help.

Copy
http://mysite.com/target/index.html?tab=1&topiconly=true#!documents/topic.html

Here, the section after ? is called "query" and the part after # is called "hash," according to the common URL terminology (see http://en.wikipedia.org/wiki/Url#Syntax). Any URL has the following structure.

Copy
scheme://domain:port/path?query_string#hash_fragment)