Results 1 to 7 of 7

Thread: Getting Result From JavaScript

Threaded View

  1. #1

    Thread Starter
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Getting Result From JavaScript

    I want to be able to get specific website thumbnails and display them in an ImageBox. The easiest I've found is using a web service. Unforntuantely, most of these services don't allow me to just attach a URL. If I could, then I would just assign the URL of the ImageBox as the URL.

    Instead, they force me to use JavaScript like this:

    Javascript Code:
    1. <script type="text/javascript" src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com"></script>

    I can do that, but how I would I get the results and assign it to the ImageBox's property?
    Last edited by weirddemon; Feb 8th, 2012 at 04:20 PM.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

Posting Permissions

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



Click Here to Expand Forum to Full Width