Re: JavaScript Functions-like Taglib

2002-02-01 Thread Greg Bishop
OK, save, here is something better /** Takes a string, and replaces the replace text with new text. * @param str String to replace into * @param pattern Pattern of text to replace. * @param replace What to replace it with. * @return str with the replace text replaced with

JavaScript Functions-like Taglib

2002-01-31 Thread T . Rademacher
Hi Taglib Team, is there any Taglib that wraps some JavaScript Functions. I'm not meaning the ActionListeners but following Funktions may be sometimes usefull. For example: - something to count an access frames like parent.frames[#] - something like the Screen Object in JS might be usefull ( I