200 OK
OK
The server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator,
,';
settings += features;
settings += ' scrollbars=yes ';
win = window.open(mypage,myname,settings);
win.window.focus();
}
function checkemail (emailStr)
{
var checkTLD=1;
var knownDomsPat=/^(com|net|org|edu|int|mil|gov|arpa|biz|aero|name|coop|info|pro|museum)$/;
var emailPat=/^(.+)@(.+)$/;
var specialChars="\\(\\)><@,;:\\\\\\\"\\.\\[\\]";
var validChars="\[^\\s" + specialChars + "\]";
var quotedUser="(\"[^\"]*\")";
var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/;
var atom=validChars + '+';
var word="(" + atom + "|" + quotedUser + ")";
var userPat=new RegExp("^" + word + "(\\." + word + ")*$");
var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$");
var matchArray=emailStr.match(emailPat);
if (matchArray==null)
{
alert("Sorry, email is incorrect");
return false;
}
var user=matchArray[1];
var domain=matchArray[2];
for (i=0; i<user.length; i++) {
if (user.charCodeAt(i)>127) {
alert("Sorry, email is incorrect");
return false;
}
}
for (i=0; i<domain.length; i++) {
if (domain.charCodeAt(i)>127) {
alert("Sorry, email is incorrect");
return false;
}
}
if (user.match(userPat)==null)
{
alert("Sorry, email is incorrect");
return false;
}
var IPArray=domain.match(ipDomainPat);
if (IPArray!=null) {
for (var i=1;i<=4;i++) {
if (IPArray[i]>255) {
alert("Sorry, email is incorrect");
return false;
}
}
return true;
}
var atomPat=new RegExp("^" + atom + "$");
var domArr=domain.split(".");
var len=domArr.length;
for (i=0;i<len;i++) {
if (domArr[i].search(atomPat)==-1) {
alert("Sorry, email is incorrect");
return false;
}
}
if (checkTLD && domArr[domArr.length-1].length!=2 &&
domArr[domArr.length-1].search(knownDomsPat)==-1) {
alert("Sorry, email is incorrect");
return false;
}
if (len<2) {
alert("Sorry, email is incorrect");
return false;
}
return true;
}
</script>
</head>
<body>
<table width="100%" cellspacing="0" class="bodyborder" cellpadding="0" border="0">
<tr>
<td valign="top" align="left" width="100%">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100%" align="left" valign="top">
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr>
<td valign="middle" align="center" width=25 bgcolor="#BABABA" height="17">
<a href="http://www.dinghysailinguk.co.uk"><img src="http://www.dinghysailinguk.co.uk/template/default/images/home.gif" border=0 alt="HOME"></a><br>
</td>
<td valign="middle" width="75%" align="left" bgcolor="#BABABA" height="17">
<!-- $incomingline is a content generated for the status line, don't remove it! -->
<font color="white">Contact Support<br></font>
</td>
<td valign="middle" width="25%" align="right" bgcolor="#BABABA" height="17">
<font color="white">
<a style="color: white" href=http://www.dinghysailinguk.co.uk/user.php>User Login</a>
<br></font>
</td>
</tr>
</table>
<table class="mainheader" width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td valign="top">
<h1>Dinghy Sailing UK</h1>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="middle" align="left" width="100%" bgcolor="#FFFFFF">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" align="center" width="20%">
<br />
<table width=90% cellspacing=5 cellpadding=5 border=0>
<tr>
<td class="border2" width="100%" height="25" valign=center align=center>
Menu
</td>
</tr>
<tr>
<td class="border" width="100%" align="left" valign="top" bgcolor="#FFFFFF">
<br /><table cellpadding="0" cellspacing="0" width="100%"><tr><td height="22" width="18">
<img src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif" border=0 >
</td><td height="22"><a href="http://www.dinghysailinguk.co.uk/" > Home </a></td></tr><tr><td height="22" width="18">
<img src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif" border=0 >
</td><td height="22"><a href="http://www.dinghysailinguk.co.uk/compare.php" > Submit Listing </a></td></tr><tr><td height="22" width="18">
<img src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif" border=0 >
</td><td height="22"><a href="http://www.dinghysailinguk.co.uk/user.php" > User Login </a></td></tr><tr><td height="22" width="18">
<img src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif" border=0 >
</td><td height="22"><a href="http://www.dinghysailinguk.co.uk/contact.php" > Contact Us </a></td></tr><tr><td height="22" width="18">
<img src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif" border=0 >
</td><td height="22"><a href="http://www.dinghysailinguk.co.uk/about-dinghy-sailing-uk.php" > About Us </a></td></tr></table>
</td>
</tr>
</table>
<br />
<table width=90% cellspacing=5 cellpadding=5 border=0>
<tr>
<td class="border2" width="100%" height="25" valign=center align=center>
Resources
</td>
</tr>
<tr>
<td class="border" width="100%" align="left" valign="top" bgcolor="#FFFFFF">
<br />
<IMG src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif"><a href="http://www.dinghysailinguk.co.uk/dinghy-sailing-news.php"> Sailing News</a><BR/><BR/>
<IMG src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif"><a href="http://www.dinghysailinguk.co.uk/choose-a-dinghy.php"> Sailing Dinghy Comparison</a><BR/><BR/>
<IMG src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif"><a href="http://www.dinghysailinguk.co.uk/sailing-glossary.php"> Glossary Of Sailing Terms</a><BR/><BR/>
<IMG src="http://www.dinghysailinguk.co.uk/template/default/images/arrow.gif"><a href="http://www.dinghysailinguk.co.uk/documents_all.php"> Sailing Articles</a><BR/><BR/>
</td>
</tr>
</table>
<br />
<table width=90% cellspacing=5 cellpadding=5 border=0>
<tr>
<td class="border2" width="100%" height="25" valign=center align=center>
Essential Sailing Links
</td>
</tr>
<tr>
<td class="border" width="100%" align="left" valign="top" bgcolor="#FFFFX-Powered-By and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.
More information about this error may be available
in the server error log.
|