How to link a button using JS.

When I double click a button it will go to one of my pages. Thank you!

you can select the element you want, and under the properties panel, select double-click. Then, in the code section, use wixLocation.to() command, and that should accompalish what you want. Make sure to import the wix location module

Thank you rsuri1!