Website previewer within web page?

Associate
Joined
1 Dec 2002
Posts
1,147
Hi,

Does anyone know of the tool/software which can be added to a html page which shows a current image of another websites homepage, i.e. it previews the website.

Thanks in advance,

John
 
Do you want a live preview? You can use the <iframe> element, if you're not coding to a Strict doctype. Otherwise, use the <object> element - but be aware it's poorly supported (namely in IE).

Otherwise, you can use a service like Thumbshots, and make use of their images.
 
Back
Top Bottom