|
Thursday, April 24, 2008 - 7 Posts by 3 People
A web page like the window.print() function does for all other browser?
Or de i really have to use
Hello,
i would like to know if there is any way to trigger the print dialog box in IE6 to print a web page like the window...
print() function does for all other browser?
Or de i really have to use the IE6 print menu to print a page?
Thanks
|
|
Friday, October 12, 2007 - 3 Posts by 3 People
How we can set properties of window.print() object in javascript
For example paper size,orientation
Quote: : How we can set properties of window.print() object in javascript
For example paper size
How we can set properties of window.print() object in javascript
For example paper size,orientation,marigen etc
|
|
Tuesday, March 24, 2009 - 3 Posts by 3 People
window.print is not working in safari browser.
How to print part of a page using javascript
.
in the url-field of your safari browser type:
javascript:window.print()
if it doesn't print, then try
window.print is not working in safari browser.
How to print part of a page using javascript in safari browser
|
|
Friday, September 04, 2009 - 5 Posts by 5 People
For some reason, in Internet Explorer 6, I cannot get window.print(); to actually work within
() { window.print(); return false; } $("a#test").click(function() { print(); }); }); </script>
Here
will incorrectly make ‘window.print’ refer to that element, overriding the method that was previously
|
|
Friday, August 08, 2003 - 3 Posts by 2 People
Javascript:window.print()"
This works fine outside of WebCT, but within WebCT a new frame is
opened before
Server: ?(?) | Client: ?(?)
Hi,
I am using some forms with textareas in single content pages and would
like to give students...
the option to print the page with their
answers... To avoid printing the wrong frame or all frames, I made a
link from...
|
|
Wednesday, October 21, 2009 - 3 Posts by 3 People
Hey there,
I've scrollable screen. I'm having a print button on it and "window.print()" function
<a href="javascript :window.print()">Click to Print This Page</a>
Should print
Hey there,
I've scrollable screen. I'm having a print button on it and "window.print()" function is called on its onclick...
|
|
Thursday, March 22, 2007 - 7 Posts by 5 People
I am using the code:
onclick="window.print()"
I don't know programming that well so, someone please
print. I am using the code:
onclick="window.print()"
I don't know programming that well so, someone
. The entire page won't print. I am using the code:
onclick="window.print()"
I don't know programming
|
|
Wednesday, January 19, 2005 - 4 Posts by 3 People
NewWindow.document.write( "<html><body onload=window.print()><img src='images/" + source + "'>...
://www.javascript-page.com
var message = "Print this Page";
function printpage() {
window.print();
}
document.write...
I'm asking for someone else. For some reason (beyond my understanding) The bottom code works but it wont print. Does anyone...
|
|
Tuesday, June 23, 2009 - 4 Posts by 2 People
Hi,
I'm using window.print() to allow my user to print a certain section of my web page.
I need
Hi,
I'm using window.print() to allow my user to print a certain section of my web page.
I need to know if there is a way...
to keep it from printing the header and footer sections that display in the header the title of the page and "Page 1 of...
|
|
Monday, October 27, 2008 - 5 Posts by 5 People
Click calls the window.print() function.
Some of the pages would look better if they were printed
In our application we enable users to print pages. We do this by supplying a button which when click calls the window.print...
) function.
Some of the pages would look better if they were printed in landscape mode rather than portrait. Is there...
|
)