What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Iframe Help

Iframe Help
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. Huh?  Iframe Help
How could I load a web page in 3 iFrames form inside a iFrame?
[Image: top.gif]
03-06-2005 11:29 PM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Iframe Help
I am sorry this doesn't make much sense?

Do you want to load one page from another iFrame into another iFrame?

Also: http://shoutbox.menthix.net/~msgplus/showthread.php?tid=39496
i posted a reply

This post was edited on 03-06-2005 at 11:42 PM by matty.
03-06-2005 11:41 PM
Profile E-Mail PM Find Quote Report
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: Iframe Help
No no, this is what I want.

I have a main page with 3 iFrames on it. In the first iFrame it loads a page with 2 more iFrames on it. Now on that page in the first iFrame I need to be able to click a link and open a page in the seconed iFrame on the same page and open a link in the 2 other iFrames on the main page.

I hope this can be done. :S
[Image: top.gif]
03-06-2005 11:52 PM
Profile PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
35 / Male / –
Joined: Sep 2003
RE: Iframe Help
name an iframe a name like <iframe name="frame1">

then the link <a target="frame1" href="http://somesite">the link</a>

This post was edited on 03-06-2005 at 11:55 PM by jren207.
03-06-2005 11:55 PM
Profile E-Mail PM Web Find Quote Report
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: Iframe Help
:dodgy: gee I think I know how to do that. That only works for opening 1 frame on the same page.

This post was edited on 03-07-2005 at 12:25 AM by DJeX.
[Image: top.gif]
03-07-2005 12:25 AM
Profile PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
35 / Male / –
Joined: Sep 2003
RE: Iframe Help
hmm, i thought it would send the page in the target frame of the name as long as it was named to different to other frames... 8-)
03-07-2005 12:58 AM
Profile E-Mail PM Web Find Quote Report
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: Iframe Help
Not when your trying to go from one frame through another to a frame on the main page.

** I figured it out I needed to use this:

code:
<a href='http://www.yoursite.com/9.html'target=frame2 onclick=window.open('http://www.google.ca','rev');window.open('http://www.google.ca','rev2');return true'><font color='#FFFFFF'>Your text</font></a>

This post was edited on 03-07-2005 at 02:06 AM by DJeX.
[Image: top.gif]
03-07-2005 01:05 AM
Profile PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
35 / Male / –
Joined: Sep 2003
RE: Iframe Help
ahh ok, it got to complicated... 8-)
03-07-2005 06:11 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On