Ciao a tutti,
mi direste perchè con questo codice:
codice:
var regex = new RegExp("");
var match1 = regex.exec(ajax.responseText);
dove ajax.responseText è :

codice:
...

      <td width="150">{username}</td>
      <td width="150">{accesso}</td>

...
mi da sempre match1 NULL?

Grazie