This topic is locked
[SOLVED]

 print a message in a list

2/15/2019 10:41:40 AM
PHPRunner General questions
A
ayctech author

hi, how could a message be printed with the javascript events without using an alert, in the image I show an example

A
ayctech author 3/7/2019

if you could tell me what function or procedure should be called to print by jquery or javascript

A
ayctech author 4/4/2019

var id_articulo = Runner.getControl(pageid,'id_articulo');
if( id_articulo.getValue() > 100 )
id_articulo.setInvalid( 'Price can not exceed 100' );
else
id_articulo.setValid();