I have read the documentation of htmllib and have a form set up towhere it will pop-up in the browser, but I am trying to attempt to get this form to show in a pop-up browser, Does anyone have an idea on how to do this?
HtmlLayout()
return \
{"
Icon: [icon]
Size: [Long]x[Wide]
Name: [name]
Stat:
[stat]
[submit]
"}
In order to make the HTML window a pop-up, specify the the "window=some_window_name" parameter in the browse() procedure. Check out the reference for browse() for more info.