I have a small pop-up window that I want to only pop-up when the user moves his mouse over a certain block of text. Currently this block of text is also a link.
I am using a the script I found here:
I tried putting the html that makes the pop-up window (the part in Step 2 in the link above) in an ASP function, and call it in the text's onmouseover property. Ex: <a href="demoPage.asp" onmouseover="Description()">
So far it's not working and when the page loads, the pop-up window is already open and I can't click it or anything.
Anyone have any ideas how I can do this? Or at least use the script found on that page in a way that it is called only when someone mouseover's some text? Any help is appreciated.
I am using a the script I found here:
I tried putting the html that makes the pop-up window (the part in Step 2 in the link above) in an ASP function, and call it in the text's onmouseover property. Ex: <a href="demoPage.asp" onmouseover="Description()">
So far it's not working and when the page loads, the pop-up window is already open and I can't click it or anything.
Anyone have any ideas how I can do this? Or at least use the script found on that page in a way that it is called only when someone mouseover's some text? Any help is appreciated.