Hi,

I'm thring to get a form to respond to slections made in a select control.

I'm not going mad it just feels like it - but my form just stopped working.

If I put an onclick="alert 'hello world'" it will show the msgbox

If I put a sub

sub xys_onclick()
alert "hello world"
end sub

this will not work.

Where am I going wrong?

Help PLEASE!

NEIL