There is a page source code:
Next, I perform the following actions:
In the txt text box, I enter the text '777' and click the 'Save' button. After these actions, I reload the page, and it should contain the following source code:
http://jsfiddle.net/u990uzjf/1/
As you can see, the source code contains the text '777' in the text field. How can this be done NOT through PHP, but through Javascript or something like this?