Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Location
    Isle of Arran, Scotland
    Posts
    20

    Question How to open link in new browser window

    Hi,

    I'm using Designer Pro X, I have a stretchy button on the screen which when pressed, I would like to open a new browser window containing the target page. In the web properties for the button it gives a selection of open in new tab or window and it always opens in a new tab. Is there any way I can force it to always open in a new window regardless of browser settings and sized to my page? The application is a web radio player and it seems better to have the player open in its own window rather than another tab.

    Regards, Jeff.

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: How to open link in new browser window

    Open in New window or tab (_blank) will behave differently according to the viewers browser settings.

    To force "new window" see the example below. Script found here

    Edit: The code can be found in Web Properties - Website - HTML Code (Head) and the link is JavaScript:newPopup('http://www.talkgraphics.com')
    Attached Files Attached Files

  3. #3
    Join Date
    Feb 2012
    Location
    Isle of Arran, Scotland
    Posts
    20

    Default Re: How to open link in new browser window

    Works a treat!

    Thank you so much, looks like I'm learning Java next :-)

    Regards, Jeff.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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