I’ve got a Wix web site that anyone can access.
I also have an administrative web page that I would like the administrator to be able to access as easily as possible; I’m thinking of having the administrator go to the Wix web site and then double-clicking on a text (label) control.
I set up code in the dblClick event-method of the text (label):
wixLocation.to(“/<name of web page”);
When I double-click on the text (label), though, it simply highlights the text.
What would people suggest as a better to do what I’m trying to accomplish?