Hi, I'd like to know if it's possible to write files in html...
For example: There's a link with "Mark!" on it, the user clicks it and bang! A text file appears in the same folder with in it:
"Mr. X
23/03/10
17:19
Mark!"
Of course, this Html file is only in "My Documents" folder... Get it?
So e.g. :
My Documents > index.html
index.html ---> link "Mark!"
if you click on "Mark!", a new *.txt file appears
My Documents > mrxmark.txt
Sorry I wasn't very clear, I already have an HTML file: index.html (example)
So, in it, there's a link, or a button, that creates a text file (mark.txt) in the directory of my choice (or in the root folder)
I understand it cannot be made in HTML, what about JavaScript, how would I be able to do that?
For example: There's a link with "Mark!" on it, the user clicks it and bang! A text file appears in the same folder with in it:
"Mr. X
23/03/10
17:19
Mark!"
Of course, this Html file is only in "My Documents" folder... Get it?
So e.g. :
My Documents > index.html
index.html ---> link "Mark!"
if you click on "Mark!", a new *.txt file appears
My Documents > mrxmark.txt
Sorry I wasn't very clear, I already have an HTML file: index.html (example)
So, in it, there's a link, or a button, that creates a text file (mark.txt) in the directory of my choice (or in the root folder)
I understand it cannot be made in HTML, what about JavaScript, how would I be able to do that?