Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 add dropdownlist to post.asp
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

cripto9t
Average Member

USA
881 Posts

Posted - 02 February 2006 :  12:45:34  Show Profile  Reply with Quote
If "modedit" = true, you haven't given a value to "txtMessage" that I can see. Maybe I'm missing it :^)

	if Request.Form("modedit") = "true" then
                'You haven't pulled it from the form yet, so txtMessage = "" at this point
	        txtMessage = txtMessage & "<br>This post was edited by a moderator at " & DateToStr(strForumTimeAdjust)  
	        ArticleCat = ChkString(Request.Form("ArticleCat"),"SQLString")
	        PicLink = ChkString(Request.Form("PicLink"),"SQLString")
	        Ingress = ChkString(Request.Form("Ingress"),"SQLString")
	        txtSubject = ChkString(Request.Form("Subject"),"SQLString")
	else
	        txtMessage = chkString(Request.Form("Message"),"message")  'Works here 
	        ArticleCat = ChkString(Request.Form("ArticleCat"),"SQLString")
	        PicLink = ChkString(Request.Form("PicLink"),"SQLString")
	        Ingress = ChkString(Request.Form("Ingress"),"SQLString")
	        txtSubject = ChkString(Request.Form("Subject"),"SQLString")
	end if

	txtSubject = chkString(Request.Form("Subject"),"SQLString")

also "txtSubject" is defined twice. just extra code<

    _-/Cripto9t\-_

Edited by - cripto9t on 02 February 2006 12:47:03
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 03 February 2006 :  05:47:29  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Okay, txtSubject may be removable, the other I don't know.. It IS working =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07