Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird behavior on aspx Web form
Message
De
11/05/2006 03:10:47
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Weird behavior on aspx Web form
Divers
Thread ID:
01120908
Message ID:
01120908
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform