Hi,
I have an iframe with the following HTML which is empty when I load a page.
<iframe id="A"></iframe>
I am loading the following iframe(A) with the following code using JavaScript:
After loading the iframe(A) it creates 10 iframe within iframe(A).
Each new iframe has 1 table and many th tag.
How can I change the css of each th tag from “T” to “ST” ? And how can I assign one more function(PI) to the following button within the last table of iframe(A) using Jquery?
I have an iframe with the following HTML which is empty when I load a page.
<iframe id="A"></iframe>
I am loading the following iframe(A) with the following code using JavaScript:
Code:
document.getElementById(A).src = 'https://adms.lifemark.ca/Apps/app_quickadd_frame.jsp?appid=102946&oppid='+rsCurrentSelectedCaseInfo.getfieldbyname(1, 'opportunityid');
Each new iframe has 1 table and many th tag.
How can I change the css of each th tag from “T” to “ST” ? And how can I assign one more function(PI) to the following button within the last table of iframe(A) using Jquery?
Code:
<table width="100%"><tbody><tr><td class="Submit"><input type="Button" value="Submit" onclick="sb()" style="width:200px"></td></tr></tbody></table>