Quote:
Originally Posted by rufaspa
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.