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

Pages: (2): « First [ 1 ] 2 » Last »
Iframes help
Author: Message:
King For A Day
Full Member
***

Avatar
Vince Noir: King Of the Mods

Posts: 451
Reputation: 16
35 / Male / –
Joined: Dec 2004
Status: Away
O.P. Iframes help
i am trying to link one i frame to another but i am having a lot of difficulty
is it possible to do it?

the links in the box main menu come from one page
these are here menu frame
and i want them to link to the corisponding pages and open in the large area.
the large part is named mainsection and the links in the small box are set to target _mainsection

problem site


i hope this makes some sense i have tries to explain as best i can. help is greatly aprciated.

but to be simple is it possible to get one iframe page to open in another?

thankey
[Image: smaller6mh.png]
05-31-2005 08:26 PM
Profile E-Mail PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
34 / Male / –
Joined: Sep 2003
RE: Iframes help
you have named the iframe target  "_mainsection"

code:
<a href="maincontent.html" target="_mainsection">_home</a>


your iframe is named "mainsection"

code:
<iframe   align="top" width="321" height="254" src="maincontent.html" name="mainsection" frameborder="0" scrolling="no"></iframe>


take away the underscore (_)

This post was edited on 05-31-2005 at 08:37 PM by jren207.
05-31-2005 08:35 PM
Profile E-Mail PM Web Find Quote Report
King For A Day
Full Member
***

Avatar
Vince Noir: King Of the Mods

Posts: 451
Reputation: 16
35 / Male / –
Joined: Dec 2004
Status: Away
O.P. RE: Iframes help
ah dammit ill try thanks

works yay, i knew somthing was wrong.

also if i want the titles form the pages in the large frame to be used instead of the one in the main part can this be done?

these sound like such noob questions but i have never realy used frames before

This post was edited on 05-31-2005 at 08:42 PM by King For A Day.
[Image: smaller6mh.png]
05-31-2005 08:38 PM
Profile E-Mail PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
34 / Male / –
Joined: Sep 2003
RE: Iframes help
it's an easy mistake to make, i wanted to know how to open links in a new window and found target="_blank", you probably got confused with that.. ;)
05-31-2005 08:40 PM
Profile E-Mail PM Web Find Quote Report
King For A Day
Full Member
***

Avatar
Vince Noir: King Of the Mods

Posts: 451
Reputation: 16
35 / Male / –
Joined: Dec 2004
Status: Away
O.P. RE: Iframes help
quote:
Originally posted by jren207
it's an easy mistake to make, i wanted to know how to open links in a new window and found target="_blank", you probably got confused with that.. ;)


yeh thats what i was thinking



ill just quote myself cause frames realy confuse me

quote:
Originally posted by King For A Day
ah dammit ill try thanks

works yay, i knew somthing was wrong.

also if i want the titles form the pages in the large frame to be used instead of the one in the main part can this be done?

these sound like such noob questions but i have never realy used frames before
[Image: smaller6mh.png]
05-31-2005 09:22 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Iframes help
<offtopic query="yes">
Are you on a PHP-enabled host? PHP'd make it a lot easier to do what you want to do.
[Image: spartaafk.png]
05-31-2005 09:30 PM
Profile PM Web Find Quote Report
King For A Day
Full Member
***

Avatar
Vince Noir: King Of the Mods

Posts: 451
Reputation: 16
35 / Male / –
Joined: Dec 2004
Status: Away
O.P. RE: Iframes help
quote:
Originally posted by raceprouk
<offtopic query="yes">
Are you on a PHP-enabled host? PHP'd make it a lot easier to do what you want to do.

as far as i know it isnt, its not my host or site im helping a firend, but although i dont know alot about php i tried to upload a file for a sig image showing recent songs and i got nothing from it so without asking i assume it isnt. so if theres an easier way id like to here it
[Image: smaller6mh.png]
06-01-2005 07:28 AM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Iframes help
code:
<html>
<body>
<?php echo 'Hello'; ?>
</body>
</html>
Upload that as page.php, and when you view it, if you see the word 'Hello', the host is PHP-enabled.
[Image: spartaafk.png]
06-01-2005 10:14 AM
Profile PM Web Find Quote Report
King For A Day
Full Member
***

Avatar
Vince Noir: King Of the Mods

Posts: 451
Reputation: 16
35 / Male / –
Joined: Dec 2004
Status: Away
O.P. RE: Iframes help
quote:
Originally posted by raceprouk
code:
<html>
<body>
<?php echo 'Hello'; ?>
</body>
</html>
Upload that as page.php, and when you view it, if you see the word 'Hello', the host is PHP-enabled.


yup that works http://www.chapmansfilmworks.com/dare/test.php
[Image: smaller6mh.png]
06-01-2005 04:46 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Iframes help
So now you can consider a PHP-based alternative. Unlike frames, it won't break bookmarks.
[Image: spartaafk.png]
06-01-2005 06:08 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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