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
Upgrade ESX 4.0U1 to 4.1
use wireshark to capture whats happening during the logon process
OWA Text Box Issue with IE8/Win7
How to connect to network printer linux
Accessing an FTP server internally that is on a different subnet.
Remote Web Workplace in Server 2008?
How to bounce a database which hs RAC, OEM, ASM and dataguard
SSIS and variable issues
Outlook 2007 delete cross out message instead of deleting
sharepoint foundation 2010 on 32 bit?