Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> ukrywanie tabeli, display
Dex1987
post
Post #1





Grupa: Zarejestrowani
Postów: 246
Pomógł: 0
Dołączył: 28.09.2004

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


Witam, nie znam sie na js i te pytanie wyda sie wam albo glupie albo lamerskie, ale niewazne. Chce ukryc cala tabele przez js i mam taki kodzik:

  1. <script language="javascript" type="text/javascript">
  2.  
  3. document.getElementById('name').style.display = 'none';
  4.  
  5.  
  6. <table id="name" border="1" cellpadding="0" cellspacing="0" width="100%">
  7. <tr>
  8. <td width="50%">&nbsp;</td>
  9. <td width="50%">&nbsp;</td>
  10. </tr>
  11. <tr>
  12. <td width="50%">&nbsp;</td>
  13. <td width="50%">&nbsp;</td>
  14. </tr>


ale dalej sie wyswietla. Probowalem z ...display = 'block'; ale tak samo sie wyswietla. Co zrobic aby ta tabela sie nie wyswietlala?

Pozdrawiam dex.
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




  1. <table id="name" border="1" cellpadding="0" cellspacing="0" width="100%">
  2. <tr>
  3. <td width="50%">&nbsp;</td>
  4. <td width="50%">&nbsp;</td>
  5. </tr>
  6. <tr>
  7. <td width="50%">&nbsp;</td>
  8. <td width="50%">&nbsp;</td>
  9. </tr>
  10. <script language="javascript" type="text/javascript">
  11.  
  12. document.getElementById('name').style.display = 'none';
  13.  
biggrin.gif


--------------------

"Myśl, myśl, myśl..." - Kubuś Puchatek || "Manual, manual, manual..." - Kubuś Programista
"Szukaj, szukaj, szukaj..." - Kubuś Odkrywca || "Debuguj, debuguj, debuguj..." - Kubuś Developer

Go to the top of the page
+Quote Post
Dex1987
post
Post #3





Grupa: Zarejestrowani
Postów: 246
Pomógł: 0
Dołączył: 28.09.2004

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


hehe. dzieki wielkie, pozdrawiam.
Go to the top of the page
+Quote Post

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

 



RSS Aktualny czas: 20.08.2025 - 13:24