KingOrmon Posted November 9, 2012 Posted November 9, 2012 Hello, I am trying to set HTML form into HTMLFrame, it is created well but submit button doesnt not work!. Using JS I can´t submit it. What is the way for make it ? regards
Administrators Farshad Mohajeri Posted November 25, 2012 Administrators Posted November 25, 2012 For God's sake, why do you want to post a "HTML Form" in a uniGUI app? We have our own decent forms with lots of components to get rid of hassles of dealing with ugly HTML forms!
KingOrmon Posted April 8, 2013 Author Posted April 8, 2013 I need it because is a bank form...(payment method with a credit card) I must be notified via POST with a HTML form then bank generate order page for fill in card data. How can I make it ?
Administrators Farshad Mohajeri Posted April 8, 2013 Administrators Posted April 8, 2013 A URL Frame can not communicate with its container. Especially when it is in a different URL. Browser security prevents it.
KingOrmon Posted April 9, 2013 Author Posted April 9, 2013 And I can make POST form into new window ?
Administrators Farshad Mohajeri Posted April 9, 2013 Administrators Posted April 9, 2013 Please describe step by step procedure of this process.
KingOrmon Posted April 9, 2013 Author Posted April 9, 2013 I attach a PHP sample (bank example of PHP usage). I need to create a form and submit via post using parameters of this sample. I would like make it on UniGui app and avoid use of PHP conexion_sisPHP5.php
Administrators Farshad Mohajeri Posted April 9, 2013 Administrators Posted April 9, 2013 Added feature request.
Administrators Farshad Mohajeri Posted September 18, 2015 Administrators Posted September 18, 2015 hello Farshad Is it implemented ? Yes. Please see related examples under demos folder.
Recommended Posts