Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP WITH ADD, CHANGE, DELETE BUTTON FEATURES

Status
Not open for further replies.

1712

Technical User
Nov 8, 2000
66
NL
Is there a simplistic way of creating a data entry form and have the traditional Add, Change, and Delete button on the same ASP page and use VBscript to conditionally make the data manipulations depending upon which button is pressed?

I have not seen any samples that do it this way for web development.

Also, would it be better to use javascript do this job. I am using SQL 2000 tables and prefer to work using VB, ADO, VBscript, ASP etc to do this job.
 
1712,

It all depends on where the data resides. If you just want to make the web page data change, I suggest you use javascript. If you want to change the data back on the server, use vbscript and ASP.


Cheers,
fengshui_1998
 
Thanks for responding fengshi!

I understand the client side vs server side with javascript/vbscript respectfully, but I was wondering what method would be prefered to initiate an add, change, or delete operation from one form using vbscript.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top