How to open a hyper link outside of Iframe?
If we use target as "_top" in hyperlink tag then the destination url will
open in that same window.
If you don't use target, then the link will be opened within IFrame.
If we use target as "_blank" then the link will be opened in new browser
window.
No comments:
Post a Comment