Click here to Skip to main content
15,890,512 members

Comments by KP Singh Chundawat (Top 8 by date)

KP Singh Chundawat 27-Dec-14 13:32pm View    
Thanks for reply me ..js function extract some information from HTML file .so i need it to call ..If you have any idea then let me know sir ....
KP Singh Chundawat 16-Dec-14 8:05am View    
Ok fine ...
This is My Javascript function
function changeColor(startinx,endindex) {
elem = document.elementFromPoint(startinx, endindex);
elem.style.color = "Red";
}

And This is My HTML Code
<div id="code" >

This is your invoice Number 123456789

<br />

This is your invoice Number 123456789

<br />

This is your invoice Number 123456789

<br />
</div>
<br />
<input type="button" value="Mark!" >
</body>

But It is Highlighting full text i dont want to Hightlite full text i want to need highlight a Specific value which is positioning between X&Y .
Thanks
KP Singh Chundawat 14-Nov-14 3:59am View    
Reason for my vote of 5 \n http://www.codeproject.com/Tips/79435/Deserialize-JShttp://www.codeproject.com/Tips/79435/Deserialhttp://www.codeproject.com/Tips/794http://www.codeproject.com/Thttp://www.codeproject.com/Tips/79435/Deserialize-JSON-with-C#ips/79435/Deserialize-JSON-with-C#35/Deserialize-JSON-with-C#ize-JSON-with-C#ON-with-C#http://www.codeproject.com/Tips/79435/Deserialize-JSON-with-C#
KP Singh Chundawat 17-Oct-14 2:06am View    
I got Solution Sinisa Hanjal. if you run this query then you get next identity value Select IDENT_CURRENT('YourtableName')+IDENT_INCR('YourTablename') as NecxtPrimeryIdentityValue

Thanks
KP Singh Chundawat 16-Oct-14 9:15am View    
ok Thank you Sinisa Hajnal ..if it is possible in SQL server, if yes then How? Let me know please.
Thanks once Again
Krishanpal Singh