08-26-2009, 03:08 PM
The following is the HTML is get when I look at an Escient FP1's web GUI. I want to display the GUI in a smaller screen on a Samsung Q1. Before I waste too much time with this, am I correct that I would put in the width and height that I desire where zero's are currently listed, save it in Notepad, place that in my HTML root file and then point the interface to HASERVER/HTMLROOT/NewFile?
<html>
<head id='head'>
<script type='text/javascript' src='js/debug.js'></script>
<script type='text/javascript' src='js/class.js'></script>
<script type='text/javascript' src='js/callback.js'></script>
<script type='text/javascript' src='js/data_loader.js'></script>
<script type='text/javascript' src='js/data_queue.js'></script>
<script type='text/javascript' src='js/data_cache.js'></script>
<script type='text/javascript' src='js/event_map.js'></script>
<script type='text/javascript' src='js/global_event_handlers.js'></script>
<script type='text/javascript' src='js/state.js'></script>
<script type='text/javascript' src='js/index.js'></script>
<script type='text/javascript' src='js/index_item.js'></script>
<script type='text/javascript' src='js/album.js'></script>
<script type='text/javascript' src='js/radio.js'></script>
<script type='text/javascript' src='js/movie.js'></script>
<script type='text/javascript' src='js/setup_utilities_volumecontrol_rooms.js'></script>
<script type='text/javascript' src='js/uievents.js'></script>
<script type='text/javascript' src='js/top.js'></script>
<script type="text/javascript">
function handleResponse() {
alert('this function is called from server.html')
}
</script>
<link rel="stylesheet" href="stylesheets/common.php"
type="text/css"></link>
</head>
<body onload="init();" onunload="cleanup();"
id="body" bgcolor="000000" text="#FFFFFF" topmargin="0"
leftmargin="0"
style="background-color:BLACK;background-repeat: no-repeat; overflow:hidden;">
<iframe id='hidden' name='hidden' frameborder=0 width='0' height='0'></iframe>
<div id="main_area" >
</div>
</body>
</html>
<html>
<head id='head'>
<script type='text/javascript' src='js/debug.js'></script>
<script type='text/javascript' src='js/class.js'></script>
<script type='text/javascript' src='js/callback.js'></script>
<script type='text/javascript' src='js/data_loader.js'></script>
<script type='text/javascript' src='js/data_queue.js'></script>
<script type='text/javascript' src='js/data_cache.js'></script>
<script type='text/javascript' src='js/event_map.js'></script>
<script type='text/javascript' src='js/global_event_handlers.js'></script>
<script type='text/javascript' src='js/state.js'></script>
<script type='text/javascript' src='js/index.js'></script>
<script type='text/javascript' src='js/index_item.js'></script>
<script type='text/javascript' src='js/album.js'></script>
<script type='text/javascript' src='js/radio.js'></script>
<script type='text/javascript' src='js/movie.js'></script>
<script type='text/javascript' src='js/setup_utilities_volumecontrol_rooms.js'></script>
<script type='text/javascript' src='js/uievents.js'></script>
<script type='text/javascript' src='js/top.js'></script>
<script type="text/javascript">
function handleResponse() {
alert('this function is called from server.html')
}
</script>
<link rel="stylesheet" href="stylesheets/common.php"
type="text/css"></link>
</head>
<body onload="init();" onunload="cleanup();"
id="body" bgcolor="000000" text="#FFFFFF" topmargin="0"
leftmargin="0"
style="background-color:BLACK;background-repeat: no-repeat; overflow:hidden;">
<iframe id='hidden' name='hidden' frameborder=0 width='0' height='0'></iframe>
<div id="main_area" >
</div>
</body>
</html>
Recovering (quasi) ex-professional integrator...wait...scratch that. I'm back in the field and should probably have my head examined...
HAI, UPB, Parasound, Global Cache GC100 and IR learner, DatalogDB, Barix Barionet (I need to buy another one of these!), Weather, RFID, Logic Server
HAI, UPB, Parasound, Global Cache GC100 and IR learner, DatalogDB, Barix Barionet (I need to buy another one of these!), Weather, RFID, Logic Server