Hi there,
Just like this forum got, you have a button saying 'B'. when you click it, it adds the Bold tag, making all text after it bold, untill the end tag. What I want to do is simply, make a short javascript (function), which will have 2 vars, so like:
Code:
function bold(form, textbox)
I have no idea if that will work, as this is my very first thing in javascript. When the button 'B' (Form input type="Button") is pushed, I want to add [B] onto the end of document.form.textbox.value.
How would I do this?
Thanks
-NeoPuma