- ID de l'analyse :
- 3707dec0-3264-420b-9345-d4edf07b4e5fTerminée
- URL soumise :
- https://servetheecommerce.com/Redirigé
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 96 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
UnsubLinkPlaceholder | string |
ModifyLinkPlaceholder | string |
SendToFriendLinkPlaceholder | string |
UsingWYSIWYG | string |
$ | function |
jQuery | function |
Application | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>
<title>Control Panel</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="images/favicon.ico" type="image/vnd.microsoft.icon">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="includes/styles/stylesheet.css" type="text/css">
<script>
var UnsubLinkPlaceholder = "Unsubscribe me from this list";
var ModifyLinkPlaceholder = "Click here to update your details";
var SendToFriendLinkPlaceholder = "Click here to send this email to a friend";
var UsingWYSIWYG = '0';
</script>
<script src="includes/js/jquery.js"></script>
<script src="includes/js/jquery/jquery.json-1.3.min.js"></script>
<script src="includes/js/javascript.js"></script>
<script src="includes/js/tiny_mce/tiny_mce.js"></script>
<script defer="">
// Hack for IE
if(navigator.userAgent.indexOf('MSIE') > -1) {
document.getElementById('popContainer').style.width = '100%';
}
</script>
</head>
<body class="popupBody">
<div class="popupContainer" id="popContainer">
<!-- END PAGE HEADER -->
<style type="text/css">
.popupContainer {
border: 0px;
}
</style>
<script>
$(function() {
$(document.frmLogin.ss_takemeto).val('index.php');
});
</script>
<form action="index.php?Page=&Action=Login" method="post" name="frmLogin" id="frmLogin" autocomplete="off">
<div id="box" class="loginBox" style="position: absolute; top: 113.5px; left: 226px;">
<table><tbody><tr><td style="border:solid 2px #DDD; padding:20px; background-color:#FFF; width:300px;">
<table>
<tbody><tr>
<td class="Heading1">
<img src="images/logo.jpg" alt="servetheecommerce.com">
</td>
</tr>
<tr>
<td style="padding:10px 0px 5px 0px">Login with your username and password below.</td>
</tr>
<tr>
<td>
<table>
<tbody><tr>
<td nowrap="nowrap" style="padding:0px 10px 0px 10px">Username:</td>
<td>
<input type="text" name="ss_username" id="username" class="Field150" autocomplete="off">
</td>
</tr>
<tr>
<td nowrap="nowrap" style="padding:0px 10px 0px 10px">Password:</td>
<td>
<input type="password" name="ss_password" id="password" class="Field150" autocomplete="off">
</td>
</tr>
<tr>
<td nowrap="nowrap" style="padding:0px 10px 0px 10px">Take Me To:</td>
<td>
<select name="ss_takemeto" class="Field150">
<option value="index.php">Home Page</option>
<option value="index.php?Page=Subscribers&Action=Manage">My Contacts</option>
<option value="index.php?Page=Lists">My Contact Lists</option>
<option value="index.php?Page=Segment">My Segments</option>
<option value="index.php?Page=Newsletters&Action=Manage">My Email Campaigns</option>
<option value="index.php?Page=Autoresponders&Action=Manage">My Autoresponder</option>
<option value="index.php?Page=Stats">My Campaign Statistics</option>
</select>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type="submit" name="SubmitButton" value="Login" class="FormButton">
<a href="index.php?Page=Login&Action=ForgotPass" style="font-size: 11px;">Forgot your password?</a> </td>
</tr>
<tr><td class="Gap"></td></tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td></tr>
<tr>
<td>
<div class="PageFooter" style="padding: 10px 10px 10px 0px; margin-bottom: 20px; text-align: center;">
</div>
</td>
</tr>
</tbody></table>
</div>
</form>
<script>
$('#frmLogin').submit(function() {
var f = document.frmLogin;
if(f.username.value == '')
{
alert('Please enter your username.');
f.username.focus();
f.username.select();
return false;
}
if(f.password.value == '')
{
alert('Please enter your password.');
f.password.focus();
f.password.select();
return false;
}
// Everything is OK
f.action = 'index.php?Page=&Action=Login';
return true;
});
function sizeBox() {
var w = $(window).width();
var h = $(window).height();
$('#box').css('position', 'absolute');
$('#box').css('top', h/2-($('#box').height()/2)-50);
$('#box').css('left', w/2-($('#box').width()/2));
}
$(document).ready(function() {
sizeBox();
$('#username').focus();
});
$(window).resize(function() {
sizeBox();
});
createCookie("screenWidth", screen.availWidth, 1);
</script>
<!-- END PAGE FOOTER -->
</div>
</body></html>