Hallo,
habe hier ein kleines Anmeldescript. Nach Eintrag von Passwort und klicken auf Login geht dann im selben Fenster das Formular auf. Wo muß ich welchen Java Befehl eingeben, damit das Formular (eingabe.php) in einem Popup Fenster aufgeht.
Habe schon bei www.dauerstress nachgeschaut, im Vorschaufenster geht das auch, aber wenn ich alles bei mir eintrage, tut sich nichts, oder mein Button ist weg.
Bin Anfänger!
Hier das Script:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>Eingabe</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body bgcolor="#0099FF" text="#000000"><div align="center">
<p> </p>
<p> </p>
<p> </p>
<p><?
require ('../mailer/config.php');
?>
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
</p><title>Bitte einloggen....</title>
</head>
<body>
<form name="login" method="post" action="eingabe.php">
<table width="17%" border="1" align="center">
<tr>
<td colspan="2"><div align="center"><font color="#FF8000" face="Verdana, Arial, Helvetica, sans-serif"><strong>(-;<font color="#0080FF">
. . . </font>Fipo Mailer <font color="#0080FF"> . . . </font> ;-)</strong></font></div></td>
</tr>
<tr>
<td width="19%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Passwort</font></td>
<td width="81%"><center>
<font face="Verdana, Arial, Helvetica, sans-serif">
<input name="passwort" type="password" id="pass" size="20">
</font></center></td>
</tr>
<tr>
<td> </td>
<td> <div align="center">
<input type="submit" name="Submit" value="Login" />
</div></td>
</tr>
</table>
</form>
</body>
</html></div>
</body>
</html>
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Gruß Pater
habe hier ein kleines Anmeldescript. Nach Eintrag von Passwort und klicken auf Login geht dann im selben Fenster das Formular auf. Wo muß ich welchen Java Befehl eingeben, damit das Formular (eingabe.php) in einem Popup Fenster aufgeht.
Habe schon bei www.dauerstress nachgeschaut, im Vorschaufenster geht das auch, aber wenn ich alles bei mir eintrage, tut sich nichts, oder mein Button ist weg.
Bin Anfänger!
Hier das Script:
+++++++++++++++++++++++++++++++++++++++++++++++++++++
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>Eingabe</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body bgcolor="#0099FF" text="#000000"><div align="center">
<p> </p>
<p> </p>
<p> </p>
<p><?
require ('../mailer/config.php');
?>
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
</p><title>Bitte einloggen....</title>
</head>
<body>
<form name="login" method="post" action="eingabe.php">
<table width="17%" border="1" align="center">
<tr>
<td colspan="2"><div align="center"><font color="#FF8000" face="Verdana, Arial, Helvetica, sans-serif"><strong>(-;<font color="#0080FF">
. . . </font>Fipo Mailer <font color="#0080FF"> . . . </font> ;-)</strong></font></div></td>
</tr>
<tr>
<td width="19%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Passwort</font></td>
<td width="81%"><center>
<font face="Verdana, Arial, Helvetica, sans-serif">
<input name="passwort" type="password" id="pass" size="20">
</font></center></td>
</tr>
<tr>
<td> </td>
<td> <div align="center">
<input type="submit" name="Submit" value="Login" />
</div></td>
</tr>
</table>
</form>
</body>
</html></div>
</body>
</html>
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Gruß Pater
Kommentar