A few days ago I started to build a "Talk To Us Page" In c#.
So, I did a few buttons and text arena options..
And it was easy as C# should be. You just use a system IO or any thing and write to files..
I tried to do some thing very similarly with JS\jQuery and had no idea how to do so.
I looked around google a bit, and found nothing. Really, found about 30 people who are saying things that are really not working.
And I have to do is write a few lines of text from textbox..
The textboxes look like this:
<input type="text" name="">
<input type="text" name="">
and when you clicked of a button it will write it all down to a file in driver c, or anything like that.
I really thinks its not that hard, but I need a hand.
Please help me. thanks!