|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm developing a basic e-newsletter system. I've searched far and wide for a simple FCKeditor plugin that will insert pre-set code such as #firstname# so that it can be replaced upon send with the database field.
I found a couple of promising plugins however the zip files were corrupt and I cannot open. Can anyone help me with a simple plugin to insert preset code? I only need to insert 4-5 options. Thanks, GG PS: Not sure if this thread is in the correct category? |
|
#2
|
|||
|
|||
|
After unzipping file which you have downloaded for FCKeditor, just add following code in head portion of that specific page where you need to add FCKeditor:
<script type="text/javascript" src="FCKeditor/fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor('name of your field' ) ; oFCKeditor.ReplaceTextarea() ; } </script> |
|
#3
|
|||
|
|||
|
Quote:
Thanks naturebest07, but not sure if you're on the right track. I'm trying to create a custom drop-down in the toolbar that inserts html snippets. Again, I found a pluggin call 'snippets' but the zip file is corrupt. Cheers, GG |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > VBScript - General - Question - FCKeditor plugin to insert code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|