Alfredomulet
MIS
Hello, can you execute an insert into command by clicking on a link / button, etc... without having to send it to a new .asp page?
I have 2 .asp pages:
Page1.asp shows some database data and requests some values using a form.
Page2.asp shows the same database data and performs some calculations on the data based on the values provided by the user on page1.asp.
What I need is a link that gives me the option to insert the results from this page in the database if the user agrees. I have the update code and works fine, but I don't know how to offer the validation option in the same page.asp. Can I do it??? Some "OnClick" function to continue with the vbscript code??
Thanks!
I have 2 .asp pages:
Page1.asp shows some database data and requests some values using a form.
Page2.asp shows the same database data and performs some calculations on the data based on the values provided by the user on page1.asp.
What I need is a link that gives me the option to insert the results from this page in the database if the user agrees. I have the update code and works fine, but I don't know how to offer the validation option in the same page.asp. Can I do it??? Some "OnClick" function to continue with the vbscript code??
Thanks!