![]() |
|
|
+ Search |
![]()
|
Sep 25th, 2003 04:53
surya prakash, Erron Austin,
<div id="wrapper">
<div id="logon" style="etc etc">
<form name="frmLogon" action="#" method="post">
<input type="radio" name="tt" />
</form>
</div>
</div>
document.layers['wrapper'].document.layers['logon'].document.forms
['frmLogon'].elements['tt'][0].checked=true;
you can nest them as many times as you want!!!