Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Zeby dzialalo pod IE, input disabled
kalu111
post
Post #1





Grupa: Zarejestrowani
Postów: 68
Pomógł: 0
Dołączył: 22.07.2006

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


  1. <script type="text/javascript" language="JavaScript"><!--
  2. function on() {
  3. var form=document.forms['form'];
  4. if(form.pole.disabled==false)
  5. form.pole.disabled=true;
  6. else
  7. form.pole.disabled=false;
  8. }
  9. //-->
Co trzeba zmienic w tym skrypcie aby dzialala pod IE?? W javie sie nie orientuje, wiec z tad me pyatnie (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
gekon
post
Post #2





Grupa: Zarejestrowani
Postów: 614
Pomógł: 7
Dołączył: 10.11.2003
Skąd: Rzeszów/Kraków

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


  1. function on() {
  2. var form=document.forms['form'];
  3. form.pole.disabled = !form.pole.disabled;
  4. }
Go to the top of the page
+Quote Post

Posty w temacie
- kalu111   Zeby dzialalo pod IE   24.09.2006, 12:32:37
- - gekon   [HTML] pobierz, plaintext function on() ...   24.09.2006, 14:10:28


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: 18.10.2025 - 02:07