My question is simple, but I don’t know how to do, for example, in my code, I pull my images from a website I’m using this icon: 'http://i45.tinypic.com/2yua8ns.png' I want to use something like this: icon: '\images/image.png'
How I call this using javascript on a HTML dreamweaver script ?
EDIT: Solves, dont need the “\” on the start, the right way is this: icon: 'images/image.png'
where
foois the object that contains the propertyicon.