View Single Post
  #5 (permalink)  
Old 01-19-04, 12:50 AM
delerium's Avatar
delerium delerium is offline
Newbie Coder
 
Join Date: Jan 2004
Location: pittsburgh
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
here ya go

this would be in the head of the page with the toolbar:

<script language="javascript">
var Content="blank.htm";
function loadContentFrame()
{
{parent.FrameName.location.href=Content;}
}
</script>

this would be in the body:

ONCLICK="loadContentFrame()"

for each different page you would need a different variable, but you could set up an array to cut down on code.

--delerium--
Reply With Quote