Graeme06
Technical User
- Jun 6, 2006
- 60
Hi:
I'm making a site that has a table and whenever someone scrolls over a cell there should be a pop up. I got it working by using the onmouseover to call a function.
It's in the function that I'm not sure what I should do. I want a pop up window with a two row table inside of it, but there's two things with this:
1.) Is there any way to get a sort of "embedded" window, meaning it wouldn't relly even be a window (not a new item on the windows taskbar, no toolbar, etc.) but just a thing that shows up over top of the original page?
2.) Is there a way to generate the window within the script (so that it doesn't have to call an external HTML file)?
Thanks a lot,
Graeme
I'm making a site that has a table and whenever someone scrolls over a cell there should be a pop up. I got it working by using the onmouseover to call a function.
It's in the function that I'm not sure what I should do. I want a pop up window with a two row table inside of it, but there's two things with this:
1.) Is there any way to get a sort of "embedded" window, meaning it wouldn't relly even be a window (not a new item on the windows taskbar, no toolbar, etc.) but just a thing that shows up over top of the original page?
2.) Is there a way to generate the window within the script (so that it doesn't have to call an external HTML file)?
Thanks a lot,
Graeme