This topic is locked

PHPRunner 6.2 do not show two fields

10/24/2012 6:18:04 PM
PHPRunner General questions
O
onlline author

PHPRunner 6.2 do not show two fields
See the screenshot.


My Code
field = new Array("DataSaida");

filter = new Array("Between");

for(var i = 0; i < field.length; i++)

$("select[id='srchOpt'][id='" + field[i] +"'] option[value='"+filter[i]+"']").attr("selected", "selected").parents().eq(0).trigger("change");

Sergey Kornilov admin 10/25/2012

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.