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 =...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.