Challenge
You want the respondent to be automatically redirected to a URL when he clicks on the Close button
Code
function closeToURL()
{
document.location = "http://www.catglobe.com";
}
quest.close = closeToURL;
You want the respondent to be automatically redirected to a URL when he clicks on the Close button
function closeToURL()
{
document.location = "http://www.catglobe.com";
}
quest.close = closeToURL;