how come my document.card.src is not taking the value from the image in my page, that i know works but is coming up as text.. ie instead of saying... lg_photo/value.htm
it is saying "lg_photo/" + document.card.src + ".htm"
hmmmmm here is my code, I have tried with out the speach marks on htm and lg_photo.. and I get the same
function openIMG(){
window.alert('"lg_photo/" + document.card.src + ".htm"','mypop','width=500 , height=319','lg popups');
}

hmmmmmmmm