Enter a URL and compare how search engine sees it as opposed to a real web browser.
|
|||||||
function validate(theform) {
if (theform.url.value == “”) { alert(“No URL Provided”); return false; }
return true;
}
Enter a URL and compare how search engine sees it as opposed to a real web browser.
|
|||||||
function validate(theform) {
if (theform.url.value == “”) { alert(“No URL Provided”); return false; }
return true;
}