morpheause
08-14-2002, 03:54 PM
==============================================
<head>
<script language="JavaScript" src="check.js">
</script>
<title>Untitled Document</title>
</head>
<body bgcolor="#009900">
<form action='mailto:You@Yourdomain.com?subject=Testing' enctype="text/plain" method="post" name="stodelclub" id="stodelclub" onSubmit="return validateForm(this)" onFocusOut="clearStyle(event.srcElement);">
==============================================
I have got an Registration Form with validation.
After clicking on submit, I would like the Submit & Reset button to be disabled or I would like after clicking on submit that it redirects to another page.
I need an copy to be emailed to me.
That is why I am using the "mailto" function.
:D
Thanks
<head>
<script language="JavaScript" src="check.js">
</script>
<title>Untitled Document</title>
</head>
<body bgcolor="#009900">
<form action='mailto:You@Yourdomain.com?subject=Testing' enctype="text/plain" method="post" name="stodelclub" id="stodelclub" onSubmit="return validateForm(this)" onFocusOut="clearStyle(event.srcElement);">
==============================================
I have got an Registration Form with validation.
After clicking on submit, I would like the Submit & Reset button to be disabled or I would like after clicking on submit that it redirects to another page.
I need an copy to be emailed to me.
That is why I am using the "mailto" function.
:D
Thanks