M
Mike
Hello
I have The following:
In my main file
<div id="txtHint"></div>
in my php file
echo "<p>$row_Recordset1</p>"
in my js
function stateChanged()
{
if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
{
// alert (xmlHttp.responseText)
document.getElementById("txtHint").innerHTML=xmlHttp.responseText
}
The element, which is correct, flashes on the screen and then goes
away.
any suggestions?
Thanks
I have The following:
In my main file
<div id="txtHint"></div>
in my php file
echo "<p>$row_Recordset1</p>"
in my js
function stateChanged()
{
if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
{
// alert (xmlHttp.responseText)
document.getElementById("txtHint").innerHTML=xmlHttp.responseText
}
The element, which is correct, flashes on the screen and then goes
away.
any suggestions?
Thanks