Jump to content

[SOLVED] How i can use THAT WAY to insert my sentence


marhoons

Recommended Posts

Hello..
I want any Honey to explain to me or write some code to do this Job..

::) I want to use quick insert sentence Like:
Botton (H).. if i press botton(H) where is the pointer & insert (Hello..)

My target is great some Shortcut of sentences are used most of the time..

for i.e:
Botten(H) ===> Hello My darling
Botten(G) ===> Good Morning
Botten(S) ===> See You later

;D But don't forget we don't need cleear all text in textarea..

Thanks for all..
any one have idea to help me.. ?!
Example: (edit[color=blue] s c r i p t[/color] without spaces)
[code]
<s c r i p t type="text/javascript">

function insert(id,text)
{
document.getElementById(id).value += ' ' + text + ' ';
}

</script>



<a href="#" onclick="insert('my_field','Hello there'); return false;">Add "Hello there" to the form</a>

<textarea id="my_field"></textarea>
[/code]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.