document.getElementById и кликhttp://softtime.ru/forumdocument.getElementById и кликhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=77825#post461311переставил местами функции - заработало! function send1() {var datepicker = document.getElementById("datepicker1").name;} function send2() {var datepicker = document.getElementById("datepicker2").name;} function send3() {var...document.getElementById и кликThu, 16 Dec 2010 17:18:51 +0300vadimkadocument.getElementById и кликhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=77825#post461305пытаюсь присоеденить еще функцию send1();: onclick="sendRequest1('ajax/time.php', 'front', getRequest1);send1();return false;" onclick="sendRequest1('ajax/time.php', 'front', getRequest1);send2();return false;" onclick="sendRequest1('ajax/time.php', 'front', getRequest1);send3();return false;" принимаю: function send1()...document.getElementById и кликThu, 16 Dec 2010 16:45:08 +0300vadimkadocument.getElementById и кликhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=77825#post461236В первом примере ты проверяешь наличие элемента с заданным ИД на странице, и не более. Срабатывают все потому что есть...document.getElementById и кликThu, 16 Dec 2010 07:34:54 +0300oldOlddocument.getElementById и кликhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=77825#post461125Здравствуйте! У меня на странице ссылки, при клике по одной из них что-то происходит. если написать так: if(document.getElementById('datepicker1')) alert('datepicker1'); if(document.getElementById('datepicker2'))...document.getElementById и кликWed, 15 Dec 2010 11:53:59 +0300vadimka