I think he is talking about a page with a table on the left and right, and he wants to targe the links in one table to the other...this is not possible like i said earlier
you could use frames and Includes (Does your server have SSI or any scripting language that you could use)
The basic premise is you would have a layer over your left table (actually hidden) with the following line in it
<!--#include virtual="/filename.htm" -->
so if your layer is 300px wide with the name "layerfilename" then your page "filename.htm" should be builtat 300px wide
now how you would use this would be lets say you have a link that says "click here for filename.htm"
put this in your head
<script language="JavaScript" type="text/JavaScript">
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args
))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible'
v=='hide')?'hidden':v; }
obj.visibility=v; }
}
</script>
then for your link
<a href="javascript:;" onClick="MM_showHideLayers('layerfilename','','show')">contact
us</a>
this would work
So you basically need a layer with an include built in for all the links you would want opened (This is the simplest way) [Hammer]
Nike Failed Slogans -- "Just Don't Do It!"