Replace Combobox's with Image Click Replace Combobox's with Image Click
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Replace Combobox's with Image Click

Started by popupbob, February 20, 2007, 06:19:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

popupbob

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 :)

popupbob

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