jstlFebruary 28, 2006 8:26 pm
This JSTL post moved to http://www.ekcsoft.com/jstl/content/paginate/
This JSTL post moved to http://www.ekcsoft.com/jstl/content/paginate/
var htstring = ‘<p align="Left"><b>Hello</b> <I>World</I></p>’;
var reg = new RegExp ("(<([^>]+)>)", "ig");
var stripped = htstring.replace(reg,"");
alert(stripped);
The RegExp comes from http://zamov.online.fr/EXHTML/DHTML/DHTML_983246.html
Expand/Collapse Rows Dynamically
This post has been expanded and moved to this web page.