Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [HTML+PHP] tabela hiperłączem
Forum PHP.pl > Forum > Przedszkole
pesfainder
Jak zrobić ,żeby działało mi to w echu? :

  1. <table width="200" onMouseOver="this.style.backgroundColor='#003399'; this.style.cursor='hand';"
  2. onMouseOut=this.style.backgroundColor=''
  3. onclick="window.location.href="details.php?id='.$res['id'].'">
kamilkosinski
  1. <?php echo "<table width=\"200\" onMouseOver=\"this.style.backgroundColor='#003399'; this.style.cursor='hand';\" onMouseOut=\"this.style.backgroundColor=''\" onclick=\"window.location.href='details.php?id={$res['id']}'\">"; ?>
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.