![]() |
|
|||
|
On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.com> wrote: > > > Hi Is there a way in javascript to capture whatever is on screen & > > open that with paint on buttons click. > > Certainly not on a Linux system. But can javascript do a screen capture & save it to a jpg file. |
|
|||
|
> But can javascript do a screen capture & save it to a jpg file.
JavaScript in a browser scripting language, it is not suposed to do that. However if you create an ActiveX for Internet Explorer, you can use with javascript to do what you desire. ActiveXs only run on Internet Explorer. Best Regards |
|
|||
|
On Sep 26, 10:16 am, Sister Ray <carlosp...@gmail.com> wrote:
> > But can javascript do a screen capture & save it to a jpg file. > > JavaScript in a browser scripting language, it is not suposed to do > that. > However if you create an ActiveX for Internet Explorer, you can use > with javascript to do what you desire. > > ActiveXs only run on Internet Explorer. > > Best Regards Hi, Yes I want a solution for Internet explorer. Can you provide me with some code. as I am really new at that. |
|
|||
|
Sunny <sunnyluthra1@gmail.com> wrote:
>On Sep 26, 10:16 am, Sister Ray <carlosp...@gmail.com> wrote: >> > But can javascript do a screen capture & save it to a jpg file. >> >> JavaScript in a browser scripting language, it is not suposed to do >> that. >> However if you create an ActiveX for Internet Explorer, you can use >> with javascript to do what you desire. >> >> ActiveXs only run on Internet Explorer. >> >> Best Regards > >Hi, >Yes I want a solution for Internet explorer. Can you provide me with >some code. as I am really new at that. You won't use Javascript to write an ActiveX control. They are written in C++ or VisualBasic (or C#, I suppose). -- Tim Slattery Slattery_T@bls.gov http://members.cox.net/slatteryt |
|
|||
|
On Sep 26, 12:42 pm, Tim Slattery <Slatter...@bls.gov> wrote:
> Sunny <sunnyluth...@gmail.com> wrote: > >On Sep 26, 10:16 am, Sister Ray <carlosp...@gmail.com> wrote: > >> > But can javascript do a screen capture & save it to a jpg file. > > >> JavaScript in a browser scripting language, it is not suposed to do > >> that. > >> However if you create an ActiveX for Internet Explorer, you can use > >> with javascript to do what you desire. > > >> ActiveXs only run on Internet Explorer. > > >> Best Regards > > >Hi, > >Yes I want a solution for Internet explorer. Can you provide me with > >some code. as I am really new at that. > > You won't use Javascript to write an ActiveX control. They are written > in C++ or VisualBasic (or C#, I suppose). > > -- > Tim Slattery > Slatter...@bls.govhttp://members.cox.net/slatteryt Can I use vbscript to write an Active X control. |
|
|||
|
Sunny wrote:
> On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@yahoo.com> wrote: >> On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.com> wrote: >>> Hi Is there a way in javascript to capture whatever is on screen & >>> open that with paint on buttons click. >> Certainly not on a Linux system. > > But can javascript do a screen capture & save it to a jpg file. Yes, with the help of an external API. For example, STFW for Screengrab!, and UTSL. PointedEars -- Use any version of Microsoft Frontpage to create your site. (This won't prevent people from viewing your source, but no one will want to steal it.) -- from <http://www.vortex-webdesign.com/help/hidesource.htm> |
|
|||
|
On Sep 26, 3:32 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote: > Sunny wrote: > > On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@yahoo.com> wrote: > >> On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.com> wrote: > >>> Hi Is there a way in javascript to capture whatever is on screen & > >>> open that with paint on buttons click. > >> Certainly not on a Linux system. > > > But can javascript do a screen capture & save it to a jpg file. > > Yes, with the help of an external API. For example, STFW for Screengrab!, > and UTSL. > > PointedEars > -- > Use any version of Microsoft Frontpage to create your site. > (This won't prevent people from viewing your source, but no one > will want to steal it.) > -- from <http://www.vortex-webdesign.com/help/hidesource.htm> It is a firefox addon, I need script that i can embed on my webpage. Do you know any script that do a screen capture, that i can implement in my webpage? |
|
|||
|
Sunny wrote:
> Thomas 'PointedEars' Lahn wrote: >> Sunny wrote: >>> On Sep 26, 9:37 am, Captain Paralytic <paul_laut...@yahoo.com> wrote: >>>> On 26 Sep, 14:17, Sunny <sunnyluth...@gmail.com> wrote: >>>>> Hi Is there a way in javascript to capture whatever is on screen & >>>>> open that with paint on buttons click. >>>> Certainly not on a Linux system. >>> But can javascript do a screen capture & save it to a jpg file. >> Yes, with the help of an external API. For example, STFW for Screengrab!, >> and UTSL. >> [...] > > It is a firefox addon, I need script that i can embed on my webpage. > Do you know any script that do a screen capture, that i can implement > in my webpage? No, obviously this is way over your head. And please stop quoting signatures (unless you refer to them). PointedEars -- Use any version of Microsoft Frontpage to create your site. (This won't prevent people from viewing your source, but no one will want to steal it.) -- from <http://www.vortex-webdesign.com/help/hidesource.htm> |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|