RE: implementing links on a system command output

2005-10-21 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

Combined and

2005-10-21 Thread Jonathan Mangin
Hi all, Don't know where else to ask...sorry. I've seen several pages with constructs where the first appears to be e.g. :) Whomever How is this done?? Thanks, Jon -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: implementing links on a system command output

2005-10-21 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote: : The difficulty is that $_ is an entire block of data that : includes more than just H strings and therefore I cannot link : all of $_ which is why I placed just the H strings from $_ in an : array. From this array, I was thinking of traversing

Re: Combined and

2005-10-21 Thread David Dorward
On Fri, Oct 21, 2005 at 10:28:20AM -0500, Jonathan Mangin wrote: > I've seen several pages with constructs where > the first appears to be > How is this done?? With relatively complicated client side stuff, certainly not with CGI. news:comp.lang.javascript would probably be the best place to

RE: implementing links on a system command output

2005-10-21 Thread DBSMITH
"Charles K. Clarkson" <[EMAIL PROTECTED]

RE: implementing links on a system command output

2005-10-21 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote: : thx Charles, but your code is something I did knew (sic) already. : I need to implement a link for each H string and I do not see : this??? I assume by "implement a link" you mean that you want to create an HTML ANCHOR tag for each H Strin