- ID scansione:
- 3707dec0-3264-420b-9345-d4edf07b4e5fFatto
- URL inviato:
- https://servetheecommerce.com/Reindirizzato
- Report terminato:
Link · 0 trovati
I link in uscita identificati dalla pagina
Variabili JavaScript · 96 trovate
Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
UnsubLinkPlaceholder | string |
ModifyLinkPlaceholder | string |
SendToFriendLinkPlaceholder | string |
UsingWYSIWYG | string |
$ | function |
jQuery | function |
Application | object |
Messaggi di log della console · 0 trovati
Messaggi registrati nella console Web
HTML
Il corpo HTML non elaborato della pagina
<!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>