Home
Download
Lobo Browser
Cobra Toolkit
JavaFX/Java
Source Code
Contact Us
SF Services
Donations
Thanks

 
SourceForge.net Logo
Lobo@SF
 
 
Support This Project
 
 

Linking From HTML

There are a few options:
  1. Link Thru Us.
    We can take a XAMJ URL and convert it to a URL at our website you can use to link from HTML.

    Original URL:


    These links will work as long as the Warrior Platform is installed. The Warrior download page is http://html.xamjwg.org/download.jsp, which also checks if Java needs to be installed. We will not change the location of that page. Alternatively, you can redistribute the Warrior installer yourself.

  2. Use a .htln file.
    If you prefer not to depend on our servers, a .htln file with content type application/x-htln+xml will work similarly. It has the following format:

    
        <htln href="target_xamj_url">
          Any XML Here...
        </htln>
        
        

    (A .htln file is to a .xamj file what a .jnlp is to a .jar file essentially.)

  3. Linking Directly.
    It is possible to link directly to a .xamj file (content type application/x-xamj+xml) but the browser will prompt for download, and the file will be run as a local file from a temporary directory, provided Warrior is installed. Relative hyperlinks in the XAMJ document will not work.