Showing source for: https://www.flyingsamaritans.net/MbrPgm/MemberLogin/MemberLogin.asp
Duration: 1.114182s
Server: Microsoft-IIS/10.0


<!DOCTYPE html>

<html lang="en">
<head>

	<script language="javascript" type="text/javascript">
		function HideBtn()
		{
		document.getElementById('HideBtnID').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}

		function HideBtn1()
		{
		document.getElementById('HideBtnID1').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID1').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}

		function HideBtn2()
		{
		document.getElementById('HideBtnID2').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID2').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}

		function HideBtn3()
		{
		document.getElementById('HideBtnID3').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID3').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}

		function HideBtn4()
		{
		document.getElementById('HideBtnID4').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID4').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}

		function HideBtn5()
		{
		document.getElementById('HideBtnID5').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID5').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}

		function HideBtn6()
		{
		document.getElementById('HideBtnID6').style.visibility = "hidden"; //first hide the button
		setTimeout(function(){ //using setTimeout function
		document.getElementById('HideBtnID6').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
		}
		,3000); 
		}
	</script>

	<script language="javascript" type="text/javascript">
		document.cookie = "S_W=" + screen.availWidth ;
		document.cookie = "S_H=" + screen.availHeight;
		document.cookie = "W_W=" + window.innerWidth;
		document.cookie = "W_H=" + window.innerHeight;
						
	</script>
 
<script language="javascript" type="text/javascript">
		var sTargetURL = "/Default.asp";
		var Msg = "Your website session has EXPIRED.\\nYou have been returned to the website HomePage.";
		function timedRedirect()
		{
			window.location.replace( sTargetURL );
		}
		setTimeout( "timedRedirect()", 32400000 );    
		window.setTimeout("alert('" + Msg + "')", 32399900); 
		alert("Session will expire in " + );
</script>

<script type="text/javascript">
	$(document).ready(function(){
		$('.HideShow').addClass("hidden");

		$('.HideShow').click(function() {
			var $this = $(this);

			if ($this.hasClass("hidden")) {
				$(this).removeClass("hidden").addClass("visible");

			} else {
				$(this).removeClass("visible").addClass("hidden");
			}
		});
	});
</script>

<script type="text/javascript">
         $(document).ready(function() {
            $("#toggle").click(function(){
               $(".target").toggle( 'slow', function(){ 
                  $(".log").text('Toggle Transition Complete');
               });
            });
         });
</script>

 <script src="https://www.google.com/recaptcha/api.js"></script>  <script>function ReCaptchaCallback(token) { document.getElementById("WebsiteLogin").submit(); }  </script> <!-- Begin GetOrgInfo --><!-- GetOrgInfo Record NOT Available--><!-- End GetOrgInfo --><!-- GetChapterInfo Record NOT Available--><!-- End GetChapterInfo --><!-- Start WhatWebsite.asp -->

<!-- 
Make sure that you also set up the following Pages
/Startup/MetasNames.asp
Style/Borders/Footer.asp
Style/Borders/Header.asp
Style/Borders/HeaderImage.asp
Web/(Site)
Pages/(Site)
MbrPgm/Administartion/Advertising/Advertisers.asp
MbrPgm/Admin/Policy/Refunds.asp

Note: Organizational Record Website has to Match Domain Name
 -->
<!-- End WhatWebsite.asp -->
<script language="javascript" type="text/javascript">
	document.cookie = "S_W=" + screen.availWidth ;
	document.cookie = "S_H=" + screen.availHeight;
	document.cookie = "W_W=" + window.innerWidth;
	document.cookie = "W_H=" + window.innerHeight;
					
</script>

<!-- Start Block Hackers -->

<!-- End Block Hackers -->

<!-- Begin GetOrgInfo --><!-- End GetOrgInfo --><!-- End GetChapterInfo --><!-- End GetChapterInfo -->

<script src="/Style/JS/jquery-3.5.1.min.js"></script>

<!-- Begin MetaNames -->

<link rel="apple-touch-icon-precomposed"
    sizes="57x57" href="/web/Sams/Style/ICO/favicon-apple-touch-114.png">

<link rel="apple-touch-icon-precomposed"
    sizes="114x114" href="/web/Sams/Style/ICO/favicon-apple-touch-114.png">

<link rel="apple-touch-icon-precomposed"
    sizes="72x72" href="/web/Sams/Style/ICO/favicon-apple-touch-144.png">

<link rel="apple-touch-icon-precomposed"
    sizes="144x144" href="/web/Sams/Style/ICO/favicon-apple-touch-144.png">

<link rel="icon" type="image/vnd.microsoft.icon"
    sizes="32x32 48x48" href="/web/Sams/Style/ICO/favicon.ico">

<link rel="icon" href="/web/Sams/Style/ICO/favicon.png" type="image/x-icon">

<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Lora&family=Nunito&family=Mulish&family=Work+Sans:wght@700&display=swap" />

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="copyright" content="Stephen Blythe - Blythe Business Software 949 322-4397" />
<meta name="Author" content="Stephen Blythe - Blythe Business Software 949 322-4397" />

 

<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<!-- End MetaNames -->

<link href="/Startup/CSS/MemberCSS.asp" rel="stylesheet" type="text/css" />
<title>Login</title>
</head>
<body class="Body localcss" onLoad='document.forms.Login.MbrLogin.focus()'>

	<div class="Center PaddingT10"><div>
</div>
</div>
 

<div class="LoginSection">

<div class="T100 MarginT10 PaddingT10 Center">
	
		<img alt="Sams Logo" class="image header-logo" style="max-width:400px;max-height:60px;" src="/MbrPgm/Admin/ASP/ShowOrgGraphics.asp?OrgID=&CoCode=Sams&PhotoType=OrgHeader"  />
	
</div>

	

	
	<div class="Box MarginT10 PaddingT10" >
		<form name="Login" id="WebsiteLogin" method="post" action="MemberLogin2.asp?kfQ=&cntrvq=&T1g1cntr=&edf=">
		
			<div class="T100 Center PaddingT10 BLine"><img class="image" alt="" src="/Style/images/login_member.gif" border="0" /></div><br/>

			<div class="T100 Center">

				<input name="MbrLogin" type="text" class="InputForm" placeholder="Login or Email Address"  /><br/><br/>
				<input name="MbrPassword" id="MbrPassword" type="password" class="InputForm" placeholder="Enter Password"/><br/><br/>

					

			</div>
				
			<div class="T100 Center"><div class="Center"><button class="g-recaptcha SubmitBtn" data-sitekey="6LfbOs4gAAAAAMoe-gQSfD7qCHuyfYMneVrvCcmC" data-callback="ReCaptchaCallback" data-action="submit">Login Here</button></div>
			</div>

			<br/><br/>

			<div class="T100 Center PaddingT10 TBLine FormTitle2">New Member Login</div>

			<div class="T100 Center"><br/>
				 
					Complete our Member Profile to Join our Organization. 
				
			</div>

			<div class="T100 Center">
				<br/>
					<a class="SubmitBtn" href="/MbrPgm/Member/MemberEDITa.asp?N=ZN">Register Here</a>
				
			</div>

			
				 

					

			<div class="T100 Center PaddingT10"><br/>
				<a href="/MbrPgm/Memberlogin/LoginRequest.asp">Forgot your password? Click Here</a>
			</div>

		</form>
	</div>
</div>

			<script src="/Style/JS/Chosen/chosen.jquery.js" type="text/javascript"></script>
			<script src="/Style/JS/Chosen/docsupport/prism.js" type="text/javascript" charset="utf-8"></script>
			<script src="/Style/JS/Chosen/docsupport/init.js" type="text/javascript" charset="utf-8"></script>

</body>
</html>

Latest requests

# Url Url Source Date
1 https://www.flyingsamaritans.net/M… 2025-01-19 04:25:38
2 https://thebolditalic.com/?gi=286e… 2025-01-19 04:25:38
3 https://agoiare.dlbookit.se/(S(phq… 2025-01-19 04:25:38
4 https://agoiare.dlbookit.se/(S(t2z… 2025-01-19 04:25:36
5 https://www.lasallesancristobal.ed… 2025-01-19 04:25:36
6 https://thebolditalic.com/?gi=ab5d… 2025-01-19 04:25:34
7 https://thebolditalic.com/?gi=7eea… 2025-01-19 04:25:34
8 https://thebolditalic.com/?gi=f0fa… 2025-01-19 04:25:33
9 https://www.lasallesancristobal.ed… 2025-01-19 04:25:33
10 https://agoiare.dlbookit.se/(S(b5s… 2025-01-19 04:25:31
11 https://thebolditalic.com/?gi=63ce… 2025-01-19 04:25:30
12 https://www.lasallesancristobal.ed… 2025-01-19 04:25:29
13 https://agoiare.dlbookit.se/(S(hf5… 2025-01-19 04:25:29
14 https://thebolditalic.com/?gi=4cd5… 2025-01-19 04:25:28
15 https://www.lasallesancristobal.ed… 2025-01-19 04:25:24
16 https://thebolditalic.com/?gi=90e3… 2025-01-19 04:25:24
17 https://agoiare.dlbookit.se/(S(tub… 2025-01-19 04:25:22
18 https://www.lasallesancristobal.ed… 2025-01-19 04:25:22
19 https://agoiare.dlbookit.se/(S(d0c… 2025-01-19 04:25:20
20 https://storage.googleapis.com/bog… 2025-01-19 04:25:19