This is really the wrong forum for this for this, but the answer is no.
Since JS executes on the client side, the browser needs to download the JS
code in order to make use of it. There is no way to hide this code from the
browser, because if you could, the browser couldn't use it.
Make sense?

Anyway, there is not much point in trying to hide the js code anyway, just
make sure that you don't pass any sensitive data to it.


-----Original Message-----
From: Robert Sher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 12: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

Reply via email to