Thanks,
this helps a lot!
frame[].focus()
frame[].print()
.focus was the key to my problem
Thanks David
-----Urspr=FCngliche Nachricht-----
Von: Jim Baker [mailto:jbaker@p...]
Gesendet: Mittwoch, 4. April 2001 16:11
An: HTML Code Clinic
Betreff: [html_code_clinic] RE: Print frame?
what about it? You've seen this before
-----Original Message-----
From: Shaun Steckley [mailto:SSTECKLEY@P...]
Sent: Wednesday, April 04, 2001 9:02 AM
To: HTML Code Clinic
Subject: [html_code_clinic] RE: Print frame?
Check this site out...
http://developer.irt.org/script/73.htm
-----Original Message-----
From: Ebers, David [mailto:David.Ebers@o...]
Sent: Wednesday, April 04, 2001 8:06 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Print frame?
Hi all,
I have a webpage with two frames: Toolbar / content
I want to print the content-page from the printIcon in the toolbat.
But
<a href=3D"javascript:parent.frames[1].print();"
doesnt' work
Please point me to the right direction
Thanks David