// Copyright © 2003 EyeForYou
// Created by EyeForYou

<!--
// ------ CHECK FORM ------

function validate(){
if (document.form.a_Naam.value=="") {
alert("Please fill in all fields")
return false
}
if (document.form.b_Email.value=="") {
alert("Please fill in all fields")
return false
}
if (document.form.c_Title.value=="") {
alert("Please fill in all fields")
return false
}
if (document.form.d_Url.value=="") {
alert("Please fill in all fields")
return false
}
if (document.form.e_Category.value=="") {
alert("Please fill in all fields")
return false
}
if (document.form.f_Description.value=="") {
alert("Please fill in all fields")
return false
}
return true
}
//-->

// End -->

 

 
