https://secmail.pictet.com/SecMail/login.jsp

Submitted URL:
https://secmail.pictet.com/SecMail/login.jsp
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 93 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
errorHandlerfunction
killFfunction
varBaseobject
imgBaseundefined
alphaNumstring
alphaNum2string
emailSignsstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head>
<title>Pictet Secure WebMail</title>









<meta name="robots" content="noindex,nofollow">


<style type="text/css">
<!--
.width72percent {width:72%;}
.treeLinkContainer {padding: 1px 0 1px 7px;}
.helpLinkField {text-align: right;}
.helpOnAndPdfLinkField {text-align: right;}
.leftSpacer {min-width: 100px; width: 100px}
-->
</style>

 
<link rel="stylesheet" media="screen" href="css/NNstyle.css" type="text/css">
<link rel="stylesheet" media="screen" href="css/basic.css" type="text/css">

<link rel="stylesheet" media="screen" href="css/utils.css" type="text/css">
	
   <link rel="icon" type="image/x-icon" href="images/icon10.ico">
   <link rel="shortcut icon" href="images/icon10.ico" type="image/x-icon">
	
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="expires" content="0">
  <meta http-equiv="cache-control" content="no-cache">
  <meta http-equiv="X-Content-Type-Options" content="nosniff">
  <script language="JavaScript" src="scripts/scripts.js" type="text/javascript"></script>
  <script type="text/javascript">    
  	
    	if(document.getElementById('ieStyle')){
	    	var agt=navigator.userAgent.toLowerCase();
			var appN = navigator.userAgent.toLowerCase();
			var appCodeN = navigator.appCodeName;
			var browserIdentification = 'navigator.userAgent= '+agt+'\nnavigator.appName= '+appN+'\nappCodeN= '+ appCodeN;
			// *** BROWSER VERSION ***
		    // Note: On IE5, these return 4, so use is_ie5up to detect IE5.
	 	    var is_major = parseInt(navigator.appVersion);
		    var is_minor = parseFloat(navigator.appVersion);
		    var is_ie     = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
		    var is_ie3    = (is_ie && (is_major < 4));
		    var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) );
		    var is_ie4up  = (is_ie && (is_major >= 4));
		    var is_ie5    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) );
		    var is_ie5_5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.5") !=-1));
		    var is_ie5up  = (is_ie && !is_ie3 && !is_ie4);
		    var is_ie5_5up =(is_ie && !is_ie3 && !is_ie4 && !is_ie5);
	   	    var is_ie6    = (is_ie && (is_major == 4) && (agt.indexOf("msie 6.")!=-1) );
	   	    var is_ie6up  = (is_ie && !is_ie3 && !is_ie4 && !is_ie5 && !is_ie5_5);
		    var is_ie7    =	(is_ie && (is_major == 4) && (agt.indexOf("msie 7.")!=-1) );
		    
		    if(is_ie7){
		    	 //hover-behavior script is not necessary for ie7
		    	 document.body.style.behavior='';
		    }
	 	}
	 	
	</script>
<script language="JavaScript" src="scripts/variables_en.js" type="text/javascript">
  </script>
</head>


<body class="noPaddingNoMargin" id="loginBody" onload="focusFirstEmptyField();">
	


	



	   <style>
 		.centeredImage
 		{
    text-align:left;
    padding:18px;
    }
  </style>
  <table cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="#ffffff">
    <tbody><tr>    
     	<td class="centeredImage" align="left" valign="center"><img src="images/logo_pictet.gif" border="0" alt="" width="150" height="60">&nbsp;</td>
    </tr>
  </tbody></table>
 

	<div id="loginTitleTableContainer">
		<p hidden="" class="webmail-login-disabled-notice">Webmail login is currently disabled.</p><table id="loginTitleTable">
			
			
			<tbody><tr>
				<td id="leftAlign" class="title">Login</td>
			</tr>
			
		</tbody></table>
	</div>
	
	<form name="login" action="ServiceHandler" method="post" target="_top" id="loginForm0">
		<input type="hidden" name="service" value="login">
		
	  	


<input type="hidden" name="token" value="29564504404488049E18">   
		
		<table>
			<tbody><tr>
				<td class="leftAlign width25Percent" id="loginUserIDLableContainer" nowrap="true">
					<div id="loginUserIDLable" class="smallTitle">User ID:</div>
				</td>
				<td class="leftAlign" nowrap="true" id="userIDFieldContainer">
					 <input id="loginUserIDField" type="text" class="content" size="25" name="userName" value="" tabindex="1">
				</td>
				<td class="width60percent" nowrap="true">&nbsp;</td>
			</tr>
			<tr>
				<td class="leftAlign" id="loginPWDLableContainer" nowrap="true">
					<div id="loginPWDLable" class="smallTitle">Password:</div>
				</td>
				<td class="leftAlign" nowrap="true" id="loginPWDFieldContainer">
					<input type="password" id="loginPWDField" class="content" size="25" autocomplete="off" onkeypress="if(isReturnKey(event)) this.form.submit();" name="password" tabindex="2">
				</td>
				<td id="loginForgotPwdRequestKeyContainer" nowrap="true">
					 <a href="#" id="forgotPwdLink" onclick="openPopup('requestPassword.jsp', 0, 500, 180); return false;" tabindex="6">Forgot Password?</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					  
				</td>
			</tr>
			
			<tr>
				<td></td>
				<td class="rightAlign" id="loginButtonContainer">
					<div id="floatAlign" style="">
						<a href="#" onclick="document.login.submit();return false;" id="noUnderline" name="login0" tabindex="4" title="Login" onfocus="giveFocus('login1');" onblur="takeFocus('login1');" onkeypress="if(isReturnKey(event)) document.login.submit();">
							<div class="bg" id="login1">
								Login
							</div>
						</a>
					</div>
				</td>
				<td>&nbsp;</td>
			</tr>
			
			<tr>
				<td>&nbsp;</td>
			</tr>
			
		</tbody></table>
		
		
	</form>
	
	<script language="JavaScript" type="text/javascript">
		if (top.opener) {
			if (top.opener.top) {
				if (top.opener.top.document.topWinId == "browser") {
					top.opener.top.location.href = "login.jsp";
					top.opener.focus();
					top.close();
				}
			}
		} else {
			if (top.tree)
				top.location.href = "login.jsp";
			else
				window.document.login.userName.focus();
		}
	</script>
<!-- empty footer file -->




</body></html>