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