•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 427,200 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,274 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1010 | Replies: 3
![]() |
i have been asked to fix a problem on a content management system website. when the user edits the text and then clicks on the save button it is not updating the text on the pages selected. the code that is being used is
and the function looks like this
if anyone can help please get back
oEdit1.btnSave= true; // Enable save button
oEdit1.onSave = new Function("save()"); // Specify a function to calland the function looks like this
<script>
function save()
{
document.forms.form1.elements.inpContent.value = oEdit1.getHTMLBody();
document.forms.form1.submit()
}
</script>if anyone can help please get back
> it is using the innovastudio WYSIWYG editor which i have never come across.
Why not try your luck at their support forums? You would have a much better chance of getting help there.
Why not try your luck at their support forums? You would have a much better chance of getting help there.
I don't accept change. I don't deserve to live.
Happiness corrupts people.
Failing to value the lives of others cheapens your own.
Happiness corrupts people.
Failing to value the lives of others cheapens your own.
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- restore default (built-in) function after overriding (HTML and CSS)
- How to load a JPEG image file, store it in array and then save it (Visual Basic 4 / 5 / 6)
- "Save Target As.." isn't working in IE6 (Web Browsers)
- Windows programming - C - Save file function (C++)
- How do I save an index to a particular index of a dropdownlist in a datagrid. (C#)
- intergrating ASM to C++ (C++)
- AutoComplete does not promt to save passwords for IE (Web Browsers)
- About CD(Compact Disk) Writing (C++)
- GDI (C)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Correct me and make me more perfect
- Next Thread: AJAX Send Email Form with prototype and PHP



Linear Mode