R
Rich Grise
[Crossposted: alt.html,perl.beginners.cgi,because it's and HTML form
calling a perl CGI script.]
I'm working on a page with some pix and a box to enter a caption - it's so
I can ask the boss what captions he wants for the website pix.
Anyhoo, I'm having a devil of a time. Here is the (abbreviated) form I'm
using: http://mysite.verizon.net/richgrise/Formthing/2captions.html
(The submit button won't work, I've got action on my local box.)
and here's the source:
http://mysite.verizon.net/richgrise/Formthing/2captions.html.txt
And here's the script:
http://mysite.verizon.net/richgrise/Formthing/funform.pl.txt
And here's its output from that script's interpretation of my form:
http://mysite.verizon.net/richgrise/Formthing/funform-2captions-out.html
But the site where I got this script:
http://bignosebird.com/formls1.shtml
offers a test html:
http://mysite.verizon.net/richgrise/Formthing/funform.html
With the same script, it works like a champ:
Again, the submit button won't work, but here's the output on my box:
http://mysite.verizon.net/richgrise/Formthing/funform-funform-out.html
In other words, their html works, and mine is doing something goofy.
As you can see from the HTML, both are being submitted to the same
script; I know it works because of their example - what's my form
doing to the script's inputs?
Yes, I've been RTFM for almost two weeks now trying to fix this on
my own, and have given up. )-;
Thanks in Advance,
Rich
calling a perl CGI script.]
I'm working on a page with some pix and a box to enter a caption - it's so
I can ask the boss what captions he wants for the website pix.
Anyhoo, I'm having a devil of a time. Here is the (abbreviated) form I'm
using: http://mysite.verizon.net/richgrise/Formthing/2captions.html
(The submit button won't work, I've got action on my local box.)
and here's the source:
http://mysite.verizon.net/richgrise/Formthing/2captions.html.txt
And here's the script:
http://mysite.verizon.net/richgrise/Formthing/funform.pl.txt
And here's its output from that script's interpretation of my form:
http://mysite.verizon.net/richgrise/Formthing/funform-2captions-out.html
But the site where I got this script:
http://bignosebird.com/formls1.shtml
offers a test html:
http://mysite.verizon.net/richgrise/Formthing/funform.html
With the same script, it works like a champ:
Again, the submit button won't work, but here's the output on my box:
http://mysite.verizon.net/richgrise/Formthing/funform-funform-out.html
In other words, their html works, and mine is doing something goofy.
As you can see from the HTML, both are being submitted to the same
script; I know it works because of their example - what's my form
doing to the script's inputs?
Yes, I've been RTFM for almost two weeks now trying to fix this on
my own, and have given up. )-;
Thanks in Advance,
Rich