|
|
how do I make this dialog save as, scriptin filesytemobject
Hi,
I got this function to load a.txr or a *htm file in an iframe
function LoadFile()
{
CommonDialog1.ShowOpen();
var fileName = CommonDialog1.FileTitle;
var fObj = new ActiveXObject("Scripting.FileSystemObject");
var f = fObj.OpenTextFile(fileName);
var fileContents = f.ReadAll();
f.Close();
var iframeWin = window.message;
iframeWin.document.write(fileContents);
}
but I want one that saves the iframe contens too, but I can�t figure out how
to do it, plz help
Thanks
Mats
|
|
0
|
|
|
|
Reply
|
Mats
|
8/28/2003 9:57:31 AM |
|
|
0 Replies
241 Views
(page loaded in 0.394 seconds)
Similiar Articles: How to call Save As Dialog by using Script ??? - comp.lang ...how do I make this dialog save as, scriptin filesytemobject - comp ... How to call Save As Dialog by using Script ??? - comp.lang ... Script to save a file and use the ... Start file download using onclick... - comp.lang.javascript ...how do I make this dialog save as, scriptin filesytemobject - comp ... Start file download using onclick... - comp.lang.javascript ... how do I make this dialog save as ... save as link or button for wmv - comp.lang.javascripthow do I make this dialog save as, scriptin filesytemobject - comp ..... how do I make this dialog save as, scriptin filesytemobject - comp ... How do I create music ... Open Save Dialog box using Virtual Folders - comp.lang.javascript ...how do I make this dialog save as, scriptin filesytemobject - comp ... Extending the file open/save dialog? - comp.lang.tcl how ... filesytemobject - comp ..... save ... How do I create a Multi-page Invoice - comp.databases.filemaker ...how do I make this dialog save as, scriptin filesytemobject - comp ... How do I create a Multi-page Invoice - comp.databases.filemaker ... how do I make this dialog save ... Automatically Mail PDF Script - comp.databases.filemaker ...Automatically Mail PDF Script - comp.databases.filemaker ... how do I make this dialog save as, scriptin filesytemobject - comp ..... to PDF automatically saves document ... Script to save a file and use the auto incremented filename - comp ...how do I make this dialog save as, scriptin filesytemobject - comp ... How to call Save As Dialog by using Script ??? - comp.lang ... Script to save a file and use the ... Help: Cubase SX and Yamaha MU100R - comp.music.midihow do I make this dialog save as, scriptin filesytemobject - comp ... How do I make a Gauss-curve? - comp.soft-sys.matlab how do I make this dialog save as, scriptin ... Tries to save the file, instead of executing it - comp.lang.php ...Tries to save the file, instead of executing it - comp.lang.php ... how do I make this dialog save as, scriptin filesytemobject - comp ... Adobe 9, save as prompt when ... print setup saves the printer - comp.databases.filemaker ...how do I make this dialog save as, scriptin filesytemobject - comp ... print setup saves the printer - comp.databases.filemaker ... is this normal behaviour and do i have ... how do I make this dialog save as, scriptin filesytemobject - comp ...Hi, I got this function to load a.txr or a *htm file in an iframe function LoadFile() { CommonDialog1.ShowOpen(); var fileName = CommonDialog1... How to call Save As Dialog by using Script ??? - comp.lang ...how do I make this dialog save as, scriptin filesytemobject - comp ... How to call Save As Dialog by using Script ??? - comp.lang ... Script to save a file and use the ... 7/16/2012 3:51:14 PM
|
|
|
|
|
|
|
|
|