ID:269403
 
I'm wondering on how to make the window pop-up instead of being located in the [Browser] panel. Anyone mind helping?

Ol' Yeller
Use the form_window variable.

Form
My_Form
form_window = "window=mywindow;size=300x300"
//rest of form
In response to Mobius Evalon (#1)
Man, I didn't think it was that easy!
Anyways, thanks, Mobius.