I know this is very simple but for some readon I can't get it working. Please help.
This is my sourse code:
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
navWindow = window.open("site_navigation.htm","navWindow","width=650,height=100,status=no,resizable=no,top=5,left=5"
//-->
</SCRIPT>
<html>
<head>
<title>TEST</title>
</head>
<body>
THIS IS A TEST PAGE
</body>
</html>
site_navigation.htm
<html>
<head>
<title>SITE NAVIGATION</title>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function navigate(site)
{
window.opener.location.href = " }
//-->
</SCRIPT>
</head>
<body onBlur="self.focus()">
NAVIGATION BAR
<a href="JavaScript: navigate('microsoft.com.au');" target="_parent">Microsoft</a>
</body>
</html>
This is my sourse code:
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
navWindow = window.open("site_navigation.htm","navWindow","width=650,height=100,status=no,resizable=no,top=5,left=5"
//-->
</SCRIPT>
<html>
<head>
<title>TEST</title>
</head>
<body>
THIS IS A TEST PAGE
</body>
</html>
site_navigation.htm
<html>
<head>
<title>SITE NAVIGATION</title>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function navigate(site)
{
window.opener.location.href = " }
//-->
</SCRIPT>
</head>
<body onBlur="self.focus()">
NAVIGATION BAR
<a href="JavaScript: navigate('microsoft.com.au');" target="_parent">Microsoft</a>
</body>
</html>