How to support borwsers with javascript support ?

My web page contains javascript but if a browser does not support
javascript the onsubmit gives an error saying ValidateForm() not found.

<form
action="http://harp.marketfirst.com/watchfirst/CTIISPlugin.dll?watchfirst"
method="post" name="Follow-up Drop of Application/Solicitation of
Subscription"
onsubmit="return ValidateForm()">

I could avoid the javascript portion with using comment
<script language="JavaScript">
<!-----------

Java script functions ...

// ---------->
</script>

But the onSummit can not commented ? Is there a way ?

-ravi

Received on Thursday, 15 October 1998 01:25:43 UTC