Useful JavaScript String Functions
page 2 of 3
by Taewook Kang
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 63321/ 280

Strip HTML Tags

function smartRmHTML( strSrc ) {
//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// smartRmHTML function
// author: T. Kang
// contact: txkang@hotmail.com
// Strip off HTML tags. Better than other removeHtml functions out there.
//+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

return server.HTMLEncode( strSrc.replace( /<[^<|>]+?>/gi,'' ) );
}


View Entire Article

Article Feedback

Title:  
Name:  
Url: ( Optional )
Comment:  
Please add 8 and 5 and type the answer here:

User Comments

Title: Javascript ADO Connection Security Warning   
Name: Chetan
Date: 2/10/2009 5:28:03 AM
Comment:
We r use client side connection & we r face 1 problm that is "ADO Security Warning Trusted Site Click Ok & Click Cancel"



Plz reply
Title: Check Box List   
Name: Chetan
Date: 2/6/2009 3:38:10 AM
Comment:
How can get CheckBoxList Value & Text in JavaScript?

I Can Add CheckBoxList In aspx page C#.net. this CheckBoxList Details i bind from C#.net Code then I can Collected from JAVASCRIPT this Value & Text I want....




.....
Chetan
Title: simpler version of clickify (that works)   
Name: BC
Date: 7/3/2008 5:52:35 PM
Comment:
Hey commenters,

I found this other script which works like clickify. Clickify didn't work for me, but this one works out of the box:

http://www.codeproject.com/KB/scripting/replace_url_in_ajax_chat.aspx
Title: Does this work?   
Name: bitcloud
Date: 7/3/2008 5:48:23 PM
Comment:
I can't seem to get Clickify going at all... it just returns the same string... can you give an example usage?
Title: i want to see   
Name: francis
Date: 10/11/2007 7:52:11 AM
Comment:
how is i want to see the article
Title: How to use this?   
Name: SUNIL
Date: 8/24/2007 7:09:08 AM
Comment:
I ca'nt able to impliment, can u healp me?
Title: Very Helpful   
Name: David T.
Date: 5/17/2006 1:12:14 PM
Comment:
This is exactly what I was looking for! Saved me a ton of time. Thanks!
Title: w   
Name: w
Date: 4/5/2005 5:38:33 AM
Comment:
who create that function is seems to be brainish!

Product Spotlight
Product Spotlight 






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2009 ASPAlliance.com  |  Page Processed at 11/7/2009 9:00:53 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search