I don't think that's possible for security issue.
You'll have to design your own dlg (eventually using a <input type=file>)
and use the filse system object, which mean your users must allow unsafe
active X to work
"Louis LAFRUIT" <louis.lafruit@p...> wrote in message
news:255434@j..._howto...
>
> Hi,
>
> I try to access with JSCRIPT to classic Windows file dialog boxes like
File
> OPEN, File SAVE, File SAVE AS, File CLOSE... simarly as can be done under
> Visal Basic through the following statements
>
> Dim dlg Ad Dialog
> Set dlg = Dialogs(wdDialog...)
>
> Can someone help me?
>
>
> Louis LAFRUIT.
>
>
>
>