Using onMouseOver in a link
- I am able to display a file's contents in a frame.
- I can display an image file in an IMG tag
But I can't figure out how to combine the two. What I want to do is onMouseOver display the contents of a text or html file in a TD element.
In essence:
<a href="#" onmouseover='document.getElementById('ingred2').[I]text[/I]="FileName.htm"'>
<TH id='ingred2'>Display-File-Contents-Here</TH>