Friday, 05 July 2013 17:37

CV- checkInformation

Written by 
Rate this item
(0 votes)
var form = document.basic_form; if ( form.first_name.value == "") { alert("You have to enter first name."); form.first_name.focus(); return false; } else if (form.last_name.value =="") { alert("You have to enter last name."); form.last_name.focus(); return false; } else if ( form.head_line.value == "") { alert("You have to enter headline."); form.headline.focus(); return false; } else { form.submit(); }

Share this

Submit to DeliciousSubmit to DiggSubmit to FacebookSubmit to Google BookmarksSubmit to StumbleuponSubmit to TechnoratiSubmit to TwitterSubmit to LinkedIn
Read 119450 times Last modified on Monday, 08 July 2013 15:03

Media

Share this

Submit to DeliciousSubmit to DiggSubmit to FacebookSubmit to Google BookmarksSubmit to StumbleuponSubmit to TechnoratiSubmit to TwitterSubmit to LinkedIn