Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Can read from my DB but having problem pulling info from editor to save to DB
Re: Can read from my DB but having problem pulling info from editor to save to DB
03-07-2005, 5:16 AM
Anonymous
Re: Can read from my DB but having problem pulling info from editor to save to DB
Reply
Quote
Charles - When submitting your form, you must perform the following for the editor content to be captured:
function submitForm() {
save(Editor1)
document.forms[0].submit() ;
}
Hope this helps. Cheers, Kris.
View Complete Thread