




























 




































<html>
<head>
<title>Golf Scotland</title>
 <link href="_css/internal.css" rel="stylesheet" type="text/css" />
  <link href="_css/messages.css" rel="stylesheet" type="text/css" />

		</head>
		
		
		 	<SCRIPT SRC="./scripts/qforms.js"></SCRIPT>
	<SCRIPT LANGUAGE="JavaScript">
	<!--//
	// set the path to the qForms directory
	qFormAPI.setLibraryPath("./scripts/");
	// this loads all the default libraries
	qFormAPI.include("*");
	
	qFormAPI.include("validation");
qFormAPI.include("functions", null, "12");
	//-->
	</SCRIPT>
		
<body bgcolor="#FFFFFF" onLoad="document.myFormName.admin_login_ID.focus()">


<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td> &nbsp;
	
<p align="center" class="header"><IMG src="golf_scotland_logo.gif" alt="Golf Scotland" width="186" height="22"></p>
      <form name="myFormName" method="post" action="home.cfm">
        <table width="400" border="0" cellspacing="0" cellpadding="5" align="center">
          <tr> 
            <td> 
              <div align="right"><b class="normal_bold">Login ID : </b></div>
            </td>
            <td> 
              <input type="text" class="formelement_normal"  name="admin_login_ID" size="30">
            </td>
          </tr>
          <tr> 
            <td> 
              <div align="right"><b class="normal_bold">Password : </b></div>
            </td>
            <td> 
              <input type="password" name="admin_password" size="30" class="formelement_normal" >
            </td>
          </tr>
          <tr> 
            <td> 
              <div align="right"> 
                <input name="Submit" type="submit" class="navigation" value="Log In">
              </div>
            </td>
            <td>&nbsp;</td>
          </tr>
        </table>
  
      </form>
	  
	  
	  <SCRIPT LANGUAGE="JavaScript">
<!--//
// initialize the qForm object
objForm = new qForm("myFormName");

// set error colour
qFormAPI.errorColor = "#FF9B9B";

// make these fields required
objForm.required("admin_login_ID, admin_password");

objForm.admin_login_ID.description = "Login ID";
objForm.admin_password.description = "Password";

//-->
</SCRIPT>

    </td>
  </tr>
</table>

</body>
</html>
