ChamSys Ltd www.chamsys.co.uk
MagicQ User Manual 263 Version 1.4.9.0
The Network page shows all the MagicQ consoles and PC systems on the networks and enables easy
selection of particular consoles for remote control.
The Remote and Execute functions are only enabled when connected to a MagicQ console or a MagicQ
PC System that is itself connected to a MagicQ wing or MagicQ interface.
29.4.1 Custom Web Server pages
There is now support for user HTML pages. These pages should be stored in the web folder and their
name should start with “user” e.g. user1.html, user2.html. The MagicQ remote commands can be sent
from the HTML using the button/input types to submit.
<html>
<head><META NAME="HandheldFriendly" content="True"><META
NAME="MobileOptimized" CONTENT="240">
<title>MagicQ User HTML Page</title>
</head>
<body>
<!-- User forms must start with the name user - e.g. user1, user2 -->
<!-- Remote commands can be found in the MagicQ manual -->
<FORM ACTION="user.html" name="user" METHOD=GET>
<!-- Remote commands are sent using input types -->