Forum Moderators: open
i know i should know this, but i dont seem to ....
wanting to popup an alert, with JS but from the middle of an asp script. depending on the success/failure of a query of the DB.
question is, how do i do this? must i write the script to the page with asp response.write in script tags and then call it in the same fashion, or ...?
and in fact its not even that easy, as the scripts im using, have copious amounts of includes and write nothing to the page apart from a self submitting form right at the last, also via an include.
tia