Jump to content

How To Link To The Button Of Popup


buszter

Recommended Posts

helloI have a prestashop and there I'd like to make a popup script to check people do they have 18 years old.I thought I'd use this<html><head><script type="text/javascript">function show_confirm(){var r=confirm("Press a button");if (r==true){alert("You pressed OK!");}else{alert("You pressed Cancel!");}}</script></head><body><input type="button" onclick="show_confirm()" value="Show confirm box" /></body></html>Here I wanted to change that when clkick on OK button than goes to the site when click on the cancel button goes to the google.I dont know javascript just html. and what are fount href links are all not good here.so can you help me with this ?Thenks already for your help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...