bek
02-05-2003, 04:22 PM
if i have a link on my left frame how do i make it load up in my right frame plz reply i really need 2 know
|
View Full Version : If i have a link....................... bek 02-05-2003, 04:22 PM if i have a link on my left frame how do i make it load up in my right frame plz reply i really need 2 know pb&j 02-06-2003, 05:41 AM Try adding target="right" to your link tags. Example... <a href="http://www.angelfire.com/stars4/orlandob/LinkSites" target="right"> <img src="http://www.angelfire.com/stars4/orlandob/link1fav.gif"></a> d4k 02-06-2003, 10:47 AM right... but in this case the frame has to be named 'right' ! you define the names of your frames in the frameset. code goes 'name="NAME_OF_YOUR_FRAME"' inside the frame-tag. pb&j 02-06-2003, 03:40 PM Originally posted by d4k right... but in this case the frame has to be named 'right' ! I was presuming the problem site at hand was the same one listed under their WWW, which happens to be a site in frames and also seems to be having the same problem as described. Thus their right hand frame is indeed named right and thus, it should help answer their question. Thank you. ~ edit ~ Also, as I am viewing the code, bek : You may want to put an extension on your pages. Most web pages end in .html or another type of file extension. It looks like there are no extensions on your pages right now which may have some visitor browsers think they are trying to find a directory instead of a web page and thus cause errors in display. ~ end ~ |