Executes through Ajax the pingurl.php script with a webpage in parameter.
The JavaScript code is:
function submitForm()
{
var url = document.ajax.page.value;
AAWrite("pingurl.php", "url="+url, storing);
}
The PHP code is:
***Answer here***
(c) Scriptol.com