ID:267185
 
I'm having trouble making the form pop up in a popup. Can someone please explain to me how you would do this?
browse() takes a third argument, which is a text string of parameters. What you want is "window=XXXXX" where XXXXX is whatever you want. If it's the same as another window, then it will be replaced. Otherwise, it will create a new window. You can adjust the size of the window. among other things, as well: "window=XXXXX;width=500;height=500;can_resize=0;can_move=0;ca n_close=0;can_minimize=0;titlebar=0"
In response to Garthor
The htmllib has nothing to do with browse(), there's a var with the library that you use "window" something, I'm not sure, look over the code to find it.