Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Several submit buttons in HTML page
Message
From
03/06/2015 22:48:24
 
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:
01620625
Views:
50
>I guess I should admit defeat here (although I may ask my colleague for help).
>
>I've added a hidden input and I've changed the code to be
>
>
>var form = document.getElementById('frmAddItem');	  
>	  
>	  document.getElementById('txtFake').value = 'btnRemoveOverdue';
>	  //form.action = form.action + '?btnRemoveOverdue=Remove+Overdue'  ;
>	  form.submit();
>
>but the passed string now contains an empty txtFake. May be I need to set its text instead of value?
>
>UPDATE. Tried some other things but looks like C++ is not recognizing programmatic changes in DOM. I found a different solution.

There is a lot of customizations in the way this form is being submitted.
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