Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Several submit buttons in HTML page
Message
 
 
À
03/06/2015 15:19:18
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:
01620611
Vues:
45
>Actually, it seems to be something like navigate('REZ://...

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.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform