Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text boxes and javascript

Status
Not open for further replies.

adam560

Programmer
Sep 10, 2006
14
AU
Hey, I want to create a html form whereby you can click a button to edit the text in a text box (so you would click a bold button and it would add <b> tags around the selected text.

I've been told that javascript is the best way to do this. How would I go about doing so?

Cheers,

Adam
 
Look into using TinyMCE or FCKEditor. They are both solutions to the kind of problem you want to solve.

Cheers,
Jeff


[tt]Jeff's Page [!]@[/!] Code Couch
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top