• Resolved davphan

    (@davphan)


    Hi

    How can I link a page on a button? So that if you click on the button you get to antoher page?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    You simply should insert a button in the webpage, and enter as its onclick event, a code similar to the following one:

    document.location.href='https://www.google.com';

    Of course, replacing the URL by the correct one.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Button – Link page’ is closed to new replies.