frankenberrie
02-11-2005, 05:28 PM
I checked with Vbulletin.com and was told to check here:
Let's say I wanna added a pull down menu to my new post screen and what is selected I want to appear in the editor just like when you select a smilie.
For example: This is the kind of form/pull down menu:
<SELECT name="testform">
<OPTION VALUE="" SELECTED>Test form
<OPTION VALUE="Hello everyone">hello
<OPTION VALUE="Goodbye">bye
</SELECT></FORM>
I want the selected option to appear in the newpost/newrepy text box. Any ideas how I can do this? Thank you so much.
Mark
Let's say I wanna added a pull down menu to my new post screen and what is selected I want to appear in the editor just like when you select a smilie.
For example: This is the kind of form/pull down menu:
<SELECT name="testform">
<OPTION VALUE="" SELECTED>Test form
<OPTION VALUE="Hello everyone">hello
<OPTION VALUE="Goodbye">bye
</SELECT></FORM>
I want the selected option to appear in the newpost/newrepy text box. Any ideas how I can do this? Thank you so much.
Mark