And that is what the code I linked to can do.
If you want to have the textarea disabled then you can.
you simply add an onclick event to whatever element you wish to use and pass whatever text string you want to the function, which is then inserted into the textarea.
If anything, the script is OTT for what you need and all you probably need is
Code:
<img src="blah-blah" onclick="document.formname.textareaname.value='Whatever text you want to put in it'" />
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|