Re: Carry Variable to Form

2008-10-04 Thread Mike Flannigan
On Sun, 21 Sep 2008, [EMAIL PROTECTED] wrote: On Sat, 20 Sep 2008 23:27:55 -0600, Mike Flannigan wrote: I really like this print ENDHTML; html code goes here ENDHTML thing I found. If I had my way, I'd do everything in Perl. Good! Well in that case, the sooner you learn about

Re: Carry Variable to Form

2008-09-21 Thread Peter Scott
On Sat, 20 Sep 2008 23:27:55 -0600, Mike Flannigan wrote: I really like this print ENDHTML; html code goes here ENDHTML thing I found. If I had my way, I'd do everything in Perl. Good! Well in that case, the sooner you learn about templating modules like HTML::Template, the happier you'll

Carry Variable to Form

2008-09-20 Thread Mike Flannigan
I have an html file that parses passed parameters with this code: script type=text/javascript var query = location.href.substring((location.href.indexOf('?')+1), location.href.length); if(location.href.indexOf('?') 0) query = ''; querysplit =

Re: Carry Variable to Form

2008-09-20 Thread Owen
Hi, This is a Perl mailing list, maybe you would be better off posting to a javascript list, or if it is a html file, a html group? Owen I have an html file that parses passed parameters with this code: script type=text/javascript var query =