Sorry if this is a dumb question, but i don't know, how to do this: i want to post my input data in my qx.ui.form fields to - lets say - a php script and than open the generated page in browser instead of qooxdoo application. I think, could read my data with getValue() and concat them to a url in this manner: In the event handler of my submit button i could write: document.location.href="/myapp.php?val="+val.getValue(); But in this case the data are submitted via http "get", I think. Because I have to send uid and password I would prefer to use "post" method instead of "get". Is there any elegant and easy way?
-- View this message in context: http://www.nabble.com/post-form-values-to-another-webpage-tf3309334.html#a9205386 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
