问题描述
可以帮助我这方面
我从我的asp页面输入数据库中的一些值。为此,我使用提交按钮将表单提交到insert.asp的新页面。此页面执行插入并将其重定向回我的previos页面。
我可以不在同一页面上插入这个吗?
如果我在同一页面上插入代码,它也会执行页面刷新的插入...这就是为什么我使用另一个页面(有些人说为什么用户刷新页面?..但我们不能restrick用户不要刷新页面......)....
所以有什么方法可以在提交点击时执行插入而不是在页面刷新...
或有没有办法在两个不同的按钮上调用两个不同的服务器端功能(或执行两个不同的代码)。
请帮助......
thnx提前..
Rahul
can some help me in this regard
i m entering some values in my databse from my asp page. for this i m using a submit button which submit the form to a new page that is ''insert.asp''. this page perform insertion and redirect it back to my previos page.
can i not do this insertion on the same page?
if i wirte insertin code on the same page it perform insertion for the page refresh also...thats why i m using another page(some people says why user refresh page?..but we can not restrick the user to not to refresh page...)....
so is there any way when i can perform insertion on submit click only and not on page refresh...
or is there any way to do call two different server side function(or perform two different code) on two different buttons.
pls help....
thnx in advance..
Rahul
推荐答案
这篇关于如何检查页面刷新和页面提交?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!