Re: REFindnocase - Parsing URL's - final code

2001-06-02 Thread Jon Hall
For anyone else that is interested here is the final code. This program will parse out url's out of any file. Still think there is a better way to do this though... jon cffile action=READ file=c:\www\test\html.htm variable=h cfset arrString = ArrayNew(1) cfset rs =

Re: REFindnocase - Parsing URL's - final code

2001-06-02 Thread Dick Applebaum
At 7:07 PM -0400 6/2/01, Jon Hall wrote: For anyone else that is interested here is the final code. This program will parse out url's out of any file. Still think there is a better way to do this though... Yeah, there is... you can do it with 2 ReReplaceNoCase commands: cfset x = this is

Re: REFindnocase - Parsing URL's - final code

2001-06-02 Thread chaack
Jon et all, you could also use javaScript and then send the set of links with their labels via wddx and form to a .cfm page. JS wddx serializer/deserializer are available at www.wddx.org / www.openwddx.org Might this be an alternative? I used it to gather all the links (765) from my static