Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
// Quick PM Reply Box - Leave Copyright Intact Wherever Used
// Created For Invision Free
// Author: Zero Tolerance © Game Zone | Evolution 2004 [http://gzevolution.net]
if(location.href.match(/act=Msg&CODE=(\d+)&VID=(\w+)&MSID=(\d+)/i)){
function ValidateForm(isMsg){MessageMax="";Override="";
MessageMax=parseInt(MessageMax);
if( MessageMax < 0 ){MessageMax = 0;}
MessageLength = document.REPLIER.Post.value.length;
errors = "";if(isMsg==1){
if(document.REPLIER.msg_title.value.length < 2){
errors = "You must enter a message title";}}
if (MessageLength < 2){errors = "You must enter a message to post!";}
if (MessageMax !=0) {if (MessageLength > MessageMax) {
errors = "The maximum allowed length is " + MessageMax + " characters. Current Characters: " + MessageLength;}}
if (errors != "" && Override == "") {alert(errors);
return false;} else {document.REPLIER.submit.disabled = true;return true;}}
url=location.href.split('/')[4];url=location.href.replace(url,'')
pmReplyBox="Page creation time: 0.0155 seconds | Archive Quick PM Reply Box "
pmReplyBox+="" div=document.getElementsByTagName('div') for(d=0;d |