Example : var eleTables = document.getElementsByTagName("table"); for (var i=1;i var tId = eleTables[i].id; if(tId.substring(0,7)!=''){ if(tId.substring(0,7)=='report_'){ var originalId = i; var tableIds = eleTables[i].id; tableId = tableIds; return tableId; } } }
Create the POPUP Image on tabular column
Example : var link = document.createElement('a'); var image = document.createElement('img'); var span = document.createElement('span'); link.setAttribute('href','javascript:genList0_f16_0("'+a1+'","'+filters+'")'); link.className="dark"; image.setAttribute('src','/i/list_gray.gif');
Based on Custom POPUP(Head No Column) append the value to Select list(Product) and read only column(Description and Drawing No) Here Return value(M2595) also customized then return to Tabular Column.
Ajax(Application Process) used to call the DBMS_SCHEDULER then generate the job name
Ajax(Application Process) used to call the DBMS_SCHEDULER .CREATE_JOB then Execute the job name
Example : select DBMS_SCHEDULER.GENERATE_JOB_NAME('hariharhomes') into jobnames from dual; dbms_scheduler.create_job( job_name=>jobnames, job_type=>'executable', job_action=>'/u01/app/oracle/product/10.2.0/ias/Apache/Apache/images/mani.sh', enabled=>TRUE );
Example: var ApexTableId =filter.id; var row= ApexTableId.substring(4,8); var newCell = ApexTableId.rows[row].cells[4]; newCell.innerHTML = Databasevalue;
Ajax(Application Process) used to get the value from Data Base then append into Table cell
output : In our project Product Description is Tabular Form Read only Column