Forum Moderators: open
}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?