Ask a Question related to ASP.NET, Design and Development.
-
David Waz... #1
Re: How can I open the print dialog
you could add a print-button -
let it go "server side" to display what you want to print, and register some
java to print the form...
then direct them back server side to restore the original page. (also java,
or a button)
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:0a0f01c34271$3e395bf0$a001280a@phx.gbl...> I want to open print dialog in modual mode ,so the next
> line of code will not execute until the print dialog
> window is close.
>
> I have used the following systax in vb,js:
>
> document.window.print()
> alert("Done print")
>
> Yes, the print dialog window opens, but the second line of
> code got executed, even thou the print dialog window is
> still open
>
> The reason of why I want to do that, is because I want
> hide some controls before printing then appearing them
> again after the print dialog window is close
>
> Sincerly yours
>
>
> Mike John
>
>
>
>
David Waz... Guest
-
Funkiness in print dialog box
When I go to print a document, I hit command-P, and up jumps the print dialog box. I select the printer I want to use, and go from the "Copies &... -
Illustrator 10 Print Space settings in Print Dialog
Howdy all; I've got a peculiar situation that I haven't found an answer to yet. On my laptop PC (Windows XP Home) when I go to print a document... -
Bypass Print Dialog
Hi all, I'm building a ticketing system for a minor league baseball team and of course it will utilize a ticket printer. I was wondering if there... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.create
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.createTextFile. How to pop up the dialog box option... -
Vidar Petursson #2
Re: How can I open the print dialog
Hi
[url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onafterprint.asp[/url]
You can also use CSS to state what should be printed
[url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/media_1.asp[/url]
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:0a0f01c34271$3e395bf0$a001280a@phx.gbl...> I want to open print dialog in modual mode ,so the next
> line of code will not execute until the print dialog
> window is close.
>
> I have used the following systax in vb,js:
>
> document.window.print()
> alert("Done print")
>
> Yes, the print dialog window opens, but the second line of
> code got executed, even thou the print dialog window is
> still open
>
> The reason of why I want to do that, is because I want
> hide some controls before printing then appearing them
> again after the print dialog window is close
>
> Sincerly yours
>
>
> Mike John
>
>
>
Vidar Petursson Guest



Reply With Quote

