in reply to Re^2: Inserting values into a form
in thread Inserting values into a form

Much clearer.

So, some more questions:

I may be way off base on this, but it sounds -- at this point -- as if you have a system design problem, as in "too complex." Think "going all around Robin Hood's barn!" Why not just write your config options into the ap itself or create config script for the ap?

Update: Added concern about rewriting and Robin Hood.

Replies are listed 'Best First'.
Re^4: Inserting values into a form
by Anonymous Monk on Oct 26, 2009 at 04:33 UTC
    Answers to your questions: 1. "Clicking on Submit saves the values" - Values are saved on a server. So the next time someone opens abc.html they see the values entered earlier. The user can modify the values and submit again. 2. "I don't have to type" - Any number of users. Ofcourse only one user will make changes to abc.html at one point of time. 3. "I can just open my app" - the app will be another web page. The app will be located in a remote server. One more thing. I can't meddle with the source code of abc.html. I can only give values in the text boxes and submit them.