JustinCredible
New member
- Joined
- Aug 23, 2009
- Messages
- 3
- Programming Experience
- Beginner
I want to create a program which inserts the person's data from a textbox into a form on the webpage named "name" (for example).
I want to be able to make them select from a dropdown list named "cat" and what they select is selected on the dropdown form too.
I also want them to be able for the person to select a file on their machine which is entered in a form named "thumb"
I'm completely stumped on how to do the above in VB 08. Also, how to use a submit button? On the page, the submit button's code is
<input type='submit' value='Submit' />
How to manipulate that in VB 08?
Excuse me if this was asked, Google wasn't in my favours today.
I want to be able to make them select from a dropdown list named "cat" and what they select is selected on the dropdown form too.
I also want them to be able for the person to select a file on their machine which is entered in a form named "thumb"
I'm completely stumped on how to do the above in VB 08. Also, how to use a submit button? On the page, the submit button's code is
<input type='submit' value='Submit' />
How to manipulate that in VB 08?
Excuse me if this was asked, Google wasn't in my favours today.