html help? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: html help? (/showthread.php?tid=44335) html help? by Supersonicdarky on 05-08-2005 at 01:38 AM
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: or do you do it on the normal page, not the frame? RE: html help? by mwe99 on 05-08-2005 at 01:42 AM
You need to set the target for the link to display RE: html help? by Supersonicdarky on 05-08-2005 at 01:52 AM what i meant was if you click a link in one frame, the kink opens in another frame RE: html help? by mwe99 on 05-08-2005 at 01:57 AM yeah you need to specify the framenameyou want it to open in, in the target="?" such as menu, ad or main RE: html help? by andrey on 05-08-2005 at 02:38 AM
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"). code: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:write code: Further info: http://www.newbie.net/frames/ RE: html help? by Concord Dawn on 05-08-2005 at 02:40 AM
Name the frame RE: html help? by Supersonicdarky on 05-10-2005 at 11:20 AM
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? |