PDA

View Full Version : onclick event


netlabs
06-28-2005, 01:48 PM
hi. i have one javascript class for creating custom list box with few cells. i made the script but can not set onclick event with params. i need to set onclick event and give it vai param the data. can someone help me? :confused: :confused: :confused:

nikkiH
06-28-2005, 03:46 PM
Post code please.

Kor
06-28-2005, 05:32 PM
element.onclick=function(){somefunction(someparameter)}