Links list with visual preview
-
mercredi 8 septembre 2010 08:20
Hi all,
I would like to have a links list wich a preview of each link.
Like the SearchPreview addon for Firefox :
http://www.autourduweb.fr/wp-content/uploads/2010/02/search-preview.jpg
I saw an example in Sharepoint :
http://www.wssdemo.com/Pages/topwebsites.aspx
(but the site seems to be off now...)
Any idea ?
Thanks
Guillaume
Toutes les réponses
-
mercredi 8 septembre 2010 10:40
Use Sys.Net.WebRequest on the client side to request the URL.
Scot
-
mercredi 8 septembre 2010 13:09
Hi Scot,
Thanks for your answer.
Nevertheless I have no idea what's the thing you are talking about.
Could you develop a bit more to make my research more efficient ?
Regards,
Guilaume
-
mercredi 8 septembre 2010 13:26
Its part of the AJAX framework. You can make a web request, get the HTML back and show it in a pop-up dialog. I recommend Dan Larson's book:
Scot
-
mercredi 8 septembre 2010 13:52
Another way to do it is to use some freeware to generate the ThumbShot (if you know the links ahead of time)
Scot
- Marqué comme réponse Wayne Fan vendredi 17 septembre 2010 02:08

