Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to capture "cancel event" of a Printer dialog box

Reply
Thread Tools

How to capture "cancel event" of a Printer dialog box

 
 
Diego
Guest
Posts: n/a
 
      04-27-2006
How do I capture a cancel event of Printer dialog box?

Regards,
Diego

 
Reply With Quote
 
 
 
 
Bart Van der Donck
Guest
Posts: n/a
 
      04-28-2006
Diego wrote:

> How do I capture a cancel event of Printer dialog box?


That is not possible in Javascript.

You could however write a programme and run it with the client's
permission (e.g. ActiveX control, Java, etc.)

--
Bart

 
Reply With Quote
 
 
 
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      04-28-2006
Bart Van der Donck wrote:

> Diego wrote:
>> How do I capture a cancel event of Printer dialog box?

>
> That is not possible in Javascript.


True. Ex falso quodlibet; there is no "Javascript".

> You could however write a programme and run it with the client's
> permission (e.g. ActiveX control, Java, etc.)


Arbitrary ActiveX/COM objects can be used through JScript in IE, too, but
Active Scripting/ActiveX support may be disabled, or restricted too much.


PointedEars
 
Reply With Quote
 
Bart Van der Donck
Guest
Posts: n/a
 
      04-28-2006
Thomas 'PointedEars' Lahn wrote:

> Bart Van der Donck wrote:
>
> > Diego wrote:
> >> How do I capture a cancel event of Printer dialog box?

> >
> > That is not possible in Javascript.

>
> True. Ex falso quodlibet; there is no "Javascript".


Usus est tyrannus.

--
Bart

 
Reply With Quote
 
Randy Webb
Guest
Posts: n/a
 
      04-29-2006
Thomas 'PointedEars' Lahn said the following on 4/28/2006 11:42 AM:
> Bart Van der Donck wrote:
>
>> Diego wrote:
>>> How do I capture a cancel event of Printer dialog box?

>> That is not possible in Javascript.

>
> True. Ex falso quodlibet; there is no "Javascript".


Your ignorant pedantic behavior reigns supreme.

>> You could however write a programme and run it with the client's
>> permission (e.g. ActiveX control, Java, etc.)

>
> Arbitrary ActiveX/COM objects can be used through JScript in IE, too, but
> Active Scripting/ActiveX support may be disabled, or restricted too much.


You don't say? Your mastery of the obvious flatters me.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
div box questions; float text around a box, fit box to image size Gnarlodious HTML 4 05-05-2010 11:30 AM
Building a dialog box in that looks like Confirmation box (ASP.NET). Please help !!! bienwell ASP .Net 5 08-13-2006 03:54 AM
How to hide the dialog when execute a dialog based application in VC? yw C++ 3 07-02-2005 03:35 AM
display print preview dialog, not print dialog Matt Javascript 1 11-20-2004 01:18 AM



Advertisments