Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q481

Feedback on: irt.org FAQ Knowledge Base Q481

Sent by Niels Clemmensen on August 25, 1999 at 13:34:26: - feedback #406

Worth:
Very worth reading

Comments:
Hi Martin!

I like your answer (Q481 Can I print the current page on both NN and MSIE), it works!

But I have a problem because instead of:

<Form>
<INPUT TYPE="BUTTON" VALUE="Print Page"
onClick="window.print();">
</FORM>

I want a window print popup screen like:

javascript:window.print(); or <body onload="window.print()">
without a button or form.

But this doesn't work.

Did you have a solution?

Thanks

Niels Clemmensen
Email: ncl@ufv.dk





Sent by Senthil on December 03, 1999 at 13:30:51: - feedback #645

Worth:
Very worth reading

Comments:
It is solves the nightmare for the people who works on this problem.


Sent by Gilles van den Hoven on May 08, 2000 at 02:30:33: - feedback #1191

Worth:
Very worth reading

Length:
Just right

Technical:
Not technical enough

Comments:
The printing does not work if you ommit the </body> tag


Sent by Jesse Thouin on January 10, 2001 at 09:50:47: - feedback #2227

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
This is a lifesaver!! Thanks!


Sent by Sumit Banerjee on June 06, 2002 at 21:59:58: - feedback #3933

Technical:
Not technical enough

Comments:
Thanks for the solution in VBScript but i wanted to know if somebody has the same solution in javascript also
If yes then please reply back as soon as possible


©2018 Martin Webb