I have created a form. Within the form is a button to close the window
on click and to validate as well. The close window works when it is a
stand alone, but it does not work when it is embedded with the other
code. Here is the code I am currently using:
<p><font face="Trebuchet MS">
<input type="submit" value="Send" name="B1"
onClick="Javasc ript:window.clo se()" "MM_validateFor m('Manager
Name','','R','M anagers Extension','',' R','Department' ,'','R');return
document.MM_ret urnValue">
<input type="reset" value="Clear" name="B2">
</font></p>
Any help you can give me will be greatly appreciated.
Cat
on click and to validate as well. The close window works when it is a
stand alone, but it does not work when it is embedded with the other
code. Here is the code I am currently using:
<p><font face="Trebuchet MS">
<input type="submit" value="Send" name="B1"
onClick="Javasc ript:window.clo se()" "MM_validateFor m('Manager
Name','','R','M anagers Extension','',' R','Department' ,'','R');return
document.MM_ret urnValue">
<input type="reset" value="Clear" name="B2">
</font></p>
Any help you can give me will be greatly appreciated.
Cat
Comment