Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

netscape window.print() 1

Status
Not open for further replies.

anorakgirl

Programmer
Jun 5, 2001
103
GB
hi,
i'm having problems printing from netscape 6.2. i have the line:
Code:
<A href=&quot;#&quot; onClick=&quot;window.print();return false;&quot;> print</A>
in my webpage. when i click the link, the print dialog appears but then netscape crashes. i've tried this on another computer too and had the same problem, so i don't think its my netscape install. it works fine in IE. anyone else had this problem?
thanks! ~ ~
 
Hi anorakgirl,

try using the self.print for NN and window.print for IE.

Digga

Sharing Knowledge Saves Valuable Time!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top