QUOTE(Amadeus @ May 3 2005, 06:15 AM)
If the form is going to be auto filled, and then auto submitted, might I ask why you would need a form at all? When you say it has to be done via a vb application, does it actually have to be done via the application, or can you just use vb.net on the web page itself. In either case, you would be able to auto fill and submit using the onLoad method, either page for the web app, or form for an application. anything in the onLoad method will run as the web page is loaded....so that's where you can populate the data and submit.
Well i could od that but the problem is that the user does have input.
Bascially what the form is, is an upload form. And the vb progrma will (What i want it to) is fill in the path to the local file, and click submit (it's a .LUA scripting file on their c drive), andi don't wan thtem to see this page at all, or have to manually do anything, they will simply have to change they're local path if needed (most likely wont have to). So path will be filled from a text box iin teh vb program. Make a bit more sense? Sorry if im being unclear.