The only problem with that is that the user can put checkfields.js into
their address bar and download the file directly.
Dan
-----Original Message-----
From: Gabriel(sinectis) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 12:24 PM
To: CF-Server
Subject: RE: Comment out Javascript in browser but not ColdFusion?
If you put your code in a separate file with "js" extension and include it
in your template.
Something like this
<script language="JavaScript1.2" src="checkfields.js">
</script>
where checkfields.js is your javascript file
gabriel
-----Original Message-----
From: Robert Sher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 2:19 PM
To: CF-Server
Subject: Comment out Javascript in browser but not ColdFusion?
Is there a way to comment out Javascript codes to prevent the browser from
displaying them? I would like to hide my Javascript from public view but
not from ColdFusion so that ColdFusion can process it. Thanks in advance.
----------------------------------------------------------------------------
--
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
----------------------------------------------------------------------------
--
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com