Close to URL

From Catglobe Wiki
Revision as of 10:29, 2 March 2009 by Catglobe (talk | contribs) (New page: -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";...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

-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;