function checkFields() {
missinginfo = "";
if (document.frmPost.comments.value == "") {
missinginfo += "\n - Review";
}
if (missinginfo != "") {
missinginfo ="FanFiction.Net v2.0:\n__________________________________\n" + "Please fill in the following fields:\n" + missinginfo + "\n__________________________________";
alert(missinginfo);
return false;
} else {
return true;
}
}
//-->
If you feel that this entry
violates any of the guidelines set by
FanFiction.Net please click
here to notify the staff.