Writing and Reading from an external file (a txt file for example)
Is there any way I can use an entered data in one html file to another using a script?or any way?
For example:
In 'get.html', I have an input box and a submit button. I want the text entered in the input box be save in 'data.txt' when i click the submit button.
Then, in 'show.html', I have an input box and submit button, too. I want it that when I click the submit button, a comparison between the entered text in the input box and the text in the 'data.txt' will happen. And when both texts are the same, a message box will appear telling that both texts are the same.
If you can give an example, that would be much appreciated.
PLEASE I NEED IT BADLY...
Thanks[/i]


