Review Story( be a responsible reader and write a review)
Title:
Survival to Server
Name:
Email:
(optional)
Review:
function checkFields() {
missinginfo = "";
if (document.frmPost.Email.value != "") {
if((document.frmPost.Email.value.indexOf('@') == -1) ||
(document.frmPost.Email.value.indexOf('.') == -1)) {
missinginfo += "\n - Email (name@isp.com)";
}
}
if (document.frmPost.Name.value == "") {
missinginfo += "\n - Name";
}
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.
The author would like to thank you for your continued support. Your review has been posted.