Parametry: formaularz, pole select, pole input
function ustawNazwePozycji(form, fld, name) {
idx = fld.selectedIndex;
text = fld.options[idx].text;
fld_name = form.elements[name];
fld_name.value = text;
} Parametry: formaularz, pole select, pole input
function ustawNazwePozycji(form, fld, name) {
idx = fld.selectedIndex;
text = fld.options[idx].text;
fld_name = form.elements[name];
fld_name.value = text;
} <select name="other_dates" class="t2"
onChange="javascript:if(this.value!='0')location.href='http://www.moa.waw.pl/wycieczka,{$this->dojazd},'+this.value+'.html';return false;">
<option value="0">- wybierz -</option>'.$html_other.'
</select> rnd = Math.ceil(Math.random()*131) + 10000
obrazek_anim = '' + rnd
obrazek_anim = '<img src="anim/'+obrazek_anim.substr(1,4)+'.gif">' // index.html ? img = 9220_007.jpg
function f(param) {
adres = param.href + ""
ib = adres.length
ia = ib - 12
obrazek = adres.substring(ia, ib)
window.location = "index.html?img=" + obrazek
}