hi all
i have downloaded web wiz rich text editor (http://www.webwiz.net/asp/sample_scripts/RTE_application.asp) for my project by i couldn't place the data into database...
this option is modfying in display_form_submission.asp file....
'Read in the data posted from the editor strEditorContent = Request.Form("myTextarea")
'******************************************************************* '*** Start - What can I do with the data from the editor??? **** '*******************************************************************
'In this eample we are just displaying the data in a web page, but you could enter it into a database
'You could place the data from the editor in the variable strEditorContent into a database here
'To findout how to save data to an MS Access database please see:- ' Connecting to an Access database - http://www.webwiz.net/asp/tutorials/connecting_to_a_database.asp ' Saving data to an Access database - http://www.webwiz.net/asp/tutorials/add_to_database.asp
'******************************************************************* '*** End - What can I do with the data from the editor??? ****
|
how can i do it please help me ?