Javascrip code:
var input_id;
var patt=new RegExp(/(?<=id=")[\w\W]*?(?=")/);
input_id = patt.exec('<input id="input_1" value="">');
I cannt get the input id when I running on current page, but i can get it running local.
is this a zennoposter bug?
var input_id;
var patt=new RegExp(/(?<=id=")[\w\W]*?(?=")/);
input_id = patt.exec('<input id="input_1" value="">');
I cannt get the input id when I running on current page, but i can get it running local.
is this a zennoposter bug?