Jump to content

coding fix - alliance announcements


maxfiles

Recommended Posts

In the alliance announcements coding you use the maxlength in the message option, but not in the announcement_title field name 

 

You code it for a post value check when you could use maxlength=30 on the input to have the value as: 

<input type="text" maxlength="30" name="Announcement_Title" size="30" class="FormFieldInput" style="WIDTH: 150px;">

This would eliminate the post code check requirement. 

 

just my opinion which could clean up the code. 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...