How to grab form values without submitting the form?
Posted: Wed Feb 15, 2006 8:53 am
Hi guys,
I am trying to make a save feature into some code i wrote. Basically, I have a web app that will allow someone to edit an HTML template with a WYSIWYG editor. I am using the php-on-the-fly code example found here: http://www.webpronews.com/webdevelopmen ... heFly.html
On the php file that is called by the on-the-fly example code, all I had to do was place session_start(); at the top of the file and i can not pull in variables from the main app. The issue is, I am trying to get what data is in the textarea of the form without having to submit the form. I want them to be able to keep working on what they are, without having to reload the page or without having them have to start from scratch and select which site they are working on, and then search the database for the template and reload it again.
Thanks for your help,
-- Chris S.
smittydesign@gmail.com
I am trying to make a save feature into some code i wrote. Basically, I have a web app that will allow someone to edit an HTML template with a WYSIWYG editor. I am using the php-on-the-fly code example found here: http://www.webpronews.com/webdevelopmen ... heFly.html
On the php file that is called by the on-the-fly example code, all I had to do was place session_start(); at the top of the file and i can not pull in variables from the main app. The issue is, I am trying to get what data is in the textarea of the form without having to submit the form. I want them to be able to keep working on what they are, without having to reload the page or without having them have to start from scratch and select which site they are working on, and then search the database for the template and reload it again.
Thanks for your help,
-- Chris S.
smittydesign@gmail.com