i think i found the problem, give me a min to fully test....
__________________ Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile http://www.iportalx.net an easy ASP portal system.
Ok i found the problem, the following code is hanging up the pages,
Code:
If LCase(Request.ServerVariables("REQUEST_METHOD")) <> "post" Then
Response.Redirect(Request.ServerVariables("URL") & "?prob=post")
End If
and
Code:
If Len(sender) = 0 Or Instr(sender, "@") = 0 Or Instr(str_sender, ".") = 0 Then
Response.Redirect(failure & "?prob=sender")
End If
I cant believe i didnt see this in the 1st place
__________________ Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile http://www.iportalx.net an easy ASP portal system.
ok I finally got it right this time, and it works beautifully. Thanks so much for your help. Usually I programm pretty flawlessly, but using ASP code to provide error hadnling wasn't the best of ideas. So I just used javascript for error handling instead. Again, my profound thanks.
__________________ Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile http://www.iportalx.net an easy ASP portal system.