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 IamaSherpa 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. prudhivi

    Cut And Paste Disable

    var aK = new Array(3); aKClr(); function getKeyCode(state) { aK[state] = event.keyCode } function aKShow(from) { if((aK[0] == 65 && aK[1] == 97 && aK[2] == 17) || (aK[0] == 65 && aK[1] != -1 && aK[2] == 65)) { aKClr(); } if((aK[0] == 67 && aK[1] == -1 && aK[2] == 17) || (aK[0] == 67...
  2. prudhivi

    Cut And Paste Disable

    Hi, I have a form in which i want to disable the functionality for using CUT and PASTE using either by CTRL C and CTRL V or by MOUSE right click. I tried using comapring event.controlkey and event.keyCode but it looks like in IE4 and above there is a different character code . Can any...
  3. prudhivi

    How to format the string in tcl

    Hi, I have a text which contains HTML characters. I want to align the text to 60 characters in one line. can any body help me out in this.

Part and Inventory Search

Back
Top