Alias
04-07-2003, 02:17 PM
hello people,
here is little weird (probably unsolvable) problem
my img:
<img name='restore' src='../ico/restore.gif' width='20' height='17' border='0' alt="Restore">
when image is clicked .gif is changed :
onClick="restore.src='../ico/maximize.gif';"
and now I need img alt attribute to be changed to alt="Maximize" :
<img name='restore' src='../ico/maximize.gif' width='20' height='17' border='0' alt="Maximize">
possible ???
here is little weird (probably unsolvable) problem
my img:
<img name='restore' src='../ico/restore.gif' width='20' height='17' border='0' alt="Restore">
when image is clicked .gif is changed :
onClick="restore.src='../ico/maximize.gif';"
and now I need img alt attribute to be changed to alt="Maximize" :
<img name='restore' src='../ico/maximize.gif' width='20' height='17' border='0' alt="Maximize">
possible ???