Hi. I have:
<form name="lookupform" method="post" action="report_results.php" target="report_data">
(some other stuff here)
<select name="type" onChange="mod_date(selectedIndex); lookupform.submit()">
and IE insists on telling me that "lookupform" does not support the submit() property! NN just ignores it. Anyone know why???
Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
<form name="lookupform" method="post" action="report_results.php" target="report_data">
(some other stuff here)
<select name="type" onChange="mod_date(selectedIndex); lookupform.submit()">
and IE insists on telling me that "lookupform" does not support the submit() property! NN just ignores it. Anyone know why???
Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com