PC Review


Reply
Thread Tools Rate Thread

control Word from IE frame

 
 
=?Utf-8?B?U2ltb24gTWNNYWhvbg==?=
Guest
Posts: n/a
 
      27th Jan 2006
Hi,

When Word opens a local .DOC file from IE it adds the Word toolbar to IE's
toolbar. If the same file is loaded via an HTML frame then the Word toolbar
is not integrated. All I can do is look at the file through the frame.

All I really need is to save a file that was edited by Word through the HTML
frame.

Is there a way to control Word through the frame.

Cheers,

Simon.

 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      27th Jan 2006
No.
They need to download and save the word file.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer



"Simon McMahon" <(E-Mail Removed)> wrote in message
news:2DF342AB-DEFE-43EB-99E1-(E-Mail Removed)...
> Hi,
>
> When Word opens a local .DOC file from IE it adds the Word toolbar to IE's
> toolbar. If the same file is loaded via an HTML frame then the Word
> toolbar
> is not integrated. All I can do is look at the file through the frame.
>
> All I really need is to save a file that was edited by Word through the
> HTML
> frame.
>
> Is there a way to control Word through the frame.
>
> Cheers,
>
> Simon.
>



 
Reply With Quote
 
=?Utf-8?B?U2ltb24gTWNNYWhvbg==?=
Guest
Posts: n/a
 
      27th Jan 2006
The .DOC file is already a local file, not coming from the web server so I
dont need to download it.

When Word is not in a frame the local file can be edited and saved through
IE because the IE & Word tool bars a merged together - this is standard IE &
Word integration.

I want to do the same thing when Word is in a HTML frame. The problem is
when Word is in a frame you dont get the toolbar to hit the save button.

Can I control Word in the frame some programatic way?

"Steve Easton" wrote:

> No.
> They need to download and save the word file.
>
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> ........................with a computer
>
>
>
> "Simon McMahon" <(E-Mail Removed)> wrote in message
> news:2DF342AB-DEFE-43EB-99E1-(E-Mail Removed)...
> > Hi,
> >
> > When Word opens a local .DOC file from IE it adds the Word toolbar to IE's
> > toolbar. If the same file is loaded via an HTML frame then the Word
> > toolbar
> > is not integrated. All I can do is look at the file through the frame.
> >
> > All I really need is to save a file that was edited by Word through the
> > HTML
> > frame.
> >
> > Is there a way to control Word through the frame.
> >
> > Cheers,
> >
> > Simon.
> >

>
>
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      27th Jan 2006
Inline
"Simon McMahon" <(E-Mail Removed)> wrote in message
news:FF94180B-35FF-402C-9B0F-(E-Mail Removed)...
> The .DOC file is already a local file, not coming from the web server so I
> dont need to download it.
>
> When Word is not in a frame the local file can be edited and saved through
> IE because the IE & Word tool bars a merged together - this is standard IE
> &
> Word integration.


When you open a "local" doc file from a link it actually opens in word.
Just like a pdf opens on Adobe Reader.


> I want to do the same thing when Word is in a HTML frame. The problem is
> when Word is in a frame you dont get the toolbar to hit the save button.
>
> Can I control Word in the frame some programatic way?


No because you can't save content from a document opened in a html page.
It's a security feature.
You would be effectively writing back to / altering content on a server
based document
without the proper credentials.
( user name and password )

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer








 
Reply With Quote
 
=?Utf-8?B?U2ltb24gTWNNYWhvbg==?=
Guest
Posts: n/a
 
      30th Jan 2006
> When you open a "local" doc file from a link it actually opens in word.
> Just like a pdf opens on Adobe Reader.

Agreed.

> No because you can't save content from a document opened in a html page...

You can if its a local file opened in Word and thats all I care about, not
files back on the server. I know that I can't edit through the web to another
machine this way.

The problem is the FRAME that makes IE & Word behave differently, even on a
local file. I dont know how to control Word when it runs in a HTML frame.

Thanks anyway, I know this problem is hard to describe and looks like the
obvious attempt to edit server files through the browser.

Regards,

"Steve Easton" wrote:

> Inline
> "Simon McMahon" <(E-Mail Removed)> wrote in message
> news:FF94180B-35FF-402C-9B0F-(E-Mail Removed)...
> > The .DOC file is already a local file, not coming from the web server so I
> > dont need to download it.
> >
> > When Word is not in a frame the local file can be edited and saved through
> > IE because the IE & Word tool bars a merged together - this is standard IE
> > &
> > Word integration.

>
> When you open a "local" doc file from a link it actually opens in word.
> Just like a pdf opens on Adobe Reader.
>
>
> > I want to do the same thing when Word is in a HTML frame. The problem is
> > when Word is in a frame you dont get the toolbar to hit the save button.
> >
> > Can I control Word in the frame some programatic way?

>
> No because you can't save content from a document opened in a html page.
> It's a security feature.
> You would be effectively writing back to / altering content on a server
> based document
> without the proper credentials.
> ( user name and password )
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> ........................with a computer
>
>
>
>
>
>
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      30th Jan 2006
Open the word doc in a new window instead of a frame

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________


"Simon McMahon" <(E-Mail Removed)> wrote in message news:C3097F36-6676-4B4D-B0B3-(E-Mail Removed)...
|> When you open a "local" doc file from a link it actually opens in word.
| > Just like a pdf opens on Adobe Reader.
| Agreed.
|
| > No because you can't save content from a document opened in a html page...
| You can if its a local file opened in Word and thats all I care about, not
| files back on the server. I know that I can't edit through the web to another
| machine this way.
|
| The problem is the FRAME that makes IE & Word behave differently, even on a
| local file. I dont know how to control Word when it runs in a HTML frame.
|
| Thanks anyway, I know this problem is hard to describe and looks like the
| obvious attempt to edit server files through the browser.
|
| Regards,
|
| "Steve Easton" wrote:
|
| > Inline
| > "Simon McMahon" <(E-Mail Removed)> wrote in message
| > news:FF94180B-35FF-402C-9B0F-(E-Mail Removed)...
| > > The .DOC file is already a local file, not coming from the web server so I
| > > dont need to download it.
| > >
| > > When Word is not in a frame the local file can be edited and saved through
| > > IE because the IE & Word tool bars a merged together - this is standard IE
| > > &
| > > Word integration.
| >
| > When you open a "local" doc file from a link it actually opens in word.
| > Just like a pdf opens on Adobe Reader.
| >
| >
| > > I want to do the same thing when Word is in a HTML frame. The problem is
| > > when Word is in a frame you dont get the toolbar to hit the save button.
| > >
| > > Can I control Word in the frame some programatic way?
| >
| > No because you can't save content from a document opened in a html page.
| > It's a security feature.
| > You would be effectively writing back to / altering content on a server
| > based document
| > without the proper credentials.
| > ( user name and password )
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| >
| >
| >
| >
| >
| >
| >
| >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frame control Benj Nunez Microsoft C# .NET 1 28th Nov 2007 09:24 PM
frame control inside an image control moniong Microsoft Excel Programming 2 30th Mar 2007 03:29 AM
DVD Express Player -- frame-by-frame control? Scot Windows XP New Users 1 13th Feb 2005 03:55 AM
Manipulating control in one frame from another frame, how? Søren M. Olesen Microsoft ASP .NET 0 13th Nov 2003 05:37 PM
MS Word, within FRAME, is not Printing Selected Frame Jason Krug Windows XP Internet Explorer 1 24th Oct 2003 04:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:55 AM.