Link to home
Start Free TrialLog in
Avatar of nzcam
nzcam

asked on

Iframe - Select hyperlink and open a new window

I have an Iframe that when selecting a hyperlink to another website the site page open within the iframe.

How do you select the hyperlink and open a new window??

Thanks
Avatar of Jai S
Jai S
Flag of India image

in hte line specify like this
<a href="your line" target="_blank">
if you specify the target as _blank then the link will bve opened in a new window..
if it is self then the same windwo...
if _blank does not work then try just blank...
Avatar of nzcam
nzcam

ASKER

This answer seem to be adding in the  target="_blank" into the actual htm file at the hyperlink.

I have over 5000 files that can be displayed in the Iframe and these are created by users.

I am looking for someway that when the user clicks the hyperlink in the Iframe , the Iframe does the work and opens a new window or displays the page fully in the current window.
ASKER CERTIFIED SOLUTION
Avatar of dragy
dragy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial