Submit command?

O

Oded Dror

Hi there,

I'm using VWD 2005 Express with MS Access data source ( northwind employees
table FirstName and LastName only)

I created a form with two input box FirstName and LastName and one Submit
button

My question is how to make this button on click event to submit a new
FirstName and LastName into Employees table?

Another word how to submit a web form results to a database

Thanks

Oded Dror
 
M

m.posseth

wel just create a submit button or handle the buttons click event with a
this.form.submit()
set a post target in the form retrieve the values at the target page
side ( with request.form("varName")

and do whatever you want to do with these values ( like updating your db )

regards

Michel Posseth [MCP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top