greengrassbrian
Technical User
I'm building a site tour that pops up in it's own window from the home page of it's site. at the end there will be several buttons that the client wants to redirect the url of the original page and close the popup window.
I've got this script to close the window, now how do i give the former browser a new url?
on (press) {
getURL("javascript:window.close()");
}