You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
689 B
29 lines
689 B
<html> |
|
|
|
<head> |
|
<title>SuperX</title> |
|
</head> |
|
|
|
<frameset cols="233,*"> |
|
<frame name="menue" scrolling="auto" src="anmeldung.jsp"> |
|
<frame name="maske" src="leer.htm" target="tabelle"> |
|
<noframes> |
|
<body> |
|
|
|
<a href="http://www.superx-projekt.de" target="_parent" alt="Homepage" title="Homepage"><img src="../applet/images/Symbol.gif" alt="Logo von SuperX" border="0" /></a> |
|
<h3>Anmeldung</h3> |
|
|
|
<form action="../servlet/SuperXmlAnmeldung" method="post"> |
|
<p><input type="Text" name="kennung" value="" /> |
|
</p> |
|
<p><input type="Password" name="passwort" value="" /> |
|
</p> |
|
<input type="Submit" name="Abschicken" value="Anmelden" /> |
|
|
|
|
|
</form> |
|
<hr /> </body> |
|
</noframes> |
|
</frameset> |
|
|
|
</html>
|
|
|