Сообщение от danik.js
|
Kaleos, ипать... Ну ты и говнокодер ))
Можно же так:
<!DOCTYPE html>
<html>
...тут код
<table>
<?php while .... { ?>
<tr><td><?php echo $array['bla']; ?></td></tr>
<?php } ?>
</table>
|
Попробую.
Вопрос:
Можно ли в этой строке:
echo '<td width=\'100\'><input type=\'button\' value=\'button\' width=\'80\' onclick=\'open_win'.$i.'()\'>';
вставить определенный файл java.js на который ссылается событие onclick=\'open_win'.
типа:
echo '<td width=\'100\'><input type=\'button\' value=\'button\' width=\'80\' file = "Java.js" onclick=\'open_win'.$i.'()\'>';