|
|
|
|
|
для: elenaki
(28.03.2011 в 16:11)
| | mmm ya prosto bil uveren chto index1.php, index2.php etc - razniye nazvaniya. | |
|
|
|
|
|
|
|
для: alexander95
(28.03.2011 в 16:05)
| | и где тут про переход на РАЗНЫЕ страницы?
изначально была задача - переход по клику на СТРОКЕ, а не на ЯЧЕЙКЕ. | |
|
|
|
|
|
|
|
для: elenaki
(28.03.2011 в 16:04)
| | citiruyu:
Как всавить в таблицу фунцию onclick="window.location='index.php'"'
<table>
<tr>
<td >1</td>-index1.php
<td >3</td>-index2.php
<td >4</td>-index3.php
<td >5</td>-index4.php
<td >6</td>-index5.php
</tr>
</table>
|
| |
|
|
|
|
|
|
|
для: alexander95
(28.03.2011 в 15:47)
| | Можно как то сделать чтоб при на жатии на на мышкой на строку в таблице пререходило по определенной сылке?
==========================================
где в постановке задачи "разные страницы"? | |
|
|
|
|
|
|
|
для: elenaki
(28.03.2011 в 15:42)
| | emu zhe nado na razniye stranici perehodit' | |
|
|
|
|
|
|
|
для: cheops
(28.03.2011 в 14:51)
| | ТАК:
<table>
<tr onclick="window.location='index1.php'">
<td>1</td>
......
|
| |
|
|
|
|
|
|
|
для: cheops
(28.03.2011 в 14:51)
| | popravochka
<table>
<tr>
<td onclick="window.location='index1.php'">1</td>
<td onclick="window.location='index3.php'">3</td>
<td onclick="window.location='index4.php'">4</td>
<td onclick="window.location='index5.php'">5</td>
<td onclick="window.location='index6.php'">6</td>
</tr>
</table>
|
| |
|
|
|
|
|
|
|
для: alex_fear
(28.03.2011 в 14:18)
| | Примерно так
<table>
<tr>
<td onclick="window.location='index1.php'">1</td>
<td onclick="window.location='index1.php'">3</td>
<td onclick="window.location='index1.php'">4</td>
<td onclick="window.location='index1.php'">5</td>
<td onclick="window.location='index1.php'">6</td>
</tr>
</table>
|
| |
|
|
|
|
|
|
|
для: cheops
(28.03.2011 в 12:34)
| | Как всавить в таблицу фунцию onclick="window.location='index.php'"'
<table>
<tr>
<td >1</td>-index1.php
<td >3</td>-index2.php
<td >4</td>-index3.php
<td >5</td>-index4.php
<td >6</td>-index5.php
</tr>
</table>
|
| |
|
|
|
|
|
|
|
для: elenaki
(28.03.2011 в 12:30)
| | Сработает, просто ответа вашего не видел :) | |
|
|
|
|