taharka
10-22-2002, 09:12 PM
Hi all.
I'm getting the stated error when I attempt to print a frame via a button click on anther frame.
For example:
Frame1 contains a button named printButton.
The onClick for printButton is:onClick="javascript:top.frames[1].print()"
Frame2 contains some data.
When the user clicks printButton I get the following javascript error:
Error: Access is denied
Code: 0
Any hints on why this is happening?
By the way, this apparently worked under Netscape. We are now launching under IE5.5. Thanks in advance for any help.
I'm getting the stated error when I attempt to print a frame via a button click on anther frame.
For example:
Frame1 contains a button named printButton.
The onClick for printButton is:onClick="javascript:top.frames[1].print()"
Frame2 contains some data.
When the user clicks printButton I get the following javascript error:
Error: Access is denied
Code: 0
Any hints on why this is happening?
By the way, this apparently worked under Netscape. We are now launching under IE5.5. Thanks in advance for any help.