My website uses an iFrame to display information, and when you click
any of the links, only the iFrame changes and nothing else.
What I would like to do is, when a link is clicked, to see if there are
any errors (400, 404, 500, etc.) before changing the iFrame, and if so,
it displays the error page; if there are no errors, then send the user
the information requested. Is it possible to do this, or would I need
to use something like ASP/PHP?
any of the links, only the iFrame changes and nothing else.
What I would like to do is, when a link is clicked, to see if there are
any errors (400, 404, 500, etc.) before changing the iFrame, and if so,
it displays the error page; if there are no errors, then send the user
the information requested. Is it possible to do this, or would I need
to use something like ASP/PHP?
Comment