ďťż
Podstrony
|
telcocafeWitamMam taki kod html : <CODE> <html> <head> <title>Dodaj newsa - Gambit homepage</title> </head> <BODY bgColor=#cccccc> <table height="400" width="600" cellpadding="0" cellspacing="0" border="0" bgcolor="#cccccc" align="center"> <tr> <td width="15"> </td> <td> <font face="Verdana" size="1"> <center><b>Zapodaj newsa</b></center><br> <form action="thankyou.php" method="POST"> Tytul: <input type="text" name="title"><br> Haslo: <input type="text" name="password"><br><br> News:<br> <TEXTAREA ROWS=10 COLS=60 name="news"></textarea><br> <input type="submit"> </td> </tr> </table> </font> </body> </html> </CODE> Jak zrobic, zeby zamiast hasla wpisywanego do dodania newsa, w polu, zamiaste tego co wpisuje pojawialy sie ********** ??? <html> <head> <title>Dodaj newsa - Gambit homepage</title> </head> <BODY bgColor=#cccccc> <table height="400" width="600" cellpadding="0" cellspacing="0" border="0" bgcolor="#cccccc" align="center"> <tr> <td width="15"> </td> <td> <font face="Verdana" size="1"> <center><b>Zapodaj newsa</b></center><br> <form action="thankyou.php" method="POST"> Tytul: <input type="text" name="title"><br> Haslo: <input type="password" name="password"><br><br> News:<br> <TEXTAREA ROWS=10 COLS=60 name="news"></textarea><br> <input type="submit"> </td> </tr> </table> </font> </body> </html> W tym znaczniku: <INPUT NAME="password"> dodajesz atrybut: type="password" czyli: <INPUT type="password" NAME="password"> proste nie :))) Tzn, nie dziala :( , nadal jest tak samo Sorry za balagan, wszystko jest Ok, mozna zamknac :) Użytkownik rafa edytował ten post 20 grudzień 2005, 22:07 |
|||
Sitedesign by AltusUmbrae. |