|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Using DevEdit to update articles in Dreamweaver app
I am using Dreamweaver MX to develop an article submission and editing system. Everything works fine using a plain tex box but I want to start using the DevEdit online HTML box (URL). I can make the box appear and work properly but I don't know how to insert the HTML it generates into a SQL database. Dreamweaver draws its info from a form field but DevEdit doesn't use a form field (or does it?). I've attached the file. You can see the DevEdit cose near the bottom.
Anyway, i am an amatuer programmer with not a lot of ASP coding experience so if you have a solution, please speak slowly in 1-2 syllable words. Thanks. Joe |
|
#2
|
|||
|
|||
|
1. Create a hidden field such as
<input name="txt2db" type="hidden" value=""> 2. Either use, onKeyPress, OnBlur, OnSubmit, or any other compatible event to launch a javascript command such as the following: ( assuming the name of your html editor is "hte" ) OnSubmit="txt2db.value=hte.value"
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#3
|
|||
|
|||
|
Hmm, I'm dumber than I thought...
I plugged in the code you sent (thanks!) but I'm still not inserting anything other than the form fields. I can't get the HTML code from the editor to insert. Am I missing something?
|
|
#4
|
|||
|
|||
|
glab,
I'm no ASP expert at all, but looking through the DevEdit knowlegebase, I was able to find this: http://www.devedit.com/support/question.php?qstId=7 It may be the answer you're looking for... Hope that helps!
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Using DevEdit to update articles in Dreamweaver app |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|