Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Several submit buttons in HTML page
Message
From
03/06/2015 22:43:37
 
General information
Forum:
HTML5
Category:
HTML
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01620499
Message ID:
01620624
Views:
40
>So, somehow all the form's values are added to the string being posted. May be there is a different way. Say, instead of the action somehow send a hidden input? E.g. I can add some extra functionality to set some extra hidden input to be btnRemoveOverdue. My code just checks for the 'btnRemoveOverdue' to be inside the string.
>
>I'll try this idea now instead of altering the action.

If this is a post and if you see that all the form values are added in the query string received at the server for the URL received, this means there is something that manipulates the action before posting. The default is to receive the URL at the server level for just the action URL. However, the server variables will have all the form fields in the hit.
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
Previous
Reply
Map
View

Click here to load this message in the networking platform