Hi All,
I have a document which is having urls. I need make search a word which exist in url , but the same word is also exist in document.
Now i need to create a search which search in url only.
Example document:
<h3>Introduction:</h3>
<p>The purpose of this instruction is to provide directions for using billview. </p>
<h3>Details:</h3>
<p><b><span>To access BillViewer use: </span></b></p>
<ul>
<li>Select or the drop down available in CFE under links or </li>
<li><span>Copy and paste <u> <a target=\"_blank\" href=\"http://10.204.175.97/billview/login.asp\">http://10.204.175.97/billview/login.asp</a></u></span> into a browser window
<ul>
<li>Select the <a href=\"/km/view/kforce99073\" target=\"_blank\">3 letter client code</a> from the drop down list</li>
<li>Select “<b>Login”</b></li>
</ul> </li>
</ul>
<p>On the <b>Main Query screen:</b></p>
<ul>
<li>Enter one of the following to find a participant
billview is appearing in url and other place of document.
I need to search billview in url only. How do i achieve it ?
Please help .