I'm a second-year CS student working on an internship with the South Dakota Geological Survey. I was hired to help with the databases but have since been tasked with updating webpages, creating JavaScript content, etc. I am still learning the ins and outs of CFML, JavaScript, and DHTML. Any help you can offer would be appreciated!
The problem: Our webpages, which access several scientific databases, were all written with forms where method ="POST". Our department would prefer method = "GET", so that we can create a permanent link and reference the results in other webpages. I've gone through all of the html and .cfm files, using Dreamweaver's design view as well as looking through the code manually, and changed all of the form references to GET on my test copy of the webpage. I haven't changed anything else, but changing POST to GET breaks the page and gives me a HTTP 500 Internal Server Error.
I've read through
http://www.communitymx.com/content/article.cfm?cid=E078CF4BDCC45632
and many other pages, as well as my DHTML desk reference to try and figure out what's breaking it, but I have to admit I'm stuck. When I change the references back to POST my test page works again.
The webpage in question is here:
http://www.sdgs.usd.edu/other/db.html
Specifically, the Lithologic Logs database.
Any input or assistance you could offer would be greatly appreciated- thanks so much for your time!