I fix it up but still not working in my defult browser, the link is there but peeks going to another page when i don't want it too. i want it to put up like a small window. I would like to thank you for helping out
<HTML>
<HEAD>
<FORM>
<A HREF="http://WWW.coolconnections.com.au/cgi-bin/">Login<A/>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function submitpassword(frm)
{
//
// Get the value entered into the text box
//
var password = frm.pw.value
// Con it to lowercase
//
//
password = password.tolowercase()
//
// Add the.htm extension
//
var loc = password + ".htm
//
// Make sure ther user entered something
//
if (password != "")
{
// If so, send the Browser there
//
opener.location.href = loc
}
//
// close this window
//
window.close()
}
//-->
</SCRIPT>
<TITLE>Username & Password is Required</TITLE>
<BODY>
</BODY>
</HTML>