Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Przycisk a parametr disabled
snipe
post
Post #1





Grupa: Zarejestrowani
Postów: 135
Pomógł: 1
Dołączył: 5.10.2005
Skąd: Opole/Chorzów

Ostrzeżenie: (0%)
-----


Zrobilem cos takiego:

Kod
<script type="text/javascript">
function checkBtn(checkbox)
{
var area = document.getElementById("btn1");
if(checkbox.checked==true)
{
area.disabled=false;
} else
{
area.disabled=true;
}
}
</script>


  1. <form action="?module=user&action=register" method="post">
  2. Login: <input type="text" name="user_name" /><br />Email: <input type="text" name="email" /><br />Hasło: <input type="password" name="password" /><br />Powtórz hasło: <input type="password" name="rpassword" /><p>Zanim się zarejestrujesz, zapoznaj się z regulaminem: <a href="#">www.jakisregulamin.pl</a><br />Zapoznałem się z regulaminem: <input type="checkbox" onClick="checkBtn(this)"><br /><input type="submit" name="btn1" value="Zarejestruj" DISABLED /></form>


Ale ten kod dziala poprawnie tylko na IE (IMG:http://forum.php.pl/style_emoticons/default/dry.gif) (IMG:http://forum.php.pl/style_emoticons/default/sadsmiley02.gif)

Ten post edytował snipe 24.01.2006, 11:10:42
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 2)
nospor
post
Post #2





Grupa: Moderatorzy
Postów: 36 557
Pomógł: 6315
Dołączył: 27.12.2004




Kod
document.getElementById("btn1");
odwloujesz sie do pola na podstawie id, ale tego id dla pola nie nadajesz. nadajesz tylko name. musisz tez nadac id
Go to the top of the page
+Quote Post
snipe
post
Post #3





Grupa: Zarejestrowani
Postów: 135
Pomógł: 1
Dołączył: 5.10.2005
Skąd: Opole/Chorzów

Ostrzeżenie: (0%)
-----


ok. dzieki, dziala (IMG:http://forum.php.pl/style_emoticons/default/smile.gif) swoja droga jak moglem taki glupi blad zrobic (IMG:http://forum.php.pl/style_emoticons/default/rolleyes.gif)
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 06:26