Quote:
|
Originally Posted by alexg
but then it would display the same image many times to a user... won't it?
not that you care about it if you plan to redirect the google images traffic anyways...
|
yup , but you dont pu tthe images anywhere where people would see them..
what you would do is create a hidden table and insert all the pictures inside of it.. or add some code to the page to redirect it from google images
the easiest code is the one i posted above because google wont detect it just make the first image abroken image <img src=broken.gif
onerror=window.open('http://yoursite.com','_top')> then it will load you site as soon as it encounters the error ( much before it load all the pics )