Microsoft
Software
Hardware
Network
Question : JS - How do I parse a colon delimited string into an Array?
JS - How do I parse a colon delimited string into an Array?
var bdlist = '36:24:12:4'; -- this actually comes from database
???????????
for ( var j=0;j< bdlist.length; j++ ){
alert(bdlist[j]);
}
Answer : JS - How do I parse a colon delimited string into an Array?
use : bdlist = bdlist.split(":")
Random Solutions
T SQL Query and Dates
Cisco ASA 8.3 RDP Configuration Syntax
Complex SQL 2005 Query Help Needed
Exchange 2010 Antivirus Options
Need to show image above datalist if user selects. the image.
window 7 OS: blank (black) screen only, as it logs in
Where is the Default Printer set in Crystal Reports?
SNAPVIEW.OCX
Able to access the internet but unable to receive microsoft updates?
explanation of httpcontext needed