Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (ANSI-Standard) » pw abfrage

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
25.03.2003, 14:14 Uhr
~Maddin
Gast


ich habe fogendes Problem...
Ich will vor ein Formular was ich aufrufe ein anderes Formular anlegen welches eine Passwort abfrage macht.
damit nicht jeder in den adminbereich kommt.
wie muss ich das schreiben?
thx im vorraus
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
25.03.2003, 14:15 Uhr
~firestorm
Gast


meinst du jetz allgemein auf HP's?
oder in Programmen
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
25.03.2003, 14:26 Uhr
~firestorm
Gast


<!-- Login form -->
<form method="post" action="index.php" name="login_form">
<table cellpadding="5">
<tr>
<td align="left"><b>Benutzername:&nbsp;</b></td>
<td align="left">
<input type="text" name="pma_username" value="" size="24" class="textfield" onfocus="this.select()" />
</td>
</tr>
<tr>
<td align="left"><b>Kennwort:&nbsp;</b></td>
<td align="left">
<input type="password" name="pma_password" value="" size="24" class="textfield" onfocus="this.select()" />
</td>
</tr>

<tr>
<td colspan="2" align="center">
<input type="hidden" name="server" value="1" />
<input type="hidden" name="lang" value="de" />
<input type="hidden" name="convcharset" value="iso-8859-1" />
<input type="submit" value="Login" />
</td>
</tr>
</table>
</form>
</center>

<script type="text/javascript" language="javascript">
var uname = document.forms['login_form'].elements['pma_username'];
var pword = document.forms['login_form'].elements['pma_password'];
if (uname.value == '') {
uname.focus();
} else {
pword.focus();
}
</script>
</body>

</html>


das is jetz html
Mit C++ habsch noch nich hinbekommen
Hab ich noch von meiner HP mal gefunden is wohl nit 100% supper
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
25.03.2003, 14:41 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Hallo,
mit C++ kannst du keine Webseiten-Scripte schreiben... du kannst zwar CGI-Programme schreiben, welche du dann über den CGI-BIN ausführst...

man braucht für ein c++ programm einen sog. compiler und linker ...
siehe FAQ...
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
25.03.2003, 14:42 Uhr
Firestorm



mhh eigentlich meinte ich das
Hab gedacht das wär vorraussetzung
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (ANSI-Standard) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: