DutchPIPE - Standalone Example


This is an example of a standalone HTML page which has been made part of this DutchPIPE world.
Take a look at the HTML source with your browser. It is done by simply inserting a script in the header of the page.

The script automatically places DutchPIPE elements at the bottom of the standalone page:
One <div> with the inventory, one for the message area, one for the input area and one for the login/logout link.

You can override the placement by inserting one or more of these empty <div>'s in the page:
<div id="dpinventory"></div>
<div id="dpmessagearea"></div>
<div id="dpinput_wrap"></div>
<div id="dploginout"></div>

Such a <div> will then be replaced by the script with the right HTML.
We only used it here to place the login/logout link underneath the page title instead of the bottom of the page.

Home | Showcases