Here's the pared down code that CGI generated which works in IE but not Firefox. Clicking on the submit button invokes the URL http://wrights/index2.html, not the cgi script itself.
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-U +S"><head><title>Wright Popcorn &amp; Nut Company - Web Store</title> <style type="text/css"> <!--/* <![CDATA[ */ img {border:0 none;} a {text-decorati +on:none} /* ]]> */--> </style> </head><body bgcolor="#FFA1A6"><div style="position:absolute; left:0px +; top:150px;"> <img border="0" src="menuborder.gif" /> </div> <div style="position:absolute; left:25px; top:150px;"> <a href="http://wrights/index2.html" /> ## problem link <img border="0" src="home.gif" /> </div> <table border="0" cellpading="5"> <tr> <td><img border="0" src="cornerlogo.gif" /></td> <td width="20%"></td> <td><img border="0" src="wrightlogo.gif" /></td> </tr> </table> <br /> <br /> <br /> <form method="post" action="/testbasket.cgi" enctype="application/x-ww +w-form-urlencoded"> <input type="hidden" name="page" value="1" /><table border="0" cellsp +acing="0" cellpadding="0"> <tr> <td rowspan="2" valign="top"><img src="order1.jpg" /></td> <td><table border="0" cellpadding="5" cellspacing="5"> <tr> <td colspan="5"><center> <h1> Web Store </h1> </center></td> </tr> </table></td> </tr> </table> <input type="submit" name="Go to Step 2" value="Go to Step 2" /><div>< +/div></form></body></html>
Useless trivia: In the 2004 Las Vegas phone book there are approximately 28 pages of ads for massage, but almost 200 for lawyers.

In reply to Re^2: CGI.pm form buttons and Firefox by Popcorn Dave
in thread CGI.pm form buttons and Firefox by Popcorn Dave

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.