I am not a javascript person, but I am obsessed about gas prices right now so I took a look at your site. I noticed this code for your form:
Code:
<form action="http://localgasprices.info/gas-prices/" method="">
First of all, I assume that you are trying to go to an .html page...maybe index.html or home.html??? Whatever the page is named, I believe you should specify the exact page, not just the directory. Also, your "method" is blank. I think you probably are going to need to put "post" in there.
|