Free Textarea Replacement

Not strictly an ASP question, but it's for an ASP-based content management system:

I'm looking for a good, free textarea replacement application which creates a WYSIWYG interface from form textareas. I have used HTMLArea in the past but it only works on IE6.

Does anyone know of such a thing?

View Replies


ADVERTISEMENT

Free Shopping Cart Or Some Free Code

Does anybody know of a free ASP shopping cart or some free ASP code to help someone get a shopping cart started. Or does anybody have any experience using a ASP shopping cart that is inexpensive and works good. I need to create a shopping cart in ASP and any useful info or tips.

View Replies View Related

Display VbCrLf's From Textarea To Textarea

how to dispaly text from a text area on a page as page copy (using the replace function)

How do I display this text inside another textarea, holding formatting? All variations of 'what I thought would work' do not.

I am using the following function:

Function DisplayMemo(theText)
DisplayMemo = ""
on error resume next
DisplayMemo = CStr(theText)
if (len(DisplayMemo) > 0) Then
DisplayMemo = Replace(DisplayMemo, vbCrLf, "<br>", 1, -1, 1)
end if
End Function

calling it like:

<textarea cols=119 name=ownSubmitted rows=7>" & DisplayMemo(getInfo(0)) & "</textarea>

NOTE: getInfo(0) is a variable holding my value. Yes the value is there. It is showing the text I want, however the <br>'s are rendered inside the text area?

View Replies View Related

ASP Replacement

Does anyone know of an ASP (VBScript) that can function as a Yahoo Group
style replacement? This includes handling digest emails as well. All the
popular forum software I've looked at, such as Snitz, can't handle it.

View Replies View Related

PWS Replacement

I have just upgraded my win98SE pc to winxp home. I am aware that PWS won't work with xp home, and I need to upgrade to XP pro for IIS. Problem is that I don't really want to upgrade unless I have to.

I've been investigating the various server options available. I need to run .asp scripts and connect to access 2000 databases. I'm not sure what servers will do this as the documentation is never that clear. Will Apache do what I want, and is there a duffers guide to getting it running?

View Replies View Related

Apostrophe Replacement

I know this is a very commonly asked question, but I can't find a solution
anywhere that I have looked.

I need to take the text that will be typed in paragraph form by the user
(textarea field) and do two things with it:

1. Store it in a SQL Server database field
2. Send it in an email upon page submit.

Of course, single quotes have caused problems, so I have this code:
strInternalDesc =
Replace(Trim(Request.Form("InternalDesc")),"'","''")

Problem is, it shows up like this in the email that is sent:
==============================
We''re in the process of
==============================

I would like to get rid of the double apostrophes, but not sure how. Went to
an article on ASPFAQ, and saw something which directed me to do this:

strInternalDesc =
Replace(Trim(Request.Form("InternalDesc")),"'",chr(34))

However, that just makes it a regular double-quote. I guess I could try and
find out what the character number for apostrophes are, but not sure where
that is. Besides, will that mess up my SQL Server or the email if I do that?

View Replies View Related

CyberCash Replacement

Can anyone recommend a CyberCash replacement for ASP(x)?

View Replies View Related

Replacement For Global.asa

Is it possible to make another file act likle global.asa? at the moment my project uses this file but im not sure how many hosts allow users access to it, so if i could just include another file and make it act like the global.asa that would be great.

View Replies View Related

Xml Parsing And Text Replacement

I want to use asp to do text find and replace with XHTML elements. for example, let's say I have the following XHTML:

<note>
<from id="123">Jani</from>
<to>Tove</to>
<message>Norwegian: æøå. French: êèé</message>
</note>

I want to read this document in, find and XML element with id="123" and replace its text with "New author".

Can I do this in ASP?

View Replies View Related

Javascript Form Image Replacement Breaking In ASP Classic

I skinned an LMS (Learning Management System) using CSS and Javascript. The forms were skinned with niceforms.js, the site works perfectly in FF, IE 7 and IE6 but in ASP the javascript doesn't replace the images with the skinned elements. All the javascript functions initialize but the images are not placed in. Code:

View Replies View Related

Web Deployment Project, Web.config Section Replacement Is Not Work

While debugging why a web.config section replacement was not happening in the real web application, I tried a simplified case, no replacement is enabled and the connection string is not showing up? Code:

View Replies View Related

Textarea Inside Of Textarea

I am writing a small database utility to catalog all of my favorite ASM/JS/VBS functions and scripts on an asp page. Everything is going smoothly except for one thing that I can't quite seem to think my way around.

I am using a <textarea> to display the code but some of my scripts have <textarea> tags in them and when the </textarea> tag is entered, it closes my <textarea> and the rest of the code ends up outside of the textarea.

Example: (the code after the middle </textarea> show up outside of the textarea box)

<textarea>
code...code...code...
code...<textarea></textarea>code...
code...code...code...
</textarea>

