Save Current ASP as an image

L

lc

Hi,

Is there a way to save the client side opened asp page as
a image file to the server side.

That is take a screen shoot of the page and save it as a
file preferrable html file or some image file and save it
onto the server.

Thanks.
 
M

Mark Schupp

You'll need a client-side application or component to do screen captures.

If you just want the generated HTML then you might be able to use
client-side code and a frameset (one frame to hold target page, other to
hold client-side code) to extract document.HTML.outerHTML and post it back
to the server. Better would be to modify the ASP page to accumulate output
into a string and write it to a file on the server directly before sending
it to the client.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top