cgi script runs under Opera, but not firefox

nephish at xit.net nephish at xit.net
Sat Jun 11 10:54:02 EDT 2005


Well, i don't have an app that will automaticlly check a page for
errors,
unless bluefish will do it, i am not sure.

the page it is supposed to print out is a response to a form entry.

here is the source from Opera if one of you guys want to look at it.

<html>
 <head><title>Customer Data</title></head>

<body>
<h1>Watkins Crop Consulting</h1>
</body>
</html>
1915 Cherokee <br>
Dalhart, Tx 79022 <br>   333-5943<br>
<H3>gandalf</H3>

<span style='font-weight: bold;'>Field</span> field one

<br>
<span style='font-weight: bold;'>Crop</span> crop one

<br>
<span style='font-weight: bold;'>GS</span> growing, yep

<br>
<br>
<span style='font-weight: bold;'>Weeds</span> many weeds

<br>
<span style='font-weight: bold;'>Water</span> lots o water

<br>
<span style='font-weight: bold;'>Incects</span> lots o insects

<br>
<br>
<span style='font-weight: bold;'>Remarks</span> comment block, could be
short, could be long, however will we know?

<br>
<br>
<br>

<span style='font-weight: bold;'>Field</span> another field

<br>
<span style='font-weight: bold;'>Crop</span> another crop

<br>
<span style='font-weight: bold;'>GS</span> another growth stage

<br>
<br>
<span style='font-weight: bold;'>Weeds</span> many many weeds

<br>
<span style='font-weight: bold;'>Water</span> lots more water

<br>
<span style='font-weight: bold;'>Incects</span> lots more insects

<br>
<br>
<span style='font-weight: bold;'>Remarks</span> ok , short comment this
time

<br>
<br>
<br>
<br>


this is all generated by the cgi module of python and the script that
responds to the
form.

thanks.




More information about the Python-list mailing list