WO2000054197A2 - Method and apparatus for submitting data to an on-line form system - Google Patents
Method and apparatus for submitting data to an on-line form system Download PDFInfo
- Publication number
- WO2000054197A2 WO2000054197A2 PCT/US2000/005968 US0005968W WO0054197A2 WO 2000054197 A2 WO2000054197 A2 WO 2000054197A2 US 0005968 W US0005968 W US 0005968W WO 0054197 A2 WO0054197 A2 WO 0054197A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- line form
- generating
- text
- entry
- computer system
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
Definitions
- the present invention relates to submitting data to forms and more particularly to entering data in on-line forms generated for the Internet and the like.
- Scriptbots are automated scripts that fill out the on-line forms without intelligent human interaction. They are used particularly in those instances where the number of entries increases a user's chance to achieve a prize. Not only is the spirit of a contest ruined by these Scriptbots, but much of the information gathered from the users resulting from these on-line forms may be skewed. Thus, many companies expend much of their resources sponsoring contests and giving away prizes and end up receiving inaccurate information.
- the present invention provides an apparatus for on-line forms and methods for operating the same which ensure human submission of entries to the on-line form.
- the novel on-line form is based on randomly embedding key text as an image that prevents Scriptbots from identifying the key text in the on-line form.
- a computer system for generating an on-line form for submitting user information to the computer system comprises a plurality of user entry fields and a graphic block representing random text for user input to at least one user entry field of the plurality of user entry fields.
- the computer system for generating an on-line form further comprises a plurality of graphic blocks each representing different random text for user input to the at least one user entry field of the plurality user entry fields.
- a different random text is presented to the user for entry to the at least one user entry field.
- each access to the on-line form selects a different graphic block from the plurality of graphic blocks.
- the graphic blocks may each store a different random text.
- the on-line form includes HTML (HyperText Markup Language) and the on-line form is accessible via the Internet.
- HTML HyperText Markup Language
- users access the on-line form via the Internet using an Internet browser such as HotJava from Sun Microsystems, Inc.
- the computer system for generating an on-line form comprises a submission icon configured to submit a completed on-line form to the computer system.
- the completed on-line form includes entry of the random text to the at least one user entry field. If the random text does not match the entry in the at least one user entry field, the completed online form may be disregarded by the computer system.
- An apparatus and method of operating an on-line form are provided whereby key text that is displayed but embedded in an image has to be entered to a particular field in the on-line form.
- Key text that is displayed but embedded in an image can not be readily discerned by Scriptbots.
- Scriptbots can not independently complete the forms automatically.
- Scriptbots are further discouraged from completing the on-line forms.
- FIG. 1 illustrates a system level block diagram of a computer on-line form system.
- Fig. 2 shows a screen shot of a HotJava browser accessing a typical entry form.
- Fig. 3 shows an HTML view of HTML source code for the typical entry form.
- Fig. 4 shows an HTML view of HTML source code for a new entry form according to the present invention.
- Fig. 5 shows a screen shot of a Netscape browser accessing a new entry form according to the present invention.
- Fig. 1 generally shows a system of a computer network 10.
- the computer network 10 includes a client 110, a client 120, a client 130, a client 140, an Internet 150, and a network server 160.
- the Internet 150 couples the clients 110, 120, 130, and 140 and the network server 160 and provides a medium for communication between the clients and the network server 160.
- the Internet 150 provides TCP/IP (Transmission Control Protocol over Internet Protocol).
- TCP/IP Transmission Control Protocol over Internet Protocol
- Other represented segments operating TCP/IP including intranets and local area networks, are also suitable.
- data links 115, 125, 135, and 145 provide network connections between the clients 1 10, 120, 130, and 140 and the Internet 150.
- Data link 165 provides a network connection between the network server 160 and the Internet 150.
- the network server 160 includes a plurality of disk drives for storing program instructions and program data for the computer network 10.
- the clients 110, 120, 130, and 140 include logic circuits that are programmed to perform a series of specifically identified operations for data transfers to and from the Internet 150 and the network server 160.
- the network server 160 also includes logic circuits that are programmed to perform a series of specifically identified operations for data transfers to and from the Internet 150 and the clients 110, 120, 130, and 140.
- the network server 160 includes an apparatus for generating an on-line form for submitting user information to the network server 160.
- any client such as client 130 or 140 may also include an apparatus for generating an on-line form according to the present invention.
- Fig. 2 shows a screen shot of a HotJava browser from Sun Microsystems, Inc. accessing a typical entry form 20.
- the typical entry form includes a name entry field 22, an address entry field 24, a key entry field 26, and a submit icon 28.
- a user types the requested information in the entry fields. For example, informative text "What's your name?" requesting a name corresponding to the name field 22 indicates entry of a user's name.
- the user completing the typical entry form 20 types his or her name in the corresponding entry field 22.
- the informative text "What's your address?" corresponding to the address entry field 24 requests entry of an address to the address entry field 24.
- the informative text "Enter the following key: 1234" corresponding to the key entry field 26 includes a key 1234 for entry to the key entry field 26.
- the user enters the characters "1234" in the key entry field 26.
- the user activates the submit icon 28 to submit the completed typical entry form 20.
- Fig. 3 shows an HTML view of HTML (HyperText Markup Language) source code for the typical entry form.
- Name entry field 32, address entry field 34, key entry field 36, and submit icon 38 are very similar to the screen shot of the HotJava browser accessing the typical entry form 20 of Fig. 2.
- HTML source code for the typical entry form of Fig. 3 is as follows:
- Line 10 of the HTML source code for the typical entry form supplies the HTML instruction for the HTML view of the key entry field 36 of Fig. 3.
- the key "1234" is included as part of the HTML instruction for informative text "Enter the following key:”.
- HTML code of line 10 following informative text "Enter the following key:” references a key linked to an image file lec8d.gif to display the key.
- the image file lec8d.gif includes a depiction of the key embedded within a block of graphics.
- the image file having an embedded depiction of the key is varied to provide different keys. Varying the key affords added protection against automation of the form filling process.
- a hidden field "imgkey” includes identification information that corresponds to the image file lec8d.gif
- the network server 160 includes logic that matches the hidden "imgkey” value with the corresponding image file lec8d.gif.
- the network server 160 includes storage for the corresponding information between a plurality of hidden field "imgkey” identification information and a plurality of corresponding image files. Accordingly, a user completing the new entry form can not readily decipher which particular "imgkey" value corresponds with which particular image file.
- Fig. 4 shows an HTML view of HTML source code for a new entry form according to the present invention. Similar to the HTML view for the typical entry form of Fig. 3 are name entry field 42, address entry field 44, and submit icon 48. However, key entry field 46 includes a placeholder icon 47. The placeholder icon 47 identifies a graphics display file, which in this instance is not available. The graphic display file unavailability illustrates that the key text is embedded as part of a graphics file. The graphics display file embeds the key text for the key entry field 46 as graphics. In operation, informative text "Enter the following key:" is followed by a graphic file having embedded text that displays the key text for entry to the key entry field 46.
- the HTML source code for the new entry form links a graphics file having the embedded key text for the display of the key.
- the key text for the key is embedded as a graphics field that is viewable but not selectable as characters of text.
- Programs written to decipher informative text to automatically fill out the entry fields are not able to select characters that are embedded as graphics.
- Fig. 5 shows a screen shot of a HotJava browser from Sun Microsystems, Inc. accessing a new entry form 50 according to the present invention.
- the new entry form 50 includes a name entry field 52, an address entry field 54, a key entry field 56, and a submit icon 58.
- a user types the requested information in the entry fields. Just as previously shown in Fig.
- informative text "What's your name?" requesting a name corresponding to the name field 52 indicates entry of a name.
- a user completing the new entry form 50 types his or her name in the corresponding entry field 52.
- the informative text "What's your address?" corresponding to the address entry field 54 requests entry of an address to the address entry field 54.
- the user enters the address information to the address entry field 54.
- the informative text "Enter the following key:” corresponding to the key entry field 56 includes a display of a key 1234 for entry to the key entry field 56.
- the user enters the characters 1234 to the key entry field 56.
- the user activates the submit icon 58 to submit the completed form.
- the new entry form 50 includes the key entry field 56 having informative text that is linked to graphics to depict a key text.
- a program that selects text and parses the text in order to programmably fill out the various entry fields in a form can not decipher the key text that is embedded in a graphics file.
- intelligent interaction to view the embedded graphics displaying the key text is required before the key text can be deciphered and entered into the key entry field 56.
- the apparatus and methods for generating an on-line form system ensures human submission of web-based forms by displaying a word or words in an image embedded display in the web page and asking the user to type the word or words into a particular field in the on-line form.
Landscapes
- Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Engineering & Computer Science (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Finance (AREA)
- Economics (AREA)
- Game Theory and Decision Science (AREA)
- Entrepreneurship & Innovation (AREA)
- Marketing (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- User Interface Of Digital Computer (AREA)
- Character Discrimination (AREA)
- Character Input (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU36193/00A AU3619300A (en) | 1999-03-08 | 2000-03-07 | Method and apparatus for submitting data to an on-line form system |
EP00914858A EP1188133A2 (en) | 1999-03-08 | 2000-03-07 | Method and apparatus for submitting data to an on-line form system |
JP2000604349A JP2002539534A (en) | 1999-03-08 | 2000-03-07 | Method and apparatus for submitting data to an online form system |
CA002361520A CA2361520A1 (en) | 1999-03-08 | 2000-03-07 | Method and apparatus for submitting data to an on-line form system |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US26433099A | 1999-03-08 | 1999-03-08 | |
US09/264,330 | 1999-03-08 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2000054197A2 true WO2000054197A2 (en) | 2000-09-14 |
WO2000054197A3 WO2000054197A3 (en) | 2001-12-27 |
Family
ID=23005567
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2000/005968 WO2000054197A2 (en) | 1999-03-08 | 2000-03-07 | Method and apparatus for submitting data to an on-line form system |
Country Status (5)
Country | Link |
---|---|
EP (1) | EP1188133A2 (en) |
JP (1) | JP2002539534A (en) |
AU (1) | AU3619300A (en) |
CA (1) | CA2361520A1 (en) |
WO (1) | WO2000054197A2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10690858B2 (en) | 2018-02-28 | 2020-06-23 | Corning Incorporated | Evanescent optical couplers employing polymer-clad fibers and tapered ion-exchanged optical waveguides |
US12030809B2 (en) | 2018-01-18 | 2024-07-09 | Corning Incorporated | Low-loss waveguides formed in high-transmission glass using ag-na ion exchange |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4603232A (en) * | 1984-09-24 | 1986-07-29 | Npd Research, Inc. | Rapid market survey collection and dissemination method |
US5704029A (en) * | 1994-05-23 | 1997-12-30 | Wright Strategies, Inc. | System and method for completing an electronic form |
WO1998039867A2 (en) * | 1997-02-25 | 1998-09-11 | International Business Machines Corporation | Replicating forms from html templates |
EP0918424A2 (en) * | 1997-11-24 | 1999-05-26 | International Business Machines Corporation | Automatic association of predefined user data with query entry fields |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0721754B2 (en) * | 1991-11-08 | 1995-03-08 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Graphical user interface |
US5420974A (en) * | 1992-10-15 | 1995-05-30 | International Business Machines Corporation | Multimedia complex form creation, display and editing method apparatus |
US5692073A (en) * | 1996-05-03 | 1997-11-25 | Xerox Corporation | Formless forms and paper web using a reference-based mark extraction technique |
US5794259A (en) * | 1996-07-25 | 1998-08-11 | Lextron Systems, Inc | Apparatus and methods to enhance web browsing on the internet |
-
2000
- 2000-03-07 CA CA002361520A patent/CA2361520A1/en not_active Abandoned
- 2000-03-07 AU AU36193/00A patent/AU3619300A/en not_active Abandoned
- 2000-03-07 EP EP00914858A patent/EP1188133A2/en not_active Withdrawn
- 2000-03-07 WO PCT/US2000/005968 patent/WO2000054197A2/en not_active Application Discontinuation
- 2000-03-07 JP JP2000604349A patent/JP2002539534A/en not_active Withdrawn
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4603232A (en) * | 1984-09-24 | 1986-07-29 | Npd Research, Inc. | Rapid market survey collection and dissemination method |
US5704029A (en) * | 1994-05-23 | 1997-12-30 | Wright Strategies, Inc. | System and method for completing an electronic form |
WO1998039867A2 (en) * | 1997-02-25 | 1998-09-11 | International Business Machines Corporation | Replicating forms from html templates |
EP0918424A2 (en) * | 1997-11-24 | 1999-05-26 | International Business Machines Corporation | Automatic association of predefined user data with query entry fields |
Non-Patent Citations (1)
Title |
---|
See also references of EP1188133A2 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12030809B2 (en) | 2018-01-18 | 2024-07-09 | Corning Incorporated | Low-loss waveguides formed in high-transmission glass using ag-na ion exchange |
US10690858B2 (en) | 2018-02-28 | 2020-06-23 | Corning Incorporated | Evanescent optical couplers employing polymer-clad fibers and tapered ion-exchanged optical waveguides |
Also Published As
Publication number | Publication date |
---|---|
WO2000054197A3 (en) | 2001-12-27 |
JP2002539534A (en) | 2002-11-19 |
AU3619300A (en) | 2000-09-28 |
EP1188133A2 (en) | 2002-03-20 |
CA2361520A1 (en) | 2000-09-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6457025B2 (en) | Interstitial advertising display system and method | |
US9218620B2 (en) | System and method for dynamically changing the content of an internet web page | |
US7219139B2 (en) | System and method for using continuous messaging units in a network architecture | |
US5572643A (en) | Web browser with dynamic display of information objects during linking | |
US20040143499A1 (en) | System and method for delivering plural advertisement information on a data network | |
US8554870B2 (en) | Method and apparatus for generating linking means and updating text files on a wide area network | |
US20050091111A1 (en) | Network methods for interactive advertising and direct marketing | |
EP1275047A1 (en) | Dynamic integration of web sites | |
WO1998047090A1 (en) | Method of advertising on-line | |
CN1265211A (en) | System and method for integrating message into graphical environment | |
EP1716534A2 (en) | Method and system for conducting an on-line survey | |
US9158844B1 (en) | System and method of managing internet browser navigation | |
KR20030006426A (en) | Internet advertising system and method | |
WO2000054197A2 (en) | Method and apparatus for submitting data to an on-line form system | |
US20010037239A1 (en) | Method for a network-based revenue model utilizing a raffle contest | |
KR20050002674A (en) | Method of Advertising Using Keyword Searching Window | |
US20070234232A1 (en) | Dynamic image display | |
JP2002312665A (en) | Method and system for advertisement using internet | |
KR20000053781A (en) | Internet event processing and advertising method using submit button for user | |
KR20010016372A (en) | method for providing a information on the internet | |
JP2002049824A (en) | Internet access attention attraction |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
ENP | Entry into the national phase in: |
Ref country code: CA Ref document number: 2361520 Kind code of ref document: A Format of ref document f/p: F Ref document number: 2361520 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 36193/00 Country of ref document: AU |
|
ENP | Entry into the national phase in: |
Ref country code: JP Ref document number: 2000 604349 Kind code of ref document: A Format of ref document f/p: F |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2000914858 Country of ref document: EP |
|
AK | Designated states |
Kind code of ref document: A3 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A3 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
WWP | Wipo information: published in national office |
Ref document number: 2000914858 Country of ref document: EP |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 2000914858 Country of ref document: EP |