ID:269997
 
I can't remember how to make the form pop-up in a new window. =(
X << browse(Htmlcode,"window=XX")

EDIT: Basically, Dantom's HTMLlib by itself won't make a popup, it just returns the html code... it's the browse() proc that does the popup (when a window name is defined)... remember, to close it, it'll be

X << browse(null,"window=XX") [window name must be the same]

- GhostAnime
In response to GhostAnime
Er, I'm sorry if I wasn't being clear enough, but Dantom's HTML lib has forms and such, and you can make it pop-up.

I think it was form_window=1, but that won't work. =(
[edit]I got it. >_> I just wasn't reading it good enough.