Click to See Complete Forum and Search --> : Separate Fields in Java script


Gerom7
06-12-2006, 12:03 PM
I know it will sound strange to put JS thread in ASP section. But if anyone can point me to a write dirrection. How to separtate chunk of data in javascript variable into separate fields.


Thank you.

russell
06-12-2006, 12:44 PM
Try Split() (http://msdn.microsoft.com/library/en-us/script56/html/7f093336-c887-4efb-b91f-819b6d18a181.asp?frame=true) or substr() (http://msdn.microsoft.com/library/en-us/script56/html/f12541c1-2623-482e-941d-2e22bc3c4a4a.asp?frame=true) method