junkmail
05-04-2003, 08:26 AM
Hey,
I am writing a little webpage using main webpage and an iframe inside the main page.
What I am trying to do is that when the user moves the mouse to a picture or link the iframe would write more description about it. The onmouseover function will write description in the Iframe
I am able to do that but the problem is that when the user moves the mouse to another link the iframe doesnot deletes the previous description, insted it writes after the previous description.
Is there any way to delete the previous writing?
I have tried to load the iframe's location again but the script stops after window.iframeName.location="location";
when i move the mouse to the link it will load the new page but would not goto the next line of code for description until i move the mouse to the same link again.
Dont know why???:rolleyes:
Any help would be very appretiateable
Thanks...
I am writing a little webpage using main webpage and an iframe inside the main page.
What I am trying to do is that when the user moves the mouse to a picture or link the iframe would write more description about it. The onmouseover function will write description in the Iframe
I am able to do that but the problem is that when the user moves the mouse to another link the iframe doesnot deletes the previous description, insted it writes after the previous description.
Is there any way to delete the previous writing?
I have tried to load the iframe's location again but the script stops after window.iframeName.location="location";
when i move the mouse to the link it will load the new page but would not goto the next line of code for description until i move the mouse to the same link again.
Dont know why???:rolleyes:
Any help would be very appretiateable
Thanks...