jahlxx Posted June 6, 2018 Posted June 6, 2018 Hi, How can I save (or get) the html code of a unihtmlframe? I have a form (in html), and show in a htmlframe and when a user fills it, I need to store in my DB the html code of it. not the values of fields of the form, I need the complete filled form. How can I do? Thanks. Quote
Sherzod Posted June 6, 2018 Posted June 6, 2018 Hi, Also you can use UniURLFrame for this: \FMSoft\Framework\uniGUI\Demos\Desktop\URLFrame(HTML) Quote
jahlxx Posted June 6, 2018 Author Posted June 6, 2018 sorry, is not clear for me how to get the filled form. UniHTMLFrame1.HTML.text allways return the original form, not the updated html. Quote
Administrators Farshad Mohajeri Posted June 6, 2018 Administrators Posted June 6, 2018 Htmlframe doesn't get the updated html. Sent from my SM-N950F using Tapatalk Quote
jahlxx Posted June 6, 2018 Author Posted June 6, 2018 Yes. But how can I save or get the cyhanged html? Quote
delagoutte Posted June 6, 2018 Posted June 6, 2018 if you control the website of the frame, there is a solution. else ,for security raison i think you can't get this html Quote
Administrators Farshad Mohajeri Posted June 6, 2018 Administrators Posted June 6, 2018 Yes. But how can I save or get the cyhanged html? You can use ajaxRequest to get innerHtml value of the html frame. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.