|
Avick -> Form Post problem (11/9/2007 5:56:11)
|
Yet another problem [:)] I am redesigning my website and using all ASPX pages (or that’s the plan) I have a master aspx page and all other aspx pages are linked to that. One of the pages has a web form that will take people to their online email account. It has two boxes (Email address, Password) and one submit button. Once the information is entered in the boxes and you press submit, it’s supposed to take you to your online email account. The trouble is, the form dose nothing when you press the submit button. It works fine in a standard HTML page but stops working when on an ASPX page. I have a feeling the form tag (<form id="form1" runat="server">) required for ASPX has something to do with it but I can’t figure out how to get around the problem. Anyone got any suggestions how to get around this problem.
|
|
|
|