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 SkipVought 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. confused101

    setting input to readonly using javascript

    fehreke i can't access you link i don't have permissions. thanks for your reply.
  2. confused101

    setting input to readonly using javascript

    if(document.SLSHDB04.ADBTN.value == 'A') {document.getElementById("CERT").readOnly = false;} else{document.getElementById("CERT").readOnly = true; } if(document.SLSHDB04.ADBTN.value == 'A') {document.getElementById("CERTDT").readOnly = false;}...
  3. confused101

    setting input to readonly using javascript

    thread216-1210105 I am setting input field to readonly based on certain value being passed on formload, the only problem I am having is the backspace button. If i click in the input field and use the backspace button it returns the previous form. I need the backspace button to backspace out...

Part and Inventory Search

Back
Top