Forum Moderators: open

Message Too Old, No Replies

.js code altranative

         

smartcard

8:02 am on Apr 15, 2005 (gmt 0)

10+ Year Member



I have the following .js codes to show the big pictures while clicked the thumbnails.


}

function Big_Photo(target, filename) {
document[target].src = "/photo/" + Big_filename;
}

Is there any option that I can use these codes in html (I don't want to use the .js files) to make the site SEO friendly.

Or any better way to rewrite this code?

Leosghost

9:51 am on Apr 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Why not just make your thumbnails link to undersized new pages ..say around 600x400 ..make them chromeless and "ontop" ( position them to open where you want on screen with absolutes and inside them just put your big pics and a back button / text link ..does just the same thing as your .js files.

Bernard Marx

11:06 am on Apr 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Chromeless? Still possible?

Leosghost

11:11 am on Apr 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Whoops :) didnt exactly mean chromeless ..more semi-naked .. sort of tanga window ..;).

Should have made myself more clear ..