Auto validation

From: George (anonymous_at_devdex.com)
Date: 08/18/04


Date: Wed, 18 Aug 2004 06:42:07 -0700

Hi all,

I am using ASP with vbscript on IIS.

I have a page that I am using for order entry. When the first field
(member id) is entered into or when the cursor leaves it, I am trying to
auto fill the name fields.

I can do this in Visual Basic with a LostFocus event, but I cannot see
how to do this in ASP/VBS.

Thanks in advance for your help.

George

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Re: structure address = structure first field address ?
    ... Does the C89/c90 language asserts that the address of a structure and ... the address of the first field of the structure are the same? ... The standard guarantees that "A pointer to a structure object, ... points to its initial member (or if that member is ...
    (comp.lang.c)
  • Re: Preparing linked form for use.
    ... >I have a membership database where new members register on a website ... > Currently I tick the first field and then untick it to have the yes/no ... > when I open the new member record for the first time. ... > if I had code to populate that field the yes/no boxes would be active. ...
    (microsoft.public.access.forms)
  • Preparing linked form for use.
    ... and I download a CSV so that I can work on the data. ... When I have a new member the sub form has no data and the yes.no ... Currently I tick the first field and then untick it to have the yes/no ... if I had code to populate that field the yes/no boxes would be active. ...
    (microsoft.public.access.forms)
  • Re: storing related structs
    ... at that enum (IIRC) if it's either the first field in the structure ... or a member of that first field. ... I decided to err on the side of caution and use the type enum field in struct C. ...
    (comp.lang.c)