Click here to Skip to main content
15,894,405 members

Comments by Member 14808313 (Top 4 by date)

Member 14808313 6-May-20 3:19am View    
string postdata = string.Format(formCode, formName, urlString, txndatetime, hash, storename, currency, chargetotal + formScript + formName);

webBrowser1.Navigate(urlString, postdata);

i am trying to post the form data into "document.getElementById('{0}').submit();"
changing the array of form1 and send to the webbrowser control to navigate like this
"document.getElementById('{form1 }').submit();" is it pssoible
Member 14808313 6-May-20 3:19am View    
string postdata = string.Format(formCode, formName, urlString, txndatetime, hash, storename, currency, chargetotal + formScript + formName);

webBrowser1.Navigate(urlString, postdata);

i am trying to post the form data into "document.getElementById('{0}').submit();"
changing the array of form1 and send to the webbrowser control to navigate like this
"document.getElementById('{form1 }').submit();" is it pssoible
Member 14808313 5-May-20 14:18pm View    
It will in the winforms
String formcode = document.getelementbyid.submit({0});
Member 14808313 5-May-20 14:16pm View    
Deleted
Hi