Click to See Complete Forum and Search --> : can i save something to an html file with javascript


pjtito
04-13-2003, 02:58 AM
Can I save some html codes to an html file, using javascript

Nevermore
04-13-2003, 06:27 AM
No, you cannot alter files with JavaScript. You would need a server side language, such as PHP, to do this. JavaScript can only save things as cookies on one computer.

pjtito
04-14-2003, 02:05 AM
Thanx friend