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 strongm 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: *

  • Users: devhelp
  • Order by date
  1. devhelp

    string split

    Thanks Tsuji That works Appreciate everyone's suggestions
  2. devhelp

    string split

    Hey guys I have a string and I am using split() function on it like this var words = s.value.split(" "); but the above statement only splits on a blank space. I also want to split on ":" and "-". How do I do that. I tried the following statement but it didnt work var words =...
  3. devhelp

    Drop-down List Problem

    Hi people I have a drop down list box and I want to disable 2 items in it. For example <select name = "liststatus"> <%= showstatus %> > Now showstatus is a String variable that is calculated earlier. Consider that showstatus has the following value showstatus = "Approved Denied Waiting"...

Part and Inventory Search

Back
Top