Pre populate text box in 3rd party website - c#

依然范特西╮ 提交于 2019-12-10 12:26:35

问题


this is my first time on Stackoverflow so any help will be appriciated.

I need a c#/js code to prepopulate two textbox on a 3rd party website ("https://webc.rbc.com/cda-cgi/clientcgi.exe?action=browserCert")

I can not send a query string as I dont have any controll over this site.

Thanks in advance -Vikas


回答1:


Use the following link with the appropriate fill-ins:

https://webc.rbc.com/cda-cgi/clientcgi.exe?action=browserCert&refNo=12&authcode=34

I just tried using that and it populates the fields for me in Chrome and IE. It looks like the cgi script on their side is set up to take these inputs.



来源:https://stackoverflow.com/questions/9098751/pre-populate-text-box-in-3rd-party-website-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!