Hi

I have an MSWord document displayed in an iframe on a web page
I want to allow a user to click a "save" button
A dialog box would then be displayed allowing the user to save th
MSWord iframe\document to disk.

Is there a way to do this
(I can't find a "save" dialog box or anything similar)

If so - how

Re: Saving an MSWord Page by Peter

Peter
Mon Feb 09 03:03:13 CST 2004

Hi

If you have a Word application object you can try:

wdApp.Dialogs(wdDialogFileSaveAs).Show

HTH + Cheers - Peter


"=?Utf-8?B?R2xlbiBDaGljaw==?=" <anonymous@discussions.microsoft.com> wrote in
news:FFE964F2-6A11-422C-9A42-C68A43B2F109@microsoft.com:

> Hi,
>
> I have an MSWord document displayed in an iframe on a web page.
> I want to allow a user to click a "save" button.
> A dialog box would then be displayed allowing the user to save the
> MSWord iframe\document to disk.
>
> Is there a way to do this ?
> (I can't find a "save" dialog box or anything similar).
>
> If so - how
>