How to make open a pagein another window

When I click on the image, another page is opening, but in
(at the place) my first window.
Here the script :
on(press){ getURL("
http://www.mysite.com/anotherpage.htm/","_self")
How can I make it open in another window?

bobarchie wrote:
> When I click on the image, another page is opening, but
in (at the place) my
> first window.
>
> Here the script :
change this :
> on(press){ getURL("
http://www.mysite.com/anotherpage.htm/","_self")
to this
on(press){ getURL("
http://www.mysite.com/anotherpage.htm/","_blank")
Regards
Urami
Happy New Year guys - all the best there is in the 2006 :)
<urami>
http://www.Flashfugitive.com
</urami>
<web junk free>
http://www.firefox.com
</web junk free>

Similar Messages

  • When i open firefox, a window pops up saying i have either opened or closed another window in firefox even tho nothing else is opened... how can I get it to sto

    When I open Firefox, a window pops up saying I have either opened or closed another window in Firefox even tho I haven't and nothing else is opened. I have to close that window to continue. How canI get it to stop?

    Are you using the Default Theme? ''If not, switch to the Default Theme.''
    If it isn't a problem with a 3rd party Theme, try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most other Add-ons.''
    # You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • How to make SAP B1 connection with Windows Sharepoint Service 3.0

    how to make SAP B1 connection with Windows Sharepoint Service 3.0 through asp.net web part code.. I get the security error when i run that web part......
    public bool ConnectToCompany()
                oCompany = new SAPbobsCOM.Company();
                oCompany.Server = "192.168.1.58";
                oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
                oCompany.CompanyDB = "SBODemoUS";
                oCompany.DbUserName = "sa";
                oCompany.DbPassword = "abc";
                //oCompany.UseTrusted = true;
                oCompany.UserName = "manager";
                oCompany.Password = "manager";
                oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English;
                oCompany.LicenseServer = "192.168.1.58:30000";
                int i = oCompany.Connect();
                if (i != 0)
                    return false;
                return true;
    protected override void RenderContents(HtmlTextWriter writer)
                if (conn.ConnectToCompany() == true)
                    writer.Write("Hello" + this.Context.User.Identity.Name);
    Edited by: bikalg on Nov 28, 2010 9:43 AM

    Hi.......
    Welcome to SAP Business One Forum.....
    Unfortunately this is the wrong forum you posted here.
    I would suggest you post it in SDK or System Administration Forum and definitely you get the solution and close this thread from here......
    Regards,
    Rahul

  • My app wont open on windows! How can I open an app on windows?

    My Dragonvale wont open on my windows. I can't find out how to open it on my windows. Please if you know tell me how!

    Applications downloaded from the iTunes App Store can only be run on iOS devices and not on Macs or PCs.
    (90948)

  • How can I open a new browser window!!!  Very Challenging!!!

    I have a form (name=MAIN) with a submit button (name=Button A). Button A opens a new browser window (name=SEARCH), via an HTML form target tag (<FORM TARGET=A>). Window SEARCH has multiple submit buttons (10-15). Each button has a different action which is handled by a servlet (form name and button name are passed to a servlet as a hidden field in the form to determine the action), which is setup to be an action handler. When a button in the SEARCH window is clicked the results are retrieved from an Oracle database and should be displayed in the text fields in window MAIN.
    For example, some results may be displayed in window SEARCH (_self) and and other results may be required to be sent to window MAIN depending on the button clicked.
    How can I setup window SEARCH so each button can have a different target window (some may be window MAIN or other windows)? Using a form tag for each button doesn't give desirable results. Is there a way to do this with JSP or some form of Java code?
    A form tag can only have one target. Basically I have one form with multiple submit buttons. How can I get it to send each submit buttons results to a specific window?
    Thanks.

    <!-- try this -->
    <script language="JavaScript1.2">
    function mysubmit(mytarget){
    document.myform.target=mytarget;
    document.myform.submit();
    function validation(myform){
    //validation stuff
    return [true | false];
    </script>
    <form target='none' name='myform' action='myaction.jsp' method='post' [onsubmit='return validation(this)']>
    <input type=button name='submit1' value='submit1' onclick='mysubmit("target1")'>
    <input type=button name='submit2' value='submit2' onclick='mysubmit("target2")'>
    <input type=button name='submit3' value='submit3' onclick='mysubmit("target3")'>
    <input type=button name='submit4' value='submit4' onclick='mysubmit("target4")'>
    </form>

  • How to make JFrame become the topmost window?

    I have server that is supposed to show a TOPMOST JFrame window each time it gets a "Show Window" command from client. I use JFrame to create and show the window in the server code:               
    JFrame mainWin = new JFrame();
    mainWin.setResizable( false );
    Container mainContainer = mainWin.getContentPane();
    mainContainer.setLayout( null );
    // add components to mainContainer
    mainWin.setVisible( true );
    mainWin.show();
    mainWin.toFront();
    If I run the server under windows platform, the first created JFrame window is always hiding behind under other application windows. However, the JFrame windows other than the 1st one are always at top.
    The BAD thing is, if I run the server under Macintosh platform, the JFrame windows are always hiding behind the other application windows.
    Does anyone know how to fix the problem? i.e., making the JFrame window appear on top of other windows under any platforms?
    Thanks.
    ZZ
    p.s. I am using JDK version is 1.3.0.

    there is some weirdness with java I've noticed under windows during development. When you start the app from a console window or script, if you change focus to another window before the first java window shows up, it will show up behind the window you changed focus to. If you leave it alone until the window shows, it will be on top. A work around is after you call show(), call toFront().

  • How can I open a new browser window from UIX?

    I need to open a new browser window from an event handler. How that can be done? HELP!
    Thanks!
    Martin Patrici

    HTML doesn't really let you do this on the server side; the client is in charge
    of creating new windows, not the server.
    If you know that clicking a certain link/button, etc. will always raise a new window,
    then you should use Javascript or "targetFrame" accordingly.
    If the decision will only be made on the server side, then you could reload the current
    window, only this time use an "onLoad" on the <body> to raise a window.

  • How to make the recovery after a windows installation

    Please I have a toshiba satellite m645 and I already can see the hdd partition but the problem is how to make it run. I just tried pressing F11 and nothing happens.
    The problem is that I made a new installation of windows 7 but I didn't delete the hdd partition. 
    Someone who help me i will really apreciate
    Thank you

    se37 > clear the field of the function module name
    menu path: Function module > test > test sequence and give you FM's sequence you want to test

  • How to make a vedio call in windows mobile

    sir iam using htc touch pro2 t7373 rhod100 i am use skype but i cant make vedio call how to make a vedio call in this mobile 

    Hi,
    see: ADF Mobile: Start a phone call from app?
    Frank

  • How do i open a new browser window(IE or Netscape)?

    I need to open a new browser window to show a web page returned by a PHP aplication.
    If i use an editorpane the returned page is shown unformatted.
    PLEASE HELP!
    Rui

    or to open a window using a hyperlink, u can try this:
    Link Name
    This will open a window and send then send u to the page you want for processing.

  • How do I open a new browser window from Flash

    I wish to open a new browser window from Flash and when the new window closes to return to the location from whence I started.
    ThomasChen

    The command to open a new window would be the "_blank" part of a command to link to a web page in the code below.
    navigateToURL(new URLRequest("http://www.anothersite.com", "_blank"));
    As far as the new window closing and getting back to where you were in the original window, I don't understand where that original window might have gone to... You should be wherever you last left it.

  • How do i open a new duplicate window? Two windows with the same content.

    Hello, I am switching from IE8 to Firefox. We need to be able to open a new window with the same page displayed instead of going to my homepage. In IE it's called "Open A New Duplicate Window". This feature is very important to us using two screens for web development. Thanks

    in the address box, click and drag the address to the plus sign on the new tab above, it will open a duplicate tab

  • How to make gallery mobileme widget's window larger?

    the max size i can get from widget Gallery Mobileme is 320x260, how to make larger?

    how to make a slide show in a gallery widget slower?

  • How can I open the Wndows Browse window from forms..

    I am using forms 5.0 and at run time I want to open the
    MSWINDOWS "BROWSE" window.Can any body help me?.

    I found this example in a book, which is useful for retrieving an
    image file from a local drive and inserting it into a table.
    I hope you find this helpful.
    DECLARE
         v_dirname          VARCHAR2(255);
         v_filename          VARCHAR2(255);
    BEGIN
         v_dirname := 'C:\';
         v_filename := get_file_name(v_dirname, NULL,
              'Bitmap file (*.bmp)|*.bmp|'                    ||
              'JPEG file (*.jpg)|*.jpg|'                         );
         IF v_filename IS NOT NULL THEN
              read_image_file(v_filename, 'ANY', 'av_data_image.blob_data');
         END IF;
    END;

  • How do I open a new finder window in the same location as another?

    I have a finder window open
    I want to open another finder window in the same location
    How do I do this?
    Thanks
    Omar

    i do that. but the new window doesnt open a folder in the same path location 

Maybe you are looking for

  • Dunning letter - email/pdf problem

    I want to email a dunning letter to a customer. I have executed a dunning run. I go back to the Recommendation report for the dunning run - when I highlight the row under the customer name and click print preview I can see a preview of the dunning le

  • Disk insertion not readable

    Lately, my iPod mini has been making funny noises, and whenever I turn it on, the exclamation mark folder error pops up, and then my iPod shuts off. I read in the support section to charge it first, but when I plugged it into my computer, an error po

  • Spotlight preview window often doesn't close

    OSX10.5. Spotlight. preview window in the spotlight search results column opens normally, but sometimes doesn't close. just sits there on top of all desktop items. So far the only way to get rid of it is to restart which is  a pain. Any thoughts?

  • Is firefox creating "Choose your favorite way to communicate" appearing in my Yhaoo mail display?

    Sometimes when I try to display the list of e-mails in my Yahoo mail I get the message noted with three word/symbol responses; Email, SMS or Instant Message instead of the email list. I can not get away from the message without leaving mail subsystem

  • Phone doesn't respond

    sometimes when trying to return to the Call screen.  Example:  When I'm on a call and need to view Contacts, I'll press Speaker, hit the Home button, view my Contacts then press the Green Bar to return to the Call screen, the phone doesn't respond an