Hi everyone,
This is my first javascript code and it is not working for me !
I try to place an image at a div. What that image would be it depends on a parameter I send to a js function.
This is what my HTML page:
Hi @deotpit, you cannot set the source as such: src="ChangeImage('1')"
You will have to do something as below, it should work but please note I have not tested it.
Cheers