Hi,
I have a table named "mytab". If i use this code in PostExecution:
var table = document.getElementById("mytab");
The table variable is null, why?
Is there another method to do this job?
Thanks
I have a table named "mytab". If i use this code in PostExecution:
var table = document.getElementById("mytab");
The table variable is null, why?
Is there another method to do this job?
Thanks