Hi,
Now that my problems with passing data between forms are solved, I am trying to validate data. I want to be able to run a procedure when the user clicks on the submit button. But when I add onclick="check_params" to run the check_params code, I get the following error when the button is clicked:
"check_params" is undefined.
How should I be referencing (and declaring) the procedure? Should it be included in <%...%> or defined in <SCRIPT>....</SCRIPT> tags??
thanks again
jan
Now that my problems with passing data between forms are solved, I am trying to validate data. I want to be able to run a procedure when the user clicks on the submit button. But when I add onclick="check_params" to run the check_params code, I get the following error when the button is clicked:
"check_params" is undefined.
How should I be referencing (and declaring) the procedure? Should it be included in <%...%> or defined in <SCRIPT>....</SCRIPT> tags??
thanks again
jan