Logged In: NO

The examples did not show because of HTML. The less than,
greater than are replaced with () in the examples below:

For example:
(a href=file:/C:/Webstart Files/test.jnlp)
will not direct Internet Explorer to the test.jnlp file.

By adding quotes to this href, the problem goes away:
(a href="file:/C:/Webstart Files/test.jnlp")