View Single Post
Old 10-11-2012, 08:24 PM   PM User | #6
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,103
Thanks: 197
Thanked 2,421 Times in 2,399 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
Quote:
Originally Posted by rufaspa View Post
please just edit the code below to my request.
Here you are. But if you know nothing about coding you should do what you would do in any other situation where you needed expert assistance - hire a professional. Why not the person who created your website? Presumably you would not attempt to service or repair a machine or appliance without any experience or understanding of how it worked.

Code:
<script type="text/javascript">

var c = confirm ('Special Offer\n\nPamper Party Package\nOne Full Treatment + 2 Mini Treatments \n\nOnly £15* Each Person\n\nBook Now Email:- info@rufaspa.co.uk Call :- 07799 670 973 \n\n\nCheck out our Special offer List on www.rufaspa.co.uk ');
if (c) {
window.location.href = "http://www.rufuspa.co.uk/specialofferpage.html"
}

</script>
Alert and confirm boxes are in effect obsolete and are seen nowadays as very primitive methods of communicating with the user. Ask a professional to do the job properly.
__________________

All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.

Last edited by Philip M; 10-11-2012 at 08:30 PM..
Philip M is offline   Reply With Quote