espositophp
Programmer
- Sep 30, 2003
- 31
Hello, I would like to know if it is possible to send data from a VB5 app to a textbox contained in an HTML page.
Of course, I do possess the source files of both the VB5 app and the Web pages.
So, to make things extremely clear, I have a VB5 form containing a textbox (txtName) and a command button. (cmdSendValue)
When I click on the button, I would like to open a Web page and automatically fill in a text field (ID = txtName) with the data contained in my VB5 textbox.
I don't want to trigger any other events on the Web page. All I need to do is pass the content of my VB5 textbox to the text field on the Web page, so that the user won't have to type the same information twice.
Any help will be appreciated.
Of course, I do possess the source files of both the VB5 app and the Web pages.
So, to make things extremely clear, I have a VB5 form containing a textbox (txtName) and a command button. (cmdSendValue)
When I click on the button, I would like to open a Web page and automatically fill in a text field (ID = txtName) with the data contained in my VB5 textbox.
I don't want to trigger any other events on the Web page. All I need to do is pass the content of my VB5 textbox to the text field on the Web page, so that the user won't have to type the same information twice.
Any help will be appreciated.