hi,
I am using Image selector to select the image, its working fine in IE and FF but in safari I am unable to select the Image from the list. I noticed that Image Selector loads the control Thumblist which loads the images from the directory. Each image has an onClick function
onclick="insert('<%# DataBinder.Eval(Container.DataItem,"Url") %>')"
I am afraid this function is not working in safari.
Thank you