Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I need help to translate javascript validator into jython

Evgen Garbuz June 25, 2018

Can anybody help me to translate this script from java to jython?

<script type="text/javascript">
function validate()
{
if (document.getElementById("customfield_19600").value.length >33)
{
alert ( "Invalid length, must be no more than 33 characters" );
return false;
}
}
</script>

0 answers

Suggest an answer

Log in or Sign up to answer