Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
Obě strany předchozí revize Předchozí verze | |||
vzkazy [2010/06/03 10:31] lucky |
vzkazy [2010/06/03 10:36] (aktuální) lucky |
||
---|---|---|---|
Řádek 8: | Řádek 8: | ||
if (thisform.name.value == null || thisform.name.value == "" ) | if (thisform.name.value == null || thisform.name.value == "" ) | ||
{ | { | ||
- | alert ("\n Insert Your name please.") ; | + | alert ("\n Uveďte prosím své jméno.") ; |
thisform.name.focus() ; | thisform.name.focus() ; | ||
return false ; | return false ; | ||
Řádek 14: | Řádek 14: | ||
if (thisform.email.value == null || thisform.email.value == "" ) | if (thisform.email.value == null || thisform.email.value == "" ) | ||
{ | { | ||
- | alert ("\n insert Your email please.") ; | + | alert ("\n Uveďte prosím svůj email.") ; |
thisform.email.focus() ; | thisform.email.focus() ; | ||
return false ; | return false ; | ||
Řádek 20: | Řádek 20: | ||
if (thisform.komentar.value == null || thisform.komentar.value == "" ) | if (thisform.komentar.value == null || thisform.komentar.value == "" ) | ||
{ | { | ||
- | alert ("\n Your message is empty.") ; | + | alert ("\n Pole pro komentář nebo vzkaz je prázdné.") ; |
thisform.komentar.focus() ; | thisform.komentar.focus() ; | ||
return false ; | return false ; | ||
} | } | ||
- | alert ("Thank You!") ; | + | alert ("Děkuji!") ; |
return true | return true |