Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~115 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Bobby99

<!DOCTYPE html> <html> <body> <h3> Send review request to test@something.com:</h3> <script type="text/javascript"> function FormValidator(theForm) { // check to see if the field is blank if (theForm.sname.value == "") { alert("Sandbox name should not be blank"); theForm.sname.focus(); return (false); } // require at least 3 characters be entered if (theForm.sname.value.length < …

Member Avatar for Taywin
0
115