From a Widget on a page, how do I open another page when the user clicks on a button.

From a Widget on a page, how do I open another page when the user clicks on a button.

I have a page where the user can see a summary of all of their bookings in a nicely formatted (will be once it's functional anyway) fashion through the customer portal. We have another page that is dedicated to taking payments for said bookings. How do I make the button in the widget on the first page go to the second page.


I'm currently trying 
 <form action="window.top.location.href='#Page:Booking_Payment1?printBookingID={{Booking.PrintBooking.ID}}'">
      <input type="submit" value="Pay" />
  </form>
But it gives me a
Refused to display 'https://3b30242e-0d4b-4732-aa25-33e9f6191700.zappsusercontent.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
error.