Loading new URL in root window

Hi,
I want to automatically download a zipfile from a certain location. Want i wanted to do is when the user click a button, i load new url in the current (root window) which will automatically show the download popup from mozilla/IE. Is there a way to get a reference to the rootwindow and load the new url and won't this cause any problems?
Thanks in advance,
Hugo

Hi,
U mean when you click button generate new external window with currentWindowinformation?
Or any thing else?
Elobarate More.
Thanks,
Lohi.

Similar Messages

  • Open new URL in same window

    Hi all,
    I am using "linktourl"  element for open a new url page.
    This is done by reference property(opens in new window).
    My need is to open the New URL in same window instead
    of new......
    Anyone can help me plz and send the codings.....

    I think this is double posting.....please close one thread
    [link|open new URL page in same window;

  • Redirect to new URL in same window?

    Hi all - I have a SWF embedded in an HTML file. After the movie has finished playing, I want a new URL to load. I currently have the following code in the final keyframe of my actions layer:
    navigateToURL(new URLRequest(http://www.someurl.com));
    ...which works, but the problem is that it opens up a new window for the new URL instead of redirecting within the same window, which is what I'd prefer. Is there a different command that I can use to force the new link to open in the same window?
    I guess I could use a Javascript redirect within the web page's HTML, but it seems safer to me to use Actionscript within the Flash movie. Anyway - thanks much in advance for any help.

    It is pretty much the same as what you would do with html...
    navigateToURL(new URLRequest("http://www.someurl.com"), "_self");

  • Open a new url in  same  window

    I am displayed a button using web dynpro abap,
    if i click the button means a new url page should be
    opened in the same window.
    I did the application but when i click the button means
    a new window is opened.It should not be happened.
    Anyone can plz send me the correct coding immediately....

    >
    cranjith kumar wrote:
    > I am displayed a button using web dynpro abap,
    > if i click the button means a new url page should be
    > opened in the same window.
    >
    > I did the application but when i click the button means
    > a new window is opened.It should not be happened.
    >
    > Anyone can plz send me the correct coding immediately....
    First of all how is anyone supposed to help you correct your coding when you have posted any.  We can't possibly know what is going on inside the event handler for your button. I suggest that post some of your coding here.  In general if you want to open another URL in the same page without using the linkToURL UI element, you should consider the usage of Exit Plugs:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm]
    Second, please don't ask people to do something "immediately".  Everything done in the forum is on a volunteer basis and people help out as fast as possible.  Your prompting for immediate action is quite unnecessary and could be considered somewhat rude.

  • Open new URL page in same window

    Hi all,
    I am using LinkToUrl UI element for opening a new URL
    page.
    I did it successfully by giving the URL in reference property.
    But the link is opening in new window.It should be opened
    in same window instead of new window.
    Any one can help me........

    Hi
    Use the target property of LinktoURL .
    You can specify the window name where you want to load new URL.
    Check the following Link.
    [Link|http://help.sap.com/saphelp_erp2005/helpdata/en/25/e2f0416ab6da6fe10000000a1550b0/content.htm]
    Regards
    Naresh

  • Minefield just would not open pages, whatever I tries to type in the addressbar the URL just stayed there and nothing happened. Even if I opened a new tab and put a new url again it did not even start loading the page. This is happening since the last upd

    Minefield just would not open pages, whatever I tries to type in the addressbar the URL just stayed there and nothing happened. Even if I opened a new tab and put a new url again it did not even start loading the page. This is happening since the last updates from today or yesterday. I already removed minefield and installed it again
    == This happened ==
    Every time Firefox opened
    == today ==
    == User Agent ==
    Mozilla/5.0 (Windows; Windows NT 5.2; Win64; x64; rv:2.0b3pre) Gecko/20100728 Minefield/4.0b3pre ( .NET CLR 3.5.30729; .NET4.0E)

    Create a new profile as a test to check if your current profile is causing the problems
    See [[Basic Troubleshooting|#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    See also http://kb.mozillazine.org/Browser_will_not_start_up
    You can discuss issues with Namoroka 3.6 and Minefield 4.0 nightly and alpha/beta builds at the MozillaZine Firefox Builds forum.
    That forum is better suited to discuss such issues.
    You need to register on the MozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=23

  • Load a new URL from command line under Mac OS X 10.5

    Under Mac OS X 1.05: if Firefox is already running and I type (in a Terminal):
    /Applications/Firefox.App/Contents/MacOS/firefox-bin http://google.com
    a pop-up comes out and complains that "Firefox is already running". The behavior under Linux is load the requested URL in a new tab|window.
    I have also tried *documented* options such as "-new-tab" and "-remote", but I get the same error.
    This only happens when Firefox is already running.
    Is there a way to load a new URL from the command line if Firefox is already running, under Mac OS X? I have tried Mac's open(1), but it does not get along well with Tab Mix Plus, so it is useless for me.
    I think that this difference in the behavior between Linux and Mac's version is very very very annoying for developers and users!

    open -a Firefox.app http://www.google.com

  • Open new url window with specific parameters

    usually, one would use window.open(url,parameters)
    When using air, the only option I found was
    air.navigateToURL(url) and it doesn't seem to allow parameters.
    Can anybody please tell me how to perform a similar action to
    window.open(url,parameters) ??

    i made this function, to do that in simple way
    * @author cybergib15
    * Crear una ventana nueva
    * @param {String} html Ruta del archivo html o pagina.
    * @param {Int} width Ancho de la ventana.
    * @param {Int} height Alto de la ventana.
    * @param {Boolean} transparent
    * @param {Boolean} resizable
    * @param {Boolean} maximizable
    * @param {Int} left
    * @param {Int} top
    * @return {Object} Retorna el objeto HTMLloader.
    function
    nuevaVentana(html,width,height,transparent,resizable,maximizable,left,top){
    var options = new air.NativeWindowInitOptions();
    options.systemChrome =
    air.NativeWindowSystemChrome.STANDARD;
    if(transparent==true)
    options.systemChrome=air.NativeWindowSystemChrome.NONE;
    options.transparent = transparent;
    options.resizable=resizable;
    options.maximizable=maximizable;
    if(left==undefined)left=0;
    if(top==undefined)top=0;
    var windowBounds = new air.Rectangle(left,top);
    windowBounds.width=width;
    windowBounds.height=height;
    newHTMLLoader = air.HTMLLoader.createRootWindow(true,
    options, true, windowBounds);
    newHTMLLoader.load(new air.URLRequest(html));
    return newHTMLLoader;
    }

  • Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Opening a new URL in an existing browser window from a Java application

    I've tried one of the many codes to open a new browser window and it works, but I need something else.
    Is there any way to open a new URL on the same window on a Java desktop application? (Changing the URL on the current browser window without opening a new one, I mean).

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • New version wont load..Message Error 7 - Windows error 126

    new version wont load..Message Error 7 - Windows error 126

    Any update on this???? Still having the same problem.

  • Dreamwiever behaviors Go to URL (new blank or browser window)

    <script type="text/javascript">
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    </script>
    <a href="http://example.com" onmouseover="MM_goToURL('parent','http://example.com');return document.MM_returnValue">insurance</a>
    Hello,
    I cant I specify a new or blank browser window when usin dreamweaver's "Go
    To URL" behaivour?
    Help me please !

    What you are showing us will open TWO windows/tabs with example.com in each - is that your intention?
    Change this -
    <a href="http://example.com" onmouseover="MM_goToURL('parent','http://example.com');returndocument.MM_returnValue">insurance</a>
    to this -
    <a href="http://example.com" onmouseover="MM_goToURL('parent','http://example.com');returndocument.MM_returnValue" target="_blank">insurance</a>

  • Load Leopard on a New Hard Drive with Windows XP already loaded

    How can I load a new, fresh Leopard operating system on a new hard drive, with Windows XP already loaded and working on it's own independent hard drive via bootcamp beta. I have been using Tiger on it's own drive and wish to discontinue Tiger and move to Leopard without reloading windows. Can I just put in a new drive, and load Leopard with the Windows drive in place?
    Please, any suggestions would be appreciated.
    Mac Pro Mac OS X (10.4) Runing Windows and Mac operating systems

    Malcolm:
    Thanks so much for replying to my question! I am new to MAC and have Tiger and Windows XP on separate drives. I will be removing the drive with Tiger and putting in a new drive to load Leopard and I wondered how that would effect accessing Windows XP since the Windows drive will remain in the system. Is there anything I need to do with bootcamp, since Windows was loaded using the Beta version of bootcamp, and bootcamp icon currently shows in the Windows XP taskbar. Tiger was pre-loaded when the computer was purchased. In fact I had to backdate the beta bootcamp version in order to get it to work. I hope this is not asking too much, but I wondered if there would any problem with Windows after the Leopard load.
    THANKS IN ADVANCE!!

  • I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • My itunes are on windows 97. just got windows 7 laptop. when i load new software on my new laptop it shows all my windows 97 music/audiobooks but can not find the files. how do I link them

    my itunes are on windows 97. just got windows 7 laptop. when i load new software on my new laptop it shows all my windows 97 music/audiobooks but can not find the files. how do I link them

    iDevices are not and have never been backup devices.
    Authorizing a computer does not cause media to magically appear.
    Media is only where the user puts it.
    Copy the ENTIRE iTunes folder from the old computer to the new computer.

Maybe you are looking for

  • 1.6 Dynamic Photo Gallery - alt and title attributes from xml file?

    Hi! I would like to attach information to my gallery images from the XML-file used by the gallery. Especially the alt and title attributes for the "img id="mainImage"-tag would add a bit more user friendliness. I found this example about adding capti

  • HT4847 How do I access pictures from my iCloud from a previous phone?

    Does anyone know how to access photos from the iCloud?  My iCloud from my previous phone shows up on my new one but my old one was broken and I wasn't able to retrieve any information from it.

  • Export large XML-file

    Hi! I want to export XML-files, but when i select 50 rows of my object view i only get 43 in my utl_file. Here is the code: CREATE OR REPLACE PROCEDURE Export_XML_to_file_with_Schema IS qryCtx DBMS_XMLGEN.ctxHandle; result XMLTYPE; result_1 Clob; Abf

  • Creating a KB with analyst content in SCORCH

    Can this be done, and if so is there a tutorial or example anywhere. I can get attach an *.rtf file, but that isn't really very helpful, is there a way to get the *.rtf to show up as analyst or end user content? 

  • Smartview adhoc to submit data

    we are trying to submit data using smartview adhoc "submit data" button.  However, instead of hard coded values in the data cell, we are using a formula to calculate the value to be submitted. for example, in cell F24, instead of typing in 200, it us