valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 403
Questions & Answers
Q: Is there a way to protect the form data html portion of the form so that other people will not be able to view the code by looking at the source with their browser?
A: No, it is not possible to inhibit the display of html code. For this reason you should not include security sensitive inforation in any html code. You can use it in the php code (which is where the varibles are set in Form1) as php code is never sent to the browser but runs by the server only. There are some products claiming that they block the display of html but in reality they are only tricks. The html code has to be sent to the browser and the browser must be able to read it to display the page. However you can use the password access feature to limit disply of your page (and html) to only those that have the password.
Question and Answer Item 403 - Browse All Question and Answer Items