Uhh Huuh

Your rating:
<script language="JavaScript">
<!--

function formCheck(formobj){
	var fieldRequired = Array("lyrics");
	var fieldDescription = Array("If you don't know the lyrics to this song, please don't submit anything. Thanks!");
	var alertMsg = "If you are submitting lyrics, how come the lyrics field is empty?? n";
	
	var l_Msg = alertMsg.length;
	
	for (var i = 0; i < fieldRequired.length; i++){
		var obj = formobj.elements[fieldRequired[i]];
		if (obj){
			switch(obj.type){
			case "select-one":
				if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ""){
					alertMsg += " - " + fieldDescription[i] + "n";
				}
				break;
			case "select-multiple":
				if (obj.selectedIndex == -1){
					alertMsg += " - " + fieldDescription[i] + "n";
				}
				break;
			case "text":
			case "textarea":
				if (obj.value == "" || obj.value == null){
					alertMsg += " - " + fieldDescription[i] + "n";
				}
				break;
			default:
			}
			if (obj.type == undefined){
				var blnchecked = false;
				for (var j = 0; j < obj.length; j++){
					if (obj[j].checked){
						blnchecked = true;
					}
				}
				if (!blnchecked){
					alertMsg += " - " + fieldDescription[i] + "n";
				}
			}
		}
	}

	if (alertMsg.length == l_Msg){
		return true;
	}else{
		alert(alertMsg);
		return false;
	}
}
// -->
</script>
Sorry but we don't have the lyrics to this song yet.<br>
You can help sending the lyrics using the form below.<br>
Your submission will be reviewed within 24 hours.
<br>Thank you for your time.
<form action="wantedcheck.php?grid=3&id=1039817" method="post" onsubmit="return formCheck(this);">
<br><a href="http://www.google.com/search?q=lyrics+Uhh Huuh - French Montana"><img border="1" src="img/google.gif"></a>
<INPUT TYPE="hidden" NAME="artist" VALUE="French Montana" SIZE=40>
<INPUT TYPE="hidden" NAME="title" VALUE="Uhh Huuh" SIZE=40><br>
<INPUT TYPE="hidden" NAME="info" VALUE="" SIZE=40><br>
<INPUT TYPE="hidden" NAME="gid" VALUE="3" SIZE=40><br>
<b>Lyrics:</b><br>
<textarea name="lyrics" rows="25" cols="60"></textarea><br>
<b>Your Name: (Not required)</b><br>
<input type="text" SIZE="60" name="submite" /><br>
<b>Your E-mail: (Not required)</b><br>
<input type="text" SIZE="60" name="mail" /><br>
<b>Notes: (Not required)<br><textarea name="notes" rows="5" cols="60"></textarea><br>
Validation Code: <img src="captcha_image.php" /> >> Type the Validation Code Here >> <input type="text" name="captcha_input" size="10" VALUE="" onChange="javascript:this.value=this.value.toLowerCase();" /><br>
<br><input type="hidden" name="submit" value="true" />
<input type="submit" value="Submit" />
</form>
Get 'Uhh Huuh' at: amazon.com  sheetmusicplus.com

Share your thoughts

No comments here yet... Be the first to give your opinion!