I have positioned an Iframe on a page by putting it in a table. When catching the mouseMove event in the Iframe it gives the coordinates relative to the top, left corner of the Iframe. I, however, want the absolute coordinates relative to the parent page, NOT the Iframe or the screen. Does anyone know how to solve this?
I tried the approach to just add the 'left' and 'top' style attributes for the Iframe to the coordinates but there doesn´t seem to be any style attributes at all. Maybe because I positioned the Iframe with tables?
I tried the approach to just add the 'left' and 'top' style attributes for the Iframe to the coordinates but there doesn´t seem to be any style attributes at all. Maybe because I positioned the Iframe with tables?