|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to save and open files in javascript, and saving code, so you could save files like... HTML, JS, CSS, TXT, e.t.c
So its probably impossible, but ive seen some code that someone had a problem with but knew it could work, that could save and open excel workbooks using active-X and JS. |
|
#2
|
||||
|
||||
|
ActiveX Object
You can open text files on your Windows OS computer for reading and writing using javascript and the ActiveXObject "Scripting.FileSystemObject" Because HTML, CSS, and Javascript files are text files it may work OK with them too (as text). I imagine a google search for "Scripting.FileSystemObject" will provide you with many scripts to experiment with.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > I bet it's impossible, but... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|