473,407 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

MSWord in Frames not opening inside the Frame

In IE6 I'm using the following html to have three frames. One of the
frames is to open a locally stored MS Word document.

<frameset rows="100,1*">
<frame name=SiteHdr
src="Development\SiteHeader.html">
<frameset cols="50%,50%">
<frame name=Notes
src="file://C:/Documents%20and%20Settings/NotesStarter.doc">
<frame name=Site src="http://www.google.com.au">
</frameset>

Results are variable. Sometimes MS Word starts up in the frame with
the ability to enter data sometimes available and other times not and
sometimes a separate window starts up for Word. I want MS Word to be
active in the frame with the ability to edit. Am I doing something
wrong here? Is it some dodginess in the environment? I'm a novice at
this stuff so any help would be appreciated.

TIA
Pat
Jul 23 '05 #1
2 3912
Pat Sheen wrote:
In IE6 I'm using the following html to have three frames. One of the
frames is to open a locally stored MS Word document.

<frame name=Notes
src="file://C:/Documents%20and%20Settings/NotesStarter.doc">
That will not work from the WWW, only when this HTML is loaded locally.
Results are variable. Sometimes MS Word starts up in the frame with
the ability to enter data sometimes available and other times not and
sometimes a separate window starts up for Word. I want MS Word to be
active in the frame with the ability to edit.


The method used to open external applications, whether they open within
the browser or externally, is entirely controlled through user agent
settings. There is no ability to specify such behaviour within HTML.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://SpreadFirefox.com/ Igniting the Web
Jul 23 '05 #2
Dan

Pat Sheen wrote:
In IE6 I'm using the following html to have three frames. One of the
frames is to open a locally stored MS Word document.
I guess you're not authoring for the World Wide Web, then, if you're
relying on specific browser versions and proprietary file formats.
src="Development\SiteHeader.html">
If "Development" is a subdirectory name, you need to use a forward
slash in the URL, not a backslash, in accordance with URI syntax
standards.
<frame name=Notes
src="file://C:/Documents%20and%20Settings/NotesStarter.doc">
"file" URIs work only on your local machine, not on the Web. Is this
just a local document to access on your own machine, not a page on a
server?
Results are variable. Sometimes MS Word starts up in the frame with
the ability to enter data sometimes available and other times not and
sometimes a separate window starts up for Word.


There is bound to be a lot of variation in browser versions and
configuration settings about how non-native formats like MS Word are
handled, whether as embedded plugins, external helper apps, launched
directly in Word (dangerous due to the possibility of macro viruses),
prompted for download, etc.

--
Dan

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bart Plessers \(artabel\) | last post by:
Hello, Currently developping a site, where I use some session variables. The site is located at my home computer. Because I have a dynamic IP adress, I use no-ip (www.no-ip.org) to have my...
26
by: jj | last post by:
Care to enlight? Thanks!
34
by: s c o t t | last post by:
I know Jakob Neilsen and a bunch of other usability advocates and critics usually frown on usage frames. However, most people probably seem to have at least version 5 of IE or newer and I am...
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
2
by: K.C. Brown | last post by:
I'm trying to finish up an app that uses a left and right frame extensively. The left frame contains a dynamically built menu and the right is used as the target for links selected from the left....
3
by: qwerty | last post by:
I´m new to ASP.Net. My workmate has some experience with it. He claimed that in ASP.Net working with frames is much simpler than it was ASP. I asked explanation but he couldn't give me such. (a...
5
by: AES | last post by:
Would appreciate being pointed to a template or a sample web site that will show me how to do the following frame-like organization, without using frames. My objective is a web site done in CSS...
8
by: rn5a | last post by:
I have a HTML page named Index.html which is divided into 3 frames. The URL of 2 of the frames are HTML pages but the 3rd frame houses a ASP page. Now when I go to Windows Explorer, navigate to...
3
by: Raffi | last post by:
Hello, I've been struggling and trying to work around this for a while and have even posted on usenet in the past without any working solutions. I'm posting it again in case someone out there...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.