html - Adding multiple values or names -
how can add multiple values have multiple names in code:
<input id="nick" class="form-control" placeholder="nick" readonly="readonly" value="bob,bill,brian" maxlength="15" />
so, random name selected, either bob, or bill, or brian. how can work?
Comments
Post a Comment