http://www.w3schools.com/jsref/event_onchange.asp Maybe I'm reading it wrong. Have you tried assigning a function to it instead of actual syntax? I'm sure it can be done, but just a thought.
On Saturday, October 11, 2014 9:49:36 PM UTC-4, Burke Knight wrote: > > Hello, I'm trying to convert a user script that was made for SMF forums, > to have drop down under the quick reply. > However, I'm trying to make a copy of the script, to be used with Wedge, > another forum software, that is forked from SMF, and changed to it's own. > (Yes, that is legal, and encouraged...lol) > > Now, here is the part of the code that I am having an issue with. I have > the drop down showing, but when make the selection, it does not do anything. > > var dropdownList = '<td align="right"><b>BurkeKnight Enterprises Quick > Links:</b></td><td><div style="font-size: x-small; zindex: 1; > id="convertdiv"><select name="dropdown" onchange="if (!this.value) return; > replaceText(this.value, document.forms.postmodify.message); return false;">' > ; > > I have checked, and it seems that even though Wedge has a rich text > editor, the names are still the same as SMF, postmodify, message, etc. > Any help on this, would be appreciated. > -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
