RH7 toolbar custom button Open link in the same window of full Page

Hello

I use Robohelp HTML 7 and I inserted a custom button in the tool bar of navigation I want to make a link to a web page. I wish it were in the same window, but using the entire page - as it is possible to do when insert any ordinary hyperlink into a field and selecting display Connectionwithsuchprocedures: full Page option.

I managed to create buttons to toolbar navigation which opens a link in a new window or the same window using parent frameset. Is there a javascript that would allow me to open the link using the entire page?

Thanks for any help

Hello

In the skin Editor, open the properties of the button. Go to the action tab, and then select "JavaScript". Add the following code in the field "OnClick": top.location.href ='http://www.google.nl' (edit the URL to the address that you want.)

Take a bow

Willam

This email is personal. In our view, full disclaimer, please visit www.centric.eu/disclaimer.

Tags: Adobe

Similar Questions

  • opening links in the same window

    Hi guys, been using the action script following on the buttons to open the links:

    {button.onRelease = function ()}
    getURL ("http://www.wayouttshirts.co.uk/Baboon.html", target = _parent)
    }

    {button.onRelease = function ()}
    getURL ("http://www.wayouttshirts.co.uk/Baboon.html", target = _self)
    }

    {button.onRelease = function ()}
    getURL ("http://www.wayouttshirts.co.uk/Baboon.html", target = _blank)
    }

    Problem is that they just open new windows and not the link in the current window.

    Any ideas?

    Thank you very much

    Dave

    use:

    {button.onRelease = function ()}
    getURL ("http://www.wayouttshirts.co.uk/Baboon.html", "_self")
    }

  • V29 Firefox to open links in the same window

    Since the installation of version 29, I found only two apparently related questions:

    (1) I find that links open in the same window as the source, instead of a new window.

    For example, I get a notification of a newsletter every day in my Yahoo email account. Before v29, when I clicked on the link in the email to go to the newsletter, it would open in a NEW window (my preference).

    With version 29, it opens in the SAME window (and replaces the window where I had Yahoo mail open).

    (2) in the same way, I do a lot of work where the links will appear in an Excel worksheet. Previously, whenever I clicked on one, it will open a new window. If I clicked on 6, I have 6 windows open. Now, every link I click REPLACES the last one that I opened.

    These two problems are very annoying and slow me down.

    Is there a setting where I can change this behavior?

    I found that after Firefox v29, a LOT of my settings and

    Add - ons have been changed / reset. Try this;
    Launch Firefox in Mode safe

    While you are in safe mode;

    Firefox Options > advanced > General.

    Find and stop using hardware acceleration.

    Then check ALL your settings. Browser and Add-ons. Then restart.

  • Open link in the same window

    Hi, I found quite a few of questions on this but no work so far...

    I'm using AS3 course and this is my code so far...

    Link3.addEventListener (MouseEvent.CLICK, onClick3)

    function onClick3 (MouseEvent): void {}
    navigateToURL (new URLRequest ("
    http://mylink.com"), "_self" ' ");
    }

    I have three images that I want to link to three different html pages and I need them to open in the same window. I put this code on each image, change the names of occurrence of each image (link1, link2, and link3)

    When I click on the flash in pulish (f12) the link works but in a new window, not the same thing. This means the 'self' attribute does not? or is it another reason?

    Thank you, Jake.

    You should test the direct window on a server controls.

  • Open links in the same window, no news

    Help greatly appreciated!
    My links open in a new window, but I need them to open in the same window.
    What should I add to my code to make it happen.
    Here is my code-

    Stop();
    var arrLinks:Array = new Array();
    arrLinks [1] = ' http://www.diesel-ebooks.com/cgi-bin/category/FIC027141/category.cgi';
    arrLinks [2] = ' http://www.diesel-ebooks.com/cgi-bin/category/FIC027139/Harlequin-Historical.html';
    arrLinks [3] = ' http://www.diesel-ebooks.com/cgi-bin/category/FIC027129/Silhouette-Desire.html';
    arrLinks [4] = ' http://www.diesel-ebooks.com/cgi-bin/category/FIC027136/Silhouette-Nocturne.html';
    arrLinks [5] = ' http://www.diesel-ebooks.com/cgi-bin/category/FIC027121/Harlequin-Intrigue.html';
    arrLinks [6] = ' http://www.diesel-ebooks.com/cgi-bin/category/FIC027123/Harlequin-Blaze.html';
    //
    var PC = 0;
    this.onEnterFrame = function() {}
    PC = Math.floor((_root.getBytesLoaded()/_root.getBytesTotal())*100);
    If (pc == 100 & &! isNAN (pc)) {}
    delete this.onEnterFrame;
    _root. Play();
    }
    };


    The project means this code is here-
    http://www.respond1.com/Harlequin/slider/slider_over_all2.html

    Thank you so much in advance.
    Dave

    Where your getURL action?

    have you tried _parent or _self as its target?

  • Open link in the same window in AS3: response to inside

    enter_bttn.addEventListener (MouseEvent.CLICK, buttonCLickHandler);
    function buttonCLickHandler (event: MouseEvent): void {}
    navigateToURL (new URLRequest ("http:www.tnae.net")),
    trace ("clicked");
    }


    I tried to add _self and _parent, but I can't seem to open in the same window. I get an error when you use these two tags. I use ActionScript3 in Flash CS3 Pro.

    OK I finally got to work and I'll post the solution for anyone else looking for him:

    enter_bttn.addEventListener (MouseEvent.CLICK, buttonCLickHandler);
    function buttonCLickHandler (event: MouseEvent): void {}
    navigateToURL (new URLRequest ("http:www.tnae.net") , "_self");
    trace ("clicked");
    }

    After having tried _self until I noticed in this instance placed sound differently, as well as outside the 1st parantheses. This technique worked for me.

  • Button link to HTML URL to open in the same window

    If the following code allows us to open an HTML link with the click of a button:

    function callLink(event:MouseEvent):void

    {

    var myURL:URLRequest = new URLRequest ("http://www.adobe.com/");

    navigateToURL (myURL);

    }

    The problem is that it always opens the link in a new window. So if I want to open it in the same window? Change the line to:

    var myURL:URLRequest = new URLRequest ("http://www.adobe.com/","_self");

    causes a compiler error.

    I'm embedding the swf in a web page of mine, so there is no problem of security regarding giving flash access.

    Try:

    function callLink(event:MouseEvent):void

    {

    var myURL:URLRequest = new URLRequest ("http://www.adobe.com/");

    navigateToURL (myURL, "_self");

    }

  • who was the last version to allow the opening links in a new window by default?

    Used to have the opportunity to set as default, when I clicked on a link, it would always open in a new window. I want to revert to this version... If it is supported or not! I HATE THE TABS!

    You can disable tabbed browsing in the options:

    Orange Firefox button or classic menu Tools > Options > tabs

    Uncheck the boxes of the first and the fourth. This will restore the default behavior for links, which is:

    • If a 'target' is defined in the link, or launch a new window or replace the contents of the existing window with the same target.
    • If a script is triggered when you click on the link, leave the script to open a new window.
    • Otherwise, follow the link in the same window.
  • Open a folder in the same window

    Using Vista

    I had an about eighteen files Windows Update a couple of days.

    Since then, whenever I open a folder to load, it opens in a new window. I want to open it in the same window.

    Tools > Folder Options > Browse records has NO effect.

    Find the update cause your problem:

    http://www.bleepingcomputer.com/tutorials/tutorial140.html

    Understand the Extras in Windows Vista and Windows Update info is at the link above.

     

    Remove the Vista updates; two ways to do this:

    1. a System Restore to before the updates:

    Click Start > programs > Accessories > system tools > System Restore > restore time/choose your own date > next

    If you use Norton, disable it before using the system restore.

    If it is impossible to enter the Normal Mode, do a Safe Mode system restore:

    Press F8 at the startup/power and the list of startup options, use THE ARROW key to select Safe mode > and then press ENTER.

    System restore steps according to the info above.

    Also:

    2. click on start > right click on computer > properties > Windows updates down the lower left corner > updates installed in the lower left corner in the next window

    > then click the one that you don't want > uninstall will appear at the top > uninstall it.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    In addition, on the page where you clicked "Installed updates", click on change settings at the top left corner it

    > Change update settings in the next page of AutoUpdate to "check for updates but let me choose etc" > OK ".

    When you take a look at pending updates, you can either download/install them one at the time, namely the update causing you problems.

    > or if you do not need an individual > right-click on > UAC prompt > hide it

    See you soon.

    Mick Murphy - Microsoft partner

  • How do you do windows open each new folder in the same window?

    in Control Panel-folder options, open each folder in the same window is selected, but whenever a file is opened, it opens in a new window, what's wrong?

    Windows 7 pro, clean install, toshiba portege m700

    I had this problem, but after installing IE8 on Windows Vista.  I was unable to make Windows Explorer open folders in the same window, even if this option in 'Options folders'.

    The response marked here seems to have given back me the feature, but unfortunately it seems that I can not open files in their own windows separated (when this option is selected). Well.
    http://social.technet.Microsoft.com/forums/en/itprovistadesktopui/thread/a3ce4023-b3b1-49ad-A4F6-08587fc8b736

    ---
    Here is the solution:

    Run cmd as administrator and run the command "regsvr32 actxprxy.dll".

    See you soon
    ---

  • Redirect to the new URL in the same window?

    Hi all - I have a SWF embedded in an HTML file. After the film has finished playing, I want a new URL to load. I currently have the following code in the final keyframe of my layer actions:

    navigateToURL (new URLRequest (http://www.someurl.com));

    .. which works, but the problem is that it opens a new window for the new URL instead of redirect in the same window, which is what I prefer. Y at - it a different command that I can use to force the new link to open it in the same window?

    I guess I could use a Javascript redirect to breast HTML of the web page, but it seems safer for me to use Actionscript within the Flash animation. Anyway - thank you very much in advance for any help.

    It is roughly the same as what you would do with html...

    navigateToURL (new URLRequest ("http://www.someurl.com"), '_self');

  • Right-click menu changed: used to be the first "Open link in a new window", "Open link in a new tab" second; in 4.0, the opposite is true. Can I customize 4.0 to switch back?

    Right-click menu changed: used to be the first "Open link in a new window", "Open link in a new tab" second; in 4.0, the opposite is true. Can I customize 4.0 to switch back?

    To change the order of these items, use the following:

    You must update the following (your versions have known security problems):

    • Shockwave Flash 10.2 r152
    • Next-generation Java plug-in 1.6.0_22 for Mozilla browsers
    1. Check your plugin versions on one of the following links:

    2. Update the Flash plugin to the latest version.
      • Download and SAVE to your desktop, so you can find the Setup program later
      • If you do not have the current version, click on the "Player Download Center" link on the 'download and information' or 'Download manual installers' below
      • Once the download is complete, exit Firefox
      • Click on the installer, you just download and install
        • Windows 7 and Vista: will need to right click on the installer and choose 'run as administrator '.
      • Launch Firefox and recheck your version or up to the download link below to test the installation
      • Download and information: http://www.adobe.com/software/flash/about/
        • Use Firefox to go to the site above to update the Firefox plugin (will also install the plugin for most other browsers, except IE)
        • Use IE to go to the site above to update the ActiveX to IE
      • Download manual installers.
    3. Update the Java plugin to the latest version.
  • How to open links in the Mail via the desktop application?

    I would like to change the links in the e-mails to open via the desktop instead of browser app browser.  Is it possible to configure?

    I would like to change the links in the e-mails to open via the desktop instead of browser app browser.  Is it possible to configure?

    Hello

    If you use Windows 8 Pro there is a group policy that you can use to always open links in the desktop Internet Explorer 10.

    From the desktop, press the Windows key + R to display the run dialog box.

    Type gpedit.msc in the Open box, and then press OK.

    In the Group Policy Editor , navigate to the following policy.

    User Configuration / Administrative Templates/components/Internet Explorer/Internet settings Windows.

    Double click on the strategy defined how links open in Internet Explorer to open.

    Click on the button activated .

    In the Options section, click on the menu drop-down and select the always in Internet Explorer on the desktop option.

    Click apply/OK.

    Exit the Group Policy Editor.

    Concerning

  • I can't open links on the e-mails received

    I can't open links on the e-mails received

    Hyperlinks do not work in Outlook Express or in Word (revised 29-Apr-09)
    http://support.Microsoft.com/kb/823301

    Hyperlinks do not work in Outlook Express after you put upgraded to IE7 [or IE8] (revised 29-Apr-09)
    http://support.Microsoft.com/kb/929867

    If still no joy:

    With the permission of MVP Frank Saunders. [RIP]

    If nothing happens when you click on a link:
    Open Windows Explorer or on the control panel.
    Go to tools | Folder options | Types of files.
    Scroll to [NONE] URL: HyperText Transfer Protocol (NOT the shortcut URL: Internet) and select it.
    Click Edit or advanced, depending on your version of Windows.
    Choose 'open '.
    Click on change.

    "Application used to perform action" should read:

    "C:\PROGRAM may EXPLORER\iexplore.exe" - nohome (check the path to)
    Iexplore.exe to ensure that it is correct and use the double quotes).

    DDE should be checked and in the boxes below, you should have:

    #1:
    « %1 »,,-1,0,,,
    #2
    IExplore
    #3 (white)

    #4
    WWW_OpenURL

    Protocol URL: HyperText Transfer with Privacy should be the same.

    If the foregoing is correct, uncheck the box: use DDE.

  • Links to social media in the same window of muse. I am trying to find a way to get them to open new tabs.  Someone knows how to fix this?

    I know that the settings of Muse are supposed to have links open in a new window but that is not happening.  I took off and links several times.  In fact, all external links open in the same window of Muse. Help please! I'm ready to connect to the domain, but cannot bring myself to do it until I fix this.

    Thank you

    Here's the link - PET PRODUCTS

    Please send me the file at [email protected] with my name in the subject with this forum link line.

    I'll take a look.

    Thank you

    Sanjit

Maybe you are looking for