Arc Forumnew | comments | leaders | submit | CarlGundel's commentslogin

Is that a web app?

-----


Here's a version that uses Run BASIC, a web appserver built on Seaside.

To try it out, paste the code here http://runbasic.com/seaside/go/runbasic?_page=WriteYourOwn

input "Say something"; something$

cls

link #continue, "Click here", [continue]

wait

[continue]

cls

print something$

-----