Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
gud day..how to add onchange event in the lookup wizard????..like this...<select name = "a" onchange="changeText()"></select>tnx , tnx ,tnx
Hi,switch to HTML mode on the Visual Editor tab and add following code at the end of the page:
<script>document.forms.editform.value_Fieldname.onchange = function(){changeText();}</script>
tnx jane..its help me alot...