setTimeout("dos ubmit()",3000)
function dosubmit(){
myform.submit()
}
Question: im assuming that this code imbedded into the page will hold the page til time is up?
Question: 3000 seconds ??
Question: do i put this code before the Response.Redire ct? or does this code need to be modified to redirect to a certain URL?
function dosubmit(){
myform.submit()
}
Question: im assuming that this code imbedded into the page will hold the page til time is up?
Question: 3000 seconds ??
Question: do i put this code before the Response.Redire ct? or does this code need to be modified to redirect to a certain URL?
Comment