X
KioWare logo

KioWare has a new website featuring updated product information, pricing, documentation, and resources. Choose an option below to continue.

For existing customers, you can log in to your account here.

Examples

The following is a list of sample code for which our clients have asked. Feel free to use this as necessary with your KioWare project. 
 
Substitution Variables

substitution variables.

Copy to Clipboard | View Code In Action | Back

Code:
<html>
<body>
<b>KioWare "Start Page" Variable Substitution Test Page</b><br><br>
This page demonstrates use of URL substitution variables. <br><b>To use this page, you need to have this page set as your start page, using one of the URL's below.</b><br><Br>

<hr><br>
Example Start Page URL that would provide kiosk name/unit name to the page:<br>
http://www.kioware.com/example/client_test.asp?kioskname=$$KIO_KIOSKNAME$$<br>
<Br>

<b>The following variables are supported in KioWare AND KioWare Lite:</b><br><Br>

kioskname = <font color="red">No Data Sent</font>
<Br>

If this says "kioskname = $$KIO_KIOSKNAME$$", your KioWare version is not new enough or you are not using this as your start page.
<br>
<br>

<hr>
<br>
Example Start Page URL that would provide kiosk name/unit name/site to the page: (KioWare only)<br>
http://www.kioware.com/example/client_test.asp?kioskname=$$KIO_KIOSKNAME$$&unitname=$$KIO_UNITNAME$$&sitename=$$KIO_SITENAME$$<br>
<Br>
<br>
<b>The following additional variables are supported in KioWare only, not KioWare Lite:</b><br>
<br>
unitname = <font color="red">No Data Sent</font>
<br>
If this says "unitname = $$KIO_UNITNAME$$", your KioWare version is not new enough or you are not using this as your start page.
<br>
<br>

sitename = <font color="red">No Data Sent</font>
<br>
If this says "sitename = $$KIO_SITENAME$$", your KioWare version is not new enough.


</body>
</html>