Current location: Hot Scripts Forums » Programming Languages » ASP » Problem with CDONTS


Problem with CDONTS

Reply
  #21 (permalink)  
Old 08-07-03, 01:25 PM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #22 (permalink)  
Old 08-07-03, 01:32 PM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #23 (permalink)  
Old 08-07-03, 10:22 PM
javadude2003 javadude2003 is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #24 (permalink)  
Old 08-07-03, 11:09 PM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
Cool glad you got it working!
__________________
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.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
file download problem ukyankee Perl 6 10-04-03 10:39 PM
MIME problem beshoo PHP 1 08-28-03 06:19 PM
Include problem lapo4ka18 PHP 3 08-23-03 08:03 PM
jpGraph axis labeling problem Squeezer PHP 2 08-20-03 07:53 AM
Another CDONTS Step ASP 7 08-13-03 04:20 PM


All times are GMT -5. The time now is 03:09 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.