Click to See Complete Forum and Search --> : Calling images ALT tag from JavaScript


lloydwatkin
09-05-2003, 03:05 AM
Hi all,

Have written a page where I have images loading in a popup window when they are clicked on. What I'd like to do is to get the title of the popup window from the images ALT tag. Does anyone know if this is possible or how to reference the ALT tag in javascript???

Thanks


Lloyd

Fang
09-05-2003, 05:35 AM
Add onclick="alert(this.alt)" to the img tag

lloydwatkin
09-05-2003, 05:47 AM
Thanks that's great!

lloydwatkin
09-05-2003, 05:53 AM
Thanks that's great!