View previous topic :: View next topic |
Author |
Message |
Kent Guest
|
Posted: Mon Nov 25, 2002 8:51 pm Post subject: I need a javascript expert |
|
|
I want a very specific element to add to a textarea field on my forum board without having to manually add it into the <textarea>middle of</textarea>
what im looking for is a javascript that will create a checkbox field next to my textarea field that would add the line '\image{my photo}' into my textarea field when checked.
Kent . please leave me a message if you can help me. :? |
|
Back to top |
|
 |
badai -
Joined: 24 Apr 2003 Posts: 82
|
Posted: Wed May 21, 2003 6:29 pm Post subject: Re: I need a javascript expert |
|
|
give name or id to your textarea
then at your checkbox try tu use oncheck or onclick or onchange....
Kent wrote: | I want a very specific element to add to a textarea field on my forum board without having to manually add it into the <textarea>middle of</textarea>
what im looking for is a javascript that will create a checkbox field next to my textarea field that would add the line '\image{my photo}' into my textarea field when checked.
Kent . please leave me a message if you can help me. :? |
|
|
Back to top |
|
 |
|