Open html file with Internet Explorer

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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"...
    3. 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...
    4. Explorer/internet file settings location
      I wish to backup my settings for internet connection and configuration. Where are they located? Please help.
    5. 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...
  3. #2

    Default 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...
    > 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
    >
    >
    >
    >

    Gren Foronda Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139