【发布时间】:2017-04-19 10:43:42
【问题描述】:
大家好, 所以基本上我需要搜索正在进行的应用程序并单击应用程序 ID。下面是 HTML。
Html: emphasized text
<table cellspacing="0" cellpadding="0" border="0" class="list">
<tbody>
<tr class="headerRow">
<th scope="col" class="actionColumn">Action</th>
<th class="zen-deemphasize" scope="col">Application ID</th>
<th class="zen-deemphasize" scope="col">Application Status</th>
<th class=" zen-deemphasize" scope="col">Co-Applicant</th>
<th class="DateElement zen-deemphasize" scope="col">Created Date</th>
<th class=" zen-deemphasize" scope="col">Created By</th>
<th class="DateElement zen-deemphasize" scope="col">Last Modified Date</th>
<th class=" zen-deemphasize" scope="col">Last Modified By</th>
</tr>
<!-- ListRow -->
<tr onmouseover="if (window.hiOn){hiOn(this);}" onmouseout="if (window.hiOff){hiOff(this);}" onfocus="if (window.hiOn){hiOn(this);}" onblur="if (window.hiOff){hiOff(this);}" class="dataRow even first">
<td class="actionColumn"><a title="Edit - Record 1 - 27394022" class="actionLink" href="/a08Q00000071tCE/e?retURL=%2F001Q0000012jqbt">Edit</a> | <a title="Delete - Record 1 - 27394022" onclick="return confirmDelete();" class="actionLink" href="/setup/own/deleteredirect.jsp?delID=a08Q00000071tCE&retURL=%2F001Q0000012jqbt&_CONFIRMATIONTOKEN=VmpFPSxNakF4Tnkwd05DMHlNbFF4TURveE1Ub3pOeTR4TmpWYSxSTHpOd1ZjSC1CUmZfc3puYllINktsLFltVXpPVFUy">Del</a></td>
<th
class=" dataCell " scope="row"><a href="/a08Q00000071tCE">27394022</a></th>
<td class=" dataCell ">In Progress</td>
<td class=" dataCell "> </td>
<td class=" dataCell DateElement">17/04/2017</td>
<td class=" dataCell "><a href="/005E0000005pAqf">Web API</a>, 17/04/2017 5:54 AM</td>
<td class=" dataCell DateElement">17/04/2017</td>
<td class=" dataCell "><a href="/005E0000005pAqf">Web API</a>, 17/04/2017 6:17 AM</td>
</tr>
提前致谢。
【问题讨论】:
-
欢迎,梅赫克。请阅读how to ask a good question 上的帮助,特别是展示您已经尝试过的内容并告诉我们出了什么问题。