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 DEV-Group
 DEV Bug Reports (Open)
 modifyIt --> title error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Nathan
Help Moderator

USA
7664 Posts

Posted - 19 March 2002 :  00:22:00  Show Profile  Visit Nathan's Homepage
As shown here, when the title field has to many characters it generates an internal server error. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=24662

It should generate an error similar to the old siggy error.

To fix, add this to the case "ModifyIt" (pop_profile.asp about line 1000)

if Len(Request.Form("Title")) > 50 then
Err_Msg = Err_Msg & "<li>The title can not be greater than 50 characters. "
Err_Msg = Err_Msg & "It now is <b>" & Len(Request.Form("Title")) & "</b> characters long.</li>"
end if


  Nathan Bales - Romans 15:13
----------------------------------

Snitz Exchange | Do's and Dont's

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 March 2002 :  00:31:37  Show Profile
in v3.4 we've added maxLength=""50"" to the input box for the title.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07