Opening Internet Explorer from Air Iframe

This probably has been answered here before and I apologize if this is a repost but I haven't been able to find an answer that works.
I have an AIR application that uses an Iframe to connect to a server side page. within that page I need to be able to click a link and launch an Internet Explorer Browser NOT an Air window.
I have tried several methods and none seems to work,
does anyone have a sample (both the parent and child frames) that they know works ,
It will save me allot of headache
I truly appreciate it 
Ray

Thanks but I would need the complete code.
You see I want to open a particuler page from a link, the link will call, lets say homepage.jsp, I want to include an applet in homepage.jsp that will force the page to open up in a IE window. Is that possible????
If it is what do I need to do?
Thanks

Similar Messages

  • Open Internet explorer from Java

    Hi everyone!
    Doew anybody know how to open IOnternet Explorer from Java.I have tried
    String browserCommand = ("\"C:\Program Files\InternetExplorer\iexplore.exe\"");
         URL theUrl=new URL("http://www.yahoo.com/"); // or whatever
         Runtime.getRuntime().exec(browserCommand+ " "+theURL);
    but something goes wrong with the escape characters I use.
    I would be greatful to receive any advice.
    Thanks in advance!

    or...
        private static boolean showInBrowser(String url){
             String os = System.getProperty("os.name").toLowerCase();
            Runtime rt = Runtime.getRuntime();
            try{
                 if (os.indexOf( "win" ) >= 0) {
                      // this doesn't support showing urls in the form of "page.html#nameLink"
                     rt.exec( "rundll32 url.dll,FileProtocolHandler " + url);
                 } else if (os.indexOf( "mac" ) >= 0) {
                     rt.exec( "open " + url);
                 } else if (os.indexOf( "nix") >=0 || os.indexOf( "nux") >=0) {
                      // Do a best guess on unix until we get a platform independent way
                      // Build a list of browsers to try, in this order.
                      String[] browsers = {"epiphany", "firefox", "mozilla", "konqueror",
                                "netscape","opera","links","lynx"};
                      // Build a command string which looks like "browser1 "url" || browser2 "url" ||..."
                      StringBuffer cmd = new StringBuffer();
                      for (int i=0; i<browsers.length; i++)
                           cmd.append( (i==0  ? "" : " || " ) + browsers[i] +" \"" + url + "\" ");
                      rt.exec(new String[] { "sh", "-c", cmd.toString() });
                 } else {
                      return false;
            }catch (IOException e){
                 return false;
            return true;
        }

  • How to open Internet explorer from java

    how can one open internet explorer through java and also displays the desired webpage in it.

    p = r.exec(runie);Whenever you use exec on a Runtime object, you need to get an InputStream off the System.err output. If this InputStream is not absorbed in some way, then it can stop the process. The process may not reach its destined finish point. The Java Documentation does not inform you of this, though experience will give you some unanswered questions, such as 'Why does this process never reach the finish point'.
    James

  • Opening Internet Explorer from a link w/ applet

    Hi there,
    I was wondering if anybody out there had the code for an applet that will spawn Internet Explorer application and open up a specific address.
    How we want it to work. From a link open a page that will spawn Internet Explorer with the help of the applet. Is it do-able or not?
    A quick response would be great.
    Thanks

    Thanks but I would need the complete code.
    You see I want to open a particuler page from a link, the link will call, lets say homepage.jsp, I want to include an applet in homepage.jsp that will force the page to open up in a IE window. Is that possible????
    If it is what do I need to do?
    Thanks

  • Why does it open internet explorer from my mail to open another page now when it didnt before

    when i go to go from my mail to a page it opens up internet explore to do it and not fire fox i cant get in to change the settings to see if they are set right

    Sounds like Firefox isn't your Default Browser.
    https://support.mozilla.com/en-US/kb/How%20to%20make%20Firefox%20the%20default%20browser

  • How can I open Internet Explorer from Forms?

    I could manage to open IE with HOST giving it the correct path from IE in my computer.
    But how can I find out what directory IE is? Should I use OLE2? If yes, then how do I use it?
    Thanks,
    Ariadne

    I thinck that the path doesn't matter...
    Using Host('start http://www.oracle.com') will work no matter where IE is located

  • Problem in Opening HTML Page in Internet Explorer from my Swing Application

    Hi,
    I am opening a HTML file in Internet Explorer from my swing application.I am using the code given below
    private final static String WIN_FLAG = "url.dll,FileProtocolHandler";
    private final static String WIN_PATH = "rundll32";
    String cmd = WIN_PATH + " " + WIN_FLAG + " " + url;
    // url is HTML file Path
    Process p = Runtime.getRuntime().exec( cmd );
    Here there are two things i need to address ...
    1)The HTML file is opening up,but it always opens behind the swing application,that makes me every time to maximize the HTML file after it being opened up.I want to open it in front of the Swing Application.I need to implement "Always On Top" functionality for the html page.
    2)Whenever i trigger action to open different HTML page,it opens in new Internet Explorer window.
    I need to open it in same IE window.
    how to solve out these problems ??? any help would be greatly appreciated .Thanks in advance.
    - Manikandan

    any idea about this ????

  • Message "Do you mean to switch apps? Reader is trying to open Internet Explorer" in blue bar. Why

    First time user.  Instructions on how to use not clear.  My problem is the message "Do you mean to switch apps?  Reader is trying to open Internet Explorer?" suddenly appeared in blue bar.  Occurs with I click on links in PDF.  What caused this?  How to fix?  How to avoid it from happening again?
    Same conflict with email links, just different message: "Do you mean to switch apps? Reader is trying to open mail?"
    Goal:  Do not want to switch apps and do not want to be asked this question.
    Environment: Windows 8, file developed in Publisher 365, Reader 10 "I think" 

    Pat
    Thank you for responding.  I have recreated the error, but cannot figure out how to use Snipping Tool to get screenshot of a Windows 8 panel.  Have the tool placed in the tool bar, but tool bar not accessible on the PDF display.  Any suggestions?
    Perk

  • How to open Internet Explorer files?

    I have a bunch of Internet Explorer files that I transferred from my old OS 9 iMac. Now, it seems, I can't open any of them. These are web pages I saved for research purposes, and I would really like to open them if at all possible. It was suggested that Opera 9 could open Internet Explorer files; but, I tried that and it didn't work. Does anyone know how I might do that?
    Carl Kalwaitis

    Archives that you saved with Internet Explorer can only be opened by Internet Explorer.
    These are essentially a single file that contains the entire site.
    Other browsers save files, pictures, and supporting information in a folder for each page you save.
    But, Internet Explorer wraps all that into a single file (a web archive). This format is naturally only compatible with Internet Explorer.
    You need to get the latest version of Internet Explorer for Mac OS X.
    Microsoft has officially abandoned this browser. So, they are not offering it or supporting it anymore.
    But, you can still locate a copy for downloading at:
    http://web.nickshanks.com/browsers/ie/macosx
    Hope this helps.

  • When i run firefox setup all that shows up on my pc four shortcuts that open internet explorer

    I downloaded and saved firefox set up and when i ran it a window showed the extraction but then nothing happened. i searched for mozilla and found only 4 shortcuts that open internet explorer.

    If your Firefox is in FullScreen '''press F11 key''' OR move your Mouse cursor to the top of the window, right-click and Remove Checkmark from '''Hide Toolbars'''
    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to View Menu -> Toolbars -> select '''Menu Bar''' and '''Navigation ToolBar'''
    -> press '''CTRL + B''' for '''Bookmarks Sidebar'''
    Check and tell if its working.

  • How can I open Internet explorer only pages on a mac? The website that I need to access only permits internet explorer

    How can I open Internet explorer 'only' pages on a mac, without creating a drive partition and installing windows separately?
    I've tried winbottler, but it doesn't seem to serve my purpose. The web site that I'm trying to access only permits Internet explorer.

    Microsoft has not written IE for Mac for years so unless you want to create a parition and install Windows, or user a Windows emulator, you're out of luck for installing IE on a Mac.
    The web site that I'm trying to access
    There might be a work around for you since it's just the one site.
    Go to the Safari menu bar click Safari > Preferences then select the Advanced tab.
    Enable the Develop menu.
    Now click Develop from the Safari menu bar then click User Agent > IE 9, 8, or 7

  • Google desktop and Picasa open Internet Explorer even though Firefox is my default browser

    I am using Firefox 6, and no matter what I do clicking on Google Desktop opens Internet Explorer instead of Firefox. I have set Firefox as the default browser in at least 3 places: In Firefox itself; on the Internet Options section of the Control Panel; In the add/remove programs Set Default Programs screen. This is all in Windows XP professional. The same problem happens with Picasa online albums (when I go from my computer's Picasa to Web Albums). I don't know when this started, but now I cannot get my Web timeline. I have uninstalled Google Desktop.

    Hello nanemy1854, set also firefox as default browser in Add or Remove Programs list in win xp, see for more information : [https://support.mozilla.org/en-US/kb/setting-firefox-default-browser-does-not-work#w_windows-xp Firefox as default browser in win xp].
    thank you

  • Search add ons popping up when opening internet explorer

    had a verizon tech work on this for hours said must  be in a registery file could not resolve with premiuym support

    Hello again bwt80144,
    Thank you for responding to my post requesting additional information. I am going to provide you with some steps to try below to see if we can get this issue of Search Add-Ons popping up on you.
    Step 1: Open Internet Explorer
    Step 2. Click the Tools button
    Step 3. Click Internet options
    Step 4. On the Advanced tab, under Security, select the Enable Enhanced Protected Mode check box
    Step 5. Click OK
    Step 6. Restart your computer
    ***NOTE: Enhanced Protected Mode helps protect your PC and personal data from malware and other attacks. When it's turned on, add-ons such as toolbars, extensions, and browser helper objects can only run if they're compatible with Enhanced Protected Mode. You'll be notified if an add-on is incompatible.
    Now if you are still having issues with the pop-ups you can try the steps below to remove the Add-Ons:
    Step 1. Open Internet Explorer
    Step 2. Click the Tools button
    Step 3. Click Manage Add-Ons
    Step 4. Click All add-ons
    Step 5. Select the add-on you want to delete
    Step 6. If the add-on can be deleted, you'll see the Remove option. Tap or click Remove
    Step 7. Click Close
    If none of the above works I would check my computer to ensure that I did not have a virus. I am providing you with an HP Support document: HP and Compaq Computers - Resolving and Preventing Viruses on Your Computer, which I would recommend that you review and apply to your computer to ensure that you are not infected with a virus.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Alt ctrl c shortcut command not working in photoshop cc, it is opening Internet explorer (IE)

    In Photoshop CC 2014  Alt + Ctrl + C ( to open for canvas size dialog box ) command not working, it is opening Internet Explorer (IE)

    What version of windows are you using?
    See if the Internet Explorer shortcut has that keyboard shortcut assigned to it.

  • Cannot print documents after I downgraded internet explorer from version 8 back to 7.

    Hello, Due to internet problems, I recently changed my internet explorer from Beta version 8 back to version 7.  Everything on my PC seems to be working fine except for printing.  I cannot print to my HP officejet J5780 all in one.   When I try to print an error message shows up in the print queue and it says printer offline.  The printer was set as default but I wonder if something was modified in the print setup when I reverted back to an older version of Explorer.  If I try to deinstall/reinstall I get an error saying I could permanently damage the printer configuration.   Also if I try to check HP drivers and software on the HP website it says I need to  update but fails to download the necessary files.  Please advise.

    first thing to check is make sure  it is still a default printer
    and go to properties and check for the port and make
    sure it say what the port your printer that it is using
    like a pareled or usb or TCP\IP connections
    and if the TCP\IP check for the correct IP of the printer
    and you may want to set the printer to "static" 
    this will keep it from changing IPs
    and you may have to uninstall and reinstall
    the printer
    download the file manually
    make sure you know where it is saved at
    for IE click save not run
    for Fire Fox but first go to the tool
    and click option and look in the main tab
    in the middle of the box click the circle
    "Always ask where to save the file"
    and make sure you know where you put
    the download at
    Message Edited by rickp400 on 12-15-2008 04:24 PM
    Please provide Kudos to whom has provided answers or
    good points or advice..
    Aslo if the questions or issues solved please check it
    "Accepted"
    Thanks and you are welcome _____ Rick

Maybe you are looking for

  • What/Where is the 32-bit version of Windows System Image Manager?

    I'm running into the problem described as follows in the WAIK documentation:  "Windows SIM fails to create a catalog for a 32-bit Windows image from a 64-bit version of Windows SIM. To workaround this issue, use the 32-bit version of Windows SIM to c

  • ITunes language on iPhone 4s

    Hello, I'm Italian but, for work reasons, I usually live in Russian Federation, i have an iPhone 4s and even if all settings report italian as default language i have iTunes on iPhone in Russian... This is very annoying because everyday I spend a lot

  • How does one, edit text using Preview?

    Hi all, I have recently created a document using Preview...The document includes text that I inserted using the text tool within Preview itself...I was able to edit these text windows quite freely during the creation of the document... However, today

  • 'Find an Item' search on list with more items than view limit

    Hello all The 'Find and Item' search on a list with more items than the view limit appears to filter results according to where you are in that list.  So if I search on the allitems page displaying items 1-100 I get hits from the entire list.  But if

  • ABAPER  Wanna Do PM Certification

    Hey Guys, Iam a Certified ABAPER with 2 Yeras of Experience. I was Planning to Go Functional. Could u guys Suggest me as 2 Shall i Go for PM or not. Hows the Market of PM worldwide. Also will only Certification in PM help. Kindly Advice me the Scope