Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: building a editor like .txt


Message #1 by True2ViSioN@a... on Thu, 18 Oct 2001 19:38:16 EDT
Can you use asp? If so you could submit the info to an asp page, have
asp write it out to a new text file with FSO and then send that file
back to the browser.

Or I think you could encose it in a .hta file, and thus you would be
able to use vbs, and clientside com objects, so you could do the same
thing. Just using a standalone html... Wont work, html is static. You
need something to process the input like a vbscript sub that takes the
info from the text area box and saves it to a file with FSO.

VB is ideal for this:-)

daniel

--------------------------
Daniel O'Dorisio
daniel@o...
www.odorisio-networks.com
--------------------------

-----Original Message-----
From: True2ViSioN@a... [mailto:True2ViSioN@a...] 
Sent: Thursday, October 18, 2001 7:38 PM
To: javascript
Subject: [javascript] building a editor like .txt




i am building a text editor and i was wanting to know if some one could
help 
me with a comand. how do i have it save it as .spt (my made up way)  in
sted 
of .txt or .html ect.. 


-true-




daniel@o... 
$subst('Email.Unsub')


  Return to Index