Please be specific mabout how can I add a loding image to this coe;
var xmlhttp;
function showUser(str)
{
xmlhttp=GetXmlHttpObject();
if (xmlhttp==null)
{
alert ("Browser does not support HTTP Request");
return;
}
var url="visa.php";
url=url+"?q="+str;
url=url+"&sid="+Math.random()...
I want to create widget similar to twitters profile widget or any kind of widget which can be put on to any site and pulls the data from a php page.
How can this be done?
I dont want anybody to login or something like that.
I actually have very simple image widget. It randomly display pictures...