Ask a Question related to Macromedia Director Basics, Design and Development.
-
Ali Mac #1
Open html file with Internet Explorer
Hey there.
Is there a way to open an html file with a specific web browser?
I have a script which uses Buddy API to open an html file using the default
web browser, but since the html file I am opening is a web page made by
PowerPoint, it doesn't work in Netscape, and we tested it on a machine whose
default browser was set to Netscape, and the file opened incorrectly with
errors.
I need it to open the file in Internet Explorer.
Thanks.
Alexis
Ali Mac Guest
-
Problem with HTML in Internet Explorer
Can anyone tell me why this page: http://jupiter.tccs.tufts.edu/constats/sampling.html works fine in Firefox but expands beyond the page... -
Internet explorer 6 hang after window.open
Try posting in a javascript group or an Internet Explorer group. This group is for server side programming. Ray at work "Enrico"... -
Can't open internet Explorer
Hi, I have a P4 computer with windows XP connected to the internet through cable modem and Netgear router. 2 other computers are connected to the... -
Explorer/internet file settings location
I wish to backup my settings for internet connection and configuration. Where are they located? Please help. -
getting internet explorer to use my hosts file
Hi, I need some help. I have a comprehensive hosts file that I want windows to use. I have created the file, with no file extension, and have... -
Gren Foronda #2
Re: Open html file with Internet Explorer
Hi Ali Mac,
You can use the "open with" Lingo command to specify an application to where
the document will be opened.
open "test.htm" with "C:\Program Files\Internet Explorer\iexplore.exe"
However, you need to know the full path to where the selected application
(in this case IE) is installed on the users' machines.
Regards,
Gren Foronda
Macromedia Technical Support
"Ali Mac" <webforumsuser@macromedia.com> wrote in message
news:c1d87s$9np$1@forums.macromedia.com...default> Hey there.
> Is there a way to open an html file with a specific web browser?
> I have a script which uses Buddy API to open an html file using thewhose> web browser, but since the html file I am opening is a web page made by
> PowerPoint, it doesn't work in Netscape, and we tested it on a machine> default browser was set to Netscape, and the file opened incorrectly with
> errors.
>
> I need it to open the file in Internet Explorer.
> Thanks.
> Alexis
>
>
>
>
Gren Foronda Guest



Reply With Quote

