Javascript Code
<!-- Script by hscripts.com -->
<script language=javascript>
function stripHTML(){
var re = /(<([^>]+)>)/gi;
for (i=0; i<arguments.length; i++)
arguments[i].value=arguments[i].value.replace(re, "")
}
</script>
<!-- Script by hscripts.com -->
HTML Code
<!-- Script by hscripts.com -->
<form name="myform" METHOD=POST>
<textarea name="remove" rows=3 cols=40</textarea>
<input type="submit" value="Remove HTML tags" onSubmit="stripHTML(this.form.remove)">
</form>
<!-- Script by hscripts.com -->
Release Date - 23-12-2007
Get free version without ©copyright link for just
5
|