[thelist] onchange.. my aunt!

Tris beertastic at gmail.com
Tue Jan 30 04:37:23 CST 2007


document.bookingForm.submit()  didn't work..

As for accessibility.. my client doesn't care.. it's a 'quick and nasty' job...
If there's time after, i'll re-investigate though...

Cheers for the heads up though!!!
I work better with a boot up my ar5e... ;-p



On 30/01/07, Austin Harris <austin at dotmail.co.uk> wrote:
> Isn't that a bit dodgy in the realms of usability / accessibility?
>
> ----- "Tris" <beertastic at gmail.com> wrote:
> > Hi all...
> > going back to basics today..
> > I've got a form.. (a form!) that s giving me grief..
> > I want the form to self submit when I change a SE:ECT option.
> > all good, javascript etc... Buuuut...
> >
> > top of my form:
> > <form id="bookingForm" name="bookingForm" method="post"
> > action="<?=$_SERVER['REQUEST_URI']?>">
> >
> >
> > and further down..
> > <select name="departure" id="departure"
> > onChange="document.forms['bookingForm'].submit(); return true;">
> >
> > i've tried using this:
> > this.form.submit();
> >
> > but it just gives me errors :-(
> >
> > A really rookie issue this morning... but google is not helping...!
> >
> > Any ideas?
> >
> > Cheers as always, luv n hugs,
> > Tris...



More information about the thelist mailing list