SEO Forums: Your seo discussion forum  
Welcome, Unregistered.
You last visited: Today at 09:01 PM
Tags:



Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-26-2008, 04:26 PM
Sunny
Guest
 
Posts: n/a
Default Print Screen and open in paint



Hi Is there a way in javascript to capture whatever is on screen &
open that with paint on buttons click.
Reply With Quote


  #2 (permalink)  
Old 09-26-2008, 04:26 PM
Captain Paralytic
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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.
Reply With Quote


  #3 (permalink)  
Old 09-26-2008, 04:26 PM
Sunny
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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.
Reply With Quote


  #4 (permalink)  
Old 09-26-2008, 04:26 PM
Sister Ray
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

> 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
Reply With Quote


  #5 (permalink)  
Old 09-26-2008, 04:26 PM
Sunny
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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.
Reply With Quote


  #6 (permalink)  
Old 09-26-2008, 08:31 PM
Tim Slattery
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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
Reply With Quote


  #7 (permalink)  
Old 09-26-2008, 08:31 PM
Sunny
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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.
Reply With Quote


  #8 (permalink)  
Old 09-27-2008, 07:22 AM
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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>
Reply With Quote


  #9 (permalink)  
Old 09-27-2008, 07:23 AM
Sunny
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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?
Reply With Quote


  #10 (permalink)  
Old 09-27-2008, 07:23 AM
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
Default Re: Print Screen and open in paint

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>
Reply With Quote


Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On



All times are GMT. The time now is 09:01 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Great Seo Blog at SEONOTEPAD.COM