Rev 6097 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
Because the pages of your document are in html format, you can reference external resources (images, applets, files, etc.) as usual, in particular you can include html links towards external pages.
If you want furthermore that your reader keep the page of your document while visiting an external page (particularly when your document is in a virtual class), you can use the field ``target'' of the html link.
For example, suppose that you want to reference the site
<span class="tt wims_code_words">www.unice.fr</span>. Normally, the link looks like
<span class="tt wims_code_words">
<a href="http://www.unice.fr/">Nice University</a>
</span>
and the result (<a href="http://www.unice.fr/">Nice University</a>) will lead the reader to quit the document. But if you write
<span class="tt wims_code_words">
<a target="wims_external" href="http://www.unice.fr/">Nice University</a>
</span>
the page of Nice University will appear in another window of the browser. Try it:
<a target="wims_external" href="http://www.unice.fr/">Nice University</a>