●HTML Sample File [mainpanel1.html]
<HTML>
<HEAD>
</HEAD>
<BODY BGCOLOR=”#FFFFCC”> <CENTER>
<!— TITELE LOGO IMAGE —>
<IMG SRC=/nt10logo.jpg VSPACE=8> <SCRIPT LANGUAGE=”JavaScript”>
mode=%m | <!— RANDOM=0,FIXED=1,MULTI=2 |
if(mode == 0) <!— RANDOM CAMERA SELECTION ONLY
{
<!— CH SELECT FUNCTION
document.write(“<P><TABLE BORDER=2 BORDERCOLOR=black WIDTH=90% BGCOLOR=#DCfeff>”) document.write(“<TR>”)
document.write(“<TH BORDER=2 COLSPAN=4 BGCOLOR=black><FONT SIZE=3 COLOR=#DCfeff>”) document.write(“INPUT SELECT</TH>”)
document.write(“</FONT></TR>”) document.write(“<FONT SIZE=4>”) document.write(“<TR>”)
document.write(“<TD>1</TD><TD><A
document.write(“<TD>2</TD><TD><A
document.write(“</TR>”)
document.write(“<TR>”)
document.write(“<TD>3</TD><TD><A
document.write(“<TD>4</TD><TD><A
document.write(“</TR>”)
document.write(“</FONT>”)
document.write(“</TABLE>”)
}
else if(mode==1) {
document.write(“FIXED INPUT SELECTION MODE”)
}
else if(mode == 2) <!— MULTI MODE ONLY
{
document.write(“MULTI INPUT SELECTION MODE”) <!— CH SELECT FUNCTION
document.write(“<P><TABLE BORDER=2 BORDERCOLOR=black width=90% BGCOLOR=#DCfeff>”) document.write(“<TR>”)
document.write(“<TH BORDER=2 COLSPAN=4 BGCOLOR=black><FONT SIZE=3 COLOR=#DCfeff>”) document.write(“INPUT SELECT</TH>”)
document.write(“</FONT></TR>”) document.write(“<TR><FONT SIZE=4>”)
document.write(“<TD>1</TD><TD><A
document.write(“<TD>2</TD><TD><A
document.write(“</TR>”)
document.write(“<TR>”)
document.write(“<TD>3</TD><TD><A
document.write(“<TD>4</TD><TD><A
document.write(“</FONT></TR>”)
document.write(“</TABLE>”)
z
x
75