Bookmark to show images on a link page

Glirk Dient

Newbie
Joined
Jun 7, 2005
Messages
3,506
Reaction score
0
Here is a nifty bookmark that will show all of the images that are in links. This is from the cprogramming.com boards. Made by Anonytmouse.

Simply add this as a bookmark. Works with Firefox and IE. Enter the following as the bookmark URL.

javascript:ia7w = window.open();for(nIx5Bs=0;nIx5Bs<document.all.length;nIx5Bs++){if(document.all[nIx5Bs].tagName=='A'){ia7w.document.write('%22' + document.all[nIx5Bs].href + '%22>\n---')}}

Test it out, go [URL="http://www3.sympatico.ca/rsquared/images/"]Here[/URL] and then try the bookmark out! The images should pop up in a new window.
 
Back
Top