Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Several submit buttons in HTML page
Message
De
03/06/2015 22:48:24
 
 
Information générale
Forum:
HTML5
Catégorie:
HTML
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01620499
Message ID:
01620625
Vues:
48
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform