Peter
New Member
God
Posts: 6
|
Post by Peter on Oct 30, 2004 13:16:14 GMT
Simple script that will change the default value of the display name's value from 30 characters to something lower.
<script type="text/javascript"> <!--
var Length = "18"
if (location.href.indexOf("=profile&username=")!=-1){ document.creator.name.maxLength = Length }
//--> </script>
|
|