Hi when I click a smiley, it triggers an event - a similar methoed I want to make, so I could replace some of the combo box's ex. in the pms script.
I want an image for Inbox, and one for Outbox.
..when you click on them it should do the same as the combobox does now - reason
Combo box's ruins the layout and seems in this case to be an odd way for the event:
Im not sure how much work theres into this, but I would sure like to hear from some of you..
about it :)
ahh turned out to be simple :)
..just add
<a href="?box=0"><img....></a> for the inputbox, and
<a href="?box=1"><img....></a> for the outputbox :D