Image

Imagedevolve_absolve wrote in Imagejavascript 😦busy

Listens: In Flames - Dreamscape

Setting focus to textarea

Hey there folks.

I'm trying to create a form for submitting news articles to a site with options for bold, italic, underline, and hyperlinks. I have the insertion of these sorted, but whenever you hit the button, the focus shifts out of the textarea box and to the button, making it a little infuriating to keep pressing buttons and shifting back to the textarea each time. I'm wondering if there is a way to set the focus back to the textarea after each button press. I've tried googling and looking up some books, but I can't find anything beyond onFocus() and such.

If anyone knows a command to do this, then any help would be great.


Gah, never mind, things were just behaving badly on my part, I sorted it.