473,385 Members | 1,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

browser screenshot

M
Hello,

I'm looking for a way to get a screenshot of the current browser
(or current tab browser) from a javascript.
Any clue is welcome !

Thanx.
M
May 4 '06 #1
6 3208
ASM
M a écrit :
Hello,

I'm looking for a way to get a screenshot of the current browser
(or current tab browser) from a javascript.


on my idea : not possible

(perhaps some ActiveX in IE Windows ?)

--
Stephane Moriaux et son [moins] vieux Mac
May 4 '06 #2

M wrote:
Hello,

I'm looking for a way to get a screenshot of the current browser
(or current tab browser) from a javascript.
Any clue is welcome !


I have no idea how you could do this with javascript. Some OS and
browser combinations have a screen capture feature. However I like the
Gadwin Systems Print Screen that can be downloaded at
http://www.gadwin.com/printscreen/?prnscr for free. It will capture a
whole screen, selected portion thereof, or a window. You can store the
capture, print the capture, email the capture etc. The program I
downloaded was easy to use and did not include any unwanted features
such as spyware.

May 5 '06 #3
ASM
cwdjrxyz a écrit :
M wrote:
Hello,

I'm looking for a way to get a screenshot of the current browser
(or current tab browser) from a javascript.
Any clue is welcome !

However I like the
Gadwin Systems Print Screen that can be downloaded at
http://www.gadwin.com/printscreen/?prnscr for free.


Gadwin PrintScreen requires Microsoft ® Windows :-(
--
Stephane Moriaux et son [moins] vieux Mac
May 5 '06 #4
M
Hello,

I found 2 firefox extensions doing such a thing :
- Fox Pager
- Reveal

I gave a look to the source code but I need some help to
find the location of the 'screenshot'.

Thanx.
M
May 5 '06 #5
M wrote:
Hello,

I'm looking for a way to get a screenshot of the current browser
(or current tab browser) from a javascript.
Any clue is welcome !

Not going to happen, mate. Just not possible - for instance, I have a
small browser written in LISP which runs on a BBC Micro I keep for bits
of playing about with AI tools.

It happens that I don't allow Javascript in it, but the point is that a
browser *can* be written with pretty much any language, to run on pretty
much any equipment and there is no certainty that equipment (or
language) can do screenshots at all.
May 5 '06 #6
VK

M wrote:
Hello,

I found 2 firefox extensions doing such a thing :
- Fox Pager
Fox Pager is a weak copy of
<https://addons.mozilla.org/extensions/moreinfo.php?id=1768&application=firefox>
I gave a look to the source code but I need some help to
find the location of the 'screenshot'.


You assume that a browser has access to the graphics context produced
by DOM while it doesn't. It is a purely OS domain.

Just prompt Windows users to press Alt+PrintScreen and paste into
Paint. Or write an AxtiveX like one at
<http://support.microsoft.com/?kbid=240653>

For Linux users prompt as suggested here
<http://www.sb.fsu.edu/~xray/Manuals/ScreenCapture.html#_Toc125961444>

For MacOS users as suggested here
<http://www.tuaw.com/2005/03/02/mac-n00b-switcher-tip-print-screen/>

Feel free to look for other OS'.

May 5 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

115
by: J | last post by:
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..." ...
4
by: Matt | last post by:
When the user resize the browser, the "Frequently Used Link" and "Table 1" and "Table 2" will shift to the left hand side, but table position is unchanged. I really have no idea how to fix that. I...
34
by: Marian Aldenhövel | last post by:
Hi, I am in the process of embarking on building a large web application. I wanted to seize that opportunity to learn how to use CSS and get rid of my ad-hoc approach to HTML-coding (i.e.: add...
4
by: Sander Tekelenburg | last post by:
The just released iCab 3.0 is the first browser to both pass <http://webstandards.org/act/acid2/test.html> and be available to the public. Kudos to all 1.25 developers of the iCab team! ;) ...
4
by: Aaron | last post by:
can i use asp.net to capture a screen shot of a webpage? something like this? http://img.nameintel.com/Thumbnails/tn.html?domain=cnn.com Is there a script that does this? Aaron
1
by: jani | last post by:
Hi all, does anyone know how to take a screenshot of a winform using c#? I have an Add-In program for MS Word in c#, and want to render the WinForm to a gif image, then insert the screenshot into...
1
by: Yosh | last post by:
I want to be able to capture a screenshot of a windows form that is hidden. My goal here is to create a form of any particular size (the size could be larger than the screen), get a screenshot, and...
1
by: buu | last post by:
how to grab a screenshot of a webpage using BHO? somebody knows some example?
246
by: Chris F.A. Johnson | last post by:
I have posted a quick survey at <http://cfaj.freeshell.org/testing/width.shtml>. There's only one question: select the widest line that fits in your normal browser window. Your assistance is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.