- Moderator
- #1
Well, my project is coming along.... but here's my next simple question.
I have a very large form. The form can be filled in and submitted, or a parameter can be passed to the script which fills the elements in from a database.
Now I want to be able to print it, without giving the ability to edit it further.
So, (trying to re-use my code again), is there a way to make an entire web form READ ONLY, with either a javascript loop or perhaps even a CSS setting, so that the form can be loaded, filled with the values by javascript (got those two working), and then the entire form made readonly, so someone couldn't make modifications and print the modified form?
Thanks in advance!
Just my 2¢
"In order to start solving a problem, one must first identify its owner." --Me
--Greg
I have a very large form. The form can be filled in and submitted, or a parameter can be passed to the script which fills the elements in from a database.
Now I want to be able to print it, without giving the ability to edit it further.
So, (trying to re-use my code again), is there a way to make an entire web form READ ONLY, with either a javascript loop or perhaps even a CSS setting, so that the form can be loaded, filled with the values by javascript (got those two working), and then the entire form made readonly, so someone couldn't make modifications and print the modified form?
Thanks in advance!
Just my 2¢
"In order to start solving a problem, one must first identify its owner." --Me
--Greg