
May 31st, 2004, 04:14 PM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Print Problem on MAC OS NS 4.77
Hi All,
I will directly come to the point.
I have 3 frames in my HTML Page like:
TOP
LEFT
RIGHT
Right frame is again divided into 2 frames as:
emptyFrame
subFrame
'subFrame' contents are updated dynamically using 'document.write' using some top frame variables.
On the Left frame Print button is shown. When clicked on this Print button, it prints the 'subFrame' frame content.
However, problem is that when I click on the Print button, the page present on the 'subFrame' reloads. This happens only on MAC. Once it is reloaded. it does not get any parent / top referernce and no reference for any parent / top variables.
Please let me know why it is happening and what is the solution for this.
It's urgent. Any help would be really appriciated.
|