Karl Blessing
Programmer
I am trying to get a frame to get printed.
this is the command line that I am using
[tt]
---------------------------------------------
| Frame 0 |
| |
|-------------------------------------------|
||-----------------------------------------||
|| Frame 1:0 ||
||-----------------------------------------||
|| Frame 1:1 ||
|| I want to print this frame ||
||-----------------------------------------||
|-------------------------------------------|
| Frame 2 |
|--------------------------------------------
[/tt]
IE when using that script above will print frame 0, not 1:1
however netscape 4.73 will correctly print the frame I want.
(first time I ever had someone that works in NS, but not IE) Karl Blessing aka kb244{fastHACK}
this is the command line that I am using
Code:
href="javascript:top.frames[1].frames[1].print();"
---------------------------------------------
| Frame 0 |
| |
|-------------------------------------------|
||-----------------------------------------||
|| Frame 1:0 ||
||-----------------------------------------||
|| Frame 1:1 ||
|| I want to print this frame ||
||-----------------------------------------||
|-------------------------------------------|
| Frame 2 |
|--------------------------------------------
[/tt]
IE when using that script above will print frame 0, not 1:1
however netscape 4.73 will correctly print the frame I want.
(first time I ever had someone that works in NS, but not IE) Karl Blessing aka kb244{fastHACK}
