Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1

    WD6 IE only opens in an Iframe rather than a seperate page

    How does one get IE8 to open in a seperate page when the link that I want to open is on an Iframe?
    What is happening is IE8 is opening on the Iframe part of the page.

  2. #2

    Default Re: IE only opens in an Iframe rather than a seperate page

    You need to set the links on the iframe page to open in _blank
    However this will only work if you can modify the code you're showing within the iframe.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	_blank.jpg 
Views:	74 
Size:	13.0 KB 
ID:	93390  

  3. #3

    Default Re: IE only opens in an Iframe rather than a seperate page

    Thanks Sledger for that. Ihave the link set to open in _blank but still it opens in the Iframe. Any ideas what code I need to modify it?

  4. #4

    Default Re: IE only opens in an Iframe rather than a seperate page

    Jason, do you have an URL please?

    Setting the target for links (those in the embedded page) to _blank absolutely works. I've used it any times and tested again in the latest version of Xara just now.

  5. #5

    Default Re: IE only opens in an Iframe rather than a seperate page

    http://www.marlboroughvolleyball.com/index1.htm
    Its the Rexel Worldwide at the bottom right of screen and its set to _blank.

    Thanks Sledger

  6. #6

    Default Re: IE only opens in an Iframe rather than a seperate page

    Hi Jason,

    When I check the source of the page in that frame I see:

    <span class="xr_tl xr_s6" style="top: -11px;"><a href="http://www.rexel.com/en/rexel-worldwide/" onclick="return(xr_nn());" onmousemove="xr_mo(this,0)" >Rexel Worldwide</a></span>

    Perhaps after setting the 'Open link in' to 'New windows or tab (_blank)' in Xara, you are not pressing 'Apply' because the source should look like this;

    <span class="xr_tl xr_s6" style="top: -11px;"><a href="http://www.rexel.com/en/rexel-worldwide/" target="_blank" onclick="return(xr_nn());" onmousemove="xr_mo(this,0)" >Rexel Worldwide</a></span>


    This is why the link is not opening in a new window.

  7. #7

    Default Re: IE only opens in an Iframe rather than a seperate page

    Thanks again Sledger your'e the man..

    Got it to work

    Cheers

 

 

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
  •