
Robert Fogel - 2007-01-03 21:55:38
A survey form I wrote runs fine of Firefox 1.5.0.9, but MS IE 7.0.5730.11 gives this error message "document.forms.forms.elements" is null or not an object." My file contains:
// Include the extended class.
require_once("example_elements.class.php"); // also has to have apeform.class in the same folder
// Instantiate an object from this class.
$form = new ExtendedApeform();
Did I do somthing wrong?