View Full Version : iFrame page in new window - ???
Alias
07-18-2002, 03:50 AM
How to open CURRENT loaded page in iFrame
into new window ?
Regards
Cloudski
07-18-2002, 04:42 AM
Um... just post a link into the page that uis in the iframe like this:
<a href="iframepage.html" target ="_blank">Click here to see in new window</a>
That what you needed?
neil.c
07-18-2002, 10:39 AM
alias
i'm thinking you need to open the page in an iframe into a popup, whatever page is in the iframe, cos the user may have browsed to a different page and want it in a full window. that right?
here's how:
function openIFramePage(){
window.open(iframename.location)
}
that should work.
you might need to put window. or parent. before iframename, but that's the idea. and you might need to customize the window appearance etc. let me know if you need anything more:thumbsup:.
Alias
07-18-2002, 11:42 AM
That is what I trying to find
and this works :thumbsup:
I think this will help and to others ;)
hooman
05-15-2004, 12:49 PM
Hello friends,
If i want to do this job on main page that iframe is on it,what do i must do?
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.