Subversion Repositories personal-webbase

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
<html>
2
 
3
<head>
4
        <title>ViaThinkSoft Personal WebBase</title>
5
        <meta name="robots" content="noindex">
6
</head>
7
 
8
<body>
9
 
10
<!-- Personal WebBase Vorlage fuer automatisches Login -->
11
 
12
<form name="loginform" action="http://www.example.com/loginformular.html" method="POST" target="_top">
13
<input type="hidden" name="schluessel1" value="wert1">
14
<input type="hidden" name="schluessel2" value="wert2">
15
</form>
16
 
17
Bitte warten...<br><br>
18
 
19
<script language="JavaScript" type="text/javascript">
20
<!--
21
  document.loginform.submit();
22
// -->
23
</script>
24
 
25
</body>
26
 
27
</html>