Good evening all
due to this javascript book things are not working going by the book and it's not happing, when you go to click on the link a new window come in bit like a popup but in a small window i go to click on the link it dont come up in my browser whats happing here can some help fix the problem for us.
<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>
due to this javascript book things are not working going by the book and it's not happing, when you go to click on the link a new window come in bit like a popup but in a small window i go to click on the link it dont come up in my browser whats happing here can some help fix the problem for us.
<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>













