Is there a way to open links in the same tab as the periodical with Issuu?

380 Views Asked by At

I'm afraid I might not be able to explain that question any more clearly. I click a link, it creates a new tab, this is not the desired functionality. Is there a way to ensure that links will open in the same tab?

1

There are 1 best solutions below

1
On

Yep you have to change the target parameter to "_self" instead of "_blank"

from the documentation :

window:String (default = null) — The browser window or HTML frame in which to display the document indicated by the request parameter. You can enter the name of a specific window or use one of the following values: "_self" specifies the current frame in the current window. "_blank" specifies a new window. "_parent" specifies the parent of the current frame. "_top" specifies the top-level frame in the current window.

source : http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/package.html