Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sarav45

    LCID Local Date / Time

    Hi, r u fetching the value from DB and showing it out , or just setting the LCID value and getting the Date and Time value.. If u send the the o/p format u r getting in ur browser , we can give the clear picture of ur problem
  2. sarav45

    how to find integer value for an ascii character

    How to Find Integer value for an ascii Character. For ex: integer value of Ascii('A') is 65 , How to find these value using, kindly help me out
  3. sarav45

    How to HighLight Multiple Lines?

    hi jaredn,(thanks for ur reply) actually i want to highlight the text in the textarea this is the code: txt = window.document.frmManualEdit.taFileContent.createTextRange(); txt.findText(str); txt.select(); txt.scrollIntoView(); if str contains string without \n i.e multiline it is...
  4. sarav45

    How to HighLight Multiple Lines?

    sir, i have doubt in built-in "Find in Page" functions... i want find multiple lines in a page...., but when i use the findText function , it is recognising single line strings , but not for the multple line strings. i want to find that string and highlight it pls help me in this...
  5. sarav45

    sir, i have doubt in built-in "Fi

    sir, i have doubt in built-in "Find in Page" functions... i want find multiple lines in a page...., but when i use the findText function , it is recognising single line strings , but not for the multple line strings. i want to find that string and highlight it pls help me in this...

Part and Inventory Search

Back
Top