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

html help?
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
html help? - by Supersonicdarky on 05-08-2005 at 01:38 AM
RE: html help? - by mwe99 on 05-08-2005 at 01:42 AM
RE: html help? - by Supersonicdarky on 05-08-2005 at 01:52 AM
RE: html help? - by mwe99 on 05-08-2005 at 01:57 AM
RE: html help? - by andrey on 05-08-2005 at 02:38 AM
RE: html help? - by Concord Dawn on 05-08-2005 at 02:40 AM
RE: html help? - by Supersonicdarky on 05-10-2005 at 11:20 AM


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