<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="de">
	<head>
    	<title>iFrame Handy BKU</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    	<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
    	<meta http-equiv="PRAGMA" content="NO-CACHE">
    	<script type="text/javascript">
			// [MUSS] Geben Sie hier die URL zum Aufruf von MOA-ID an
           	// z.B.: https://yoururl.at/moa-id-auth/StartAuthentication?Target=IT&OA=https://youronlineapplication.at
			var MOA_ID_STARTAUTHENTICATION = "https://localhost:8443/moa-id-auth/StartAuthentication?Target=ZU&OA=https://localhost:8443/TestMOAID_OA/LoginServletExample";
				
			// [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die Handy Signatur an -->
			<!-- z.B.: value="https://yoururl.at/moa-id-auth/template_handyBKU.html"-->
			var URL_TO_HANDYSIGNATUR_TEMPLATE = "https://localhost:8443/moa-id-auth/template_handyBKU.html";
				
				
			window.onload=function() {
								
				document.getElementById('moaidform').action = MOA_ID_STARTAUTHENTICATION;
				document.getElementById('Template').value = URL_TO_HANDYSIGNATUR_TEMPLATE;

				var useMandate = gup("useMandate");

				if (useMandate == "true")
					document.getElementById('useMandate').value = "true";
				else
					document.getElementById('useMandate').value = "false";

				
      			document.moaidform.submit();
      			return;
      		}
      		
			function gup(name) {
				name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
			  	var regexS = "[\\?&]"+name+"=([^&#]*)";
			  	var regex = new RegExp( regexS );
			  	var results = regex.exec( window.location.href );
			  	if( results == null )
			    	return "";
			  	else
			    	return results[1];
			}
			
		</script>
	</head>
	<body>    
	    Bitte warten...
		<form name="moaidform" method="post" id="moaidform">
			<input type="hidden" name="Template" id="Template">
			<!--  <input type="hidden" name="bkuURI" value="https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx"> -->
			 <input type="hidden" name="bkuURI" value="https://test1.a-trust.at/https-security-layer-request/default.aspx"> 
			<input type="hidden" name="useMandate" id="useMandate">
		</form>		
		<hr>
	</body>
</html>