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.
Main Topics
Browse All Topics





by: jaiganeshsrinivasanPosted on 2007-10-06 at 01:38:56ID: 20026953
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...