My situation is I have arrived at a company that has a ASPX website that needed increased functionality. I am a PHP developer and have near zero experience with ASP. I was able to construct a web page with ASPX however, the from I wrote has data that needs to be send to a php script via POST. I supplied the target URL and all. I have read from google you have to remove the "ruund=server" tag. I have done this but when I push submit, my data doesn't get sent. I even rewrote the page so its just pure HTML. However, if I link to this HTML page, from a ASPX page, when I click submit, nothing happens. If I click it again, it will submit. How can I get this simple HTML site to send data via POST after linking to it from an ASPX page.
Here is the website:
http://midland-truck.com/
Notice, if you click the "Newsletter" Link in the top right and click submit, nothing will happen. However, if you navigate to the page directly, it will work as expected.
http://midland-truck.com/newsletter.html
Any ideas, any and all help is appreciated.