Hi hope someone can help me with the folowng
I have two
<input type="text" id=source1">
<input type="text" id=source2">
and one
<input type="text" id=dest1">
i want the value from source1 and source2 to dest1
i put in source1 a name Like John Doe and in source2 only a *
in dest1 i want John Doe * with the star behind the name
Thankss in advice John