top of page
0719.jpg
2758-x-1368.jpg

Need Assistance? We're here to help.

Unsure what to get? Have technical questions?
Contact SP and we'll help you design a custom system which will meet your research needs.

bottom of page
$w.onReady(() => { $w("#button1, #button2, #button3").onClick(event => { let src; switch(event.target.id){ case "button1": src = "xxxxxxx.jpg";//use the image source break; case "button2": src = "yyyyyyyy.jpg";//use the image source break; case "button3": src = "zzzzz.jpg";//use the image source break; } $w("#image1").src = src; }) })