|
|
Q868 Why does my HTML not print from Netscape Communicator 4.5?
irt.org | Knowledge Base | JavaScript | Print | Q868 [ previous next ] Q868 Why does my HTML not print from Netscape Communicator 4.5?It depends on the JavaScript code you've got inplace - have you got frame detection code? If so then consider using:
instead of:
Anders Gilbro Nielsen writes: The check for innerHeight and innerWidth just HAS to be done the way it's written. Don't try to a different check without the NOT (!) operator. Because this won't work in Internet Explorer (4.0) browsers since they don't know anything about innerHeight and innerWidth. Feedback on 'Q868 Why does my HTML not print from Netscape Communicator 4.5?' |
-- div -->
|