1
Hello, does anyone know how I could do that, I have 10 link, each link corresponds to a type element link 1 = :D, link 2 = :S, link 3 = :$
and so on, there I have a input type="text" name="mensagem" placeholder="digite sua mensagem..."/>
, my question is the following, as I would do for when the person clicked on one of these link the value that is informed on them showed in the input? without being by value=""
, I’ll illustrate it better <a href="javascript:void(0)">:D</a> <a href="javascript:void(0)">:S</a> <a href="javascript:void(0)">:$</a>
by clicking on one of these link I want you to send the corresponding value ai link clicked to the input