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

html help?
Author: Message:
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. Undecided  html help?
i tried this code, but it doesn't work, when you click a link in one frame it opens up in that frame, not the other one, how do you do it?

code:

<frameset cols="145,*" border="0" frameborder="0" framespacing="0">
<frame src="???"name="menu" scrolling="no" noresize border=0 frameborder=0 marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameBorder=0 framespacing=0>
<frameset rows="75,*" border="0" frameborder="0" framespacing="0" name=test>
<frame src="???" name="ad"  scrolling="no" noresize border=0 frameborder=0 marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameBorder=0 framespacing=0>
<frame src="???" name="main" scrolling="auto" noresize border=0 frameborder=0 marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameBorder=0 framespacing=0>
</frameset>
</frameset>



or do you do it on the normal page, not the frame?
05-08-2005 01:38 AM
Profile E-Mail PM Find Quote Report
mwe99
Veteran Member
*****

Avatar

Posts: 2514
Reputation: 67
36 / Male / Flag
Joined: Jul 2004
RE: html help?
You need to set the target for the link to display

<frameset rows="75,*" border="0" frameborder="0" framespacing="0" name=test target=<framename>>
05-08-2005 01:42 AM
Profile PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: html help?
what i meant was if you click a link in one frame, the kink opens in another frame
05-08-2005 01:52 AM
Profile E-Mail PM Find Quote Report
mwe99
Veteran Member
*****

Avatar

Posts: 2514
Reputation: 67
36 / Male / Flag
Joined: Jul 2004
RE: html help?
yeah you need to specify the framenameyou want it to open in, in  the target="?" such as menu, ad or main

This post was edited on 05-08-2005 at 01:58 AM by mwe99.
05-08-2005 01:57 AM
Profile PM Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: html help?
You don't set thios in the index.html, but eg. the menu.html where the links are set that you want to open in, say, main.html (named "main").
There are at least two ways to do this:
way 1:
open menu.html and insert
code:
<BASE TARGET="main">
into the header if you want all links from menu.html to open in main.html (named "main").

way 2:
open menu.html and instead of
code:
<A HREF="url">Targeted Anchor</A>
write
code:
<A HREF="url" TARGET="window_name (eg. "main")">Targeted Anchor</A>


Further info:
http://www.newbie.net/frames/

This post was edited on 05-08-2005 at 02:41 AM by andrey.
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
05-08-2005 02:38 AM
Profile PM Find Quote Report
Concord Dawn
Veteran Member
*****

Avatar
This is a loopy fruit.

Posts: 1203
Reputation: 16
33 / Male / –
Joined: Feb 2004
RE: html help?
Name the frame

<frame name="main">

Then add the target frame to your link code.

<a target="main">

Simple.
[Image: 7.png]
05-08-2005 02:40 AM
Profile E-Mail PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: html help?
thnx for before, but now i need a way of a link opening it self in the whole page, not in a specific frame. is it like target="all" or something? :S


Edit: nvm, found it, it's target="_parent" :)

This post was edited on 05-10-2005 at 11:24 AM by Supersonicdarky.
05-10-2005 11:20 AM
Profile E-Mail PM 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