perlsen has asked for the wisdom of the Perl Monks concerning the following question:
Hi, Monks
I have created one simple CGI form to read the user inputs and stored it in MYSQL database and i retrieve it for some purpose. I have used javascript coding to validate the user inputs from client side. This was tested from client side at that time the javascript coding is easily viewed by the client side. but i want to hide this javascript script coding from client view. if any one knows, please suggest me how to hide this coding?. or is it possible to hide javascript coding from cgi scripting?.
Thanks in advance for your suggestions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to hide JAVASCRIPT coding from CGI?
by jhourcle (Prior) on Mar 14, 2005 at 15:33 UTC | |
by Fletch (Bishop) on Mar 14, 2005 at 15:40 UTC | |
|
Re: How to hide JAVASCRIPT coding from CGI?
by brian_d_foy (Abbot) on Mar 14, 2005 at 17:40 UTC | |
|
Re: How to hide JAVASCRIPT coding from CGI?
by jZed (Prior) on Mar 14, 2005 at 17:49 UTC | |
by Hero Zzyzzx (Curate) on Mar 14, 2005 at 20:58 UTC |