pmulligan
01-13-2006, 04:42 PM
I have enherited the company website and have code that I am trying to edit but I am not very strong in web dev. (only IT guy for the company).
I believe it was originally written using dreamweaver MX; I need to modify this so it will dynamically resize to fit the image. I am not familiar with dreamweaver or the openPictureWindow_Fever function.
Can anyone give me some pointers or offer an alternate method to display an image pop-up?
<a href="javascript:;"><img src="/images/<%=(item_list.Fields.Item("ImageFileThumb").Value)%>" alt="Click to Zoom" width="100" border="0" onClick="openPictureWindow_Fever('/images/<%=(item_list.Fields.Item("ImageFile").Value)%>','400','400','<%=(item_list.Fields.Item("ImageFile").Value)%>','','')"></a>
Thanks
Patrick
I believe it was originally written using dreamweaver MX; I need to modify this so it will dynamically resize to fit the image. I am not familiar with dreamweaver or the openPictureWindow_Fever function.
Can anyone give me some pointers or offer an alternate method to display an image pop-up?
<a href="javascript:;"><img src="/images/<%=(item_list.Fields.Item("ImageFileThumb").Value)%>" alt="Click to Zoom" width="100" border="0" onClick="openPictureWindow_Fever('/images/<%=(item_list.Fields.Item("ImageFile").Value)%>','400','400','<%=(item_list.Fields.Item("ImageFile").Value)%>','','')"></a>
Thanks
Patrick