GEvent.addListener(map, "click", function(overlay, point) {
window.location.replace("/strona_emiejsca.html?show=mapa");
});
19 gru 2008
GEvent.addListener(map, "click", function(overlay, point) {
window.location.replace("/strona_emiejsca.html?show=mapa");
});
var el = document.getElementById("cell_" + nr);
var el2 = document.getElementById("frm2");
var html = el2.innerHTML;
var html = html.replace(/cell_osoba_nr/, "cell_osoba_" + nr);
var html = html.replace(/combo_osoba_nr/, "combo_osoba_" + nr);
var html = html.replace(/szukajwBazie\(\)/, "szukajwBazie(\'" + nr + "\')");
var html = html.replace(/wybierzWyszukany\(\)/, "wybierzWyszukany(\'" + nr + "\')");
el.innerHTML = html;