hocam kod çalıştı ama diğer kod çalışmadı diğer kod bu

<script>
function validatebeforesubmit(thisform) {
var yout = thisform.link.value;
if(yout==null || yout == "")
{
alert("Lütfen Url girin");
thisform.link.focus();
return false;
}
return true;
}
</script>

Url girilmedğinde senin yazdığın kodun çalışmaması lazım hocam