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] mailto:[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 select and input

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 select constructs where the first option appears to be input type=text... How is this done?? With relatively complicated client side stuff, certainly not with CGI. news:comp.lang.javascript would

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] mailto:[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 String.