Click to See Complete Forum and Search --> : Web Page Link Tageting
topdome
04-02-2003, 10:38 PM
Hi,
I hv attached a text file. It includes 2 html codes
1) menu.html
2) index.html
i wanna do the following:
wen i click on any links on the menu page, the corresponding web page should open on the right bottom side of the index.html page.
Can someone pls help me?
Thanks!
wonton
04-03-2003, 09:31 AM
<base target="window name"> add that in the menu side and change the name to match your main windows name.
topdome
04-03-2003, 07:51 PM
thanks for the response guys, i am using frames.
can i use this:
<base target="right">
and where do I put this code inside the menu.html file?
thanks!
topdome
04-04-2003, 01:38 AM
it doesn't work.
am i missing out anything?
pls help me.
topdome
04-04-2003, 09:55 AM
yes it is.
---- this is the index.html file --------
<html>
<head><title>ROYAL RAINBOW CRUISE LIMITED</title></head>
<frameset cols="22%,78%" border=0>
<frame src="menu.html">
<frameset rows= "20%,80%" border=0>
<frame src="logo.html">
<frame src="aboutus.html" name=right >
</frameset>
</html>
topdome
04-05-2003, 08:19 AM
as requested.
topdome
04-06-2003, 11:22 AM
i dont have any live links.
it's ok.thanks alot for your help.
khaki
04-06-2003, 11:41 AM
Hi topdome...
i unzipped your file :eek: (lol)...
and aside from seeing that you are especially infatuated with ever gimmick and bell and whistle script that has ever been written ( ;) ). you did not include a frameset page or home.html (maybe they are one and the same?).
can you just paste the entire code of the frameset page (and if it is different from home.html... then please attach home.html as a TXT file).
thanks.
;) k
topdome
04-08-2003, 12:08 AM
as requested