This topic is locked

Phprunner 5.3b 6264 Javascript error ie8

9/14/2010 12:12:20 PM
PHPRunner General questions
G
gchable author
var curp1 = Runner.getControl(pageid, 'CURP');
function func() {

var curp = curp1.getValue();

/*curp1.setValue(trim(curp).toUpperCase());*/
if (curp == "" || curp.length < 18){

alert('Es necesario proporcionar los 18 caracteres que componen la CURP.')

curp1.setValue('');

return false;

}
};
curp1.on('change', func);


[media]http://www.youtube.com/watch?v=skcXDvAI7ac[/media]
Video HD http://www.megaupload.com/?d=1ZA22UE8

Sergey Kornilov admin 9/14/2010

gchable,
I would ask you to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.