Close to URL
-Chalenge
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;
-Chalenge
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;