Results 1 to 3 of 3

Thread: Saving DHTML to JPG button on web page

  1. #1
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Saving DHTML to JPG button on web page

    I have been trying to find a way to allow visitors to a DHTML web site I am designing to easily save the webpage as a jpg. There is a solution using java at http://www.itjungle.com/mpo/mpo062002-story01.html . Any tips on how this could be done in Dhtml or javascript?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I'm afraid I don't believe it's possible. In fact, even the Java solution doesn't work very well; it relies on ActiveX, limiting your users to IE/Win, and a rather unpleasant feature of that, futher denying all users who've it disabled.

    As a side note: the Java solution there uses a batch script, and runs it minimized in an attempt to hide its window. If one edits the .lnk file and sets the long integer (four bytes) at offset 0x3C to 0, it's possible to have the target run completely hidden.
    Last edited by Twey; 03-11-2006 at 10:39 PM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Twey,
    Thank you for letting me know.
    Greatly appreciated.

    Paul

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •