Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Several submit buttons in HTML page
Message
 
 
To
03/06/2015 15:19:18
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:
01620611
Views:
44
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform