December 17, 200124 yr Hi, I have created the following, a client page with a form . This gets sent to an asp page, which contains the following code. (strAll is the contents of the form). It works perfectly for updates to the FM pro 5.5. database. However, how can i detect an error (eg if the database isnt open on the remote server.) I have tried the following but it doesnt work: -------------------------------------------------------------- strAll = "http://10.32.52.75:591/FMPRO?-db=blah blah, etc Set ContentXML = Server.CreateObject("Microsoft.XMLDOM") ContentXML.validateOnParse=True If ContentXML.load((strAll)) then response.redirect "thanks.htm" else response.redirect "failed.htm" end if -------------------------------------------------------------- MAny thanks for any ideas Neil. [ December 17, 2001: Message edited by: neilvk ]
December 17, 200124 yr Author Hi Garry, No i dont have that in my url. only the fieldnames and values. Could that be used ? Thanks Neil.
Create an account or sign in to comment