Urgent pls help me ..listbox onchange event

Hi frens, i’m sending u some coding …i want to do the same in Lotus Notes form but i’m not getting how to do it …

can anyone suggest me how to do it ?

any help wud be gr8

Please help me it’s urgent

this is the code:

<select name=“myjumpbox”

OnChange=“location.href=jump1.myjumpbox.options[selectedIndex].value”>

 <option selected>Please Select...

 <option value="http://www.davesite.com/">davesite.com

 <option value="http://www.neonlollipops.com/">neonlollipops.com

 <option value="http://www.about.com/">about.com

I want that when user select a particular choice from the listbox and when he click on the Go button then a particular view or form will be opened

Thanx Please try to tell me asap

Kanishka

Subject: urgent pls help me …listbox onchange event

In your designer you’ll see “onChange”.Put the code there.

use myjumpbox.selectedIndex to determine which was selected.

Collin