Tab.setAttribute("src", "roundbut")
I've tried using
but this doesn't quite do what I expect. The img url ends up being
notably, it appears the 'src' attribute is being used as the extension, rather than the base part of the filename. daniel_gabriel appears to have got this part working, so I wonder if I'm missing a step - no real example was provided.
I've tried using
Code:
setAttribute("src", "roundbut")
Code:
http://localhost:8888/images/_start.roundbut
Comment