// JavaScript Document function GetCouponCode(code,url) { window.alert(code); window.location = url; }