hi experts,
Here i have a problem with innerHTML in php page.
<script type="text/javascript">
function GetInner(sid)
{
document.getElementById("sid").innerHTML='<?php $id='+sid+'?>';
}
}
</script>
<body>
<p id="sid"> </p>
</body>
it doesn't give any result.
Please help me.