View Replies View Related

Is ASP Free?

I was just wondering if ASP is free? Taking in mind that i have Windows 2000 Server (which isnt free) and i have IIS and everything else setup. If i want to setup a complete ASP server will it cost me anything? And also is there a free ASP IDE?

View Replies View Related

Free Asp CMS

im looking for a good and free cms made up of asp using access dbase.

View Replies View Related

Free CMS

A requirement has sprung up at work for a lightweight CMS to allow a team of people to collaborate on some pages on our intranet. I've had a look on HotScripts and come up with a few that might be suitable.

Here's a few criteria:Ideally, should allow WYSIWYG editing (IE-only is OK)

Must run on NT4 using classic ASP (no .NET)

Must either use no database, or MS Access 97

Free and/or GPL

I'm really looking for an ASP super-blog of sorts.

View Replies View Related

Free Web Forums Using ASP/ASP.NET

I want to compare the availability and functionality between the free PHP/ASP offerings. Code:

View Replies View Related

Free Messenger

I am looking for a free instant messanger I can add to my site.I want it to be like AIM or Yahoo's. Of course, I want it to be free, and want it written in ASP. And it needs to actually work (I have found many that don't do anything!). I appreshiate a post from anyone that has any ideas.
P.S. I want it to be web-based, no downloading things for the client

View Replies View Related

Free ASP Training

stumbled accross this, and thought it might be useful to someone.for a limited time MS are offering "Developing Microsoft ASP.NET Web Applications with Visual Studio.NET" , a 17 hour course for free.Thought someone might make some use of it, just copy and paste the code they give you on the page i've linked.

View Replies View Related

Free Forum ASP

Is there any free ASP script for a forum?

View Replies View Related

Free ASP Webhosting

Does anyone know of a free bannerless ASP webhost with a nice chunk of webspace... If it isn't bannerless I could surely go for a popup... What I'm trying to avoid is a banner but I'll take that as a last resort.

View Replies View Related

PDF Tool For Free?

Does somebody knows an asp PDF creator Objects free or cheap?

View Replies View Related

ASPwebcalendar Free

I am trying to figure out how the heck to change the title tags and pull the events title into the title tag of the HTML template, which is controlling the title tag now.
Every title tag on the site displays the same thing and I would like it to display the name of that days event.I don't really know anything about asp.The only thing I could get it to pull in was the whole entire script when I put %%CONTENT%% in the html template or some JavaScript when I put %%STYLES%%

View Replies View Related

Free Web Server

I have develop an ASP page, a simple FACILITIES RESERVATION system, where the user will be able to do their reservation of room online(used in my university). Once they filled in the form, and submit them, all the information will be stored in the database as well as to my email. i use CDONTS code to send them to my email.

View Replies View Related

Free Editor

Have used HomeSite 5 and Dreamweaver,also the MS products. Anyone know of a free or cheap editor that highlights syntax.

View Replies View Related

FREE ASP Obfuscator

I need to protect the content of ny ASP pages. Does anyone know of a good, FREE ASP obfuscator, preferably one that can handle ASP pages that also contains JavaScript? I've only come across a couple, and they seem very expensive.

View Replies View Related

Free Treeview

Any suggestion for a COMPLETLY free treeview for ASP 3.0? We tried with one from obout.com. It seems to be free but you have to register it after 2 months.

View Replies View Related

Smtpsvg.dll For Free

Is there any chance for me to have smtpsvg.dll for free??? I was previously using CDONTS but i couldn't send mail to outside my domain.

View Replies View Related

Xml Error In Free Hosting

I am using a free hosting with ad banner in every page. Here is the problem: I have used <xml id="category" src="xml/category.asp"></xml> in my page. The problem is that it generates an error "Only one top level element is allowed in an XML document".

The reason for this error is that ad banner was automatically inserted into category.asp, which causes this xml file to generate this error. Does anyone has an idea on how to by-pass this?

View Replies View Related

Error Free Encryption?

I'm working on a site that needs several different types of protection, ranging from hashing pw's (md5) to needing a reversible encryption for some data.

The current encryption I'm using is a freeware RC4 implementation but it periodically generates sql-UNfriendly strings that I can't seem to filter no matter what I try.

Has anyone else worked with an encrytpion method that's both effective and won't blow up an INSERT statement?

View Replies View Related

Need Free Object Before Response.

need free object before response.

View Replies View Related

Any Free Graphic Component For ASP?

I am currently testing ImageMagick, but it will cause IIS stop responding for certain command with wrong parameter. It's seems unreliable in ASP environment.

Any other free graphic component for ASP?

View Replies View Related

Dynamic PDF Generation For Free?

Does anyone know a script out there or a component that will generate a PDF file dynamically? I want to make a report from a database available online in PDF....

View Replies View Related

Web Page Cache Free

how can control cache pages, when i logoff my session and back to members page again the page is still so how can i get rid of this .

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved