Website Integration

A Lockbox portal can be very easily embedded into any existing website with just one line of HTML.

Web Page HTML

The first step is to determine the Portal URL.

  • For a Client Portal, the URL is in the "Manage" screen of the parent box
  • For a General Portal, the URL is in the global "Preferences" screen

The second step is to add an iframe to your web page using the above URL. For example

<iframe width="740" height="540"
src="https://client.lock-box.net/webapp/app/ebox?boxID=1e6b&chk=e8bd553e"
>(Lockbox Portal)</iframe>

Make sure "src" is set to your URL (determined above).

Make sure src="..." is a single line without spaces (the above example may have wrapped across multiple lines in your browser).

The default dimensions of the Client Portal are 700 x 540.

For a Client Portal, if the iframe width is less than 700 then a horizontal scroll bar may appear.

Customisations

The Portal URL screen allows customisations which add extra parameters to the URL. For example:

  • Logos (see Branding)
  • Disabling functions e.g. change passphrase, client uploads, setting email address

Multiple views are supported by having different portals with different parameters.

    Animated Loading Graphic

    You can also add an animated "Loading..." graphic if you want to avoid first-time users from seeing a pause before the Java splash screen appears.

    For example:

    <iframe width="800" height="550"
    src="https://client.lock-box.net/webapp/app/ebox?boxID=1e6b&chk=e8bd553e&width=780&height=530"
    style="background:url(http://lock-box.com/assets/icons/loading.gif) no-repeat;"
    >(Lockbox Portal)</iframe>

     

Customer Login Contact Sales