US20040068693A1 - Client side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form - Google Patents

Client side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form Download PDF

Info

Publication number
US20040068693A1
US20040068693A1 US10/680,659 US68065903A US2004068693A1 US 20040068693 A1 US20040068693 A1 US 20040068693A1 US 68065903 A US68065903 A US 68065903A US 2004068693 A1 US2004068693 A1 US 2004068693A1
Authority
US
United States
Prior art keywords
field
mapping
code means
visible
fields
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/680,659
Inventor
Jai Rawat
Ajoy Bhatia
Vasileios Zissimopoulos
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Historic AOL LLC
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US10/680,659 priority Critical patent/US20040068693A1/en
Publication of US20040068693A1 publication Critical patent/US20040068693A1/en
Assigned to AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY reassignment AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AMERICA ONLINE, INC.
Assigned to AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY reassignment AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY CORRECTIVE ASSIGNMENT TO CORRECT THE NATURE OF CONVEYANCE PREVIOUSLY RECORDED ON REEL 019711 FRAME 0316. ASSIGNOR(S) HEREBY CONFIRMS THE NATURE OF CONVEYANCE IS CHANGE OF NAME. Assignors: AMERICA ONLINE, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/12Payment architectures specially adapted for electronic shopping systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/04Billing or invoicing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Definitions

  • the invention relates to electronic form mapping and recognition. More particularly, the invention relates to an automated client-based method of filling out electronic forms that does not require any prior mapping or examination of the forms.
  • the forms are mapped by parsing the underlying code, typically HTML, of the form, for example, the field tags.
  • the map allows the form fields to be automatically populated with the required user data in the required format. Occasionally, for example, in the case of optional fields or forms that have changed slightly so that the saved map is no longer completely accurate, user intervention may be required.
  • the prior art provides several examples of network based or distributed electronic wallets, in which user information is stored in a database for later use.
  • D. Schutzer, System and method for use of distributed electronic wallets European Patent Application No. EP1077419, published Feb. 21, 2001 describes a method and system in which two electronic wallets communicate and exchange information; typically a consumer's electronic wallet populates a merchant's wallet with the consumer's personal data. The merchant wallet stores the consumer's personal data for later use.
  • M. Bahdur, G. Huddleston, C. Paltenghe, M. Takata Distributed network based electronic wallet, European Patent Application No's.
  • EP0917119 and EP0917120 filed May 19, 1999 provide a system in which various classes of user data are stored in distributed databases; the user may download the stored data to a wallet application.
  • the .NET PASSPORT SERVICE provided by Microsoft Corporation of Redmond Wash., includes a service wherein the user may use a single sign-in and make express purchases from participating merchants and web sites.
  • a wallet application allows the user to store personal data on a secure server, such as billing and shipping addresses and credit card data.
  • both of these examples from the prior art employ a distributed architecture and derive their form-filling capability from a record of the form stored at a central location. Neither contemplates the ability to analyze any form encountered and populate the form fields with the required user data in the proper display format without any prior mapping or examination.
  • the invention provides an intelligent form-filler that does not require any prior mapping or examination of the forms.
  • Client-side program code examines electronic documents such as web pages and automatically fills in fields of forms contained in the document with the appropriate data from a user profile, without requiring prior mapping or examination of the form.
  • the application maps user data to the appropriate form field by examining field label text on the form as the user sees it, i.e. text that is visually nearest the field.
  • the application evaluates the field context by determining the field type of neighboring fields to determine the required data.
  • the application parses visual hints concerning, for example, the date format provided to the user and formats the data accordingly.
  • the program code is capable of parsing the form's underlying code.
  • Alternate embodiments of the invention are possible, in which that user information is alternately stored on the client, or on a server, to maximize portability.
  • FIG. 1 provides a screen shot of a typical web-based electronic form
  • FIG. 2 provides a second view of the form of FIG. 1;
  • FIG. 3 provides a schematic diagram of a client-based system for filling out electronic forms according to the invention.
  • FIG. 4 provides a data flow diagram of a client-based method for filling out electronic forms according to the invention.
  • a typical HTML form 100 includes a plurality of fields 101 that must be filled out by the user, for example, when making an online purchase, or registering at a web site.
  • Form-filling software generally analyzes the fields 101 of the form and maps them to the correct user data by parsing the HTML field names, commonly known as field tags (not shown) and then supplying the correct user data from a stored user profile, generally located on a remote server. Because no naming convention has existed for fields in an HTML form, it has been difficult to produce a fully automated form-filler application. Previously, forms had to be mapped or analyzed in advance and the mapping saved in a database of form descriptions, usually also located on a remote server. Often, user intervention is required to complete the form.
  • HTML forms also include a plurality of visible field labels 102 , in which each label is spatially and visually related to its corresponding field, although no programmatic relationship usually exists between them, as with the HTML field tags.
  • the field labels are provided for the user's benefit to advise them of the correct information to enter into a particular field.
  • the invention recognizes that there exists a great deal more uniformity and consistency among the visible field labels than to the underlying field names, because the labels generally identify the information sought in a well-known, highly conventional manner. Based on such recognition, the invention provides a client-based system and method for filling out electronic forms automatically, in which the fields of an HTML form are identified and mapped to the correct user data based on visible form elements such as field labels. Following mapping and identification, the fields of the form are populated with the correct user data, without reference to a previous, stored mapping or analysis of the form, and without requiring user intervention.
  • FIG. 3 a schematic diagram of the system of the invention is shown.
  • a client 301 in communication with a network 307 , retrieves an HTML page containing a web form 308 from a remote site on the network.
  • the web form could be substantially similar to the typical form shown by FIGS. 1 and 2.
  • the client 301 is a conventional microcomputer, either desktop or laptop.
  • a client may also be a process, such as a program, that requests a service from another process.
  • the client communicates with a publicly accessible HTTP network such as the Internet, however other network environments employing other networking protocols are also suitable for the invention.
  • the means of connecting to the network includes dialup and broadband connections, as well as other connection methods, such as wireless.
  • the client 301 has both storage capacity and processing capability.
  • Logic 303 stored and executed on the client implements a probabilistic, rule-based method of analyzing the form in separate steps.
  • the logic traverses the form from beginning to end, locating the field labels, associating them with a field, and then mapping the field to the correct metadata based on a best match from a field label dictionary 304 —a file of analogs, or expressions resembling the field label, stored on the client 301 .
  • Also incorporated in the field label dictionary are the rules for mapping the field to the correct metadata and for mapping fields lacking labels to the correct metadata based on the field's context.
  • the functional blocks of the form are identified, for example, shipping address and billing address. In this way, identical field labels, such as “address” or “zip code” in a shipping address block and a billing address block are mapped to the correct metadata.
  • the logic traverses the form elements in a reverse direction, refining the granularity of the mapping done in the first pass, based on rules contained in a normalization dictionary 305 , also stored on the client.
  • the logic traverses the form a third time, identifying visible display format hints 103 , mapping them to a display format dictionary 306 , also stored on the client.
  • the display format dictionary 306 contains a number of regular expressions that are analogs of, or similar to the visible display format hints 103 found on the form 100 .
  • the display format dictionary 306 contains rules and code for mapping the field to the correct display format.
  • the correct user data is retrieved from a stored user profile 302 , a data file stored on the client, and concatenated, truncated or re-formatted as required b y the display format, and the form fields are populated with the data.
  • the user profile is stored on a server and retrieved by the client.
  • FIG. 4 provides a data flow diagram of the method of the invention 400 .
  • the method is implemented as a JAVASCRIPT function that analyzes forms in a target window and maps each identified form element to the correct user data to be filled into each field.
  • Conventional techniques of computer programming are employed in the implementation of the invention.
  • other commonly known scripting and programming languages would also be suitable for the invention such as VBSCRIPT, PERL, JAVA, or JPYTHON.
  • the invention primarily relies on the visible field label. However, in the absence of a visible field label, the invention also utilizes:
  • the invention matches the values with the dictionaries previously described to map the fields to metadata, wherein metadata comprises a data type, such as
  • the domain-specific data contained in the dictionaries has been kept separate from the processing logic.
  • the invention is easily modified b y substituting dictionaries to support forms written in any language.
  • the mapping and normalization rules are also easily modified to accommodate a variety of settings and applications of use.
  • the core method involves the following steps, each of the steps accomplished in a single traversal of the form elements:
  • a field is positioned in a table cell, analyzing text expressions in adjacent cells; and comparing the analyzed text expressions with entries in the field label dictionary to find the closest match with a metadata expression, wherein the field is mapped to the correct metadata.
  • the field label is typically situated to the left, or immediately above the field. However, according to need, the rules may be varied, to accommodate a placement below or to the right of the field;
  • the analyzed expression is compared with a listing of similar expressions in the field label dictionary to find the closest match.
  • the dictionary expressions, analogs of the analyzed expression are organized according to metadata. Thus, when a match is found, the field corresponding to the field label is mapped to that metadata 404 .
  • a field doesn't have a label. For example, two or three fields may be provided for street address. Often they are labeled “Address 1” and “Address 2,” or something similar. But the first field may only be labeled “Address” and the second address field may not bear a label at all. In such a case, it is possible to map the second field according to its context. Mapping according to context requires that the field immediately preceding the field of interest have been mapped. As fields are mapped during the first pass, the algorithm assumes maximum granularity of the data.
  • the algorithm assumes maximum granularity of the data.
  • an unlabeled field following an “area code” field is assumed to be a “prefix” field, rather than a field asking for the entire remainder of the telephone number.
  • a field labeled ‘Address’ is presumed to be an “AddressLine 1” field, rather than a field that asks for the entire street address.
  • the granularity of the field mapping is refined.
  • the algorithm may analyze the field's programmatic name. Following field name analysis, the field name is compared to the entries in the Field label dictionary and a match found. The field is then mapped as described above.
  • the algorithm uses the default value for comparison with the field label dictionary followed by mapping as described above.
  • the default value acts as the label, e.g. “Select a state.”
  • Radio buttons are completely separate objects in the DOM (document object model) of the page.
  • the logic creates a Radiobutton object.
  • the list of possible values is compared to the field label dictionary and a mapping performed as described above.
  • a block is a functional unit of the form, such as:
  • FIGS. 1 and 2 show different blocks of the same form, with FIG. 1 showing a billing address block and FIG. 2 showing a shipping address block.
  • the block type may be either BILLING or SHIPPING.
  • a new block is assumed to start when an AddressLine 1, NameTitle, FirstName or LastName field is found; and the previous field was not a Name field.
  • To identify whether the block is BILLING or SHIPPING first the HTML fieldname is analyzed. If it matches any of the expressions in either a billing address array or a shipping address array, the block is mapped to BILLING or SHIPPING respectively.
  • the visual text is too large to analyze and may contain additional information such as the order summary or anchor labels, which may contain strings like “Shipping Information” or “Shipping Options,” resulting in mapping to an incorrect block type.
  • the following strategy is able to pick out the block label more accurately. It is adapted specifically to cases in which the address block and its label are situated in a table:
  • the visible display format hints 103 are analyzed.
  • a display format-mapping step 403 the fields that have been mapped to a metadata category 404 are mapped to the correct display format 406 .
  • the display format hints are organized by category, i.e. there is one set of display hints for Phone fields, another for Name fields, Date fields and so on.
  • Display format hint text for the field is captured (The text could be either to the left or right of the field).
  • supplemental text enclosed within parentheses or quotation marks is ignored for the purpose of identifying field labels.
  • priority is given to the supplemental text because the display format hints are more likely to be found in the supplemental text, embedded within parentheses or quotation marks.
  • This text is matched against the expressions found within the display format dictionary 306 in the set of hints for the field category (Note that the field has already been identified, so the field category is known at this point), and the display format is identified. If no display format is obtained and the previous field category is the same as this field category, then the previous display format is applied to this field, too. This would apply to cases like: Home Phone (xxx-xxx-xxxx): Work Phone:
  • the program code object has a flag, which is set whenever a Billing or Shipping Address field or a Credit Card field is identified to indicate the form is a checkout form.
  • the invention also provides checkout form detection functionality.
  • Certain INPUT elements for example, credit card number fields are designated as password fields, so as to mask sensitive information from being displayed.
  • the names of these fields are stored in a separate array.
  • the field type can also be changed to password for certain fields, for example, a form may generally allow users to enter the credit card data in visible dear text.
  • the field type can be programmatically changed to password before filling out the card number so that the data shows up as “******” instead of clear text.
  • the information is used to generate a form mapping.
  • the form mapping is coded in XML (extensible markup language).
  • XML extensible markup language
  • other page description languages would also be suitable in the practice of the invention.
  • mapping the appropriate user data is retrieved from the user profile data file, formatted as required by the newly generated page mapping and the fields of the form populated with the required data.

Abstract

Client side program code examines electronic documents such as web pages and automatically fills out fields of forms contained in the document with the appropriate data from a user profile, without requiring prior mapping or examination of the form. The application maps user data to the appropriate form field by examining label text on the form as the user sees it, i.e. text that is visually nearest the field. For fields lacking labels, the application examines the field context to determine the required data. To enter the information in the correct format, the application parses visual hints concerning, for example, the date format provided to the user and formats the data accordingly. In the absence of any usable visual cues or contextual information, the program code parses the form's underlying markup code.

