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. tecmeister

    replace [/b] || [/i]

    I have tried both ways to replace the open and close but having issues. Is there a way where I can replace them both? I want to make it global //g so I can replace all.
  2. tecmeister

    Prevent muuuultiple characters

    If you are wanting to stop users from typing certain stuff. You can create and array of all the stuff you don't want. Then create an eventHandler - onkeyup=checkValue() to the textbox. In the function checkValue(). Get the length of the array and create a for loop and search() for each one...
  3. tecmeister

    replace [/b] || [/i]

    Hi Guys, I am having trouble in replacing all of the [/b] and [/i]. Thanks for your help, tecmeister.

Part and Inventory Search

Back
Top