Steven Porter
02-07-2008, 05:03 PM
I have successfully added JavaScript to the header and body to dynamically manipulate images on a web page. I need to add attributes to my images to complete the process. An example of what I am trying to create is the following:
<img src="someImage.gif" Height=xxx Width=yyy ImgDesc=”This is the Image Description” Zoom=”Yes”>
The Attributes in red are not standard, but are used by the JS to manipulate the image during the page display.
Any suggestions on how to accomplish this would be appreciated!
Thanks in advance,
Steve
<img src="someImage.gif" Height=xxx Width=yyy ImgDesc=”This is the Image Description” Zoom=”Yes”>
The Attributes in red are not standard, but are used by the JS to manipulate the image during the page display.
Any suggestions on how to accomplish this would be appreciated!
Thanks in advance,
Steve