Feedback on: irt.org FAQ Knowledge Base Q481
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
Worth:
Very worth reading
Comments:
It is solves the nightmare for the people who works on this problem.
Worth:
Very worth reading
Length:
Just right
Technical:
Not technical enough
Comments:
The printing does not work if you ommit the </body> tag
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
This is a lifesaver!! Thanks!
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