Internal browser

If you need to display some more advanced XHTML than described in the screens section, you can use internal browser. It can render for example images, links etc. But on the other hand, it cannot work with GPS coordinates and other Locify features. If your page is too complex even for internal browser, you can view it in external browser.

Format

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:locify="http://client.locify.com/locify_ns/1.0" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="refresh" content="0;url=Url-to-be-called" />
    <locify:call url="locify://internal/Url-to-be-called" />
    <title></title>
  </head>
  <body></body>
</html>

Parameters

  • Url-to-be-called - This URL will be opened in internal browser. You can use variables in it.

Example

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:locify="http://client.locify.com/locify_ns/1.0" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="refresh" content="0;url=http://maps.yahoo.com/print.php?ard=1&amp;mlt=$lat&amp;mln=$lon&amp;resize=s&amp;mag=2&amp;zoomin=yes&amp;ovx=200&amp;ovy=200&amp;ds=n" />
    <locify:call url="locify://internal/http://maps.yahoo.com/print.php?ard=1&amp;mlt=$lat&amp;mln=$lon&amp;resize=s&amp;mag=2&amp;zoomin=yes&amp;ovx=200&amp;ovy=200&amp;ds=n" />
    <title></title>
  </head>
  <body></body>
</html>

How it looks like

Internal screenshot