Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird behavior on aspx Web form
Message
From
11/05/2006 03:10:47
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Weird behavior on aspx Web form
Miscellaneous
Thread ID:
01120908
Message ID:
01120908
Views:
65
I have this code in my Web form:
<form id="Form1" method="Post" runat="server" action="SaveMessage.aspx">
To my big surprise, when I look at the code in the browser, it gives this:
<form name="Form1" method="Post" action="AddMessage.aspx?Session=BFNGt+t99C%2frk%" id="Form1">
Basically, this is the URL which called the page. So, why is this URL overwriting the action method of my form?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform