<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
<META name="description" content="" />
<META name="keywords" content="" />
<META name="author" content="" />
<SCRIPT language="JavaScript">
var TlxPgNm='welcome';
</SCRIPT>
<script language=JavaScript> var U=0;L=1; // (U)nlocked & (L)ocked
function doIt(_v)
{
if(eval("document.bgcheck.c"+_v+".checked"))
{
if(_v==2){lock(3);lock(4);}
if(_v==3){lock(2);lock(4);}
if(_v==4){lock(2);lock(3);}
}
else
{
if(_v==2){unlock(3);unlock(4);}
if(_v==3){unlock(2);unlock(4);}
if(_v==4){unlock(2);unlock(3);}
}
}
function lock(_v)
{
eval("document.bgcheck.c"+_v+".disabled=true"); // IE thing
eval("document.bgcheck.h"+_v+".value=L");
eval("document.bgcheck.h"+_v+".name=''");
}
function unlock(_v)
{
eval("document.bgcheck.h"+_v+".name=document.bgcheck.h"+_v+".id");
eval("document.bgcheck.c"+_v+".disabled=false"); // IE thing
eval("document.bgcheck.h"+_v+".value=U");
}
function whipe(_v)
{
eval("document.bgcheck.c"+_v+".checked=false");
}
</script>
<link rel="stylesheet" href="xxxxxx.css" />
<style type="text/css">
-->
</style>
</head>
<!--Content Here -->
<body>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="C2C2C2">
<form action="sales_script.php" name="sales" method="post" enctype="multipart/form-data">
<tr><td>
Basic Package<input type="checkbox" name="c4" id="chk" value="Basic Package" onclick="document.getElementById('showMeOnClick1').style.color="#777777";display=(this.checked)?'inline':'none'; doIt(4)" /><input type=hidden name=h4 value=0>
<div id="showMeOnClick11" style="display:none"> </td></tr>
<tr><td><p><em>This package includes the following:</em><br /></p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<!--When this checkbox above is checked, the fields below display, and the checkbox associated with package below grays out. When unchecked, these fields hide and checkbox associated with package below is NOT grayed out. The same goes for the next checkbox.-->
<div id="showMeOnClick1" style="display:none">
<p><strong>Enter your sizes:</strong><br />
<input name="color1" type="text" value="" size="30">
<input name="color2" type="text" value="" size="30">
</div>
</td>
</tr>
<tr><td>
Standard Package<input type="checkbox" name="c4" id="chk" value="standard Package" onclick="document.getElementById('showMeOnClick1').style.color="#777777";display=(this.checked)?'inline':'none'; doIt(4)" /><input type=hidden name=h4 value=0>
<div id="showMeOnClick11" style="display:none"> </td></tr>
<tr><td><p><em>This package includes the following:</em>><br /></p>
<ul>
<li>Item 4</li>
<li>Item 5</li>
<li>Item 6</li>
<!--When this checkbox above is checked, the fields below display -->
<div id="showMeOnClick1" style="display:none">
<p><strong>Enter size1" type="text" value="" size="30">
<input name="size2" type="text" value="" size="30">
</div>
</td>
</tr>
</td>
</tr>
</table>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="ffffff">
<form action="bgcheck_script.php" method="post" enctype="multipart/form-data">
<tr>
<td colspan="2"><div align="center"><br /><input type="submit" name="Submit" value="Submit">
<font color="#FFFFFF"><br>
<br>
</font><font color="#FFFFFF"> </font>
</div> </td></tr>
</form>
</table>
</body></html>
|