Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [JS] innerHTML bez tagów
cysioland
post
Post #1





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 14.05.2009

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


Mam problem. Otóż innerHTML wyświetla tekst,ale nie wynik działania tagów html ex. buttony,p style="align" itd. Robię małe okienko wyświetlające buttona.
Oto kod:

index.xhtml:
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="pl">
  3. <head>
  4. <meta http-equiv="content-type"
  5. content="text/html; charset=UTF-8" />
  6. <style type="text/css">
  7. body{background-color: #620000;height: 100%}
  8. h1{margin-bottom: 5px;}
  9. #header{background-image: url(drewno.png);margin-bottom: 5px;text-align: center}
  10. #left{background-image: url(drewno.png);margin-top: 0;margin-right: 5px;width: 200px;float: left;margin-bottom: 5px}
  11. #center{background-image: url(drewno.png);margin-top: 0;margin-right: 5px;width: 590px;float: left;margin-bottom: 5px}
  12. #right{background-image: url(drewno.png);margin-top: 0;margin-right: 0;width: 200px;float: right;margin-bottom: 5px}
  13. #ads{background-image: url(drewno.png);margin-top: 5px;clear: both}
  14. #footer{background-image: url(drewno.png);margin-top: 5px}
  15. #hidden{visiblity: hidden}
  16. </style>
  17. <script type="text/javascript">
  18. function zmiana2(){
  19. document.getElementById('worldlist').innerHTML = '<button onclick="zmiana()">Loguj</button>';
  20. }
  21. function zmiana()
  22. {
  23. document.getElementById('worldlist').innerHTML = 'test<input type="button" value="x" onclick="zmiana2()" />';
  24. }
  25. </script>
  26. <title>Osadnicy</title>
  27. </head>
  28. <body>
  29. <div id="header">
  30. <h1>Osadnicy - Załóż miasto i
  31. rozbudowuj je</h1>
  32. </div>
  33. <div id="wrapper">
  34. <div id="left">Statystyki,ile online,kto online,kto
  35. najnowszy
  36. </div>
  37. <div id="center">
  38. Ogłoszenia,zachęta do rejestracji itp.
  39. </div>
  40. <div id="right">Wejście do gry,logowanie<br />
  41. <div id="hidden">
  42. <div id="worldlist"><button type="button"
  43. onclick="zmiana()">Loguj</button></div>
  44. </div>
  45. </div>
  46. <div id="ads">Jakaś reklama</div>
  47. <div id="footer">Š <a href="http://cysioland.cba.pl/">Cysioland</a>
  48. 2009</div>
  49. </div>
  50. </body>
  51. </html>


Proszę o pomoc,
Cysioland

Ten post edytował cysioland 30.06.2009, 09:52:11
Go to the top of the page
+Quote Post

Posty w temacie


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 - 01:28