Can you be a bit more precise? What kind of window, a browser window, a PWS window? What do you mean with 'url inside', do you want to display the url?
Performing a POST request is traditionally done by using a form, or a form.submit in javascript. You can create a post with the XHR object, or with Prototype, but that's explained in the relevant usage guides. To open a window with the result of a post request, it all depends on how you want to code this post request. I.e., the easiest is probably sending it to and iframe window (using target attribute) and have that iframe window captured by PWS. Cheers, -- Abel Braaksma Jose de Menezes Filho [FS] wrote: > How can I open a window with an URL inside using a POST request ? > > Thanks, > > Menezes > ------------------------------------------------------------------------ > > _______________________________________________ > Javawin mailing list > [email protected] > http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com > _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