Description

    CROSS REFERENCE TO RELATED APPLICATION
  • This application is a Continuation of U.S. patent application Ser. No. 10/160,671, filed on May 30, 2002; and a Continuation-in-Part of U.S. patent application Ser. No. 09/561,449, filed on Apr. 28, 2000.[0001]
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0002]
  • The invention relates to electronic form mapping and recognition. More particularly, the invention relates to an automated client-based method of filling out electronic forms that does not require any prior mapping or examination of the forms. [0003]
  • 2. Description of Related Technology [0004]
  • Internet users are only too familiar with the repetitive chore of filling out online forms. Many websites limit full access to registered accountholders. Registration may require providing personal data by way of entering the data into the fields of an HTML form. Return visits to such sites generally require a sign-on procedure in which the user is asked to provide, for example, a user name and password. E-commerce applications require the user to fill in order forms that ask for personal data, billing address, shipping address, credit card information and such. Often, users, when faced with a request to complete yet another form, just move on because they simply don't want to take the time to complete the form. Thus, filling out online forms, while essential, also constitutes a serious obstacle for the site sponsor and the user alike. The user is deprived of what may be an important source of value, and the site sponsor may lose sales, or at the very least, may miss important opportunities to find out more about the people who visit their site. Thus, it would be an important advantage to provide a system that automated the task of filling out electronic forms. [0005]
  • The parent to the current application, J. Rawat, S. Palnitkar, Method and system of implementing recorded data for automating Internet interactions, U.S. patent application Ser. No. 09/561,449, filed Apr. 28, 2000 provides just such a system. User information is maintained in a central database. The user information includes personal data as well as account-specific data, such as the URL, and the login data for sites the user has visited. Client-side program code, integrated with a conventional web browser provides a utility window through which the user may access the central database—to edit user information, for example. In addition to the database of user information, the system also maintains a database of form information wherein mapping information is stored for forms from previously visited web sites. The forms are mapped by parsing the underlying code, typically HTML, of the form, for example, the field tags. When a mapped from is subsequently encountered, the map allows the form fields to be automatically populated with the required user data in the required format. Occasionally, for example, in the case of optional fields or forms that have changed slightly so that the saved map is no longer completely accurate, user intervention may be required. [0006]
  • The prior art provides several examples of network based or distributed electronic wallets, in which user information is stored in a database for later use. D. Schutzer, System and method for use of distributed electronic wallets, European Patent Application No. EP1077419, published Feb. 21, 2001 describes a method and system in which two electronic wallets communicate and exchange information; typically a consumer's electronic wallet populates a merchant's wallet with the consumer's personal data. The merchant wallet stores the consumer's personal data for later use. M. Bahdur, G. Huddleston, C. Paltenghe, M. Takata, Distributed network based electronic wallet, European Patent Application No's. EP0917119 and EP0917120, filed May 19, 1999 provide a system in which various classes of user data are stored in distributed databases; the user may download the stored data to a wallet application. M. Sivadas, D. Steed, J. Main, Server-based electronic wallet system, European Patent Application No. EP1 [0007] 168264, filed Jan. 2, 2002 describes system in which purchase requests directed to a merchant server from a wireless device are mediated by one or both of a proxy server and a wallet server. The .NET PASSPORT SERVICE, provided by Microsoft Corporation of Redmond Wash., includes a service wherein the user may use a single sign-in and make express purchases from participating merchants and web sites. A wallet application allows the user to store personal data on a secure server, such as billing and shipping addresses and credit card data. When the user makes a purchase from a participating merchant, the user data is automatically supplied to the merchant from the secure server. In all of these previous examples from the prior art, a distributed, or client-server architecture is essential to the proper function of the system. None of the systems described contemplate an exclusively client-based form-filler that is capable of populating any web-based form with user data. A. Gupta, A. Rajaraman, Method and system for automatically filling in forms in an integrated network based transaction environment, U.S. Pat. No. 6,199,079, filed Mar. 20, 1998 describes a method of automatically filling in online forms presented by web pages, in which a particular form is assigned a unique identifier and a template for the form is stored in a database of form templates, indexed by forms' unique identifiers. When the user encounters a form, the form is filled in according to that form's template from the database. R. Haridas, M. Markus, Method and apparatus for completion of fields on Internet page forms, International Application No. PCT/US00/41802, filed on Nov. 2, 2000 describes an automated method for completion of Internet webpage forms in which user data stored on a centralized server is automatically applied to forms that have been previously registered with the centralized server. Thus, both of these examples from the prior art employ a distributed architecture and derive their form-filling capability from a record of the form stored at a central location. Neither contemplates the ability to analyze any form encountered and populate the form fields with the required user data in the proper display format without any prior mapping or examination.
  • J. Light, J. Garney, Automatic web based form fill-in, U.S. Pat. No. 6,192,380, filed on Mar. 31, 1998, describes an automated form filler that recognizes a form within an HTML page and fills in the form fields with data taken from a database. Recognition of the form and the form fields occurs by parsing the page's HTML code and identifying page tags and field tags. [0008]
  • M. Pennell, A. Martin, Method and apparatus for automatic form filling, International Application No. PCT/US0042073, filed on Nov. 9, 2000 describes a software application intended for use with or integration into a conventional web browser application that automatically populates the fields of a web-based form with the required user data. The described software application gains knowledge of the form's fields and the expected contents by analyzing the underlying code for the page received by the browser from the visited web site, generally HTML or XML code, or the like. Embodiments of the software application in both distributed and client-based implementations are described. [0009]
  • The Roboform user manual, published at http://www.roboform.com/manual.html, ©1999-2002, updated Jan. 25, 2002, describes a client-based web form filler that works as an add-on to conventional web browser applications. Forms may be filled in either by means of a “pass card,” a record that saves information related to a specific form at a particular web site, or by means of an “identity,” a user profile, wherein the software application analyzes the page encoding and populates the form fields with appropriate data from the identity. By the user selecting a country, the application applies the appropriate display format to form data such as dates and telephone numbers. [0010]
  • All of the above form-fillers analyze a web form based on the form's underlying code. There is no indication that they analyze a form based on page elements visible to the user on the rendered page, such as field labels. While the Roboform application is able to format data according to a user-selected country format, there is no indication that either Roboform or the form-filler described by Pennell, et al. can format data on an ad hoc basis by analyzing user-visible formatting prompts, generally provided somewhere adjacent the field. [0011]
  • While parsing html field tags provides generally satisfactory results, the lack of any naming convention for the fields of an HTML form has made it impractical to devise a completely automated form-filler. It is difficult for systems that parse a page's underlying code to identify fields to accommodate the limitless variety typically encountered in field names, without at least some user intervention. The adoption of standardized markup languages such as ECML (E-commerce markup language) may help to remedy this situation. In the meantime, there exist multitudes of forms that do not follow any sort of naming convention for the fields. On the other hand, field labels, the visual page elements that communicate a field's purpose to the user display a great deal more uniformity than the underlying field names. [0012]
  • Accordingly, it would be a great advantage to provide an intelligent, fully automated, client-based form filler that maps the fields of an electronic form by parsing visual page elements, such as the user-visible field labels. It would also be desirable to provide the functionality of determining the appropriate contents for a field based on the field's context, the type of neighboring fields to the target field. Furthermore, it would be a significant technical advance to provide the capability of formatting the appropriate data according to visible formatting prompts. [0013]
  • SUMMARY OF THE INVENTION
  • In recognition of the above needs, the invention provides an intelligent form-filler that does not require any prior mapping or examination of the forms. Client-side program code examines electronic documents such as web pages and automatically fills in fields of forms contained in the document with the appropriate data from a user profile, without requiring prior mapping or examination of the form. The application maps user data to the appropriate form field by examining field label text on the form as the user sees it, i.e. text that is visually nearest the field. For fields lacking labels, the application evaluates the field context by determining the field type of neighboring fields to determine the required data. To enter the information in the correct format, the application parses visual hints concerning, for example, the date format provided to the user and formats the data accordingly. In the complete absence of any usable visual cues or contextual information, the program code is capable of parsing the form's underlying code. Alternate embodiments of the invention are possible, in which that user information is alternately stored on the client, or on a server, to maximize portability.[0014]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 provides a screen shot of a typical web-based electronic form; [0015]
  • FIG. 2 provides a second view of the form of FIG. 1; [0016]
  • FIG. 3 provides a schematic diagram of a client-based system for filling out electronic forms according to the invention; and [0017]
  • FIG. 4 provides a data flow diagram of a client-based method for filling out electronic forms according to the invention.[0018]
  • DESCRIPTION OF THE INVENTION
  • As shown in FIG. 1, a [0019] typical HTML form 100 includes a plurality of fields 101 that must be filled out by the user, for example, when making an online purchase, or registering at a web site. Form-filling software generally analyzes the fields 101 of the form and maps them to the correct user data by parsing the HTML field names, commonly known as field tags (not shown) and then supplying the correct user data from a stored user profile, generally located on a remote server. Because no naming convention has existed for fields in an HTML form, it has been difficult to produce a fully automated form-filler application. Previously, forms had to be mapped or analyzed in advance and the mapping saved in a database of form descriptions, usually also located on a remote server. Often, user intervention is required to complete the form.
  • HTML forms also include a plurality of visible field labels [0020] 102, in which each label is spatially and visually related to its corresponding field, although no programmatic relationship usually exists between them, as with the HTML field tags. The field labels are provided for the user's benefit to advise them of the correct information to enter into a particular field. The invention recognizes that there exists a great deal more uniformity and consistency among the visible field labels than to the underlying field names, because the labels generally identify the information sought in a well-known, highly conventional manner. Based on such recognition, the invention provides a client-based system and method for filling out electronic forms automatically, in which the fields of an HTML form are identified and mapped to the correct user data based on visible form elements such as field labels. Following mapping and identification, the fields of the form are populated with the correct user data, without reference to a previous, stored mapping or analysis of the form, and without requiring user intervention.
  • Turning now to FIG. 3, a schematic diagram of the system of the invention is shown. A client [0021] 301, in communication with a network 307, retrieves an HTML page containing a web form 308 from a remote site on the network. The web form could be substantially similar to the typical form shown by FIGS. 1 and 2. In one embodiment of the invention, the client 301 is a conventional microcomputer, either desktop or laptop. However, other clients possessing the requisite storage capacity and processing capability are entirely consistent with the spirit and scope of the invention. A client may also be a process, such as a program, that requests a service from another process. In one embodiment of the invention, the client communicates with a publicly accessible HTTP network such as the Internet, however other network environments employing other networking protocols are also suitable for the invention. The means of connecting to the network includes dialup and broadband connections, as well as other connection methods, such as wireless.
  • As previously stated, the client [0022] 301 has both storage capacity and processing capability. Logic 303 stored and executed on the client implements a probabilistic, rule-based method of analyzing the form in separate steps. In a first step, the logic traverses the form from beginning to end, locating the field labels, associating them with a field, and then mapping the field to the correct metadata based on a best match from a field label dictionary 304—a file of analogs, or expressions resembling the field label, stored on the client 301. Also incorporated in the field label dictionary are the rules for mapping the field to the correct metadata and for mapping fields lacking labels to the correct metadata based on the field's context. At the same time, the functional blocks of the form are identified, for example, shipping address and billing address. In this way, identical field labels, such as “address” or “zip code” in a shipping address block and a billing address block are mapped to the correct metadata.
  • In a second step, the logic traverses the form elements in a reverse direction, refining the granularity of the mapping done in the first pass, based on rules contained in a [0023] normalization dictionary 305, also stored on the client. The logic traverses the form a third time, identifying visible display format hints 103, mapping them to a display format dictionary 306, also stored on the client. Similar to the field labels dictionary 304, the display format dictionary 306 contains a number of regular expressions that are analogs of, or similar to the visible display format hints 103 found on the form 100. Additionally, the display format dictionary 306 contains rules and code for mapping the field to the correct display format. Finally, after the visible elements of the form have been completely mapped the correct user data is retrieved from a stored user profile 302, a data file stored on the client, and concatenated, truncated or re-formatted as required b y the display format, and the form fields are populated with the data. In an alternate embodiment, the user profile is stored on a server and retrieved by the client.
  • FIG. 4 provides a data flow diagram of the method of the [0024] invention 400. In a preferred embodiment, the method is implemented as a JAVASCRIPT function that analyzes forms in a target window and maps each identified form element to the correct user data to be filled into each field. Conventional techniques of computer programming are employed in the implementation of the invention. In addition to JAVASCRIPT, other commonly known scripting and programming languages would also be suitable for the invention such as VBSCRIPT, PERL, JAVA, or JPYTHON. As previously indicated, the invention primarily relies on the visible field label. However, in the absence of a visible field label, the invention also utilizes:
  • HTML or ECML field name; [0025]
  • Default field value, in the case of a field that is a select box; [0026]
  • A list of possible values for radio buttons; or [0027]
  • Previous field mapping [0028]
  • The invention matches the values with the dictionaries previously described to map the fields to metadata, wherein metadata comprises a data type, such as [0029]
  • Last name; [0030]
  • First name; [0031]
  • [0032] AddressLine 1;
  • [0033] AddressLine 2; and
  • City. [0034]
  • As will be apparent to the practitioner of ordinary skill, the above metadata classifications are exemplary only. Others will occur to the artisan according to the setting and the functional requirements. [0035]
  • As shown in FIGS. 3 and 4, the domain-specific data contained in the dictionaries has been kept separate from the processing logic. Thus, the invention is easily modified b y substituting dictionaries to support forms written in any language. Furthermore, the mapping and normalization rules are also easily modified to accommodate a variety of settings and applications of use. [0036]
  • Referring again to FIG. 4, the core method involves the following steps, each of the steps accomplished in a single traversal of the form elements: [0037]
  • First, field discovery [0038] 401;
  • Second, [0039] field normalization 402; and
  • [0040] Display format mapping 403.
  • On the first traversal: The logic loops forward over all form elements and discovers the fields. The primary method of field discovery involves, for an unmapped field, analysis of the visible field label. A number of rule-based approaches to the field label analysis are possible. Among them: [0041]
  • if a field is positioned in a table cell, analyzing text expressions in adjacent cells; and comparing the analyzed text expressions with entries in the field label dictionary to find the closest match with a metadata expression, wherein the field is mapped to the correct metadata. As FIGS. 1 and 2 show, the field label is typically situated to the left, or immediately above the field. However, according to need, the rules may be varied, to accommodate a placement below or to the right of the field; [0042]
  • analyzing text expressions that occur within a predetermined number of words and within predetermined direction and distances from the field; [0043]
  • based on page coordinates, examining the general vicinity of the form in all directions from the field and analyzing the text expression closest to the field; and [0044]
  • ignoring supplemental text that does not contribute to the field label while searching for the field label, for example, text within parentheses or quotation marks. [0045]
  • After the field label is located according to one of the above procedures, the analyzed expression is compared with a listing of similar expressions in the field label dictionary to find the closest match. The dictionary expressions, analogs of the analyzed expression, are organized according to metadata. Thus, when a match is found, the field corresponding to the field label is mapped to that metadata [0046] 404.
  • There may be cases when a field doesn't have a label. For example, two or three fields may be provided for street address. Often they are labeled “[0047] Address 1” and “Address 2,” or something similar. But the first field may only be labeled “Address” and the second address field may not bear a label at all. In such a case, it is possible to map the second field according to its context. Mapping according to context requires that the field immediately preceding the field of interest have been mapped. As fields are mapped during the first pass, the algorithm assumes maximum granularity of the data. Thus, in the case of an unlabeled field that follows a field labeled ‘address;’ the ‘address’ field would have been mapped to the metadata “AddressLine 1.” It is probable that an unlabeled field following a “AddressLine 1” field is an “AddressLine 2” field. Accordingly, the unlabeled field will be mapped to the metadata “AddressLine 2.”
  • As stated above, the algorithm assumes maximum granularity of the data. Thus, an unlabeled field following an “area code” field is assumed to be a “prefix” field, rather than a field asking for the entire remainder of the telephone number. A field labeled ‘Address’ is presumed to be an “[0048] AddressLine 1” field, rather than a field that asks for the entire street address. As described further below, during normalization, the granularity of the field mapping is refined.
  • Additionally, if a field lacks a label, the algorithm may analyze the field's programmatic name. Following field name analysis, the field name is compared to the entries in the Field label dictionary and a match found. The field is then mapped as described above. [0049]
  • Furthermore, field size can be used to resolve ambiguity. For example, in the scenario “Name: First [ ] Middle [ ] Last [ ],” it may be unclear whether the form is asking for the middle name or middle initial. Considering the size of the form element would help to resolve the ambiguity in this case: size=1 implies middle initial else middle name. [0050]
  • In the case of select boxes, if the field lacks a label the algorithm uses the default value for comparison with the field label dictionary followed by mapping as described above. Typically, in such cases, the default value acts as the label, e.g. “Select a state.”[0051]
  • Sets of radio buttons are completely separate objects in the DOM (document object model) of the page. Thus, the logic creates a Radiobutton object. The list of possible values is compared to the field label dictionary and a mapping performed as described above. [0052]
  • Identifying the Block Type [0053]
  • Also, during the first traversal of the form elements, the fields are mapped to a [0054] block type 405. A block is a functional unit of the form, such as:
  • billing address; [0055]
  • shipping address; [0056]
  • email address; and [0057]
  • credit card information. [0058]
  • The block type mapping for most fields is reasonably obvious: an email address is mapped to email, a credit card number is mapped to the credit card block. However, in the case of shipping address and mailing address, the mapping is more complex. Both block types contain identical field labels, although the underlying field names are different. FIGS. 1 and 2 show different blocks of the same form, with FIG. 1 showing a billing address block and FIG. 2 showing a shipping address block. [0059]
  • Thus, when a Name, Address or Phone field is encountered, the block type may be either BILLING or SHIPPING. A new block is assumed to start when an [0060] AddressLine 1, NameTitle, FirstName or LastName field is found; and the previous field was not a Name field. To identify whether the block is BILLING or SHIPPING, first the HTML fieldname is analyzed. If it matches any of the expressions in either a billing address array or a shipping address array, the block is mapped to BILLING or SHIPPING respectively.
  • If it isn't possible to map using the field name, the visible text preceding this field (and up to the previous Country or [0061] AddressLine 1 field, if any, is analyzed. If this text contains any of the expressions in the billing address or shipping address array, the block is BILLING or SHIPPING respectively.
  • Often, the visual text is too large to analyze and may contain additional information such as the order summary or anchor labels, which may contain strings like “Shipping Information” or “Shipping Options,” resulting in mapping to an incorrect block type. In such cases, the following strategy is able to pick out the block label more accurately. It is adapted specifically to cases in which the address block and its label are situated in a table: [0062]
  • 1. Search the text from the start of the BODY of the HTML page (or from just after a [0063] previous AddressLine 1 or Country element, if any) to the position of the current element.
  • 2. Get the table that the current element is in. [0064]
  • 3. If there is no table, exit. (It isn't possible to narrow down the range of text to be searched.) [0065]
  • 4. If the start of table is before start of the previously text searched as above in 1, exit. (It isn't possible to narrow down the range of text to be searched.) [0066]
  • 5. Search the text from start of table to start of current element. [0067]
  • 6. If any of the text searched matches with an expression in a billing address array or a shipping address array, the block type is determined. [0068]
  • 7. Otherwise, if the current table is embedded in another table return to [0069] step 3.
  • During the second traversal of the form elements, the logic steps through the elements in reverse order, starting with the last field in the form. During this step, [0070] field normalization 402, the granularity of the field mapping is refined. For example as described above, assuming maximum granularity, a field labeled ‘Address’ was presumed to be the first line of two or more address lines, thus it was mapped to ‘AddressLine 1.’ However, the presumption that the form contains more than one address line may be incorrect. In the current step, such mapping errors can be resolved by examining a field's context in reverse order. Thus, in the case of the ‘Address’ field, if the field following the labeled address field is mapped to ‘City’ it is determined that the original mapping of the field to ‘AddressLine 1’ was incorrect, and the field can be mapped correctly.
  • In the case of a telephone number field, on the first pass, the first field, because maximum granularity is assumed, would have been mapped to area code. On the second pass, if the mapped field is immediately followed by another labeled field, the original mapping will be incorrect—since there is only one field for telephone, it will be necessary to concatenate the separate expressions for telephone number to create a single string to put into the single telephone field. If, however, the field mapped to area code is followed by two unlabeled fields and then a labeled field, the mapping of the first field to ‘Area code’ was correct, and the two additional unlabeled fields can be mapped to accept the other expressions that together make up an entire phone number, a three-digit prefix, followed by a four-digit prefix. The rules for evaluating the field contexts in this fashion are found in the [0071] normalization dictionary 305. While the invention has been described in terms of conventions followed in the United States, the practitioner of ordinary skill will appreciate that the invention can be adapted to those of any country.
  • On the third traversal, for fields that require the data to be entered in a specified format, the visible display format hints [0072] 103 are analyzed. Thus, in a display format-mapping step 403 the fields that have been mapped to a metadata category 404 are mapped to the correct display format 406.
  • The display format hints are organized by category, i.e. there is one set of display hints for Phone fields, another for Name fields, Date fields and so on. Display format hint text for the field is captured (The text could be either to the left or right of the field). As described above, supplemental text enclosed within parentheses or quotation marks is ignored for the purpose of identifying field labels. However, when identifying display format hints, priority is given to the supplemental text because the display format hints are more likely to be found in the supplemental text, embedded within parentheses or quotation marks. This text is matched against the expressions found within the [0073] display format dictionary 306 in the set of hints for the field category (Note that the field has already been identified, so the field category is known at this point), and the display format is identified. If no display format is obtained and the previous field category is the same as this field category, then the previous display format is applied to this field, too. This would apply to cases like:
    Home Phone (xxx-xxx-xxxx):
    Figure US20040068693A1-20040408-C00001
    Work Phone:
    Figure US20040068693A1-20040408-C00002
  • Checkout Form Detection [0074]
  • The program code object has a flag, which is set whenever a Billing or Shipping Address field or a Credit Card field is identified to indicate the form is a checkout form. Thus, the invention also provides checkout form detection functionality. [0075]
  • Masked Fields [0076]
  • Certain INPUT elements, for example, credit card number fields are designated as password fields, so as to mask sensitive information from being displayed. The names of these fields are stored in a separate array. To provide added security, the field type can also be changed to password for certain fields, for example, a form may generally allow users to enter the credit card data in visible dear text. The field type can be programmatically changed to password before filling out the card number so that the data shows up as “******” instead of clear text. [0077]
  • After the metadata, block type and display format of each field has been identified, the information is used to generate a form mapping. In the current embodiment of the invention, the form mapping is coded in XML (extensible markup language). However, other page description languages would also be suitable in the practice of the invention. [0078]
  • Following mapping, the appropriate user data is retrieved from the user profile data file, formatted as required by the newly generated page mapping and the fields of the form populated with the required data. [0079]
  • While the invention has been described with respect to e-commerce applications, such description has been for purposes of illustration only, and is not meant to limit the scope of the invention. The invention finds application with other types of forms as well. Additionally, the invention is also well suited to automating the login process at sites requiring a user login. [0080]
  • Although the invention has been described herein with reference to certain preferred embodiments, one skilled in the art will readily appreciate that other applications may be substituted for those set forth herein without departing from the spirit and scope of the present invention. Accordingly, the invention should only be limited by the claims included below. [0081]

Claims (64)

1. A client-based method for filling out an electronic form automatically without previously mapping or examining said form, comprising the steps of:
mapping said form based on analysis of visible form elements, and
populating form fields with correct data in correct format without user intervention, according to said mapping.
2. The method of claim 1, wherein said mapping step comprises the steps of:
identifying fields based on analysis of visible field labels proximate said fields, when said field labels are present; and
evaluating user visible display format hints proximate said fields to determine required display format.
3. The method of claim 2, wherein said step of identifying fields based on analysis of visible field labels comprises:
traversing page elements in a first sequence.
4. The method of claim 3, wherein said step of identifying fields based on analysis of visible field labels further comprises any of the steps of:
if a field is positioned in a table cell, analyzing text expressions in adjacent cells;
analyzing a text expression within a predetermined number of words and in at least one predetermined direction from said fields;
based on page coordinates, examining general vicinity of said page in all directions from the field and analyzing text expression closest to said field; and
disregarding text expressions embedded within parentheses or quotation marks.
5. The method of claim 4, wherein said step of identifying fields based on analysis of visible field labels further comprises the step of:
comparing the analyzed text expressions with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
6. The method of claim 3, further comprising the step of:
when a field lacks a visible field label, mapping the field according to context.
7. The method of claim 6, wherein mapping the field according to context comprises:
identifying mapping of at least one field preceding a current field in said first sequence; and
mapping said current field based on said mapping of said preceding field.
8. The method of claim 3, further comprising the step of:
when a field lacks a visible field label, mapping the field based on analysis of a programmatic field name.
9. The method of claim 3, further comprising the step of:
when a field lacks a visible field label, comparing the field's default value with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
10. The method of claim 3, further comprising the step of:
if a field is a select field, comparing selection options with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
11. The method of claim 3, further comprising the step of:
for sets of radio buttons, creating a new object for each set.
12. The method of claim 3, further comprising the step of:
identifying block type, wherein a block comprises a plurality of related fields.
13. The method of claim 12, wherein the step of identifying block type comprises one of the steps of:
comparing programmatic field name of at least a current field with arrays of metadata expressions for each block type;
comparing visible form elements for at least said current field with arrays of metadata expressions for each block type; and
where said current field occupies a table cell, analyzing text expressions at least from first cell of said table to cell occupied by said current field.
14. The method of claim 13, said step of step identifying block type further comprising the step of:
when a close match is found, mapping said field to said block type.
15. The method of claim 12, wherein block type includes any of:
billing address;
shipping address;
credit card information; and
email address.
16. The method of claim 2, further comprising the step of:
traversing form elements in a second sequence, said second sequence a reverse of a first sequence.
identifying mapping of at least a field following a current field in said second sequence; and
mapping said current field based on said mapping of said following field.
17. The method of claim 2, wherein said step of evaluating visible display format hints proximate said fields to determine required display format comprises the steps of:
traversing form elements in a first sequence;
analyzing a visible display format hint proximate a field;
comparing said analyzed display format hint with a dictionary of data-entry prompts;
mapping said field to a display format based on said comparison.
18. The method of claim 17, further comprising the step of:
any of concatenating, truncating and re-formatting and said correct data according to said display format.
19. The method of claim 17, further comprising the step of:
for a field lacking a proximate visible display format hint, mapping current field to same display format of a preceding field if both fields are the same field type.
20. The method of claim 1, further comprising the step of:
identifying a form as a checkout form.
21. The method of claim 1, further comprising the step of:
masking confidential data from being displayed.
22. A computer program product for filling out an electronic form automatically without previously mapping or examining said form, said computer program product comprising a tangible medium having computer readable code embodied thereon, the computer code including program code means for:
mapping said form based on analysis of visible form elements; and
populating form fields with correct data in correct format without user intervention, according to said mapping.
23. The computer program product of claim 22, wherein said code means for mapping said form based on analysis of visible form elements comprises code means for:
identifying fields based on analysis of visible field labels proximate said fields, when said field labels are present; and
evaluating user visible display format hints proximate said fields to determine required display format.
24. The computer program product of claim 23, wherein said code means for identifying fields based on analysis of visible field labels comprises code means for:
traversing page elements in a first sequence.
25. The computer program product of claim 24, wherein said code means for identifying fields based on analysis of visible field labels further comprises code means for any of:
if a field is positioned in a table cell, analyzing text expressions in adjacent cells;
analyzing a text expression within a predetermined number of words and in at least one predetermined direction from said fields;
based on page coordinates, examining general vicinity of said page in all directions from the field and analyzing text expression closest to said field; and
disregarding text expressions embedded within parentheses or quotation marks.
26. The computer program product of claim 25, wherein said code means for identifying fields based on analysis of visible field labels further comprises code means for:
comparing the analyzed text expressions with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
27. The computer program product of claim 24, further comprising code means for:
when a field lacks a visible field label, mapping the field according to context.
28. The computer program product of claim 27, wherein said code means for mapping the field according to context comprises code means for:
identifying mapping of at least one field preceding a current field in said first sequence; and
mapping said current field based on said mapping of said preceding field.
29. The computer program product of claim 24, further comprising code means for:
when a field lacks a visible field label, mapping the field based on analysis of a programmatic field name.
30. The computer program product of claim 24, further comprising code means for:
when a field lacks a visible field label, comparing the field's default value with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
31. The computer program product of claim 24, further comprising code means for:
if a field is a select field, comparing selection options with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
32. The computer program product of claim 24, further comprising code means for:
for sets of radio buttons, creating a new object for each set.
33. The computer program product of claim 24, further comprising code means for:
identifying block type, wherein a block comprises a plurality of related fields.
34. The computer program product of claim 33, wherein the code means for identifying block type comprises code means for:
comparing programmatic field name of at least a current field with arrays of metadata expressions for each block type;
comparing visible form elements for at least said current field with arrays of metadata expressions for each block type; and
where said current field occupies a table cell, analyzing text expressions at least from first cell of said table to cell occupied by said current field.
35. The computer program product of claim 34, wherein the code means for identifying block type further comprises code means for:
when a close match is found, mapping said field to said block type.
36. The computer program product of claim 33, wherein block type includes any of:
billing address;
shipping address;
credit card information; and
email address.
37. The computer program product of claim 23, further comprising code means for:
traversing form elements in a second sequence, said second sequence a reverse of a first sequence.
identifying mapping of at least a field following a current field in said second sequence; and
mapping said current field based on said mapping of said following field.
38. The computer program product of claim 23, wherein said code means for evaluating visible display format hints proximate said fields to determine required display format comprises code means for:
traversing form elements in a first sequence;
analyzing a visible display format hint proximate a field;
comparing said analyzed display format hint with a dictionary of data-entry prompts;
mapping said field to a display format based on said comparison.
39. The computer program product of 38, further comprising the code means for:
any of concatenating, truncating and re-formatting and said correct data according to said display format.
40. The computer program product of claim 38, further comprising code means for:
for a field lacking a proximate visible display format hint, mapping current field to same display format of a preceding field if both fields are the same field type.
41. The computer program product of claim 22, further comprising code means for:
identifying a form as a checkout form.
42. The computer program product of claim 22, further comprising code means for:
masking confidential data from being displayed.
43. A client-based system for filling out an electronic form automatically without previously mapping or examining said form, comprising:
a client;
at least one data file;
rules for mapping visible form elements to correct data from said file; and
computer-readable code means for:
mapping said form based on analysis of visible form elements; and
populating form fields with correct data in correct format without user intervention, according to said mapping;
wherein said code is executable on said client, and wherein, said analogs, said rules, and said code are stored on said client.
44. The system of claim 43, wherein said code means for mapping said form based on analysis of visible form elements comprises code means for:
identifying fields based on analysis of visible field labels proximate said fields, when said field labels are present; and
evaluating user visible display format hints proximate said fields to determine required display format.
45. The system of claim 44, wherein said code means for identifying fields based on analysis of visible field labels comprises code means for:
traversing page elements in a first sequence.
46. The system of claim 45, wherein said code means for identifying fields based on analysis of visible field labels further comprises code means for any of:
if a field is positioned in a table cell, analyzing text expressions in adjacent cells;
analyzing a text expression within a predetermined number of words and in at least one predetermined direction from said fields;
based on page coordinates, examining general vicinity of said page in all directions from the field and analyzing text expression closest to said field; and
disregarding text expressions embedded within parentheses or quotation marks.
47. The system of claim 46, wherein said code means for identifying fields based on analysis of visible field labels further comprises code means for:
comparing the analyzed text expressions with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
48. The system of claim 45, further comprising code means for:
when a field lacks a visible field label, mapping the field according to context.
49. The system of claim 48, wherein said code means for mapping the field according to context comprises code means for:
identifying mapping of at least one field preceding a current field in said first sequence; and
mapping said current field based on said mapping of said preceding field.
50. The system of claim 45, further comprising code means for:
when a field lacks a visible field label, mapping the field based on analysis of a programmatic field name.
51. The system of claim 45, further comprising code means for:
when a field lacks a visible field label, comparing the field's default value with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
52. The system of claim 45, further comprising code means for:
if a field is a select field, comparing selection options with entries in a field label dictionary to find closest match with a metadata expression, wherein said field is mapped to correct metadata.
53. The system of claim 45, further comprising code means for:
for sets of radio buttons, creating a new object for each set.
54. The system of claim 24, further comprising code means for:
identifying block type, wherein a block comprises a plurality of related fields.
55. The system of claim 54, wherein the code means for identifying block type comprises code means for:
comparing programmatic field name of at least a current field with arrays of metadata expressions for each block type;
comparing visible form elements for at least said current field with arrays of metadata expressions for each block type; and
where said current field occupies a table cell, analyzing text expressions at least from first cell of said table to cell occupied by said current field.
56. The system of claim 55, wherein the code means for identifying block type further comprises code means for:
when a close match is found, mapping said field to said block type.
57. The system of claim 54, wherein block type includes any of:
billing address;
shipping address;
credit card information; and
email address.
58. The system claim 44, further comprising code means for:
traversing form elements in a second sequence, said second sequence a reverse of a first sequence.
identifying mapping of at least a field following a current field in said second sequence; and
mapping said current field based on said mapping of said following field.
59. The system of claim 44, wherein said code means for evaluating visible display format hints proximate said fields to determine required display format comprises code means for:
traversing form elements in a first sequence;
analyzing a visible display format hint proximate a field;
comparing said analyzed display format hint with a dictionary of data-entry prompts;
mapping said field to a display format based on said comparison.
60. The system of 59, further comprising code means for:
any of concatenating, truncating and re-formatting and said correct data according to said display format.
61. The system of claim 59, further comprising code means for:
for a field lacking a proximate visible display format hint, mapping current field to same display format of a preceding field if both fields are the same field type.
62. The system of claim 43, further comprising code means for:
identifying a form as a checkout form.
63. The system of claim 43, further comprising code means for:
masking confidential data from being displayed.
64. The system of claim 43, wherein said data file resides on said client or on a server.
US10/680,659 2000-04-28 2003-10-06 Client side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form Abandoned US20040068693A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/680,659 US20040068693A1 (en) 2000-04-28 2003-10-06 Client side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/561,449 US6981028B1 (en) 2000-04-28 2000-04-28 Method and system of implementing recorded data for automating internet interactions
US10/160,671 US6662340B2 (en) 2000-04-28 2002-05-30 Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form
US10/680,659 US20040068693A1 (en) 2000-04-28 2003-10-06 Client side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US09/561,449 Continuation-In-Part US6981028B1 (en) 2000-04-28 2000-04-28 Method and system of implementing recorded data for automating internet interactions
US10/160,671 Continuation US6662340B2 (en) 2000-04-28 2002-05-30 Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form

Publications (1)

Publication Number Publication Date
US20040068693A1 true US20040068693A1 (en) 2004-04-08

Family

ID=24242017

Family Applications (4)

Application Number Title Priority Date Filing Date
US09/561,449 Expired - Lifetime US6981028B1 (en) 2000-04-28 2000-04-28 Method and system of implementing recorded data for automating internet interactions
US10/160,671 Expired - Lifetime US6662340B2 (en) 2000-04-28 2002-05-30 Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form
US10/680,659 Abandoned US20040068693A1 (en) 2000-04-28 2003-10-06 Client side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form
US11/170,483 Abandoned US20050256841A1 (en) 2000-04-28 2005-06-28 Method and system of implementing recorded data for automating internet interactions

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/561,449 Expired - Lifetime US6981028B1 (en) 2000-04-28 2000-04-28 Method and system of implementing recorded data for automating internet interactions
US10/160,671 Expired - Lifetime US6662340B2 (en) 2000-04-28 2002-05-30 Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/170,483 Abandoned US20050256841A1 (en) 2000-04-28 2005-06-28 Method and system of implementing recorded data for automating internet interactions

Country Status (8)

Country Link
US (4) US6981028B1 (en)
EP (2) EP1852784A2 (en)
JP (1) JP2004501426A (en)
CN (1) CN100435141C (en)
AT (1) ATE363692T1 (en)
AU (1) AU2001259162A1 (en)
DE (1) DE60128676T2 (en)
WO (1) WO2001084359A2 (en)

Cited By (71)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050028082A1 (en) * 2003-07-30 2005-02-03 Topalov Ognian Z. Reverse mapping method and apparatus for form filling
US20050204900A1 (en) * 2004-03-17 2005-09-22 Easynotes, Llc Note collection utility
US20060080123A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device job configuration management
US20060077426A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential receipt and authentication
US20060077442A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device display element localization
US20060077423A1 (en) * 2004-10-08 2006-04-13 Rono Mathieson Methods and systems for imaging device remote application interaction
US20060077414A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device control
US20060077439A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for distributing localized display elements to an imaging device
US20060080124A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and sytems for imaging device job definition
US20060077428A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for displaying content on an imaging device
US20060077448A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification subscription
US20060077445A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for providing remote, descriptor-related data to an imaging device
US20060077450A1 (en) * 2004-10-08 2006-04-13 Reddy Amarender R K Methods and systems for accessing remote, descriptor-related data at an imaging device
US20060077447A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device notification access control
US20060077451A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device notification access control
US20060077464A1 (en) * 2004-10-08 2006-04-13 Rono Mathieson Methods and systems for imaging device document management
US20060077430A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission
US20060077411A1 (en) * 2004-10-08 2006-04-13 Rono Mathieson Methods and systems for imaging device document translation
US20060077446A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device event notification subscription
US20060077453A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device related event notification
US20060107212A1 (en) * 2004-10-08 2006-05-18 Sharp Laboratories Of America, Inc. Methods and sytems for transmitting content to an imaging device
US20060103588A1 (en) * 2004-10-08 2006-05-18 Sharp Laboratories Of America, Inc. Methods and systems for imaging device dynamic document creation and organization
US20060184522A1 (en) * 2005-02-15 2006-08-17 Mcfarland Max E Systems and methods for generating and processing evolutionary documents
US20060198653A1 (en) * 2005-03-04 2006-09-07 Sharp Laboratories Of America, Inc. Methods and systems for peripheral accounting
WO2006117643A1 (en) 2005-05-02 2006-11-09 Nokia Corporation Method and device for automatically providing data for a field in a template
US20060279475A1 (en) * 2004-10-08 2006-12-14 Lum Joey P Methods and Systems for Integrating Imaging Device Display Content
US20070005435A1 (en) * 2003-08-11 2007-01-04 Sony Corporation Communication system and communication method
US20070022085A1 (en) * 2005-07-22 2007-01-25 Parashuram Kulkarni Techniques for unsupervised web content discovery and automated query generation for crawling the hidden web
US20070078805A1 (en) * 2004-10-08 2007-04-05 Reddy Amarender R K Methods and Systems for Imaging Device Document Preparation
US20070089049A1 (en) * 2005-09-08 2007-04-19 Gormish Michael J Non-symbolic data system for the automated completion of forms
EP1777629A1 (en) * 2005-10-19 2007-04-25 NTT DoCoMo, Inc. Method and apparatus for automatic form filling
US20070156977A1 (en) * 2005-12-29 2007-07-05 Ritter Gerd M Automatic location data determination in an electronic document
EP1887478A1 (en) * 2006-07-24 2008-02-13 NTT DoCoMo, Inc. Apparatus for automatic form filling on mobile devices
WO2008049096A2 (en) * 2006-10-20 2008-04-24 Intelli-Check, Inc. Automatic document reader and form population system and method
US20080120257A1 (en) * 2006-11-20 2008-05-22 Yahoo! Inc. Automatic online form filling using semantic inference
US20080158161A1 (en) * 2006-12-29 2008-07-03 Sap Ag Data entry processing
US20080158160A1 (en) * 2006-12-29 2008-07-03 Christof Engel Central storage for data entry processing
US20080184100A1 (en) * 2007-01-30 2008-07-31 Oracle International Corp Browser extension for web form fill
US20090030910A1 (en) * 2007-07-25 2009-01-29 Stephen Bennett Information storage and management system and method for automating online requests and transactions
US20090282345A1 (en) * 2008-05-07 2009-11-12 Christopher Smith Interaction between web pages and local applications
US20100049656A1 (en) * 2008-08-21 2010-02-25 Digital River, Inc. Half-Graphical User Interface Order Processing System and Method
US20110078770A1 (en) * 2009-09-29 2011-03-31 Nash Andrew Keith User information population
US7970813B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification administration and subscription
US8001586B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management and authentication
US8001587B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management
US8006292B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission and consolidation
US8006293B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential acceptance
US8015234B2 (en) 2004-10-08 2011-09-06 Sharp Laboratories Of America, Inc. Methods and systems for administering imaging device notification access control
US8023130B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data maintenance
US8037014B1 (en) 2005-04-26 2011-10-11 Adobe Systems Incorporated Method and apparatus for aggregating and submitting form data
US8035831B2 (en) 2004-10-08 2011-10-11 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote form management
US8060921B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential authentication and communication
US20110283230A1 (en) * 2010-05-14 2011-11-17 Xerox Corporation In-situ mobile application suggestions and multi-application updates through context specific analytics
US8115944B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for local configuration-based imaging device accounting
US8120798B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for providing access to remote, descriptor-related data at an imaging device
US8213034B2 (en) 2004-10-08 2012-07-03 Sharp Laboratories Of America, Inc. Methods and systems for providing remote file structure access on an imaging device
US8237946B2 (en) 2004-10-08 2012-08-07 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting server redundancy
US8345272B2 (en) 2006-09-28 2013-01-01 Sharp Laboratories Of America, Inc. Methods and systems for third-party control of remote imaging jobs
US8355966B1 (en) * 2010-02-26 2013-01-15 Intuit Inc. Payroll e-file and e-pay assistant
US8384925B2 (en) 2004-10-08 2013-02-26 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data management
US20130090135A1 (en) * 2011-10-10 2013-04-11 Martin Roos Populating User Data
US20140298151A1 (en) * 2012-05-11 2014-10-02 FitzForm LLC Creation and distribution of forms
US8904498B2 (en) 2012-10-17 2014-12-02 Ca, Inc. Biometric identification for mobile applications
WO2014159053A3 (en) * 2013-03-14 2014-12-31 Google Inc. Generating data records based on parsing
US9356841B1 (en) * 2013-01-31 2016-05-31 Intuit Inc. Deferred account reconciliation during service enrollment
CN106528511A (en) * 2016-09-30 2017-03-22 东软集团股份有限公司 Form analysis method and device
US20170132409A1 (en) * 2015-06-04 2017-05-11 International Business Machines Corporation Automatically altering and encrypting passwords in systems
US10127443B2 (en) 2004-11-09 2018-11-13 Intellicheck Mobilisa, Inc. System and method for comparing documents
US10297100B1 (en) 2002-05-17 2019-05-21 Intellicheck Mobilisa, Inc. Identification verification system
US10373409B2 (en) * 2014-10-31 2019-08-06 Intellicheck, Inc. Identification scan in compliance with jurisdictional or other rules
US10402463B2 (en) * 2015-03-17 2019-09-03 Vm-Robot, Inc. Web browsing robot system and method

Families Citing this family (444)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7350139B1 (en) * 2000-06-16 2008-03-25 American Express Travel Related Services Company, Inc. System and method for utilizing a drag and drop technique to complete electronic forms
US7363585B1 (en) 1999-12-15 2008-04-22 Microsoft Corporation Methods and arrangements for providing non-model reminder information in a graphical user interface
US7801766B2 (en) * 2000-03-31 2010-09-21 You Technology Brand Services, Inc. Method, system, and computer readable medium for facilitating a transaction between a customer, a merchant and an associate
US6981028B1 (en) * 2000-04-28 2005-12-27 Obongo, Inc. Method and system of implementing recorded data for automating internet interactions
US20010056423A1 (en) * 2000-06-09 2001-12-27 Masanobu Kanazawa Membership management method and membership management system
US20080162298A1 (en) * 2000-06-15 2008-07-03 American Express Travel Related Services Company, Inc. Online ordering system and method
AU2002214748A1 (en) 2000-06-12 2001-12-24 Infospace, Inc. Universal shopping cart and order injection system
US20080306835A1 (en) * 2000-06-15 2008-12-11 American Express Travel Related Services Company, Inc. System and method for customizing an email message
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
GB2364482B (en) * 2000-06-30 2002-10-09 Motorola Inc Server-based electronic wallet system
EP1176517B2 (en) * 2000-07-29 2007-04-04 main Gesellschaft für Informationsverarbeitung mbH Method of Client-Server-Communikation using state information
KR100364351B1 (en) * 2000-08-03 2002-12-11 김광철 system for inserting field data on a web-page and method thereof
US7330876B1 (en) * 2000-10-13 2008-02-12 Aol Llc, A Delaware Limited Liability Company Method and system of automating internet interactions
US9819561B2 (en) 2000-10-26 2017-11-14 Liveperson, Inc. System and methods for facilitating object assignments
US8868448B2 (en) 2000-10-26 2014-10-21 Liveperson, Inc. Systems and methods to facilitate selling of products and services
US20030074399A1 (en) * 2000-11-09 2003-04-17 Girish Altekar System and process for user-controlled single-action personal information transfer at internet web sites using extensible markup language
JP3848532B2 (en) * 2000-12-18 2006-11-22 松下電器産業株式会社 Email address change notification agent system, email address change notification agent method
US20020112027A1 (en) * 2000-12-18 2002-08-15 Mchugh Adrian J Method of providing user-related information between devices on a data network
US7694216B2 (en) * 2000-12-19 2010-04-06 International Business Machines Corporation Automatic assignment of field labels
US7895583B2 (en) * 2000-12-22 2011-02-22 Oracle International Corporation Methods and apparatus for grammar-based recognition of user-interface objects in HTML applications
US7363248B2 (en) * 2000-12-22 2008-04-22 Invenda Corporation Pre-filling order forms for transactions over a communications network
US7349867B2 (en) 2000-12-22 2008-03-25 Invenda Corporation Tracking transactions by using addresses in a communications network
US7415429B2 (en) 2000-12-22 2008-08-19 Invenda Corporation Providing navigation objects for communications over a network
US7941669B2 (en) * 2001-01-03 2011-05-10 American Express Travel Related Services Company, Inc. Method and apparatus for enabling a user to select an authentication method
US20020099739A1 (en) * 2001-01-03 2002-07-25 Herman Fischer Transformation and processing of Web form documents and data for small footprint devices
US20030037021A1 (en) * 2001-01-17 2003-02-20 Prasad Krothappalli JavaScript in a non-JavaScript environment
US7302634B2 (en) * 2001-03-14 2007-11-27 Microsoft Corporation Schema-based services for identity-based data access
US7539747B2 (en) 2001-03-14 2009-05-26 Microsoft Corporation Schema-based context service
US20030061365A1 (en) * 2001-03-14 2003-03-27 Microsoft Corporation Service-to-service communication for network services
US7024662B2 (en) 2001-03-14 2006-04-04 Microsoft Corporation Executing dynamically assigned functions while providing services
US6874120B2 (en) * 2001-04-05 2005-03-29 International Business Machines Corporation Method, system, and product for efficient retrieval of information related to data input into a data entry form from the data entry form
US8095597B2 (en) 2001-05-01 2012-01-10 Aol Inc. Method and system of automating data capture from electronic correspondence
US20020180736A1 (en) * 2001-05-31 2002-12-05 Millmore Martin John Data entry control system
US20020188632A1 (en) * 2001-06-06 2002-12-12 Ming-Shing Su Table editor for web pages
EP1280054A1 (en) * 2001-07-27 2003-01-29 Sap Ag Method and computer system for separating and processing layout information and data of a document
ATE459043T1 (en) * 2001-07-27 2010-03-15 Sap Ag METHOD AND COMPUTER SYSTEM FOR PROVIDING AND PROCESSING A DESCRIPTION OF A HUMAN INTERFACE
US7185273B2 (en) * 2001-07-27 2007-02-27 Hewlett-Packard Development Company, L.P. System and method for completing forms
DE60141823D1 (en) * 2001-07-27 2010-05-27 Sap Ag Method and computer system for producing and processing a browser-adapted user interface
US8484333B2 (en) * 2001-08-22 2013-07-09 Aol Inc. Single universal authentication system for internet services
US20030046578A1 (en) * 2001-09-05 2003-03-06 International Business Machines Incorporation Apparatus and method for providing access rights information in metadata of a file
US20030061567A1 (en) * 2001-09-05 2003-03-27 International Business Machines Corporation Apparatus and method for protecting entries in a form using access rights information
US7171562B2 (en) * 2001-09-05 2007-01-30 International Business Machines Corporation Apparatus and method for providing a user interface based on access rights information
US20030177248A1 (en) * 2001-09-05 2003-09-18 International Business Machines Corporation Apparatus and method for providing access rights information on computer accessible content
US6892201B2 (en) * 2001-09-05 2005-05-10 International Business Machines Corporation Apparatus and method for providing access rights information in a portion of a file
US20030051039A1 (en) * 2001-09-05 2003-03-13 International Business Machines Corporation Apparatus and method for awarding a user for accessing content based on access rights information
US8359335B2 (en) * 2001-09-29 2013-01-22 Siebel Systems, Inc. Computing system and method to implicitly commit unsaved data for a world wide web application
US6907451B1 (en) 2001-09-29 2005-06-14 Siebel Systems, Inc. Method, apparatus, and system for immediate posting of changes in a client server environment
US7146617B2 (en) 2001-09-29 2006-12-05 Siebel Systems, Inc. Method, apparatus, and system for implementing view caching in a framework to support web-based applications
US7885996B2 (en) 2001-09-29 2011-02-08 Siebel Systems, Inc. Method, apparatus, and system for implementing notifications in a framework to support web-based applications
US7870492B2 (en) 2001-10-02 2011-01-11 Siebel Systems, Inc. Method, apparatus, and system for managing commands in a client server environment
US7283274B2 (en) * 2001-10-26 2007-10-16 Hewlett-Packard Development Company, L.P. Method and system for printing user data to form documents
US6919910B2 (en) * 2001-10-30 2005-07-19 Hewlett-Packard Development Company, L.P. Apparatus and method for distributing representative images in partitioned areas of a three-dimensional graphical environment
US8327258B2 (en) * 2001-11-19 2012-12-04 Oracle International Corporation Automated entry of information into forms of mobile applications
US6658091B1 (en) 2002-02-01 2003-12-02 @Security Broadband Corp. LIfestyle multimedia security system
US7032220B2 (en) * 2002-02-14 2006-04-18 International Business Machines Corporation Method and apparatus for saving install properties in a fileset object and/or system registry for use during uninstall
US7080325B2 (en) * 2002-02-22 2006-07-18 Call-Tell Llc Graphical device for comprehensive viewing and input of variable data via a browser-based display
US8375324B1 (en) 2002-03-05 2013-02-12 Hyland Software, Inc. Computer-implemented document manager application enabler system and method
US6842881B2 (en) * 2002-07-30 2005-01-11 Photronics, Inc. Rule based system and method for automatically generating photomask orders in a specified order format
US7669167B2 (en) * 2002-07-30 2010-02-23 Photronics, Inc. Rule based system and method for automatically generating photomask orders by conditioning information from a customer's computer system
US7640529B2 (en) * 2002-07-30 2009-12-29 Photronics, Inc. User-friendly rule-based system and method for automatically generating photomask orders
US6988240B2 (en) * 2002-03-29 2006-01-17 Global Knowledge, Inc. Methods and apparatus for low overhead enhancement of web page and markup language presentations
US7890865B2 (en) * 2002-05-09 2011-02-15 Microsoft Corporation Methods and apparatuses for providing message information in graphical user interfaces based on user inputs
US7346652B2 (en) * 2002-05-13 2008-03-18 First Data Corporation Asynchronous data validation
US7707121B1 (en) 2002-05-15 2010-04-27 Navio Systems, Inc. Methods and apparatus for title structure and management
US7707066B2 (en) 2002-05-15 2010-04-27 Navio Systems, Inc. Methods of facilitating merchant transactions using a computerized system including a set of titles
US7814025B2 (en) 2002-05-15 2010-10-12 Navio Systems, Inc. Methods and apparatus for title protocol, authentication, and sharing
US20060036447A1 (en) * 2002-05-15 2006-02-16 Stefan Roever Methods of facilitating contact management using a computerized system including a set of titles
US7444302B2 (en) 2002-06-14 2008-10-28 Ellie Mae, Inc. Online system for fulfilling loan applications from loan originators
US7284197B2 (en) * 2002-06-28 2007-10-16 Microsoft Corporation Schema-based services for identity-based data access to application settings data
US9886309B2 (en) 2002-06-28 2018-02-06 Microsoft Technology Licensing, Llc Identity-based distributed computing for device resources
TW567427B (en) * 2002-06-28 2003-12-21 Via Tech Inc System and method for managing the sign-in data of web site
US20040006564A1 (en) * 2002-06-28 2004-01-08 Lucovsky Mark H. Schema-based service for identity-based data access to category data
JP2004046375A (en) * 2002-07-09 2004-02-12 Canon Inc Business form processing device, business form processing method and program
US7539726B1 (en) 2002-07-16 2009-05-26 Sonicwall, Inc. Message testing
US8924484B2 (en) * 2002-07-16 2014-12-30 Sonicwall, Inc. Active e-mail filter with challenge-response
US8396926B1 (en) 2002-07-16 2013-03-12 Sonicwall, Inc. Message challenge response
US7206788B2 (en) * 2002-07-30 2007-04-17 Microsoft Corporation Schema-based services for identity-based access to device data
EP1387291A3 (en) * 2002-07-30 2005-10-19 Canon Kabushiki Kaisha Apparatus, method, recording medium and program for form processing
US7353460B2 (en) * 2002-08-06 2008-04-01 Robert Tu Consulting Inc. Web site navigation under a hierarchical menu structure
US7472089B2 (en) * 2002-08-15 2008-12-30 Ellie Mae, Inc. Loan origination system interface for online loan application processing
US20040039991A1 (en) * 2002-08-22 2004-02-26 International Business Machines Corporation System, method, and computer program product in a data processing system for dynamic variable definition within an input form
US20050246193A1 (en) * 2002-08-30 2005-11-03 Navio Systems, Inc. Methods and apparatus for enabling transaction relating to digital assets
US20050234860A1 (en) * 2002-08-30 2005-10-20 Navio Systems, Inc. User agent for facilitating transactions in networks
US20050038724A1 (en) * 2002-08-30 2005-02-17 Navio Systems, Inc. Methods and apparatus for enabling transaction relating to digital assets
EP1403764A1 (en) * 2002-09-26 2004-03-31 Sap Ag Method and computer system for dynamic data type enrichment
US20040133446A1 (en) * 2002-11-01 2004-07-08 United Parcel Service Of America, Inc. Alternate delivery location methods and systems
US20110196695A1 (en) * 2010-02-05 2011-08-11 Qin Ye System and method for peer referencing in an online computer system
US20040122959A1 (en) * 2002-12-19 2004-06-24 Lortz Victor B. Automatic wireless network login using embedded meta data
US7552168B2 (en) * 2002-12-30 2009-06-23 International Business Machines Corporation Method and apparatus for exchanging data using programmatic conversion to emulated HTML form data
EP1441298A1 (en) * 2003-01-21 2004-07-28 Hewlett-Packard Company, A Delaware Corporation Method and agent for managing profile information
US20040199921A1 (en) * 2003-02-28 2004-10-07 United Parcel Service Of America, Inc. Import of contact data from personal information manager software into application
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US20040193759A1 (en) * 2003-03-31 2004-09-30 Scott Roger M. Method and system for providing a smart card scripting tool
US7305612B2 (en) * 2003-03-31 2007-12-04 Siemens Corporate Research, Inc. Systems and methods for automatic form segmentation for raster-based passive electronic documents
US7761338B1 (en) * 2003-04-11 2010-07-20 Siemens Aktiengesellschaft Automation goods and services transaction systems and methods
US8190989B1 (en) * 2003-04-29 2012-05-29 Google Inc. Methods and apparatus for assisting in completion of a form
US7281029B2 (en) * 2003-05-13 2007-10-09 Aol Llc, A Delaware Limited Liability Company Method and system of capturing data for automating internet interactions
US7880909B2 (en) * 2003-05-20 2011-02-01 Bukowski Mark A Extensible framework for parsing varying formats of print stream data
JP4240293B2 (en) * 2003-05-27 2009-03-18 株式会社ソニー・コンピュータエンタテインメント Multimedia playback apparatus and multimedia playback method
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
JP2005031979A (en) * 2003-07-11 2005-02-03 National Institute Of Advanced Industrial & Technology Information processing method, program, device, and remote controller
US7185272B2 (en) * 2003-07-30 2007-02-27 William M Pearce Method for automatically filling in web forms
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US7454783B2 (en) * 2003-08-08 2008-11-18 Metapass, Inc. System, method, and apparatus for automatic login
US7500178B1 (en) * 2003-09-11 2009-03-03 Agis Network, Inc. Techniques for processing electronic forms
US7437320B2 (en) * 2003-10-15 2008-10-14 Contactree Limited Process for organizing business and other contacts for multiple users
US20050234991A1 (en) * 2003-11-07 2005-10-20 Marx Peter S Automated location indexing by natural language correlation
US20050114340A1 (en) * 2003-11-21 2005-05-26 Huslak Nicholas S. Method, system, and storage medium for providing adaptive programming listings over a network
US7660400B2 (en) * 2003-12-19 2010-02-09 At&T Intellectual Property Ii, L.P. Method and apparatus for automatically building conversational systems
US8005732B2 (en) 2003-12-31 2011-08-23 American Express Travel Related Services Company, Inc. System for reducing information required to open a new account
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
JP3935889B2 (en) * 2004-02-27 2007-06-27 シャープ株式会社 Data processing apparatus, data processing method, data processing program, and recording medium on which data processing program is recorded
US10142392B2 (en) 2007-01-24 2018-11-27 Icontrol Networks, Inc. Methods and systems for improved system performance
US11343380B2 (en) 2004-03-16 2022-05-24 Icontrol Networks, Inc. Premises system automation
US10156959B2 (en) 2005-03-16 2018-12-18 Icontrol Networks, Inc. Cross-client sensor user interface in an integrated security network
US8963713B2 (en) 2005-03-16 2015-02-24 Icontrol Networks, Inc. Integrated security network with security alarm signaling system
US10380871B2 (en) 2005-03-16 2019-08-13 Icontrol Networks, Inc. Control system user interface
US9191228B2 (en) 2005-03-16 2015-11-17 Icontrol Networks, Inc. Cross-client sensor user interface in an integrated security network
US10339791B2 (en) 2007-06-12 2019-07-02 Icontrol Networks, Inc. Security network integrated with premise security system
US10444964B2 (en) 2007-06-12 2019-10-15 Icontrol Networks, Inc. Control system user interface
US10237237B2 (en) 2007-06-12 2019-03-19 Icontrol Networks, Inc. Communication protocols in integrated systems
US11582065B2 (en) 2007-06-12 2023-02-14 Icontrol Networks, Inc. Systems and methods for device communication
US11113950B2 (en) 2005-03-16 2021-09-07 Icontrol Networks, Inc. Gateway integrated with premises security system
US11201755B2 (en) 2004-03-16 2021-12-14 Icontrol Networks, Inc. Premises system management using status signal
US11811845B2 (en) 2004-03-16 2023-11-07 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
EP1738540B1 (en) 2004-03-16 2017-10-04 Icontrol Networks, Inc. Premises management system
US11368429B2 (en) 2004-03-16 2022-06-21 Icontrol Networks, Inc. Premises management configuration and control
US9531593B2 (en) 2007-06-12 2016-12-27 Icontrol Networks, Inc. Takeover processes in security network integrated with premise security system
US10721087B2 (en) 2005-03-16 2020-07-21 Icontrol Networks, Inc. Method for networked touchscreen with integrated interfaces
US11368327B2 (en) 2008-08-11 2022-06-21 Icontrol Networks, Inc. Integrated cloud system for premises automation
US20090077623A1 (en) 2005-03-16 2009-03-19 Marc Baum Security Network Integrating Security System and Network Devices
US11244545B2 (en) 2004-03-16 2022-02-08 Icontrol Networks, Inc. Cross-client sensor user interface in an integrated security network
US11677577B2 (en) 2004-03-16 2023-06-13 Icontrol Networks, Inc. Premises system management using status signal
US9141276B2 (en) 2005-03-16 2015-09-22 Icontrol Networks, Inc. Integrated interface for mobile device
US11316958B2 (en) 2008-08-11 2022-04-26 Icontrol Networks, Inc. Virtual device systems and methods
US10522026B2 (en) 2008-08-11 2019-12-31 Icontrol Networks, Inc. Automation system user interface with three-dimensional display
US10200504B2 (en) 2007-06-12 2019-02-05 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US10382452B1 (en) 2007-06-12 2019-08-13 Icontrol Networks, Inc. Communication protocols in integrated systems
US10313303B2 (en) 2007-06-12 2019-06-04 Icontrol Networks, Inc. Forming a security network including integrated security system components and network devices
US11159484B2 (en) 2004-03-16 2021-10-26 Icontrol Networks, Inc. Forming a security network including integrated security system components and network devices
US11916870B2 (en) 2004-03-16 2024-02-27 Icontrol Networks, Inc. Gateway registry methods and systems
US11489812B2 (en) 2004-03-16 2022-11-01 Icontrol Networks, Inc. Forming a security network including integrated security system components and network devices
US9729342B2 (en) 2010-12-20 2017-08-08 Icontrol Networks, Inc. Defining and implementing sensor triggered response rules
US20160065414A1 (en) 2013-06-27 2016-03-03 Ken Sundermeyer Control system user interface
US8988221B2 (en) 2005-03-16 2015-03-24 Icontrol Networks, Inc. Integrated security system with parallel processing architecture
US10375253B2 (en) 2008-08-25 2019-08-06 Icontrol Networks, Inc. Security system with networked touchscreen and gateway
US11277465B2 (en) 2004-03-16 2022-03-15 Icontrol Networks, Inc. Generating risk profile using data of home monitoring and security system
US9609003B1 (en) 2007-06-12 2017-03-28 Icontrol Networks, Inc. Generating risk profile using data of home monitoring and security system
US7711796B2 (en) 2006-06-12 2010-05-04 Icontrol Networks, Inc. Gateway registry methods and systems
US8635350B2 (en) 2006-06-12 2014-01-21 Icontrol Networks, Inc. IP device discovery systems and methods
US8566313B1 (en) * 2004-03-18 2013-10-22 Hyland Software, Inc. Computer-implemented document manager application enabler system and method
US20050235202A1 (en) * 2004-04-20 2005-10-20 Tsu-Wang Chen Automatic graphical layout printing system utilizing parsing and merging of data
US20050240866A1 (en) * 2004-04-26 2005-10-27 International Business Machines Corporation Multi-source, multi-destination data transfers
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US20050268222A1 (en) * 2004-05-26 2005-12-01 Cheng Kai M Method of creating, processing and storing HTML documents
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US8626730B2 (en) * 2004-06-28 2014-01-07 Sap Ag Data processing methods, systems and computer programs for providing a payment using a web service
US8990254B2 (en) * 2004-07-02 2015-03-24 Ellie Mae, Inc. Loan origination software system for processing mortgage loans over a distributed network
US7996759B2 (en) * 2004-09-14 2011-08-09 Oracle Internatonal Corporation Data insertion from a database into a fixed electronic template form that supports overflow data
US20060059247A1 (en) * 2004-09-16 2006-03-16 International Business Machines Corporation Automatic simultaneous entry of values in multiple web page fields
US20060059422A1 (en) * 2004-09-16 2006-03-16 Ting-Hu Wu Desktop application implemented with web paradigm
US7617233B2 (en) * 2004-09-28 2009-11-10 International Business Machines Corporation Method, system, and computer program product for sharing information between hypertext markup language (HTML) forms using a cookie
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US7818809B1 (en) * 2004-10-05 2010-10-19 Symantec Corporation Confidential data protection through usage scoping
US20060085473A1 (en) * 2004-10-14 2006-04-20 Frederik Thormaehlen Method and system for business process super-transaction
US20060101023A1 (en) * 2004-11-05 2006-05-11 Ellie Mae, Inc. Universal computing paradigm with single-code base utilizing a flexible distributed computing architecture
US7742958B1 (en) 2004-11-08 2010-06-22 Hrb Tax Group, Inc. System and method for preparing a tax return using electronically distributed tax return data
US7584417B2 (en) * 2004-11-15 2009-09-01 Microsoft Corporation Role-dependent action for an electronic form
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7849395B2 (en) * 2004-12-15 2010-12-07 Microsoft Corporation Filter and sort by color
US7996760B2 (en) * 2004-12-15 2011-08-09 Sap Ag Acquisition of user data over a network
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US8219807B1 (en) 2004-12-17 2012-07-10 Novell, Inc. Fine grained access control for linux services
US8271785B1 (en) 2004-12-20 2012-09-18 Novell, Inc. Synthesized root privileges
US20060150077A1 (en) * 2004-12-30 2006-07-06 Microsoft Corporation User interface method
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US20060170759A1 (en) * 2005-02-03 2006-08-03 Navio Systems Inc. Methods and apparatus for optimizing digital asset distribution
US20060174350A1 (en) * 2005-02-03 2006-08-03 Navio Systems, Inc. Methods and apparatus for optimizing identity management
US7490072B1 (en) 2005-02-16 2009-02-10 Novell, Inc. Providing access controls
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US20110128378A1 (en) 2005-03-16 2011-06-02 Reza Raji Modular Electronic Display Platform
US10999254B2 (en) 2005-03-16 2021-05-04 Icontrol Networks, Inc. System for data routing in networks
US20120324566A1 (en) 2005-03-16 2012-12-20 Marc Baum Takeover Processes In Security Network Integrated With Premise Security System
US9306809B2 (en) 2007-06-12 2016-04-05 Icontrol Networks, Inc. Security system with networked touchscreen
US11496568B2 (en) 2005-03-16 2022-11-08 Icontrol Networks, Inc. Security system with networked touchscreen
US11700142B2 (en) 2005-03-16 2023-07-11 Icontrol Networks, Inc. Security network integrating security system and network devices
US11615697B2 (en) 2005-03-16 2023-03-28 Icontrol Networks, Inc. Premise management systems and methods
US20170180198A1 (en) 2008-08-11 2017-06-22 Marc Baum Forming a security network including integrated security system components
US7643687B2 (en) * 2005-03-18 2010-01-05 Microsoft Corporation Analysis hints
US7673228B2 (en) 2005-03-30 2010-03-02 Microsoft Corporation Data-driven actions for network forms
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US7877679B2 (en) * 2005-05-04 2011-01-25 Amadesa Ltd. System and method for generating a user profile from layers based on prior user response
US8352935B2 (en) * 2005-05-19 2013-01-08 Novell, Inc. System for creating a customized software distribution based on user requirements
US8074214B2 (en) 2005-05-19 2011-12-06 Oracle International Corporation System for creating a customized software installation on demand
US8019828B2 (en) * 2005-05-24 2011-09-13 CRIF Corporation System and method for defining attributes, decision rules, or both, for remote execution, claim set III
US8024778B2 (en) * 2005-05-24 2011-09-20 CRIF Corporation System and method for defining attributes, decision rules, or both, for remote execution, claim set I
US8019843B2 (en) * 2005-05-24 2011-09-13 CRIF Corporation System and method for defining attributes, decision rules, or both, for remote execution, claim set II
EP2605195A1 (en) 2005-06-21 2013-06-19 United Parcel Service Of America, Inc. Systems and Methods for Providing Personalized Delivery Services
US7765131B2 (en) 2006-06-20 2010-07-27 United Parcel Service Of America, Inc. Systems and methods for providing personalized delivery services
US9088551B2 (en) * 2005-06-29 2015-07-21 International Business Machines Corporation Method and system for easily and securely managing multiple keys used to have access to multiple computing resources
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US8027976B1 (en) * 2005-08-23 2011-09-27 Oracle International Corporation Enterprise content search through searchable links
US9432468B2 (en) 2005-09-14 2016-08-30 Liveperson, Inc. System and method for design and dynamic generation of a web page
US8738732B2 (en) 2005-09-14 2014-05-27 Liveperson, Inc. System and method for performing follow up based on user interactions
JP2007094818A (en) * 2005-09-29 2007-04-12 Internatl Business Mach Corp <Ibm> Batch copy and paste method, device and computer program for a plurality of pieces of data
US8010940B2 (en) 2005-11-02 2011-08-30 Sourcecode Technologies Holdings, Inc. Methods and apparatus for designing a workflow process using inheritance
US7996758B2 (en) 2005-11-02 2011-08-09 Sourcecode Technologies Holding, Inc. Methods and apparatus for storing data associated with an electronic form
US8239226B2 (en) 2005-11-02 2012-08-07 Sourcecode Technologies Holdings, Inc. Methods and apparatus for combining properties and methods from a plurality of different data sources
US8224853B2 (en) * 2005-11-02 2012-07-17 Sourcecode Technologies Holdings, Inc. Methods and apparatus for updating a plurality of data fields in an electronic form
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US7827288B2 (en) * 2005-12-08 2010-11-02 International Business Machines Corporation Model autocompletion for composite services synchronization
US10332071B2 (en) * 2005-12-08 2019-06-25 International Business Machines Corporation Solution for adding context to a text exchange modality during interactions with a composite services application
US20070133773A1 (en) * 2005-12-08 2007-06-14 International Business Machines Corporation Composite services delivery
US7890635B2 (en) 2005-12-08 2011-02-15 International Business Machines Corporation Selective view synchronization for composite services delivery
US11093898B2 (en) 2005-12-08 2021-08-17 International Business Machines Corporation Solution for adding context to a text exchange modality during interactions with a composite services application
US8189563B2 (en) 2005-12-08 2012-05-29 International Business Machines Corporation View coordination for callers in a composite services enablement environment
US7792971B2 (en) 2005-12-08 2010-09-07 International Business Machines Corporation Visual channel refresh rate control for composite services delivery
US8005934B2 (en) * 2005-12-08 2011-08-23 International Business Machines Corporation Channel presence in a composite services enablement environment
US7877486B2 (en) 2005-12-08 2011-01-25 International Business Machines Corporation Auto-establishment of a voice channel of access to a session for a composite service from a visual channel of access to the session for the composite service
US7809838B2 (en) * 2005-12-08 2010-10-05 International Business Machines Corporation Managing concurrent data updates in a composite services delivery system
US8259923B2 (en) 2007-02-28 2012-09-04 International Business Machines Corporation Implementing a contact center using open standards and non-proprietary components
US7818432B2 (en) 2005-12-08 2010-10-19 International Business Machines Corporation Seamless reflection of model updates in a visual page for a visual channel in a composite services delivery system
US20070136449A1 (en) * 2005-12-08 2007-06-14 International Business Machines Corporation Update notification for peer views in a composite services delivery environment
US8490010B2 (en) * 2005-12-14 2013-07-16 Sap Ag Selective display of graphical user interface elements
WO2007069323A1 (en) * 2005-12-15 2007-06-21 Matsushita Electric Industrial Co., Ltd. User registration agent server, communication terminal device, user registration method, and user registration system
US9177338B2 (en) 2005-12-29 2015-11-03 Oncircle, Inc. Software, systems, and methods for processing digital bearer instruments
EP1977381A4 (en) 2005-12-29 2014-01-01 Oncircle Inc Software, systems, and methods for processing digital bearer instruments
US20070186150A1 (en) * 2006-02-03 2007-08-09 Raosoft, Inc. Web-based client-local environment for structured interaction with a form
US8676973B2 (en) * 2006-03-07 2014-03-18 Novell Intellectual Property Holdings, Inc. Light-weight multi-user browser
US7941525B1 (en) 2006-04-01 2011-05-10 ClickTale, Ltd. Method and system for monitoring an activity of a user
US20070234200A1 (en) * 2006-04-03 2007-10-04 International Business Machines Corporation Model view controller modeling language
WO2007130416A2 (en) 2006-04-29 2007-11-15 Navio Systems, Inc. Title-enabled networking
US7516418B2 (en) * 2006-06-01 2009-04-07 Microsoft Corporation Automatic tracking of user data and reputation checking
US8055544B2 (en) * 2006-06-02 2011-11-08 Cobalt Group, Inc. Source- and venue-specific inventory data processing and identification system
US10079839B1 (en) 2007-06-12 2018-09-18 Icontrol Networks, Inc. Activation of gateway device
US8370423B2 (en) 2006-06-16 2013-02-05 Microsoft Corporation Data synchronization and sharing relationships
US7730480B2 (en) 2006-08-22 2010-06-01 Novell, Inc. System and method for creating a pattern installation by cloning software installed another computer
WO2008031219A1 (en) * 2006-09-14 2008-03-20 Sxip Identity Corp. Internet identity manager
US9201854B1 (en) 2006-10-25 2015-12-01 Hewlett-Packard Development Company, L.P. Methods and systems for creating, interacting with, and utilizing a superactive document
US10192234B2 (en) 2006-11-15 2019-01-29 Api Market, Inc. Title materials embedded within media formats and related applications
US20080144130A1 (en) * 2006-12-13 2008-06-19 Kerigan Thomas M Document output processing
US8594305B2 (en) * 2006-12-22 2013-11-26 International Business Machines Corporation Enhancing contact centers with dialog contracts
US9069745B2 (en) 2007-01-16 2015-06-30 Ebay, Inc. Electronic form automation
US11706279B2 (en) 2007-01-24 2023-07-18 Icontrol Networks, Inc. Methods and systems for data communication
JP4652350B2 (en) * 2007-01-29 2011-03-16 Necソフト株式会社 Reverse proxy server, its control method and program
US8429551B2 (en) * 2007-02-15 2013-04-23 Microsoft Corporation Application-based copy and paste operations
US9247056B2 (en) * 2007-02-28 2016-01-26 International Business Machines Corporation Identifying contact center agents based upon biometric characteristics of an agent's speech
US7633385B2 (en) 2007-02-28 2009-12-15 Ucontrol, Inc. Method and system for communicating with and controlling an alarm system from a remote server
US9055150B2 (en) * 2007-02-28 2015-06-09 International Business Machines Corporation Skills based routing in a standards based contact center using a presence server and expertise specific watchers
US20080262891A1 (en) * 2007-04-20 2008-10-23 Sap Ag Policy based distribution modeling via information models
US8451986B2 (en) 2007-04-23 2013-05-28 Icontrol Networks, Inc. Method and system for automatically providing alternate network access for telecommunications
US7836407B2 (en) * 2007-05-02 2010-11-16 Yahoo! Inc. Smart fields
AU2008248373A1 (en) 2007-05-08 2008-11-13 Sourcecode Technology Holding, Inc. Methods and apparatus for exposing workflow process definitions as business objects
US8984389B2 (en) * 2007-06-04 2015-03-17 Lg Electronics Inc. Mobile terminal for setting bookmarking area and control method thereof
US11212192B2 (en) 2007-06-12 2021-12-28 Icontrol Networks, Inc. Communication protocols in integrated systems
US11218878B2 (en) 2007-06-12 2022-01-04 Icontrol Networks, Inc. Communication protocols in integrated systems
US10389736B2 (en) 2007-06-12 2019-08-20 Icontrol Networks, Inc. Communication protocols in integrated systems
US10498830B2 (en) 2007-06-12 2019-12-03 Icontrol Networks, Inc. Wi-Fi-to-serial encapsulation in systems
US11316753B2 (en) 2007-06-12 2022-04-26 Icontrol Networks, Inc. Communication protocols in integrated systems
US11646907B2 (en) 2007-06-12 2023-05-09 Icontrol Networks, Inc. Communication protocols in integrated systems
US10616075B2 (en) 2007-06-12 2020-04-07 Icontrol Networks, Inc. Communication protocols in integrated systems
US11237714B2 (en) 2007-06-12 2022-02-01 Control Networks, Inc. Control system user interface
US11423756B2 (en) 2007-06-12 2022-08-23 Icontrol Networks, Inc. Communication protocols in integrated systems
US10051078B2 (en) 2007-06-12 2018-08-14 Icontrol Networks, Inc. WiFi-to-serial encapsulation in systems
US10523689B2 (en) 2007-06-12 2019-12-31 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US11089122B2 (en) 2007-06-12 2021-08-10 Icontrol Networks, Inc. Controlling data routing among networks
US10423309B2 (en) 2007-06-12 2019-09-24 Icontrol Networks, Inc. Device integration framework
US11601810B2 (en) 2007-06-12 2023-03-07 Icontrol Networks, Inc. Communication protocols in integrated systems
US10666523B2 (en) 2007-06-12 2020-05-26 Icontrol Networks, Inc. Communication protocols in integrated systems
US9098481B2 (en) 2007-06-15 2015-08-04 Microsoft Technology Licensing, Llc Increasing accuracy in determining purpose of fields in forms
US8528064B2 (en) 2007-06-22 2013-09-03 Springo Incorporated Web based system that allows users to log into websites without entering username and password information
US8601361B2 (en) * 2007-08-06 2013-12-03 Apple Inc. Automatically populating and/or generating tables using data extracted from files
US10223903B2 (en) 2010-09-28 2019-03-05 Icontrol Networks, Inc. Integrated security system with parallel processing architecture
US11831462B2 (en) 2007-08-24 2023-11-28 Icontrol Networks, Inc. Controlling data routing in premises management systems
US8600798B1 (en) 2007-09-21 2013-12-03 Ellie Mae, Inc. Loan screening
US9064284B1 (en) * 2007-09-27 2015-06-23 United Services Automobile Association (Usaa) System and method of providing a financial investment recommendation using a portfolio planner
US8196042B2 (en) 2008-01-21 2012-06-05 Microsoft Corporation Self-revelation aids for interfaces
US11916928B2 (en) 2008-01-24 2024-02-27 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US20090204881A1 (en) * 2008-02-08 2009-08-13 M/S. Scmooth (India) Private Limited Method and system for knowledge-based filling and verification of complex forms
US20090226090A1 (en) * 2008-03-06 2009-09-10 Okita Kunio Information processing system, information processing apparatus, information processing method, and storage medium
US8719838B1 (en) * 2008-05-28 2014-05-06 United Services Automobile Association (Usaa) Systems and methods for generating scripts to interact with web sites
US20170185278A1 (en) 2008-08-11 2017-06-29 Icontrol Networks, Inc. Automation system user interface
US8055767B1 (en) * 2008-07-15 2011-11-08 Zscaler, Inc. Proxy communication string data
WO2010008397A1 (en) * 2008-07-18 2010-01-21 Vidoop, Llc. System and method for automated filling of web-based forms
US20100017742A1 (en) * 2008-07-20 2010-01-21 Rhodes Gary J Form input skip-field software tool
US8260846B2 (en) 2008-07-25 2012-09-04 Liveperson, Inc. Method and system for providing targeted content to a surfer
US8762313B2 (en) 2008-07-25 2014-06-24 Liveperson, Inc. Method and system for creating a predictive model for targeting web-page to a surfer
US8805844B2 (en) 2008-08-04 2014-08-12 Liveperson, Inc. Expert search
US20100037219A1 (en) * 2008-08-05 2010-02-11 International Buisness Machines Corporation Predictive logic for automatic web form completion
US11758026B2 (en) 2008-08-11 2023-09-12 Icontrol Networks, Inc. Virtual device systems and methods
US11258625B2 (en) 2008-08-11 2022-02-22 Icontrol Networks, Inc. Mobile premises automation platform
US11729255B2 (en) 2008-08-11 2023-08-15 Icontrol Networks, Inc. Integrated cloud system with lightweight gateway for premises automation
US10530839B2 (en) 2008-08-11 2020-01-07 Icontrol Networks, Inc. Integrated cloud system with lightweight gateway for premises automation
US11792036B2 (en) 2008-08-11 2023-10-17 Icontrol Networks, Inc. Mobile premises automation platform
US8051159B2 (en) * 2008-10-01 2011-11-01 The Cobalt Group, Inc. Systems and methods for configuring a network of affiliated websites
US7870253B2 (en) * 2008-10-01 2011-01-11 The Cobalt Group, Inc. Systems and methods for aggregating user profile information in a network of affiliated websites
US8438310B2 (en) * 2008-10-01 2013-05-07 Adp Dealer Services, Inc. Systems and methods for configuring a website having a plurality of operational modes
JP4815481B2 (en) * 2008-10-06 2011-11-16 株式会社オプティム Network relay device, user information management system, and user information management method
US8265606B2 (en) * 2008-10-09 2012-09-11 Microsoft Corporation Targeted advertisements to social contacts
US9892417B2 (en) 2008-10-29 2018-02-13 Liveperson, Inc. System and method for applying tracing tools for network locations
US9569231B2 (en) * 2009-02-09 2017-02-14 Kryon Systems Ltd. Device, system, and method for providing interactive guidance with execution of operations
US20100205529A1 (en) * 2009-02-09 2010-08-12 Emma Noya Butin Device, system, and method for creating interactive guidance with execution of operations
USD838288S1 (en) * 2009-02-24 2019-01-15 Tixtrack, Inc. Display screen or portion of a display screen with a computer generated venue map and a pop-up window appearing in response to an electronic pointer
US9106423B1 (en) * 2009-03-16 2015-08-11 Symantec Corporation Using positional analysis to identify login credentials on a web page
US8638211B2 (en) 2009-04-30 2014-01-28 Icontrol Networks, Inc. Configurable controller and interface for home SMA, phone and multimedia
US9405558B2 (en) * 2009-08-24 2016-08-02 Kryon Systems Ltd. Display-independent computerized guidance
US9098313B2 (en) * 2009-08-24 2015-08-04 Kryon Systems Ltd. Recording display-independent computerized guidance
US8918739B2 (en) 2009-08-24 2014-12-23 Kryon Systems Ltd. Display-independent recognition of graphical user interface control
US8666812B1 (en) * 2009-11-10 2014-03-04 Google Inc. Distributing content based on transaction information
US8972437B2 (en) * 2009-12-23 2015-03-03 Apple Inc. Auto-population of a table
WO2011127049A1 (en) 2010-04-07 2011-10-13 Liveperson, Inc. System and method for dynamically enabling customized web content and applications
US20110264994A1 (en) * 2010-04-13 2011-10-27 ForenSight, Inc. Method of retrieving interactive electronic data and accessing productivity tools for real property valuation and mortgage underwriting software systems
US8788583B2 (en) 2010-05-13 2014-07-22 International Business Machines Corporation Sharing form training result utilizing a social network
US10242118B2 (en) 2010-06-21 2019-03-26 International Business Machines Corporation Multi-source electronic forms with concealed fields
CN102207949B (en) * 2010-07-15 2012-11-21 优视科技有限公司 Browser script resolving method and device for mobile communication equipment terminal
EP2613279B1 (en) * 2010-08-31 2019-04-10 Hideharu Ogawa Communication apparatus, reminder apparatus, and information recording medium
US20120078926A1 (en) * 2010-09-24 2012-03-29 International Business Machines Corporation Efficient passage retrieval using document metadata
US8836467B1 (en) 2010-09-28 2014-09-16 Icontrol Networks, Inc. Method, system and apparatus for automated reporting of account and sensor zone information to a central station
US20120117455A1 (en) * 2010-11-08 2012-05-10 Kwift SAS (a French corporation) Anthropomimetic analysis engine for analyzing online forms to determine user view-based web page semantics
US10839430B1 (en) 2010-12-06 2020-11-17 Metarail, Inc. Systems, methods and computer program products for populating field identifiers from telephonic or electronic automated conversation, generating or modifying elements of telephonic or electronic automated conversation based on values from field identifiers
US10152734B1 (en) 2010-12-06 2018-12-11 Metarail, Inc. Systems, methods and computer program products for mapping field identifiers from and to delivery service, mobile storefront, food truck, service vehicle, self-driving car, delivery drone, ride-sharing service or in-store pickup for integrated shopping, delivery, returns or refunds
US10963926B1 (en) 2010-12-06 2021-03-30 Metarail, Inc. Systems, methods and computer program products for populating field identifiers from virtual reality or augmented reality environments, or modifying or selecting virtual or augmented reality environments or content based on values from field identifiers
US9633378B1 (en) 2010-12-06 2017-04-25 Wayfare Interactive, Inc. Deep-linking system, method and computer program product for online advertisement and E-commerce
US10817914B1 (en) 2010-12-06 2020-10-27 Metarail, Inc. Systems, methods and computer program products for triggering multiple deep-linked pages, apps, environments, and devices from single ad click
US10839431B1 (en) 2010-12-06 2020-11-17 Metarail, Inc. Systems, methods and computer program products for cross-marketing related products and services based on machine learning algorithms involving field identifier level adjacencies
US9350598B2 (en) 2010-12-14 2016-05-24 Liveperson, Inc. Authentication of service requests using a communications initiation feature
US8918465B2 (en) 2010-12-14 2014-12-23 Liveperson, Inc. Authentication of service requests initiated from a social networking site
US11750414B2 (en) 2010-12-16 2023-09-05 Icontrol Networks, Inc. Bidirectional security sensor communication for a premises security system
US9147337B2 (en) 2010-12-17 2015-09-29 Icontrol Networks, Inc. Method and system for logging security event data
US10409892B2 (en) 2011-01-26 2019-09-10 Microsoft Technology Licensing, Llc Formatting data by example
US10482475B2 (en) 2011-02-10 2019-11-19 Adp Dealer Services, Inc. Systems and methods for providing targeted advertising
US8271520B1 (en) * 2011-03-31 2012-09-18 Accenture Global Services Limited Expression editor tool
CN102184204B (en) * 2011-04-28 2013-03-13 常州大学 Auto fill method and system of intelligent Web form
WO2013019519A1 (en) 2011-08-02 2013-02-07 Rights Over Ip, Llc Rights-based system
US9304662B2 (en) 2011-08-25 2016-04-05 Vmware, Inc. User interface virtualization techniques
US9665898B2 (en) * 2011-10-21 2017-05-30 Groupon, Inc. Executing multiple transactions using trigger inputs
WO2013059822A1 (en) * 2011-10-22 2013-04-25 Coon Jonathan Systems and methods for automatically filling-in information
US9600807B2 (en) * 2011-12-20 2017-03-21 Excalibur Ip, Llc Server-side modification of messages during a mobile terminal message exchange
US20130191714A1 (en) * 2012-01-25 2013-07-25 Microsoft Corporation Fill by example animation and visuals
US8943002B2 (en) 2012-02-10 2015-01-27 Liveperson, Inc. Analytics driven engagement
US8805941B2 (en) 2012-03-06 2014-08-12 Liveperson, Inc. Occasionally-connected computing interface
US9563336B2 (en) 2012-04-26 2017-02-07 Liveperson, Inc. Dynamic user interface customization
US9672196B2 (en) 2012-05-15 2017-06-06 Liveperson, Inc. Methods and systems for presenting specialized content using campaign metrics
US10803233B2 (en) * 2012-05-31 2020-10-13 Conduent Business Services Llc Method and system of extracting structured data from a document
WO2013181668A1 (en) * 2012-06-01 2013-12-05 Airpush, Inc. Methods and systems for pre-populating advertisement landing pages
CN103576847B (en) * 2012-08-09 2016-03-30 腾讯科技(深圳)有限公司 Obtain the method and apparatus of account information
US9087053B2 (en) * 2012-10-12 2015-07-21 Hyland Software, Inc. Computer-implemented document manager application enabler system and method
US10235692B2 (en) 2012-10-17 2019-03-19 Groupon, Inc. Consumer presence based deal offers
US20140108247A1 (en) 2012-10-17 2014-04-17 Groupon, Inc. Peer-To-Peer Payment Processing
US20140122988A1 (en) 2012-10-30 2014-05-01 FHOOSH, Inc. Systems and methods for populating user information on electronic forms
US9916557B1 (en) 2012-12-07 2018-03-13 United Parcel Service Of America, Inc. Systems and methods for item delivery and pick-up using social networks
US11144872B2 (en) 2012-12-21 2021-10-12 United Parcel Service Of America, Inc. Delivery to an unattended location
US10387824B2 (en) 2012-12-21 2019-08-20 United Parcel Service Of America, Inc. Systems and methods for delivery of an item
CA2900041C (en) 2013-02-01 2020-04-21 United Parcel Service Of America, Inc. Systems and methods for parcel delivery to alternate delivery locations
US20140229375A1 (en) 2013-02-11 2014-08-14 Groupon, Inc. Consumer device payment token management
US9525600B1 (en) * 2013-02-27 2016-12-20 Ca, Inc. Formatting values in custom component on cloud platform
US9852409B2 (en) 2013-03-11 2017-12-26 Groupon, Inc. Consumer device based point-of-sale
US9576286B1 (en) 2013-03-11 2017-02-21 Groupon, Inc. Consumer device based point-of-sale
US10521761B2 (en) 2013-03-12 2019-12-31 United Parcel Service Of America, Inc. Systems and methods of delivering parcels using attended delivery/pickup locations
US11080734B2 (en) 2013-03-15 2021-08-03 Cdk Global, Llc Pricing system for identifying prices for vehicles offered by vehicle dealerships and other entities
US10331765B2 (en) 2013-05-24 2019-06-25 Sourcecode Technology Holdings, Inc. Methods and apparatus for translating forms to native mobile applications
US10229101B2 (en) 2013-06-14 2019-03-12 Microsoft Technology Licensing, Llc Smart fill
US10354216B2 (en) 2013-08-30 2019-07-16 United Parcel Service Of America, Inc. Systems, methods, and computer program products for providing customized communication content in conjunction with transport of a plurality of packages
US9928493B2 (en) 2013-09-27 2018-03-27 Groupon, Inc. Systems and methods for providing consumer facing point-of-sale interfaces
US20150100514A1 (en) 2013-10-09 2015-04-09 United Parcel Service Of America, Inc. Customer Controlled Management of Shipments
CA2926985C (en) 2013-10-14 2022-06-07 United Parcel Service Of America, Inc. Systems and methods for conveying a parcel to a consignee, for example, after an unsuccessful delivery attempt
US9339159B2 (en) * 2014-06-13 2016-05-17 Aerus Llc Vacuum brush drive
US10621276B2 (en) 2013-10-24 2020-04-14 Wmware, Inc. User interface virtualization for web applications
US10002340B2 (en) 2013-11-20 2018-06-19 United Parcel Service Of America, Inc. Concepts for electronic door hangers
CA2935200C (en) 2014-02-16 2019-11-26 United Parcel Service Of America, Inc. Determining a delivery location and time based on the schedule or location of a consignee
US11405463B2 (en) 2014-03-03 2022-08-02 Icontrol Networks, Inc. Media content management
US11146637B2 (en) 2014-03-03 2021-10-12 Icontrol Networks, Inc. Media content management
US10733563B2 (en) 2014-03-13 2020-08-04 United Parcel Service Of America, Inc. Determining alternative delivery destinations
US11386442B2 (en) 2014-03-31 2022-07-12 Liveperson, Inc. Online behavioral predictor
US9524428B2 (en) * 2014-04-28 2016-12-20 Lenovo (Singapore) Pte. Ltd. Automated handwriting input for entry fields
US10176159B2 (en) * 2014-05-05 2019-01-08 Adobe Systems Incorporated Identify data types and locations of form fields entered by different previous users on different copies of a scanned document to generate an interactive form field
US20150371318A1 (en) * 2014-06-18 2015-12-24 Ronen Hen System for combined orders during batch printing
JP5830581B1 (en) * 2014-06-23 2015-12-09 株式会社ショーケース・ティービー Input support server, input support method, and input support program
US10824799B2 (en) 2014-06-30 2020-11-03 Microsoft Technology Licensing, Llc Summary data autofill
US20160012030A1 (en) * 2014-07-08 2016-01-14 Tuyen Tran Data form generation and gathering
US9639767B2 (en) * 2014-07-10 2017-05-02 Lenovo (Singapore) Pte. Ltd. Context-aware handwriting recognition for application input fields
WO2016011456A1 (en) * 2014-07-18 2016-01-21 FHOOSH, Inc. Systems and methods for locating, identifying and mapping electronic form fields
US9805014B2 (en) * 2014-08-28 2017-10-31 Xerox Corporation Methods and systems for facilitating trusted form processing
WO2016038665A1 (en) 2014-09-08 2016-03-17 パスロジ株式会社 Authentication system and reminder terminal
EP3198512A4 (en) 2014-09-23 2018-05-09 Fhoosh Inc. Secure high speed data storage, access, recovery, and transmission
US10579823B2 (en) 2014-09-23 2020-03-03 Ubiq Security, Inc. Systems and methods for secure high speed data generation and access
US9870485B2 (en) * 2014-11-12 2018-01-16 Nec Corporation System and method for detecting sensitive user input leakages in software applications
WO2016077807A2 (en) 2014-11-14 2016-05-19 United Parcel Service Of America, Inc. Systems and methods for facilitating shipping of parcels for returning items
US10410164B2 (en) 2014-11-14 2019-09-10 United Parcel Service Of America, Inc Systems and methods for facilitating shipping of parcels
SG10201502192YA (en) * 2015-03-20 2016-10-28 Mastercard Asia Pacific Pte Ltd Method and system for facilitating payment of credit card bills
WO2016196806A1 (en) 2015-06-02 2016-12-08 Liveperson, Inc. Dynamic communication routing based on consistency weighting and routing rules
US11467808B2 (en) * 2015-07-31 2022-10-11 Wisetech Global Limited Systems and methods for executable content and executable content flow creation
JP6893209B2 (en) 2015-10-30 2021-06-23 アクシオム コーポレーション Automatic interpretation of structured multifield file layout
US10025766B2 (en) * 2015-12-21 2018-07-17 Xerox Corporation Relational database for assigning orphan fillable fields of electronic fillable forms with associated captions
CN105488219B (en) * 2015-12-21 2019-06-04 珠海威泓医疗科技有限公司 Webpage information method for automatically inputting and system
US10867285B2 (en) 2016-04-21 2020-12-15 Cdk Global, Llc Automatic automobile repair service scheduling based on diagnostic trouble codes and service center attributes
US10332068B2 (en) 2016-04-21 2019-06-25 Cdk Global, Llc Systems and methods for stocking an automobile
US10853769B2 (en) 2016-04-21 2020-12-01 Cdk Global Llc Scheduling an automobile service appointment in a dealer service bay based on diagnostic trouble codes and service bay attributes
US10776571B2 (en) * 2016-05-04 2020-09-15 Google Llc Dispatch of user input to multiple input fields in a user interface
CN109844717B (en) 2016-08-14 2023-05-23 利维帕尔森有限公司 System and method for real-time remote control of mobile applications
CN107766307B (en) * 2016-08-18 2021-06-08 阿里巴巴集团控股有限公司 Method and equipment for linkage of table elements
US10600022B2 (en) 2016-08-31 2020-03-24 United Parcel Service Of America, Inc. Systems and methods for synchronizing delivery of related parcels via a computerized locker bank
US11423369B2 (en) * 2016-12-20 2022-08-23 BillGO, Inc. Customer-merchant intermediary
US10326858B2 (en) 2017-05-23 2019-06-18 Cdk Global, Llc System and method for dynamically generating personalized websites
US20180349110A1 (en) * 2017-05-31 2018-12-06 Wipro Limited Method and layout identification system for facilitating identification of a layout of a user interface
US20220366402A1 (en) * 2017-08-04 2022-11-17 Well Fargo Bank, N.A. Electronic document viewer to mobile wallet communication
US10489024B2 (en) * 2017-09-12 2019-11-26 Sap Se UI rendering based on adaptive label text infrastructure
CN107608792B (en) * 2017-09-12 2020-09-01 中国联合网络通信集团有限公司 Resource scheduling method and device
CN107967324A (en) * 2017-11-24 2018-04-27 广州明动软件股份有限公司 Intellectual data conversion storage and Rapid input system and method
US11349656B2 (en) 2018-03-08 2022-05-31 Ubiq Security, Inc. Systems and methods for secure storage and transmission of a data stream
US11501351B2 (en) 2018-03-21 2022-11-15 Cdk Global, Llc Servers, systems, and methods for single sign-on of an automotive commerce exchange
US11190608B2 (en) 2018-03-21 2021-11-30 Cdk Global Llc Systems and methods for an automotive commerce exchange
CN108664461B (en) * 2018-05-03 2023-08-22 鼎富智能科技有限公司 Automatic filling method and device for webpage form
US10867068B2 (en) 2018-06-15 2020-12-15 Gogoody Inc Personal computing devices with assisted form completion
JP6494841B1 (en) * 2018-07-23 2019-04-03 株式会社DataSign Personal data management system
CN113302607A (en) 2018-12-25 2021-08-24 帕斯罗基株式会社 Remote control system, remote control method, program, and information recording medium
CN110032561B (en) * 2019-01-28 2023-07-18 创新先进技术有限公司 Form construction method and system based on semantics
CN110377892A (en) * 2019-07-05 2019-10-25 广东鼎义互联科技股份有限公司 A kind of government intelligence form templat designing system
CN111124405B (en) * 2019-12-04 2023-11-17 浪潮软件股份有限公司 Implementation method and system for online form design supporting front-end and back-end decoupling
US11562128B2 (en) 2020-03-30 2023-01-24 Bank Of America Corporation Data extraction system for targeted data dissection
US11461865B2 (en) * 2020-05-22 2022-10-04 Tristan Carson Hager Systems and methods for safe social gatherings during a contagious pandemic
US11615234B2 (en) * 2020-06-18 2023-03-28 Bradley W. Grosse System and method for automated data importation, processing, and form submittal
US11341318B2 (en) 2020-07-07 2022-05-24 Kudzu Software Llc Interactive tool for modifying an automatically generated electronic form
US11403455B2 (en) * 2020-07-07 2022-08-02 Kudzu Software Llc Electronic form generation from electronic documents
US20220075960A1 (en) * 2020-09-09 2022-03-10 Achieve Intelligent Technologies, Inc. Interactive Communication System with Natural Language Adaptive Components
US11080105B1 (en) 2020-11-18 2021-08-03 Cdk Global, Llc Systems, methods, and apparatuses for routing API calls
US11532031B2 (en) 2021-01-08 2022-12-20 1ClickPay Inc System and method for populating web-based forms and managing e-commerce checkout process
US11514021B2 (en) 2021-01-22 2022-11-29 Cdk Global, Llc Systems, methods, and apparatuses for scanning a legacy database
US11620274B2 (en) * 2021-04-30 2023-04-04 Intuit Inc. Method and system of automatically predicting anomalies in online forms
US11803535B2 (en) 2021-05-24 2023-10-31 Cdk Global, Llc Systems, methods, and apparatuses for simultaneously running parallel databases
US11928723B2 (en) * 2021-07-29 2024-03-12 Walmart Apollo, Llc Systems and methods for facilitating online search based on offline transactions
US11615235B2 (en) * 2021-08-10 2023-03-28 Capital One Services, Llc Automatic filling of a form with formatted text

Citations (83)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5060263A (en) * 1988-03-09 1991-10-22 Enigma Logic, Inc. Computer access control system and method
US5224150A (en) * 1990-07-06 1993-06-29 Simon Neustein Paging system
US5267149A (en) * 1986-08-20 1993-11-30 Oki Electric Industry Co. Ltd. System and method for registering passwords
US5544322A (en) * 1994-05-09 1996-08-06 International Business Machines Corporation System and method for policy-based inter-realm authentication within a distributed processing system
US5564038A (en) * 1994-05-20 1996-10-08 International Business Machines Corporation Method and apparatus for providing a trial period for a software license product using a date stamp and designated test period
US5574786A (en) * 1995-02-06 1996-11-12 International Business Machines Corporation Securing trusted personal computer system against unauthorized movement
US5590198A (en) * 1995-12-19 1996-12-31 Pitney Bowes Inc. Open metering system with super password vault access
US5608874A (en) * 1994-12-02 1997-03-04 Autoentry Online, Inc. System and method for automatic data file format translation and transmission having advanced features
US5640577A (en) * 1991-12-30 1997-06-17 Davox Corporation Data processing system with automated at least partial forms completion
US5659350A (en) * 1992-12-09 1997-08-19 Discovery Communications, Inc. Operations center for a television program packaging and delivery system
US5675771A (en) * 1993-09-28 1997-10-07 Bull Hn Information Systems Inc. Mechanism for enabling emulation system users to directly invoke a number of host system facilities for executing host procedures either synchronously or asynchronously in a secure manner through automatically created shell mechanisms
US5694595A (en) * 1993-12-23 1997-12-02 International Business Machines, Corporation Remote user profile management administration in a computer network
US5710889A (en) * 1995-02-22 1998-01-20 Citibank, N.A. Interface device for electronically integrating global financial services
US5711000A (en) * 1995-08-31 1998-01-20 Northern Telecom Limited Topology verification process for controlling a personal communication services system
US5712973A (en) * 1996-05-20 1998-01-27 International Business Machines Corp. Wireless proximity containment security
US5739512A (en) * 1996-05-30 1998-04-14 Sun Microsystems, Inc. Digital delivery of receipts
US5758341A (en) * 1995-01-17 1998-05-26 Anthem Healthcare Solutions, Inc. Automated transaction processing system and process with emulation of human error resolution
US5764890A (en) * 1994-12-13 1998-06-09 Microsoft Corporation Method and system for adding a secure network server to an existing computer network
US5784463A (en) * 1996-12-04 1998-07-21 V-One Corporation Token distribution, registration, and dynamic configuration of user entitlement for an application level security system and method
US5790785A (en) * 1995-12-11 1998-08-04 Customer Communications Group, Inc. World Wide Web registration information processing system
US5793952A (en) * 1996-05-17 1998-08-11 Sun Microsystems, Inc. Method and apparatus for providing a secure remote password graphic interface
US5794259A (en) * 1996-07-25 1998-08-11 Lextron Systems, Inc Apparatus and methods to enhance web browsing on the internet
US5799115A (en) * 1995-03-16 1998-08-25 Kabushiki Kaisha Toshiba Image filing apparatus and method
US5821933A (en) * 1995-09-14 1998-10-13 International Business Machines Corporation Visual access to restricted functions represented on a graphical user interface
US5918007A (en) * 1992-05-27 1999-06-29 International Business Machines Corporation Trusted personal computer system with limited accessibility
US5961593A (en) * 1997-01-22 1999-10-05 Lucent Technologies, Inc. System and method for providing anonymous personalized browsing by a proxy system in a network
US5970227A (en) * 1996-04-30 1999-10-19 International Business Machines Corp. Wireless proximity detector security feature
US5974430A (en) * 1997-09-30 1999-10-26 Unisys Corp. Method for dynamically embedding objects stored in a web server within HTML for display by a web browser
US5991537A (en) * 1997-09-16 1999-11-23 The United States Of America As Represented By The Secretary Of The Navy VXI test executive
US6026379A (en) * 1996-06-17 2000-02-15 Verifone, Inc. System, method and article of manufacture for managing transactions in a high availability system
US6029146A (en) * 1996-08-21 2000-02-22 Crossmar, Inc. Method and apparatus for trading securities electronically
US6067529A (en) * 1998-08-12 2000-05-23 Ericsson Inc. System and method for sending a short message containing purchase information to a destination terminal
US6070184A (en) * 1997-08-28 2000-05-30 International Business Machines Corporation Server-side asynchronous form management
US6088700A (en) * 1999-08-06 2000-07-11 Larsen; Kenneth N. Automated forms completion for global information network applications
US6151707A (en) * 1997-11-20 2000-11-21 Remedy Corporation System and method for product registration
US6185542B1 (en) * 1998-07-31 2001-02-06 Lucent Technologies Inc. Communication of transaction data via the internet
US6192380B1 (en) * 1998-03-31 2001-02-20 Intel Corporation Automatic web based form fill-in
US6192476B1 (en) * 1997-12-11 2001-02-20 Sun Microsystems, Inc. Controlling access to a resource
US6199079B1 (en) * 1998-03-09 2001-03-06 Junglee Corporation Method and system for automatically filling forms in an integrated network based transaction environment
US6233565B1 (en) * 1998-02-13 2001-05-15 Saranac Software, Inc. Methods and apparatus for internet based financial transactions with evidence of payment
US6247029B1 (en) * 1998-05-01 2001-06-12 International Business Machines Corporation Web browser form enhancements
US6249779B1 (en) * 1998-05-13 2001-06-19 Ben A. Hitt Adaptive fuzzy feature mapping
US6286102B1 (en) * 1996-04-30 2001-09-04 International Business Machines Corporation Selective wireless disablement for computers passing through a security checkpoint
US20010027420A1 (en) * 1999-12-21 2001-10-04 Miroslav Boublik Method and apparatus for capturing transaction data
US6311165B1 (en) * 1998-04-29 2001-10-30 Ncr Corporation Transaction processing systems
US6324525B1 (en) * 1996-06-17 2001-11-27 Hewlett-Packard Company Settlement of aggregated electronic transactions over a network
US6327707B1 (en) * 1999-06-01 2001-12-04 Micron Technology, Inc. Method, programmed medium and system for customizing pre-loaded software
US6341353B1 (en) * 1997-04-11 2002-01-22 The Brodia Group Smart electronic receipt system
US6377986B1 (en) * 1998-09-11 2002-04-23 Digital Convergence Corporation Routing string indicative of a location of a database on a web associated with a product in commerce
US6385595B1 (en) * 1996-10-09 2002-05-07 Visa International Service Association Electronic statement presentment system
US6401074B1 (en) * 1998-06-12 2002-06-04 Access Retail transaction promotion system
US6412070B1 (en) * 1998-09-21 2002-06-25 Microsoft Corporation Extensible security system and method for controlling access to objects in a computing environment
US20020083095A1 (en) * 2000-12-13 2002-06-27 Wu Jackie Zhanhong System and methods for integration of a Web site with a repository server
US20020083068A1 (en) * 2000-10-30 2002-06-27 Quass Dallan W. Method and apparatus for filling out electronic forms
US20020087479A1 (en) * 2000-11-08 2002-07-04 Peter Malcolm Information management system
US6421693B1 (en) * 1998-04-20 2002-07-16 Fujitsu Limited Method to automatically fill entry items of documents, recording medium and system thereof
US20020116387A1 (en) * 2001-02-05 2002-08-22 Azadeh Farahmand Translation devices, methods and software for moving information between a database file, and a source or destination file
US6460042B1 (en) * 1998-06-04 2002-10-01 Collegenet, Inc. Universal forms engine
US6460163B1 (en) * 2000-04-05 2002-10-01 International Business Machines Corporation Software and method for digital content vending and transport
US6496855B1 (en) * 1999-03-02 2002-12-17 America Online, Inc. Web site registration proxy system
US6499041B1 (en) * 1998-12-29 2002-12-24 International Business Machines Corporation Methods, systems and computer program products for copying between templates having associated field designations
US6499042B1 (en) * 1998-10-07 2002-12-24 Infospace, Inc. Selective proxy approach to filling-in forms embedded in distributed electronic documents
US6501950B1 (en) * 1996-03-14 2002-12-31 Bellsouth Intellectual Property Corporation Systems and methods for monitoring data signals on a communications network
US6533168B1 (en) * 1999-05-27 2003-03-18 Peter N. Ching Method and apparatus for computer-readable purchase receipts using multi-dimensional bar codes
US6543683B2 (en) * 2001-02-12 2003-04-08 Ncr Corporation System and method for providing consumer access to a stored digital receipt generated as a result of a purchase transaction and to business/consumer applications related to the stored digital receipt
US20030110443A1 (en) * 1999-03-27 2003-06-12 Steve Yankovich Method and apparatus for programmatic learned routing in an electronic form system
US6589290B1 (en) * 1999-10-29 2003-07-08 America Online, Inc. Method and apparatus for populating a form with data
US20030135507A1 (en) * 2002-01-17 2003-07-17 International Business Machines Corporation System and method for managing and securing meta data using central repository
US6651217B1 (en) * 1999-09-01 2003-11-18 Microsoft Corporation System and method for populating forms with previously used data values
US6662340B2 (en) * 2000-04-28 2003-12-09 America Online, Incorporated Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form
US6694307B2 (en) * 2001-03-07 2004-02-17 Netvention System for collecting specific information from several sources of unstructured digitized data
US6732102B1 (en) * 1999-11-18 2004-05-04 Instaknow.Com Inc. Automated data extraction and reformatting
US6738749B1 (en) * 1998-09-09 2004-05-18 Ncr Corporation Methods and apparatus for creating and storing secure customer receipts on smart cards
US6772216B1 (en) * 2000-05-19 2004-08-03 Sun Microsystems, Inc. Interaction protocol for managing cross company processes among network-distributed applications
US6775675B1 (en) * 2001-04-04 2004-08-10 Sagemetrics Corporation Methods for abstracting data from various data structures and managing the presentation of the data
US6845390B1 (en) * 2000-11-10 2005-01-18 Hewlett-Packard Development Company, L.P. Server-side state replication among collaborating world wide web servers
US6845388B1 (en) * 1998-09-11 2005-01-18 L. V. Partners, L.P. Web site access manual of a character string into a software interface
US6854085B1 (en) * 1999-07-15 2005-02-08 Netscape Communicatons Corporation System and method for automatically pre-setting form field values
US6862612B1 (en) * 1999-12-10 2005-03-01 Dell Products L.P. Multiple ‘express buy’ profiles for multiple stores (dell.com and gigabuys.com)
US6879966B1 (en) * 1994-11-28 2005-04-12 Indivos Corporation Tokenless biometric electronic financial transactions via a third party identicator
US6944677B1 (en) * 2000-05-09 2005-09-13 Aspect Communications Corporation Common user profile server and method
US6950983B1 (en) * 2000-09-07 2005-09-27 International Business Machines Corporation System and method for populating HTML forms using relational database agents
US6950980B1 (en) * 2000-05-31 2005-09-27 International Business Machines Corporation System, method, and program product for saving a submitted form of a web page

Family Cites Families (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5490243A (en) 1990-12-13 1996-02-06 F3 Software Corporation Data processing system for multi-platform print control and electronic data fill
JPH06110996A (en) 1992-08-21 1994-04-22 Xerox Corp Automatic image formation by combination of text image and format image
JP2637679B2 (en) 1992-08-21 1997-08-06 ゼロックス コーポレイション How to automatically change text properties by rearranging word images
JPH0756957A (en) * 1993-08-03 1995-03-03 Xerox Corp Method for provision of information to user
US6016484A (en) 1996-04-26 2000-01-18 Verifone, Inc. System, method and article of manufacture for network electronic payment instrument and certification of payment and credit collection utilizing a payment
US5815657A (en) 1996-04-26 1998-09-29 Verifone, Inc. System, method and article of manufacture for network electronic authorization utilizing an authorization instrument
US6028938A (en) 1996-04-30 2000-02-22 Shana Corporation Secure electronic forms permitting layout revision
US6952799B2 (en) * 1996-06-17 2005-10-04 British Telecommunications User interface for network browser including pre-processor for links embedded in hypermedia documents
EP1672558A3 (en) 1996-07-22 2006-08-23 Cyva Research Corporation Personal information security and exchange tool
US5764463A (en) * 1996-09-06 1998-06-09 Hypro Corporation Current limiting circuit and electronic fuse for use in foam injection fire fighting systems
US5931917A (en) 1996-09-26 1999-08-03 Verifone, Inc. System, method and article of manufacture for a gateway system architecture with system administration information accessible from a browser
US6282522B1 (en) 1997-04-30 2001-08-28 Visa International Service Association Internet payment system using smart card
US5899980A (en) 1997-08-11 1999-05-04 Trivnet Ltd. Retail method over a wide area network
US5960411A (en) 1997-09-12 1999-09-28 Amazon.Com, Inc. Method and system for placing a purchase order via a communications network
US6101482A (en) 1997-09-15 2000-08-08 International Business Machines Corporation Universal web shopping cart and method of on-line transaction processing
US6105008A (en) 1997-10-16 2000-08-15 Visa International Service Association Internet loading system using smart card
EP0917119A3 (en) 1997-11-12 2001-01-10 Citicorp Development Center, Inc. Distributed network based electronic wallet
WO1999046701A1 (en) * 1998-03-09 1999-09-16 Amazon.Com, Inc. Method and system for automatically filling forms in an integrated network based transaction environment
SG92632A1 (en) 1998-03-30 2002-11-19 Citicorp Dev Ct Inc Method and system for managing applications for a multi-function smartcard
US6199762B1 (en) 1998-05-06 2001-03-13 American Express Travel Related Services Co., Inc. Methods and apparatus for dynamic smartcard synchronization and personalization
US6226618B1 (en) 1998-08-13 2001-05-01 International Business Machines Corporation Electronic content delivery system
US6389403B1 (en) 1998-08-13 2002-05-14 International Business Machines Corporation Method and apparatus for uniquely identifying a customer purchase in an electronic distribution system
US6910179B1 (en) * 1998-11-10 2005-06-21 Clarita Corporation Method and apparatus for automatic form filling
US6260024B1 (en) 1998-12-02 2001-07-10 Gary Shkedy Method and apparatus for facilitating buyer-driven purchase orders on a commercial network system
GB9904791D0 (en) 1999-03-02 1999-04-28 Smartport Limited An internet interface system
US20010027439A1 (en) * 1999-07-16 2001-10-04 Holtzman Henry N. Method and system for computerized form completion
EP1077419A3 (en) 1999-08-17 2004-04-14 Citibank, N.A. System and method for use of distributed electronic wallets
US6859908B1 (en) * 1999-08-31 2005-02-22 Intel Corporation Automated text entry for processor-based system
US7216292B1 (en) * 1999-09-01 2007-05-08 Microsoft Corporation System and method for populating forms with previously used data values
WO2001045022A2 (en) 1999-11-05 2001-06-21 Infospace, Inc. Method and apparatus for completion of fields on internet webpage forms
EP1230605A2 (en) 1999-11-09 2002-08-14 Gator.com Method for automatic form filling
US20020178062A1 (en) * 2000-01-24 2002-11-28 Wright Delores M. Flexible, orienting, and better shopping wallet for netizens
GB2364482B (en) 2000-06-30 2002-10-09 Motorola Inc Server-based electronic wallet system

Patent Citations (90)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5267149A (en) * 1986-08-20 1993-11-30 Oki Electric Industry Co. Ltd. System and method for registering passwords
US5060263A (en) * 1988-03-09 1991-10-22 Enigma Logic, Inc. Computer access control system and method
US5224150A (en) * 1990-07-06 1993-06-29 Simon Neustein Paging system
US5473667A (en) * 1990-07-06 1995-12-05 Neustein; Simon Paging system with third party authorization
US6226495B1 (en) * 1990-07-06 2001-05-01 Simon Neustein Paging system
US6418305B1 (en) * 1990-07-06 2002-07-09 Simon Neustein Paging system
US5640577A (en) * 1991-12-30 1997-06-17 Davox Corporation Data processing system with automated at least partial forms completion
US5918007A (en) * 1992-05-27 1999-06-29 International Business Machines Corporation Trusted personal computer system with limited accessibility
US5659350A (en) * 1992-12-09 1997-08-19 Discovery Communications, Inc. Operations center for a television program packaging and delivery system
US5675771A (en) * 1993-09-28 1997-10-07 Bull Hn Information Systems Inc. Mechanism for enabling emulation system users to directly invoke a number of host system facilities for executing host procedures either synchronously or asynchronously in a secure manner through automatically created shell mechanisms
US5694595A (en) * 1993-12-23 1997-12-02 International Business Machines, Corporation Remote user profile management administration in a computer network
US5544322A (en) * 1994-05-09 1996-08-06 International Business Machines Corporation System and method for policy-based inter-realm authentication within a distributed processing system
US5771347A (en) * 1994-05-20 1998-06-23 International Business Machines Corp. Apparatus and method to allow a user a trial period before licensing a software program product
US5564038A (en) * 1994-05-20 1996-10-08 International Business Machines Corporation Method and apparatus for providing a trial period for a software license product using a date stamp and designated test period
US6879966B1 (en) * 1994-11-28 2005-04-12 Indivos Corporation Tokenless biometric electronic financial transactions via a third party identicator
US5608874A (en) * 1994-12-02 1997-03-04 Autoentry Online, Inc. System and method for automatic data file format translation and transmission having advanced features
US5764890A (en) * 1994-12-13 1998-06-09 Microsoft Corporation Method and system for adding a secure network server to an existing computer network
US5758341A (en) * 1995-01-17 1998-05-26 Anthem Healthcare Solutions, Inc. Automated transaction processing system and process with emulation of human error resolution
US5574786A (en) * 1995-02-06 1996-11-12 International Business Machines Corporation Securing trusted personal computer system against unauthorized movement
US5710889A (en) * 1995-02-22 1998-01-20 Citibank, N.A. Interface device for electronically integrating global financial services
US6058378A (en) * 1995-02-22 2000-05-02 Citibank, N.A. Electronic delivery system and method for integrating global financial services
US5890140A (en) * 1995-02-22 1999-03-30 Citibank, N.A. System for communicating with an electronic delivery system that integrates global financial services
US5799115A (en) * 1995-03-16 1998-08-25 Kabushiki Kaisha Toshiba Image filing apparatus and method
US5711000A (en) * 1995-08-31 1998-01-20 Northern Telecom Limited Topology verification process for controlling a personal communication services system
US5821933A (en) * 1995-09-14 1998-10-13 International Business Machines Corporation Visual access to restricted functions represented on a graphical user interface
US5790785A (en) * 1995-12-11 1998-08-04 Customer Communications Group, Inc. World Wide Web registration information processing system
US5590198A (en) * 1995-12-19 1996-12-31 Pitney Bowes Inc. Open metering system with super password vault access
US6501950B1 (en) * 1996-03-14 2002-12-31 Bellsouth Intellectual Property Corporation Systems and methods for monitoring data signals on a communications network
US6286102B1 (en) * 1996-04-30 2001-09-04 International Business Machines Corporation Selective wireless disablement for computers passing through a security checkpoint
US5970227A (en) * 1996-04-30 1999-10-19 International Business Machines Corp. Wireless proximity detector security feature
US5793952A (en) * 1996-05-17 1998-08-11 Sun Microsystems, Inc. Method and apparatus for providing a secure remote password graphic interface
US5712973A (en) * 1996-05-20 1998-01-27 International Business Machines Corp. Wireless proximity containment security
US5739512A (en) * 1996-05-30 1998-04-14 Sun Microsystems, Inc. Digital delivery of receipts
US6026379A (en) * 1996-06-17 2000-02-15 Verifone, Inc. System, method and article of manufacture for managing transactions in a high availability system
US6324525B1 (en) * 1996-06-17 2001-11-27 Hewlett-Packard Company Settlement of aggregated electronic transactions over a network
US5794259A (en) * 1996-07-25 1998-08-11 Lextron Systems, Inc Apparatus and methods to enhance web browsing on the internet
US6029146A (en) * 1996-08-21 2000-02-22 Crossmar, Inc. Method and apparatus for trading securities electronically
US6385595B1 (en) * 1996-10-09 2002-05-07 Visa International Service Association Electronic statement presentment system
US5784463A (en) * 1996-12-04 1998-07-21 V-One Corporation Token distribution, registration, and dynamic configuration of user entitlement for an application level security system and method
US5961593A (en) * 1997-01-22 1999-10-05 Lucent Technologies, Inc. System and method for providing anonymous personalized browsing by a proxy system in a network
US6341353B1 (en) * 1997-04-11 2002-01-22 The Brodia Group Smart electronic receipt system
US6070184A (en) * 1997-08-28 2000-05-30 International Business Machines Corporation Server-side asynchronous form management
US5991537A (en) * 1997-09-16 1999-11-23 The United States Of America As Represented By The Secretary Of The Navy VXI test executive
US5974430A (en) * 1997-09-30 1999-10-26 Unisys Corp. Method for dynamically embedding objects stored in a web server within HTML for display by a web browser
US6151707A (en) * 1997-11-20 2000-11-21 Remedy Corporation System and method for product registration
US6192476B1 (en) * 1997-12-11 2001-02-20 Sun Microsystems, Inc. Controlling access to a resource
US6233565B1 (en) * 1998-02-13 2001-05-15 Saranac Software, Inc. Methods and apparatus for internet based financial transactions with evidence of payment
US6199079B1 (en) * 1998-03-09 2001-03-06 Junglee Corporation Method and system for automatically filling forms in an integrated network based transaction environment
US6192380B1 (en) * 1998-03-31 2001-02-20 Intel Corporation Automatic web based form fill-in
US6421693B1 (en) * 1998-04-20 2002-07-16 Fujitsu Limited Method to automatically fill entry items of documents, recording medium and system thereof
US6311165B1 (en) * 1998-04-29 2001-10-30 Ncr Corporation Transaction processing systems
US6247029B1 (en) * 1998-05-01 2001-06-12 International Business Machines Corporation Web browser form enhancements
US6249779B1 (en) * 1998-05-13 2001-06-19 Ben A. Hitt Adaptive fuzzy feature mapping
US6460042B1 (en) * 1998-06-04 2002-10-01 Collegenet, Inc. Universal forms engine
US6401074B1 (en) * 1998-06-12 2002-06-04 Access Retail transaction promotion system
US6185542B1 (en) * 1998-07-31 2001-02-06 Lucent Technologies Inc. Communication of transaction data via the internet
US6067529A (en) * 1998-08-12 2000-05-23 Ericsson Inc. System and method for sending a short message containing purchase information to a destination terminal
US6738749B1 (en) * 1998-09-09 2004-05-18 Ncr Corporation Methods and apparatus for creating and storing secure customer receipts on smart cards
US6377986B1 (en) * 1998-09-11 2002-04-23 Digital Convergence Corporation Routing string indicative of a location of a database on a web associated with a product in commerce
US6845388B1 (en) * 1998-09-11 2005-01-18 L. V. Partners, L.P. Web site access manual of a character string into a software interface
US6412070B1 (en) * 1998-09-21 2002-06-25 Microsoft Corporation Extensible security system and method for controlling access to objects in a computing environment
US6499042B1 (en) * 1998-10-07 2002-12-24 Infospace, Inc. Selective proxy approach to filling-in forms embedded in distributed electronic documents
US6499041B1 (en) * 1998-12-29 2002-12-24 International Business Machines Corporation Methods, systems and computer program products for copying between templates having associated field designations
US6496855B1 (en) * 1999-03-02 2002-12-17 America Online, Inc. Web site registration proxy system
US20030110443A1 (en) * 1999-03-27 2003-06-12 Steve Yankovich Method and apparatus for programmatic learned routing in an electronic form system
US6533168B1 (en) * 1999-05-27 2003-03-18 Peter N. Ching Method and apparatus for computer-readable purchase receipts using multi-dimensional bar codes
US6327707B1 (en) * 1999-06-01 2001-12-04 Micron Technology, Inc. Method, programmed medium and system for customizing pre-loaded software
US6854085B1 (en) * 1999-07-15 2005-02-08 Netscape Communicatons Corporation System and method for automatically pre-setting form field values
US6088700A (en) * 1999-08-06 2000-07-11 Larsen; Kenneth N. Automated forms completion for global information network applications
US6651217B1 (en) * 1999-09-01 2003-11-18 Microsoft Corporation System and method for populating forms with previously used data values
US6589290B1 (en) * 1999-10-29 2003-07-08 America Online, Inc. Method and apparatus for populating a form with data
US6732102B1 (en) * 1999-11-18 2004-05-04 Instaknow.Com Inc. Automated data extraction and reformatting
US6862612B1 (en) * 1999-12-10 2005-03-01 Dell Products L.P. Multiple ‘express buy’ profiles for multiple stores (dell.com and gigabuys.com)
US20010027420A1 (en) * 1999-12-21 2001-10-04 Miroslav Boublik Method and apparatus for capturing transaction data
US6460163B1 (en) * 2000-04-05 2002-10-01 International Business Machines Corporation Software and method for digital content vending and transport
US6981028B1 (en) * 2000-04-28 2005-12-27 Obongo, Inc. Method and system of implementing recorded data for automating internet interactions
US6662340B2 (en) * 2000-04-28 2003-12-09 America Online, Incorporated Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form
US6944677B1 (en) * 2000-05-09 2005-09-13 Aspect Communications Corporation Common user profile server and method
US6772216B1 (en) * 2000-05-19 2004-08-03 Sun Microsystems, Inc. Interaction protocol for managing cross company processes among network-distributed applications
US6950980B1 (en) * 2000-05-31 2005-09-27 International Business Machines Corporation System, method, and program product for saving a submitted form of a web page
US6950983B1 (en) * 2000-09-07 2005-09-27 International Business Machines Corporation System and method for populating HTML forms using relational database agents
US20020083068A1 (en) * 2000-10-30 2002-06-27 Quass Dallan W. Method and apparatus for filling out electronic forms
US20020087479A1 (en) * 2000-11-08 2002-07-04 Peter Malcolm Information management system
US6845390B1 (en) * 2000-11-10 2005-01-18 Hewlett-Packard Development Company, L.P. Server-side state replication among collaborating world wide web servers
US20020083095A1 (en) * 2000-12-13 2002-06-27 Wu Jackie Zhanhong System and methods for integration of a Web site with a repository server
US20020116387A1 (en) * 2001-02-05 2002-08-22 Azadeh Farahmand Translation devices, methods and software for moving information between a database file, and a source or destination file
US6543683B2 (en) * 2001-02-12 2003-04-08 Ncr Corporation System and method for providing consumer access to a stored digital receipt generated as a result of a purchase transaction and to business/consumer applications related to the stored digital receipt
US6694307B2 (en) * 2001-03-07 2004-02-17 Netvention System for collecting specific information from several sources of unstructured digitized data
US6775675B1 (en) * 2001-04-04 2004-08-10 Sagemetrics Corporation Methods for abstracting data from various data structures and managing the presentation of the data
US20030135507A1 (en) * 2002-01-17 2003-07-17 International Business Machines Corporation System and method for managing and securing meta data using central repository

Cited By (128)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10726656B2 (en) 2002-05-17 2020-07-28 Intellicheck, Inc. Identification verification system
US10297100B1 (en) 2002-05-17 2019-05-21 Intellicheck Mobilisa, Inc. Identification verification system
US11232670B2 (en) 2002-05-17 2022-01-25 Intellicheck, Inc. Identification verification system
US8713654B2 (en) 2003-07-30 2014-04-29 Facebook, Inc. Reverse mapping method and apparatus for form filling
US9405722B2 (en) 2003-07-30 2016-08-02 Facebook, Inc. Method and apparatus for form filling
US8413252B2 (en) 2003-07-30 2013-04-02 Facebook, Inc. Reverse mapping method and apparatus for form filling
US8407581B2 (en) 2003-07-30 2013-03-26 Facebook, Inc. Reverse mapping method and apparatus for form filling
US20050028082A1 (en) * 2003-07-30 2005-02-03 Topalov Ognian Z. Reverse mapping method and apparatus for form filling
US7779345B2 (en) * 2003-07-30 2010-08-17 Aol Inc. Reverse mapping method and apparatus for form filling
US20090287923A1 (en) * 2003-07-30 2009-11-19 Topalov Ognian Z Reverse Mapping Method and Apparatus for Form Filling
US20090287773A1 (en) * 2003-07-30 2009-11-19 Ognian Topalov Reverse Mapping Method and Apparatus for Form Filling
US20070005435A1 (en) * 2003-08-11 2007-01-04 Sony Corporation Communication system and communication method
US8131856B2 (en) * 2003-08-11 2012-03-06 Sony Corporation Communication system and communication method
US20050204900A1 (en) * 2004-03-17 2005-09-22 Easynotes, Llc Note collection utility
US8024792B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission
US8156424B2 (en) 2004-10-08 2012-04-10 Sharp Laboratories Of America, Inc. Methods and systems for imaging device dynamic document creation and organization
US20060077430A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission
US20060077411A1 (en) * 2004-10-08 2006-04-13 Rono Mathieson Methods and systems for imaging device document translation
US20060077446A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device event notification subscription
US20060077453A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device related event notification
US20060107212A1 (en) * 2004-10-08 2006-05-18 Sharp Laboratories Of America, Inc. Methods and sytems for transmitting content to an imaging device
US20060103588A1 (en) * 2004-10-08 2006-05-18 Sharp Laboratories Of America, Inc. Methods and systems for imaging device dynamic document creation and organization
US8115947B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for providing remote, descriptor-related data to an imaging device
US8115946B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and sytems for imaging device job definition
US20060080123A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device job configuration management
US20060279475A1 (en) * 2004-10-08 2006-12-14 Lum Joey P Methods and Systems for Integrating Imaging Device Display Content
US20060077451A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device notification access control
US20060077426A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential receipt and authentication
US20070078805A1 (en) * 2004-10-08 2007-04-05 Reddy Amarender R K Methods and Systems for Imaging Device Document Preparation
US8115945B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for imaging device job configuration management
US20060077442A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device display element localization
US8060921B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential authentication and communication
US8106922B2 (en) 2004-10-08 2012-01-31 Sharp Laboratories Of America, Inc. Methods and systems for imaging device data display
US20060077423A1 (en) * 2004-10-08 2006-04-13 Rono Mathieson Methods and systems for imaging device remote application interaction
US20080046806A1 (en) * 2004-10-08 2008-02-21 Amarender Reddy Kethi Reddy Methods and Systems for Imaging Device Document Content Integration
US20060077414A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device control
US20060077464A1 (en) * 2004-10-08 2006-04-13 Rono Mathieson Methods and systems for imaging device document management
US20060077439A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for distributing localized display elements to an imaging device
US20060080124A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and sytems for imaging device job definition
US8384925B2 (en) 2004-10-08 2013-02-26 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data management
US8270003B2 (en) 2004-10-08 2012-09-18 Sharp Laboratories Of America, Inc. Methods and systems for integrating imaging device display content
US8237946B2 (en) 2004-10-08 2012-08-07 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting server redundancy
US8213034B2 (en) 2004-10-08 2012-07-03 Sharp Laboratories Of America, Inc. Methods and systems for providing remote file structure access on an imaging device
US8201077B2 (en) 2004-10-08 2012-06-12 Sharp Laboratories Of America, Inc. Methods and systems for imaging device form generation and form field data management
US8065384B2 (en) 2004-10-08 2011-11-22 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification subscription
US20060077447A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device notification access control
US20060077450A1 (en) * 2004-10-08 2006-04-13 Reddy Amarender R K Methods and systems for accessing remote, descriptor-related data at an imaging device
US8115944B2 (en) 2004-10-08 2012-02-14 Sharp Laboratories Of America, Inc. Methods and systems for local configuration-based imaging device accounting
US20060077445A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for providing remote, descriptor-related data to an imaging device
US20060077428A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for displaying content on an imaging device
US8125666B2 (en) 2004-10-08 2012-02-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device document management
US7941743B2 (en) * 2004-10-08 2011-05-10 Sharp Laboratories Of America, Inc. Methods and systems for imaging device form field management
US7970813B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification administration and subscription
US7969596B2 (en) 2004-10-08 2011-06-28 Sharp Laboratories Of America, Inc. Methods and systems for imaging device document translation
US8120798B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for providing access to remote, descriptor-related data at an imaging device
US8001183B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device related event notification
US8001586B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management and authentication
US8001587B2 (en) 2004-10-08 2011-08-16 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential management
US8006292B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential submission and consolidation
US8006176B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging-device-based form field management
US8006293B2 (en) 2004-10-08 2011-08-23 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential acceptance
US8015234B2 (en) 2004-10-08 2011-09-06 Sharp Laboratories Of America, Inc. Methods and systems for administering imaging device notification access control
US8018610B2 (en) 2004-10-08 2011-09-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote application interaction
US8023130B2 (en) 2004-10-08 2011-09-20 Sharp Laboratories Of America, Inc. Methods and systems for imaging device accounting data maintenance
US20060077448A1 (en) * 2004-10-08 2006-04-13 Sharp Laboratories Of America, Inc. Methods and systems for imaging device event notification subscription
US8032608B2 (en) 2004-10-08 2011-10-04 Sharp Laboratories Of America, Inc. Methods and systems for imaging device notification access control
US8032579B2 (en) 2004-10-08 2011-10-04 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device notification access control
US8120793B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for displaying content on an imaging device
US8035831B2 (en) 2004-10-08 2011-10-11 Sharp Laboratories Of America, Inc. Methods and systems for imaging device remote form management
US8051125B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for obtaining imaging device event notification subscription
US8049677B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for imaging device display element localization
US8051140B2 (en) 2004-10-08 2011-11-01 Sharp Laboratories Of America, Inc. Methods and systems for imaging device control
US8120797B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for transmitting content to an imaging device
US8060930B2 (en) 2004-10-08 2011-11-15 Sharp Laboratories Of America, Inc. Methods and systems for imaging device credential receipt and authentication
US8120799B2 (en) 2004-10-08 2012-02-21 Sharp Laboratories Of America, Inc. Methods and systems for accessing remote, descriptor-related data at an imaging device
US10127443B2 (en) 2004-11-09 2018-11-13 Intellicheck Mobilisa, Inc. System and method for comparing documents
US10643068B2 (en) 2004-11-09 2020-05-05 Intellicheck, Inc. Systems and methods for comparing documents
US11531810B2 (en) 2004-11-09 2022-12-20 Intellicheck, Inc. Systems and methods for comparing documents
US8154769B2 (en) 2005-02-15 2012-04-10 Ricoh Co. Ltd Systems and methods for generating and processing evolutionary documents
US20060184522A1 (en) * 2005-02-15 2006-08-17 Mcfarland Max E Systems and methods for generating and processing evolutionary documents
US8428484B2 (en) 2005-03-04 2013-04-23 Sharp Laboratories Of America, Inc. Methods and systems for peripheral accounting
US20060198653A1 (en) * 2005-03-04 2006-09-07 Sharp Laboratories Of America, Inc. Methods and systems for peripheral accounting
US8037014B1 (en) 2005-04-26 2011-10-11 Adobe Systems Incorporated Method and apparatus for aggregating and submitting form data
EP1877931A1 (en) * 2005-05-02 2008-01-16 Nokia Corporation Method and device for automatically providing data for a field in a template
WO2006117643A1 (en) 2005-05-02 2006-11-09 Nokia Corporation Method and device for automatically providing data for a field in a template
EP1877931A4 (en) * 2005-05-02 2010-09-01 Nokia Corp Method and device for automatically providing data for a field in a template
US20070022085A1 (en) * 2005-07-22 2007-01-25 Parashuram Kulkarni Techniques for unsupervised web content discovery and automated query generation for crawling the hidden web
US8732570B2 (en) * 2005-09-08 2014-05-20 Ricoh Co. Ltd. Non-symbolic data system for the automated completion of forms
US20070089049A1 (en) * 2005-09-08 2007-04-19 Gormish Michael J Non-symbolic data system for the automated completion of forms
EP1777629A1 (en) * 2005-10-19 2007-04-25 NTT DoCoMo, Inc. Method and apparatus for automatic form filling
US20070156977A1 (en) * 2005-12-29 2007-07-05 Ritter Gerd M Automatic location data determination in an electronic document
JP2008077634A (en) * 2006-07-24 2008-04-03 Ntt Docomo Inc Method and apparatus for automatic form filling on mobile device
EP1887478A1 (en) * 2006-07-24 2008-02-13 NTT DoCoMo, Inc. Apparatus for automatic form filling on mobile devices
JP4724158B2 (en) * 2006-07-24 2011-07-13 株式会社エヌ・ティ・ティ・ドコモ Method and apparatus for automatic form filling in mobile devices
US8345272B2 (en) 2006-09-28 2013-01-01 Sharp Laboratories Of America, Inc. Methods and systems for third-party control of remote imaging jobs
WO2008049096A3 (en) * 2006-10-20 2008-07-31 Intelli Check Inc Automatic document reader and form population system and method
WO2008049096A2 (en) * 2006-10-20 2008-04-24 Intelli-Check, Inc. Automatic document reader and form population system and method
US20080120257A1 (en) * 2006-11-20 2008-05-22 Yahoo! Inc. Automatic online form filling using semantic inference
US20080158160A1 (en) * 2006-12-29 2008-07-03 Christof Engel Central storage for data entry processing
US20080158161A1 (en) * 2006-12-29 2008-07-03 Sap Ag Data entry processing
US9858253B2 (en) * 2007-01-30 2018-01-02 Oracle International Corporation Browser extension for web form capture
US9842097B2 (en) * 2007-01-30 2017-12-12 Oracle International Corporation Browser extension for web form fill
US20080184102A1 (en) * 2007-01-30 2008-07-31 Oracle International Corp Browser extension for web form capture
US20080184100A1 (en) * 2007-01-30 2008-07-31 Oracle International Corp Browser extension for web form fill
US20090030910A1 (en) * 2007-07-25 2009-01-29 Stephen Bennett Information storage and management system and method for automating online requests and transactions
US20090282345A1 (en) * 2008-05-07 2009-11-12 Christopher Smith Interaction between web pages and local applications
US20100049656A1 (en) * 2008-08-21 2010-02-25 Digital River, Inc. Half-Graphical User Interface Order Processing System and Method
US9760921B2 (en) * 2008-08-21 2017-09-12 Digital River, Inc. Half-graphical user interface order processing system and method
US9262392B2 (en) * 2009-09-29 2016-02-16 Paypal, Inc. User information population
US10579720B2 (en) * 2009-09-29 2020-03-03 Paypal, Inc. User information population
US20110078770A1 (en) * 2009-09-29 2011-03-31 Nash Andrew Keith User information population
US8355966B1 (en) * 2010-02-26 2013-01-15 Intuit Inc. Payroll e-file and e-pay assistant
US20110283230A1 (en) * 2010-05-14 2011-11-17 Xerox Corporation In-situ mobile application suggestions and multi-application updates through context specific analytics
US8904274B2 (en) * 2010-05-14 2014-12-02 Xerox Corporation In-situ mobile application suggestions and multi-application updates through context specific analytics
US9451408B2 (en) * 2011-10-10 2016-09-20 Skype Populating user data
US20130090135A1 (en) * 2011-10-10 2013-04-11 Martin Roos Populating User Data
US10191896B2 (en) 2011-10-10 2019-01-29 Skype Populating user data
US20140298151A1 (en) * 2012-05-11 2014-10-02 FitzForm LLC Creation and distribution of forms
US8904498B2 (en) 2012-10-17 2014-12-02 Ca, Inc. Biometric identification for mobile applications
US9356841B1 (en) * 2013-01-31 2016-05-31 Intuit Inc. Deferred account reconciliation during service enrollment
WO2014159053A3 (en) * 2013-03-14 2014-12-31 Google Inc. Generating data records based on parsing
US10373409B2 (en) * 2014-10-31 2019-08-06 Intellicheck, Inc. Identification scan in compliance with jurisdictional or other rules
US11429686B2 (en) * 2015-03-17 2022-08-30 Vm-Robot, Inc. Web browsing robot system and method
US10402463B2 (en) * 2015-03-17 2019-09-03 Vm-Robot, Inc. Web browsing robot system and method
US10025921B2 (en) * 2015-06-04 2018-07-17 International Business Machines Corporation Automatically altering and encrypting passwords in systems
US10042998B2 (en) * 2015-06-04 2018-08-07 International Business Machines Corporation Automatically altering and encrypting passwords in systems
US20170132409A1 (en) * 2015-06-04 2017-05-11 International Business Machines Corporation Automatically altering and encrypting passwords in systems
CN106528511A (en) * 2016-09-30 2017-03-22 东软集团股份有限公司 Form analysis method and device

Also Published As

Publication number Publication date
EP1852784A2 (en) 2007-11-07
CN100435141C (en) 2008-11-19
US20020156846A1 (en) 2002-10-24
US20050256841A1 (en) 2005-11-17
EP1279116B1 (en) 2007-05-30
US6981028B1 (en) 2005-12-27
ATE363692T1 (en) 2007-06-15
JP2004501426A (en) 2004-01-15
CN1439133A (en) 2003-08-27
WO2001084359A3 (en) 2002-03-28
EP1279116A2 (en) 2003-01-29
AU2001259162A1 (en) 2001-11-12
DE60128676T2 (en) 2008-01-24
WO2001084359A2 (en) 2001-11-08
US6662340B2 (en) 2003-12-09
DE60128676D1 (en) 2007-07-12

Similar Documents

Publication Publication Date Title
US6662340B2 (en) Client-side form filler that populates form fields based on analyzing visible field labels and visible display format hints without previous examination or mapping of the form
US11372935B2 (en) Automatically generating a website specific to an industry
US6418400B1 (en) Representation and processing of EDI mapping templates
US7206998B2 (en) System and method for automatically learning information used for electronic form-filling
US6490601B1 (en) Server for enabling the automatic insertion of data into electronic forms on a user computer
US8676778B2 (en) Method and apparatus for electronically publishing information on a computer network
US20040205530A1 (en) System and method to automatically complete electronic forms
US20140052469A1 (en) Method and system for information retrieval and transfer
US20110313997A1 (en) System and method for providing a consolidated service for a homepage
EP1485835A2 (en) Method, software application and system for exchanging benchmarks
US20170109442A1 (en) Customizing a website string content specific to an industry
JP4335726B2 (en) Method and program for linking with different applications via data displayed on the screen
US20020087541A1 (en) Method of registering users in a centralized database through a plurality of internet sites
WO2003102798A1 (en) Intelligent client-side form filler
WO2010008397A1 (en) System and method for automated filling of web-based forms
US6820078B2 (en) Method and system for the automated collection and display of database information via a communications network
WO2002041217A2 (en) System and method for developing and using a request for transaction framework
KR20050025380A (en) Method and system for creating homepage using module insertion program

Legal Events

Date Code Title Description
AS Assignment

Owner name: AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY, VIR

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AMERICA ONLINE, INC.;REEL/FRAME:019711/0316

Effective date: 20060403

Owner name: AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY,VIRG

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AMERICA ONLINE, INC.;REEL/FRAME:019711/0316

Effective date: 20060403

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY, VIR

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE NATURE OF CONVEYANCE PREVIOUSLY RECORDED ON REEL 019711 FRAME 0316;ASSIGNOR:AMERICA ONLINE, INC.;REEL/FRAME:022451/0186

Effective date: 20060403

Owner name: AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY,VIRG

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE NATURE OF CONVEYANCE PREVIOUSLY RECORDED ON REEL 019711 FRAME 0316. ASSIGNOR(S) HEREBY CONFIRMS THE NATURE OF CONVEYANCE IS CHANGE OF NAME;ASSIGNOR:AMERICA ONLINE, INC.;REEL/FRAME:022451/0186

Effective date: 20060403

Owner name: AOL LLC, A DELAWARE LIMITED LIABILITY COMPANY, VIR

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE NATURE OF CONVEYANCE PREVIOUSLY RECORDED ON REEL 019711 FRAME 0316. ASSIGNOR(S) HEREBY CONFIRMS THE NATURE OF CONVEYANCE IS CHANGE OF NAME;ASSIGNOR:AMERICA ONLINE, INC.;REEL/FRAME:022451/0186

Effective date: 20060403