Hi All:
What wrong i'm doing.. Please Help ME...
I was displaying some Messages when cursor goes over the Link. it was working fine..
Now can anyone HELP me as i want to display Message after some time (like after 2 seconds.) when cusor goes on link..
Follwoing is the code i was trying to do..
-------------------------------------------
<TR valign = "top">
<TD style="padding-left: 22px"
onmouseover="
javascript:
function newtext()
{
Words.innerHTML = 'Test 1';
setTimeout("moretext()",1000);
}
function moretext()
{
Words.innerHTML = 'Test 2';
}
bgColor='#CCCCFF';
"
onmouseout="bgColor='#FFFFFF';
Words.innerHTML = 'Test 1';"
>
<A HREF="DNLG.LOGNDNR">Center Site</A>
What wrong i'm doing.. Please Help ME...
I was displaying some Messages when cursor goes over the Link. it was working fine..
Now can anyone HELP me as i want to display Message after some time (like after 2 seconds.) when cusor goes on link..
Follwoing is the code i was trying to do..
-------------------------------------------
<TR valign = "top">
<TD style="padding-left: 22px"
onmouseover="
javascript:
function newtext()
{
Words.innerHTML = 'Test 1';
setTimeout("moretext()",1000);
}
function moretext()
{
Words.innerHTML = 'Test 2';
}
bgColor='#CCCCFF';
"
onmouseout="bgColor='#FFFFFF';
Words.innerHTML = 'Test 1';"
>
<A HREF="DNLG.LOGNDNR">Center Site</A>