Helo!
I have a little problem.
My whole page (index.html) is based on one big table and an iFrame. In
this iFrame one of the pages is a picture-thumbnail page. I found a
javascript to open thumbnailed pictures in a really nice new window
(it's not really a window but an iFrame, that can be moved around).
The problem i am facing is that this window that opens picture is
limited to the size of the index.html iFrame. If a picture is bigger
it stays hidden in the index.html iFrame. The solution i thought of
was that i would put the open thumbnail window script in the
index.html file and call the function from the picture-thumbnail
iFrame file so that it would open in index.html not inside the iFrame.
However so far i haven't been able to find a way to call javascript
functions from other html files. If anyone has any ideas how to solve
this please help....
thnx, lp john
I have a little problem.
My whole page (index.html) is based on one big table and an iFrame. In
this iFrame one of the pages is a picture-thumbnail page. I found a
javascript to open thumbnailed pictures in a really nice new window
(it's not really a window but an iFrame, that can be moved around).
The problem i am facing is that this window that opens picture is
limited to the size of the index.html iFrame. If a picture is bigger
it stays hidden in the index.html iFrame. The solution i thought of
was that i would put the open thumbnail window script in the
index.html file and call the function from the picture-thumbnail
iFrame file so that it would open in index.html not inside the iFrame.
However so far i haven't been able to find a way to call javascript
functions from other html files. If anyone has any ideas how to solve
this please help....
thnx, lp john
Comment