I am running a Adult Site. So I need a Popup Warning " only for 18+ Click Here for Enter" Any one can tell me how to solve this?
This will help you <script type="text/javascript"> var answer = Confirm: ("Only for 18+ Click OK to Enter") if (answer) window.location = "http://www.yourURL.com" else alert("Nothing happened") </script> PHP: