R
RyanG
Say I have an app that, using the server & database, verifies some
information the user has submitted (EX: verifying to make sure the
address matches our record).
What I want to be able to do is IF the information matches what's in
the database, when he hits the submit button he will be redirected to
the next page. If the information does NOT match, I want a JavaScript
confirmation box to appear informing the user that some information
does not match and ask if the transaction should continue.
I want the confirmation box to pop up ONLY when the information fails
the verification. If it passes the page should just redirect to the
next.
How can this be accomplished??
Thanks in advance.
information the user has submitted (EX: verifying to make sure the
address matches our record).
What I want to be able to do is IF the information matches what's in
the database, when he hits the submit button he will be redirected to
the next page. If the information does NOT match, I want a JavaScript
confirmation box to appear informing the user that some information
does not match and ask if the transaction should continue.
I want the confirmation box to pop up ONLY when the information fails
the verification. If it passes the page should just redirect to the
next.
How can this be accomplished??
Thanks in advance.