It won't work for cut/copy/paste via mouse or menus and will mess with
autocomplete in some browsers.
On 03/04/2008, Paul Erskine <email@hidden> wrote:
> You might get in trouble with the double-quotes within double-quotes... you
> might have to use single-quotes for either one or the other:
>
> onkeyup="document.getElementById('field2').value =
> this.value"
>
>
>
> On Thu, Apr 3, 2008 at 2:53 PM, Lee Hinde <email@hidden> wrote:
> >
> >
> > On Apr 3, 2008, at 2:36 PM, Ben wrote:
> >
> > > add to field1:
> > >
> > > onkeyup="document.getElementById("field1").value =
> this.value"
> > >
> >
> >
> > You mean
> >
> >
> > > onkeyup="document.getElementById("field2").value =
> this.value"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Web-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/web-dev/email@hidden
This email sent to email@hidden