Hello everyone,

I've created an extension that allows a programmer to
receive events for http form controls.

example

myLayer.onfname_change=function(e,control){
  alert('hi')
}
myLayer.ongender_validate=function(e,control){
  if (!control.value) control.cancelAction=true
}

fname is the name of a textbox control within myLayer
and gender is the name of a combobox (select) control.
when the form is been submited a validate event if
triggered on all the controls. Thus allowing a
programmer to perform checks before a submitting the
data.

My only problem is that it does not work in ns4. No
error is generated, but when controls are place inside
layers they don't repond as they should.

Can anyone help?

--
Raymond


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to