hello everyone,
can anyone please help me build a alert box with the following.
i have got a basic one which opens when my website is opened but i would like have something like when they click ok button then the offer page opens and when they click cancel then they remain to the same page.
i have a box on this website if you want to see my work
www.rufaspa.co.uk please help on how to do the coding. many thanks
below is the code i used .
<html>
<body>
<script type="text/javascript">alert('Special Offer\n\nPamper Party Package\nOne Full Treatment + 2 Mini Treatments \n\nOnly £15* Each Person \n\n Book Now Email:-
info@rufaspa.co.uk Call :- 07799 670 973 \n\n\n Check out our Special offer List on
www.rufaspa.co.uk ');</script>
</body>
</html>