function TestDate( y,m,d){ } function mySubmit() { if(document.forma.imie.value == '' || document.forma.nazwisko.value == '') { alert('Wpisz imie i nazwisko osoby zamawiającej'); return; } document.forma.submit(); }; function wyslij_az() { if( document.forma.e_mail.value == '' || document.forma.nazwa_hotelu.value == '' || document.forma.adres_hotelu.value == '' || document.forma.id.value == '' || document.forma.imie.value == '' || document.forma.nazwisko.value == '') { alert('Pola: identyfikator, nazwisko, imię, e-mail oraz nazwa i adres hotelu sa wymagane do umozliwienia anulacji / zmiany rezerwacji'); return; } document.forma.submit(); }; function zmiana(co) { var str if(document.forma.id.value == '' || document.forma.imie.value == '' || document.forma.nazwisko.value == '') { alert('Wpisz imie, nazwisko i identyfikator osoby zamawiającej'); return; } if (co=='1') str="&zmiana=1&anulacja=0"; if (co=='0') str="&zmiana=0&anulacja=1"; document.location.href = "zmiana.asp?jezyk="+str+"&id="+document.forma.id.value+"&imie="+document.forma.imie.value+"&nazwisko="+document.forma.nazwisko.value }; function mySubmitAll() { if (document.forma.imie.value == '' || document.forma.nazwisko.value == '' || document.forma.adres.value == '' || document.forma.miasto.value == '' || document.forma.kraj.value == '' || document.forma.telefon.value == '' || document.forma.email.value == '') { alert('Wypelnij wszystkie pola zaznaczone *'); return; }; document.forma.submit(); }; function mySubmitWyc() { if (document.forma.miejsce_odjazdu.value == '' || document.forma.liczba_osob.value == '' ) { alert('Wypelnij wszystkie pola zaznaczone *'); return; }; document.forma.submit(); }; function mySubmitTury() { if (document.forma.termin.value == '' || document.forma.liczba_osob.value == '' ) { alert('Wypelnij wszystkie pola zaznaczone *'); return; }; document.forma.submit(); }; function mySubmitNone() { document.forma.submit(); }; function odswierz_targi(targi, cena, jezyk, imie, nazwisko){ document.location = "targi.asp?targi="+targi+"&cena="+cena+"&hotel="+document.forma.hotel.value+"&jezyk="+jezyk+"&imie="+imie+"&nazwisko="+nazwisko+"&info=0"; } //-->