View Single Post
Old 09-30-2012, 10:23 PM   PM User | #1
rufaspa
New to the CF scene

 
Join Date: Sep 2012
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rufaspa is an unknown quantity at this point
alert box in javascript

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>
rufaspa is offline   Reply With Quote