Hallo,

Ich möchte an meine HP den Inhalt eines Tags in einem Textfile speichern, wie mache ich das am Besten?

Meine HP:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Passwortabfrage</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
h1 {
font-size: 36px;
color: #CCC;
}
h2 {
font-size: 24px;
color: #900;
}
body,td,th {
font-family: "Comic Sans MS", cursive;
color: #F0F0F0;
}
body {
background-color: #009;
}
h6 {
font-size: 1px;
color: #009;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
</style>
</head>

<body>
<h1>Passwortabfrage</h1>
<p>By NEO_2.0</p>
<h4>&nbsp;</h4>
<p>Euer Username:
<input name="nick" type="text" class="form" id="nick" size="10" />
</p>
<p>Euer Password:
<input name="pass" type="password" class="form" id="pass" size="10" />
</p>
<input name="Submit2" type="submit" class="form" value="Fertig" />
</p>
<p>&nbsp;</p>
</body>
</html>