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

Pages: (2): « First [ 1 ] 2 » Last »
Html help
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. Html help
Ok i know my stuff, but it drives me mad this iframe :@ I can make them and i can target frame then normally but this one :'( Look at the page sorce and someone please tell me how to target frame my navi buttons (they are images which rollover) to go into the iframe. Please someone help i've tryed everything :(
05-30-2005 06:36 PM
Profile PM Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
Status: Online
RE: Html help
Did you forget to mention a link/code? I checked your web site, but couldn't find anything related to this there.
05-30-2005 06:38 PM
Profile PM Find Quote Report
Yousef
Full Member
***

Avatar
(previously known as Juzzi)

Posts: 487
Reputation: 19
35 / Male / Flag
Joined: Jul 2004
RE: Html help
You should prevent using frames.
See google
Regarding to the buttons, I don't see 'target=' anywhere...
Developer of BuddyFuse: Google Talk, Twitter and Hyves in Windows Live Messenger
Ex-Microsoft intern and Windows Live Developer MVP in 2007 & 2008
05-30-2005 06:40 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Html help
so sorry http://www.msgstuff.com/test.html i've tryed target="iframe" after the link :p
05-30-2005 06:42 PM
Profile PM Find Quote Report
Zephyr
Senior Member
****

Avatar
monster.rat

Posts: 950
Reputation: 26
35 / Male / Flag
Joined: Jan 2005
RE: Html help
Sorry, but what frames are you trying to target to?
[Image: rhcpsig38tj.png]
05-30-2005 06:47 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Html help
the frame is in the middle and a want the buttons on the side to link to it :)
05-30-2005 06:49 PM
Profile PM Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
Status: Online
RE: Html help
You should use the name="iframe" in the IFRAME tag and the target="iframe" in the A tag. This way the IFRAME will have a name so it can be identified and the link knows where it should open in :)

quote:
Originally posted by Absorbation
i've tryed target="iframe" after the link
Then use name="iframe" in the IFRAME tag ;)

Simply look here or Google for more info related to 'target frames links how to' (and stuff like that) :)

This post was edited on 05-30-2005 at 06:53 PM by Tochjo.
05-30-2005 06:52 PM
Profile PM Find Quote Report
Zephyr
Senior Member
****

Avatar
monster.rat

Posts: 950
Reputation: 26
35 / Male / Flag
Joined: Jan 2005
RE: Html help
Your frame needs to have a name so you can target to it.

eg. insde the frame tag

name="frame name"

then you can use target="frame name" in your link.

<iframe name="frame name" SRC="home.php" WIDTH=800 HEIGHT=697 ALT="" frameborder="no"></iframe>

<A HREF="index.html" target="frame name"
                ONMOUSEOVER="changeImages('Home', 'images/homerollover.gif', 'Gallery', 'images/messengertools.gif'); return true;"
                ONMOUSEOUT="changeImages('Home', 'images/home.gif', 'Gallery', 'images/messengertools.gif'); return true;">
                <IMG NAME="Home" SRC="images/Home.gif" WIDTH=106 HEIGHT=40 BORDER=0 ALT=""></A>

This post was edited on 05-30-2005 at 06:57 PM by Zephyr.
[Image: rhcpsig38tj.png]
05-30-2005 06:54 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Html help
Just tryed that and still does'nt work i've uploaded so you can see :(
05-30-2005 07:00 PM
Profile PM Find Quote Report
Zephyr
Senior Member
****

Avatar
monster.rat

Posts: 950
Reputation: 26
35 / Male / Flag
Joined: Jan 2005
RE: Html help
quote:
Originally posted by Absorbation
Just tryed that and still does'nt work i've uploaded so you can see :(

You haven't given the iframe a name in this line:

code:
<iframe SRC="images/iframe.gif" WIDTH=800 HEIGHT=697 ALT="" frameborder="no"></iframe>

It needs to be:

code:
<iframe name="frame name" SRC="home.php" WIDTH=800 HEIGHT=697 ALT="" frameborder="no"></iframe>

as i said above.

You then need to have target="frame name" inside the <a> tags you wish to appear in the frame.

This post was edited on 05-30-2005 at 07:08 PM by Zephyr.
[Image: rhcpsig38tj.png]
05-30-2005 07:07 PM
Profile E-Mail PM 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