HTML Wait for DBR's?

F

Frank

I have a form that has four DBR's and then does a "Redirect" to another
form that uses the same DB.
Sometimes the server seems to "get lost" and when the second form opens
it produces a DB Results Error.

I want to enter a short wait state in the first form to make sure the
DBR's have completed before issuing the Redirect.
Is there a simple command to "wait" a few seconds?

Q2 - how many DBR's can be in one form?

Regards,
Frank
 
P

p c

You need to use code.

Javascript has a tine fucntion that can be rolled into a wait function.
PHP has a wait function. You can use jscrip on the client or the server
w/asp.

google for the script language + wait/delay/sleep function.

...PC
 

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