Hi juanduke ! Thanks for the tip. It worked. I will do some more complicated work on this now.
Cheers, Vineet On Oct 6, 5:03 pm, juanduke <[email protected]> wrote: > Hi Vineet: > > You need to change this line; > > <input id="name" onkeyup="ajax('echo', ['name'], 'target')" /> > > for this line: > > <input name="name" onkeyup="ajax('echo', ['name'], 'target')" /> > > (change id='name' for name="name") > HTH!!! > Bye

