ID:269997
![]() Dec 10 2005, 1:03 pm
|
|
I can't remember how to make the form pop-up in a new window. =(
|
Copyright © 2025 BYOND Software.
All rights reserved.
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