<html><head>
<script src="jquery.js"></script>
<script>
function showHint(str){if (str.length==0){document.getElementById("usa").innerHTML="";return;}var xmlhttp=new XMLHttpRequest();xmlhttp.onreadystatechange=function(){if (xmlhttp.readyState==4 && xmlhttp.status==200){document.getElementById("usa").innerHTML=xmlhttp.responseText;}}xmlhttp.open("GET","a.php" ,true);xmlhttp.send();}
</script>
</head>
<body><div id="usa">
<img src="image/d2.jpg" onmouseover="omid(this)" />
</div></body>
</html>
<html><head>
<script src="jquery.js"></script>
</head>
<body>
<?phpecho "<h1 id='usa'>Salam Omid php</h1>";echo '<script>$("#usa").click(function(){$.getScript("alert.js");});</script>';?>
</body></html>
alert ("hello");
Writer is a powerful online word processor, designed for collaborative work.