
ENDOVERLAY
AJAXGOTO
This is run inside of an overlay. It will immediatly terminate program execution and return the AJAX results.
Usage: ENDOVERLAY() AJAXGOTO(url)
Params: url - web page to go to.
Network: no
Example: https://pen.learnhtmlos.com/pxk7
<< overlay dostuff
counter=counter+1
writehtml('message',counter)
endOverlay()
>>
<< overlay kittens
ajaxgoto('https://en.wikipedia.org/wiki/Kitten')
>>