Possible Duplicate:
How do I split this string with JavaScript?
My point is something like this that I have a string and i have stored it into a variable somethink like this
var text1 = "show, text, into input";
Can I show this variable into three different inputs which are in HTML? I mean every word after ", " should be show into an input.