I have a form that is loaded "display:none" and I make it visible with 
<a 
href="javaScript:makeFormVisible('myForm');document.forms['myForm'].resetButton.click()">...</a>
and at the same time I reset it to clean up the previous usage. This works ok.

Instead of using the "click()" I have tried:
document.forms['myForm'].reset();
document.form.myForm.reset();
document.forms[0].reset;
document.myForm.reset();

but IE6 keeps telling that "the property or method is not available".
Couldn't google out any good explanation. Please help.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:4210
Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33

Reply via email to