I already put code on Wix site’s HTML body tag that brings some setup widgets in.
and I want to show these widgets when I click the button.
The code of open it is “companyname.open();”. (it is a code in a company’s manual)
So I add onclick event on a button like this.
and the system says it is not a function.
what should I do?