Open Source & Stuff  
  |     Main Site     |      Forum     |     Contact     |
Java script :  forum.Salix.gr forum.Salix.gr
Little scripts that might be helpful. It's more like a repository of commonly used functions. Have something you want to share? post it here!! 
Goto Thread: PreviousNext
Goto: Forum ListMessage ListNew TopicSearchLog In
messageStrip HTML function
Posted by: panos (IP Logged)
Date: November 30, 2006 02:59AM

Works fine

    	function stripHTML(){
    		var re= /<\S[^><]*>/g
    		for (i=0; i<arguments.length; i++)
    		arguments[i].value=arguments[i].value.replace(re, "")
    	}



Sorry, only registered users may post in this forum.

All Rights Reserved 2006 Salix.gr  |  Design by Ades Design |  Hosting by e-emporio |  forum.Salix.gr powered by Phorum