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
OPENOFFICE TRIES TO IMPORT DOMAIN LOGIN SCRIPT
Blank screen After WIn XP splash screen.
how the BIOS read (load) the first 512 bytes of a bootable hard disk
aol 9.5 software
How to declare the document I'm working in
Need help with div positioning...
Creating FLV thumbnail
Replacing Keyboard on Toshiba Portege A600
URGENT: copy files from one node to another node using pyxmlrpcClient
date input as string