Hi,
Please tell me, i've to do 2 select boxes for font name, size and a button for font.I am also having more than a textarea. I f i'm entering a text like hi welcome. I've to select the value from the select box.After selecting the values, i'll select the entered text like welcome and i've to click the font button. By clicking the font button my selected text will be seen like <font size=3 name=times new roman>welcome<font>.
I dont know how to do this. Please help me.
Simply, i need to move the event handler from the select element to a button, and have it call a function to get all of the values from the various dropdowns and build the markup text to wrap the selected text with.
How to do this please tell me.


