Hi,
Javascripts are usually coded in the client side portion. Thus when users clicks on the view source button, they can see the scripts and other codes for that page. However, they wont be able to see the codes coded for the serverside portion. My question is can we put the javascript in the serverside portion so that it doesnt appear on the clientside when they click on the view source button? Thankx in advance.
Javascripts are usually coded in the client side portion. Thus when users clicks on the view source button, they can see the scripts and other codes for that page. However, they wont be able to see the codes coded for the serverside portion. My question is can we put the javascript in the serverside portion so that it doesnt appear on the clientside when they click on the view source button? Thankx in advance.