Javascript help
Moderator: General Moderators
Javascript help
like in the form when you are making a post here, how can you make the form so when you click a button, text is added to a textarea?
read the code. Directly from view source:
post is the form name and message is the textarea's name
Code: Select all
document.post.message.value += bbtagsїbutnumber + 1];omg
dude i feel so dumb. thx. forgot about view source.