HTML Editor Control
I am looking for a HTML Editor Cntl which I could insert into an asp page - something like the one I am using to create this thread - and ofcourse free !
View RepliesI am looking for a HTML Editor Cntl which I could insert into an asp page - something like the one I am using to create this thread - and ofcourse free !
View RepliesI need the simplest online html editor available for a content management system I am building for a client. I would normally just use a text area, but they want to add links and have the option to bold/italic text, so need something I little bit more advanced. I don’t want to give them anymore options other than that as this will reduce user error and keep the correct look of the site. The content management system is very simply ASP to MS Access database. Does anyone one know of any freebie html editors I could easily adopt into my system.
View Replies View RelatedI have thousands of static html files on remote server and would like to be able to edit these files online . What online HTML editor software in ASP recommended for this purpose?
View Replies View Relatedget a simple HTML editor textarea for a CMS I am building in ASP. All I need the textarea to do is format the text i.e Bold,underline, Italic and more important have the ability to add a hyperlink to words within the textarea. I know I could just use a simple textarea, but ideally I need these extra options as the client has requested them.
View Replies View RelatedI don't know if any of you have come across this problem but i'd appreciate some help in rendering the situation. If i add an unordered list into the window it works well
<ul>
<li>user</li>
<li>pass</li>
</ul>
But when i edit it it comes out as so:
<ul>
<li>user
<li>pass</li>
</ul>
The only the last li tag is closed the est are left open and to be able to render the html "xhtml 1.1 transitional" properly it fails.
Is there some regexp that has been written to fix this?
I need an inline HTML editor for my ASP pages to modify database content because it's for use with people who don't know how to use HTML.Hopefully it's modifyable to a point because when you make links and what not, you'd have to add "class="contentLink"" in order for the site's css coloring to take effect (hopefully the ASP code or Javascript code allows customizing)
View Replies View RelatedI need to add a HTML WYSIWYG Editor to my website,which must be able to edit dreamweaver templates. Which one would you suggest?
View Replies View RelatedWhat is the best free html/inline editor which supports IE Netscape and Firefox.
View Replies View RelatedI have a C# application where I have a client side html input:
<input name="CalText" type="text" id="CalText" />
Is there anyway I can acces the value of this control from server side inside my C#code? (please note I don't want to have runat=server for the input control).
I've project in asp, where we are using Database to create html controls. As per the current logic, we are creating one application variable on application_onstart event, it contain all records of table containing screen name, and other html control related information. Based on the screen user has requeted we get all those records from application variable and generate the screen.
As per my knowledge this application variable contain around 8000 records, and since it is eating much time to maintain, and reducing speed, we want to remove this concept from our three tier based project.I've gone through XML, and XSLT concept, but before proceeding further,
I have a dropdownlistbox (html control) and some text fields displayed on my page. The top menu bar of my page works fine in every case (as it always be on top of every thing that i display in my page) except of DropDown Combobox (html control). WHY ?
Can not understand the reason why my combobox always displayed on top when i tried to select some other item from my menu bar (say some other page) while my menu bar always on top for other controls.
How can i have a text box control with non html support. I mean. I have a textbox which shud not allow. web links entries ..
View Replies View RelatedI have a specific requirement.I have a html file field control in
my page..i browse for file to upload and when i close the dialog
box,the cursor position should be in the text box of that file field
control.
I have built dynamic HTMLTable. Now I want to attach it directly to the Email Body - it is already built, so why not to use a ready table. However, I cannot find the way of getting plain HTML text out of dynamically built control. I tried to put my table between div and read div.innerHTML then - HTTP exception has been thrown.
View Replies View RelatedI would like to be able to control an asp text box control's name attribute.
I know i can manually type the whole string
<input type="text" name="username" value="" />
but then i can't use the validation control on the inputs. [free javascript ]
PHP Code:
I am using NoteTab Light as my ASP editor. Any one can recommand some of the best editors.
View Replies View RelatedI work mostly with PHP but occasionally a client can only use ASP on their server. Is there anyway I can develop in ASP for free?
Is there a stand-alone ASP editor, that can execute ASP code withotu a server?
Can ASP work under Apache for free?
Does ISS come with Windows XP Home?
I'm downlaoding Visual Web Developer Express to try.
i have a table which saves stories written by different students. its a simple thing..no problem in it. but what i want is that when a teacher selects the story (ie. when she retrieves the story from the databse which the student has saved), she should have extra rights.
like she should be able to mark corrections of spelling mistakes by strikethorugh, make something in bold, or highlight in red. how can i achieve this. has anyone done something similar to it?
I would like to know what good editors are there for asp pages?
Dreamweaver MX does not show the asp page correctly, if it was not made using it's templates. Is there a better software for asp?
I would also like the software to debug asp, etc. About what software can you recoomend?
At work i'm required to use frontpage and visual interdev 6.0 ....
I'm using Visual Studio 6 Interdev for my ASP pages, but reading from some posts here and there I've read people don't use it and use other editors. What other editor could be better?
Right now I can do step by step debugging with Interdev, with watches and with an immediate window just like in VB6 where I can see values of variables as the program runs. Are there any better editors that let me do the same thing? (pref. free of course)
Anyone offer sugestions on a good asp editor im looking at replacing FP with an allrounded comercial asp editor.
View Replies View RelatedI need to design a website whereby I have to provide an editor where the user can save some content (this gets stored in Access).
But apart from this the requirment is like if I want to check the content then i should be able to highlight the spelling mistakes, strikethrough some words. DO i need to attach some editor to ASP? if yes how can I do that? Code:
I am new to ASP and presently I use a simple text editor (ConText, freeware) to write my ASP code. Is there any good tools outhere to facilitate coding and debugging ASP files?
View Replies View RelatedDoes any one know if there a ASP editor available that I can download as a trial version or free lisence?
View Replies View Relatedi need to make some text editor like this in the sitepoint which we enter our threads
i saw it in many asp sites with many enhanced features so how can i desig some 1 or get a it from the web
i need to unserstand it's idea how can i format the text into html format and how can i save the formated text into the database and the important point how can i display it as html
Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.
View Replies View RelatedI'm using EDITPLUS now, but this editor really stupid for writing and
testing ASP code, I emphasize "small" is because of I'm using 32K
MODEM, I can't online too long time or I'll pay much money to my ISP,
I'm sorry my english is so poor,
so forgive me if my word had make you uncomfortable.
I'll try my best to express my question correctly
is there any ASP Editor which has intellisense capability.
View Replies View RelatedIs anyone familiar with this feature in Front Page 2003?
When editing a record, I want an email sent to an address in one of the fields when I update the record. This is not as simple as some would believe and I don't think it can be solved with the ususal asp mail solutions.
Is any Text Editor with intellisense except Visual interDev?
Recently I am using FrontPage to develope my Webdesign (presentation layer) and use Visual interDev to do the coding. The reason why I use VID is it has intellisense
I need a good ASP editor on Windows.
View Replies View RelatedI want to use a simple editor which has the capability of changing color or
bold it... a very simple one in my application of asp/access. Can anyone
suggest any such editor whereby I can use it?
my purpose is to get story written by a student in the textbox/textarea of
that editor from the database. The teacher highlights using the editor
features.... making letters bold or in red to highlight changes. and then
save it to the database.