US20060136564A1 - Bi-directional communication between a web client and a web server - Google Patents
Bi-directional communication between a web client and a web server Download PDFInfo
- Publication number
- US20060136564A1 US20060136564A1 US10/992,991 US99299104A US2006136564A1 US 20060136564 A1 US20060136564 A1 US 20060136564A1 US 99299104 A US99299104 A US 99299104A US 2006136564 A1 US2006136564 A1 US 2006136564A1
- Authority
- US
- United States
- Prior art keywords
- http
- user agent
- server
- application server
- procedure
- 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.)
- Granted
Links
Images
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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
-
- 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/06—Buying, selling or leasing transactions
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Definitions
- This invention relates generally to a method and apparatus for bi-directional communication between a user agent and an Internet Web server, and specifically to a method and apparatus for user agent initiated bi-directional communication yielding on-demand access to Web content.
- the Internet is a decentralized global network connecting large numbers of client and server computers.
- the world wide web is a system of Internet connected server computers, referred to as Web servers, that support the storage and transmission of hypertext markup language (HTML) encoded documents, referred to as Web pages.
- An Internet connected computer if executing user agent and related software, can function as a Web client, or if executing Web server and related software, can function as a Web server.
- a user agent is also referred to as a Web browser.
- the related software performs operating system and communication protocol functionality required to operate as a Web client or server.
- a user agent program typically interfaces with a variety of different brands and versions of Web server programs and a Web server program typically interfaces with a variety of different brands and versions of user agent programs.
- Programmed functionality that functions correctly between a particular Web server and a particular user agent may not function correctly between the particular Web server and another user agent or between another Web server and the particular user agent or between another Web server and another user agent.
- the subset of functionality that can be expected to interoperate correctly between a variety of Web servers and user agents is limited to a not so clearly defined common denominator of interoperating Web server and user agent functionality, exercised between a limited set of user agents and Web servers from various sources. Furthermore, the boundaries of this common denominator are uncertain and frequently subject to change. The reliability and portability of interoperating Web server and/or user agent functionality residing outside of this common denominator is less certain.
- the invention provides a method and apparatus of bi-directional communication between a user agent (Internet Web client) and an application server (Internet Web server).
- a user agent Internet Web client
- an application server Internet Web server
- the invention provides for user agent initiated on demand access to Web content.
- the invention further enables the display of the on demand accessed Web content as a portion of a previously displayed Web page, without requiring the re-display (re-rendering) of an entire previously rendered Web page.
- applications of the invention include but are not limited to, updating the content of a shopping cart, extending displayed product information upon the selection of an item and rotating advertisements displayed by a user agent.
- applications include tracking user interaction history and interactive messaging between a user agent and a web server.
- the invention provides a relatively portable means for accessing Web content by circumventing the need to rely upon the HTTP body field of an HTTP message to carry the accessed Web content.
- FIG. 1 illustrates an arrangement of Internet components including a user agent and display monitor, an HTTP client and HTTP server, a communications link and an application server with access to various portions of Web content.
- FIG. 2 illustrates a Web page including three text fields that is displayed onto a display monitor via a user agent.
- FIG. 3 illustrates a user agent detectable event where the text field labeled “Event 1 ” is being selected via a mouse pointer.
- FIG. 4 illustrates the communication of an HTTP request message from the HTTP client and a following communication of an HTTP response message from the HTTP server, upon occurrence of the user agent detectable event illustrated in FIG. 3 .
- FIG. 4B illustrates an embodiment of a simplified sample of HTML script that associates a user agent detectable event with a java script action.
- FIG. 4C illustrates an embodiment of a simplified sample of java script that performs actions in association with the user agent detectable event defined within the HTML script of FIG. 4B .
- FIG. 4D illustrates an embodiment of a simplified sample of ASP server script that performs actions in response to receiving the HTTP request message transmitted from the user agent.
- FIG. 5 illustrates the result of the user agent receiving and processing the Web content information included within the HTTP response message illustrated in FIG. 4 .
- FIG. 6 illustrates an alternative method of processing the Web content information included within the HTTP response message as illustrated in FIG. 4 .
- FIG. 7 illustrates a user agent detectable event where the text field labeled “Event 3 ” is being selected via a mouse pointer.
- FIG. 8 illustrates the result of the user agent receiving and processing the Web content information in response to the user agent detectable event of FIG. 7 .
- FIG. 9 illustrates a simplified anatomy of an HTTP message that includes a start line, one or more header fields and an optional message body.
- FIG. 10 illustrates components of a concatenated Uniform Resource Identifier (URI) string that includes a server procedure identifier, and that optionally includes an event identifier, a date/time identifier and an HTTP object identifier residing within a header field of an HTTP request message.
- URI Uniform Resource Identifier
- FIG. 1 illustrates an arrangement of Internet components including a user agent 120 , a client script interpreter 130 , a display monitor 136 , a HTTP (Hyper Text Transfer Protocol) client 110 and HTTP server 150 , a communications link 190 , an application server 160 and server script interpreter 170 with access to various portions of web content 180 A- 180 N.
- the user agent 120 and HTTP client 110 are embodied as separate software modules that reside within a personal computer 138 .
- the application server 160 and HTTP server 150 are also embodied as separate software modules that reside within a network accessible computer.
- the user agent 120 is a software module that interacts with a user via a display monitor 136 and via other input devices including a keyboard and a pointing device, such as a mouse (not shown).
- the HTTP client 110 is a software module that sends and receives HTTP message transactions (messages) to and from at least one other HTTP server 150 .
- the user agent software 120 interoperates with the HTTP client 110 via a programming interface 115 .
- the programming interface 115 represents a software boundary between the HTTP client software 110 and other software external to the HTTP client 110 .
- the programming interface 115 enables the transfer of information between the user agent 120 and the HTTP client 110 and enables the user agent 120 to request the transmission of information by the HTTP client 110 to the application server 160 via the HTTP server 150 .
- the programming interface 115 also enables the user agent 120 to receive information transmitted from the application server 160 through the HTTP server 150 and through the HTTP client 110 .
- the user agent 120 loads and displays web content to a user, in the form of an initial web page.
- the user agent 120 requests, receives and loads other web content from a web server, in the form of another web page, in accordance with the web address entered by the user.
- the user agent 120 invokes a request for the web page via its programming interface 115 with the HTTP client 110 .
- the web page is identified by a Uniform Resource Identifier (URI)) which is constructed by the user agent 120 and passed along with the request to the HTTP client 110 .
- URI Uniform Resource Identifier
- a uniform resource locator (URL) is a type of URI.
- the HTTP client 110 processes the request from the user agent 120 by transmitting an HTTP request message to an HTTP server 150 that is associated with the URI.
- the HTTP server 150 receives the HTTP request message and transfers the URI to the application server 160 via its programming interface 155 with the application server 160 .
- the application server 160 receives the URI, accesses and transfers the URI addressed Web content to the HTTP server 150 via the programming interface 155 .
- the HTTP server transmits an HTTP response message including the addressed Web content through the Internet to the HTTP client 110 .
- the HTTP response message carries the Web content, such as a Web page including HTML, within its body field.
- the HTTP client 110 receives the HTTP response message from the Internet and transfers the Web content to the user agent 120 .
- the user agent 120 processes the Web content via a web page reload (display).
- HTTP protocol request and response message transactions messages
- an HTTP request message transmitted from an HTTP client 110 , identifies and requests the transmission of Web content from the HTTP server 150 .
- An HTTP response message, transmitted from an HTTP server 150 carries the Web content to the source of the HTTP request message, namely the HTTP client 110 .
- Web content is typically represented in the form of Hypertext Markup Language (HTML) that is packaged into one or more Web pages and stored within one or more files residing on a network accessible computer.
- HTML Hypertext Markup Language
- the HTML may encapsulate or reference other types of script languages, including JAVA script.
- the Web content received by the user agent 120 is processed as a Web page.
- a user agent 120 typically displays a newly received web page by rendering (drawing over) and replacing all information previously displayed onto the display monitor 136 . This action is also referred to as a web page reload.
- the client script interpreter 130 is a JAVA script interpreter 130 that processes JAVA script associated (encapsulated) with web content received by the user agent 120 .
- the JAVA script interpreter 130 interoperates with the user agent 120 via a programming interface 125 .
- the programming interface 125 provides the JAVA script interpreter 130 with limited access to the internal functionality of the user agent 120 .
- the server script interpreter 170 is typically an ASP (Active Server Page) script interpreter 130 that processes ASP script identified by a URI received from a user agent 120 .
- the ASP script interpreter 170 interoperates with the application server 160 via a programming interface 175 .
- the programming interface 175 provides the ASP script interpreter 130 with limited access to the internal functionality of the application server 160 .
- an alternative method of bi-directional communication between a user agent and a web server is disclosed.
- the alternative method enables on-demand delivery of web content to the user agent without necessitating a web page reload by the user agent.
- the alternative method employs the HTTP protocol and employs a cookie, embodied as an HTTP message header field, to transfer web content.
- the alternate method functions for a combination of a variety of designs and versions of Web server and user agent software 120 .
- this alternative method circumvents the use of a body field that resides within an HTTP response message to transfer web content.
- user agent software that receives and processes a body field including Web content will display the body field as a reload of an entire Web page. This type of user agent 120 behavior can be a disadvantage to the user.
- Popular user agents 120 within this common denominator including such as Microsoft's Internet Explorer 6.0 or Netscape 7.1, typically do not provide a way for JAVA script loaded within a resident Web page, to access and display other Web content carried within the body field of an HTTP message, without causing the reload and re-display (re-render) of an entire Web page.
- a user agent 120 constructs and transmits a first communication including an HTTP request message to a (Web) application server 160 , preferably in response to a user agent detectable event.
- the HTTP request message includes a uniform resource identifier (URI).
- the URI preferably includes a procedure identifier.
- a procedure identifier uniquely identifies a server procedure 170 and communicates to the application server the identity of the server procedure 170 for which to execute and process the content of the HTTP request message transmitted from the user agent 120 .
- the server procedure 170 receives instructions transmitted from the user agent 120 via the content of the HTTP request message.
- instructions are stored within the URI.
- the server procedure transmits a second communication including an HTTP response message in response to the instructions received from the HTTP request message included within the first communication.
- the HTTP response message includes a cookie that stores any information to be delivered to the user agent 120 .
- a cookie is a type of header field stored within the HTTP response message. All header fields, including cookies, are stored outside of an HTTP body field of an HTTP message.
- a “name” can function as a parameter name, such as a name which identifies a data object, such as Web content or the name of a cookie to carry Web content.
- other related information such as a user agent event, a server procedure or time parameters can accompany the data object (web content) identifying parameter.
- FIG. 2 illustrates a first web page 230 that includes HTML represented text fields labeled “Event 1 ” 232 , “Event 2 ” 234 , and “Event 3 ” 236 .
- the first web page 230 is displayed onto a display monitor 136 via the user agent 120 .
- a mouse pointer 238 is also displayed onto the display monitor 136 .
- the web page 230 was previously transmitted from the application server 160 , through the HTTP server 150 and the HTTP client 110 , to the user agent 120 .
- the web page 230 includes hidden information, such as JAVA script, that is not displayed onto the display monitor 136 and stored within the user agent 120 .
- the JAVA script loaded into the first web page 230 includes a mapping of procedure identifiers to events associated with displayed portions of the web page 230 .
- Each procedure identifier represents a server procedure configured to interoperate and execute in association with the application server 160 .
- the server procedure can be configured to transmit web content information to the user agent 120 .
- the HTML loaded within the first web page 230 of FIG. 2 includes instructions to direct the JAVA script interpreter 130 and/or the user agent 120 to render the text fields 232 , 234 , 236 onto the display monitor 136 and to execute a procedure within the loaded JAVA script upon the selection of any text field.
- FIG. 3 illustrates an occurrence of a user agent detectable event where the user agent 120 detects the selection of the text field 232 , labeled “Event 1 ”, by a user using a mouse pointing device with an associated displayed pointer 238 .
- the text field 232 is highlighted as indicated by a dashed perimeter border.
- the user agent 120 Upon detecting the selection event, the user agent 120 invokes the JAVA script interpreter 130 to execute JAVA script loaded with the first web page 230 .
- the JAVA script anticipates and executes actions in response to various events associated with the first web page 230 .
- FIG. 4 illustrates the transmission of a HTTP request message 492 A to the application server 160 resulting from the occurrence of the user agent detectable event illustrated in FIG. 3 and illustrates the transmission of a following HTTP response message 492 B from the application server 160 .
- the user agent 120 Upon detecting the selection event of text field 232 , the user agent 120 executes the JAVA script loaded with the first web page 230 via invocation of the JAVA script interpreter 130 .
- the JAVA script interpreter 130 associates a procedure identifier with the event that is associated with the selection of text field 232 , incorporates the procedure identifier into a URI and invokes a request for web content information addressed by the URI via the programming interface 125 .
- the JAVA script interpreter then waits to receive a data object, specifically a cookie, including the web content information addressed by the URI.
- the HTTP Client 110 transmits an HTTP request message 492 A including the URI.
- the HTTP request message 492 A is received by the HTTP server 150 .
- the HTTP server 150 interoperates with the application server 160 via the programming interface 155 .
- the HTTP server 150 processes the received HTTP request message 492 A and transfers the URI to the application server 160 .
- the application server 160 processes the URI and accesses web content information 180 a - 180 n addressed by the URI.
- the application server 160 then interoperates with the HTTP server 150 to construct a HTTP response message 492 B that includes the web content information addressed by the URI.
- FIG. 4B illustrates an embodiment of a simplified sample of HTML script that associates a user agent detectable event with a java script action.
- the ServerContent function 1102 is a java script constructor method for an object named ServerContent.
- the ServerContent method 1102 is executed upon an event (onclick) 1104 defined by the selection of the text field having a label string equal to “Event 1 ” 1114 , via a pointing device.
- the text field having a label string equal to “Event 1 ” 11114 resides and is displayed as part of a Web page including the illustrated HTML script.
- Execution of the ServerContent method 1102 causes the java script interpreter to perform actions including the transmission of an HTTP request message 492 A within a first communication from the user agent 120 to the application server 160 .
- the ServerContent function is passed 5 parameters.
- the cookie_id parameter 1106 identifies a cookie to be transmitted within a second communication 492 B from the application server 160 to the user agent 120 .
- the event_id parameter 1108 identifies an event associated with the first communication from the user agent 120 to the application server 160 .
- the procedure_id 1110 parameter identifies the server procedure to execute and process the content of the first communication 492 A.
- the parameter 1112 is a delimiter used to separate information within the URI.
- the process_cookie_func parameter 1114 is the java script function that processes the cookie residing within the second communication 492 B.
- FIG. 4C illustrates an embodiment of a simplified sample of java script that performs actions in association with the user agent detectable event defined within the HTML script of FIG. 4B .
- a HTTP request message 492 A is constructed and transmitted.
- an empty image is constructed and used as a vehicle to construct the HTTP request message 492 A that is transmitted to the application server 160 .
- the ServerContent method 1102 constructs an empty image object 1120 and assigns a pointer to the image object 1120 to a data member of the ServerContent object named this.image 1122 .
- an “onload” event handler this.image.onload 1124 is executed.
- the ServerContent method 1102 assigns the function named process_cookie_func 1126 to the “onload” event handler (this.image.onload) 1124 . Consequently, when a cookie is later received by the user agent 120 , the process_cookie_func( ) function 1126 is executed.
- the ServerContent method 1102 calls the function GetRequestURI( ) 1128 to return a pointer to a URI text string.
- the returned pointer to the URI text string is assigned to the data member of the Image object named this.image.src 1130 .
- This assignment causes the user agent to transmit an HTTP request message 492 A including an image content type header field for the empty image and including a URI header field, to the application server 160 .
- FIG. 4D illustrates an embodiment of a simplified sample of active server page (ASP) server script that performs actions in response to receiving the HTTP request message 492 A transmitted from the user agent 120 .
- the application server 160 executes the server procedure identified by the procedure identifier 1110 residing within the URI field of the HTTP request message 492 A.
- the server procedure is executed via the server script interpreter 170 .
- the HTTP request message 492 A is parsed and an HTTP response message 492 B is transmitted to the user agent 120 .
- the server script extracts the cookie identifier from the URI field residing within the HTTP request message 492 A.
- Line 1142 extracts the event identifier from the URI field residing within the HTTP request message 492 A.
- Line 1144 is a switch statement whose operation depends upon the value of the event_id 1108 . If the event_id 1108 equals the text string “Event 1 ” 1146 , then the web_content variable is assigned to the address of a text string “SERVER CONTENT 1 ” 1148 .
- the web_content variable is assigned to the address of a text string “SERVER CONTENT 2 ” 1152 . If the event_id equals “Event 3 ” 1154 , then the web_content variable is assigned to an address of a text string “SERVER CONTENT 3 ” 1156 .
- Script line 1160 transfers the event identifier (event_id) 1162 and the web content 1164 separated by a delimiter (
- Line 1170 sets the content type field of the HTTP response message to “image/gif” 1172 which also causes the HTTP response message 492 B to be transmitted to the user agent 120 .
- the user agent 120 upon receiving the transmitted cookie via the HTTP client 110 , generates an image onload event, which causes the execution of the image onload handler 1124 and the process_cookie_func( ) function 1126 .
- the process cookie_func( ) function 1126 extracts the transmitted web_content 1148 , 1150 , 1152 as a text string and displays the web_content onto a portion of the presently displayed web page.
- FIG. 5 illustrates the displayed results of receiving and processing the web content information included within the HTTP response message 492 B transmitted from the application server 160 , as illustrated in FIG. 4 .
- the loaded JAVA script instructs the JAVA script interpreter 130 to wait for the receipt of a response from application server 160 .
- the response is an HTTP response message 492 B.
- the HTTP response message 492 B includes a data object that includes the web content information addressed by the URI field residing within the prior transmitted HTTP request message 492 A.
- the data object is a cookie residing inside of a header field within the HTTP response message 492 B.
- the user agent 120 stores the cookie as a data member of a document object which is defined and instantiated within the user agent 120 .
- the document object is sub-classed from the window object which is also defined and instantiated within the user agent 120 .
- the cookie value embodied as a character string, includes the requested first web content information.
- the JAVA script instructs the JAVA script interpreter 130 to check for and verify the presence of the cookie stored in association with the document object and renders the requested web content information (value of the cookie) over a portion of the displayed web page 230 , specifically over the top most text field 232 . Pixels included within the text field 232 are rendered (redrawn) to display the requested web content information.
- the requested web content information represents a new text field labeled “Server Content 1 ” 532 , expressed in HTML format.
- FIG. 6 illustrates an alternative way to process the newly received web content information included within the HTTP response message 492 A transmitted from the application server 160 , as illustrated in FIG. 4 .
- the JAVA script loaded within the first web page 230 instructs the JAVA script interpreter 130 to draw the requested web content information from top to bottom over a portion of the first web page 230 that is separate from any previously rendered text field 232 , 234 and 236 .
- all of the three text fields 232 , 234 , and 236 remain unmodified after rendering (drawing) the newly received web content information.
- FIG. 7 illustrates a user agent detectable second event where the text field labeled “Event 3 ” 236 is selected via a mouse pointer 238 .
- the text field 236 is shown as being highlighted via a dashed line perimeter.
- the user agent 120 Upon detecting the text field selection second event, the user agent 120 executes the JAVA script loaded with the original displayed web page 230 .
- the JAVA script associates a second procedure identifier with the second event that is associated with the text field 236 and incorporates the second procedure identifier into a second URI, invokes a second request for web content information including the second URI via the programming interfaces 125 .
- the JAVA script then waits to receive a second response from application server 160 .
- the second response being an HTTP response message including a second data object including second web content information transmitted to the user agent 120 from the application server 160 , in response to the second request message.
- the data object is a cookie residing inside of a header field within the second HTTP response message.
- the invocation of the second request for web content initiates transmission of an HTTP request message by the HTTP client 110 and a following transmission of an HTTP response message by the HTTP server, as described in association within FIG. 4 .
- the second web content information is addressed by a second HTTP request message and the second web content information is transmitted as a data object residing inside of a second HTTP response message.
- the data object is a cookie residing within a header field of the HTTP response message.
- FIG. 8 illustrates the displayed results of the user agent 120 processing the second web content information transmitted from the application server 160 in response to the user agent detectable second event illustrated in FIG. 7 .
- the JAVA script loaded inside the user agent 120 waits for the receipt of a data object, specifically a cookie, residing within an HTTP response message.
- the HTTP client 110 software receives and processes the HTTP response message, and extracts and stores a cookie residing within the HTTP response message in a manner that is accessible to the JAVA script interpreter.
- the cookie is transferred from the HTTP client 110 to the user agent 120 via the programming interface 125 .
- the user agent 120 stores the cookie as a data member of a document object which is defined and instantiated within the user agent 120 .
- the document object is sub-classed from the window object which is defined and instantiated within the user agent 120 .
- the cookie value embodied as a character string, includes the second web content information.
- the JAVA script software checks for and verifies the presence of the cookie stored in association with the document object and renders the second web content information (value of the cookie) over a portion of the displayed web page 230 , specifically over the bottom most text field 236 . Pixels included within the text field 236 are rendered (redrawn) to display the requested second web content information.
- the requested second web content information represents a new text field labeled “Server Content 3 ” 836 , expressed in HTML format.
- FIG. 9 illustrates a simplified structure of an HTTP message that includes a start line, one or more header fields 914 , and an optional message body 916 .
- the message body 916 is specified to carry web content for display by a user agent 120 .
- Further information regarding HTTP message structure is located within the HTTP 1.1 specification that is accessible at Internet Web address www.w3c.org and hereby incorporated by reference. Further information regarding the cookie structure is also available at www.w3c.org and at www.netscape.com.
- FIG. 10 illustrates the components of a concatenated uniform resource identifier (URI) string that includes a procedure identifier 1022 , and that optionally includes an event identifier 1024 , a time identifier 1026 and an object identifier 1028 residing within a header field 914 of an HTTP request message 492 A.
- URI uniform resource identifier
- a sample URI character string 1030 is also illustrated that includes a procedure identifier, an event identifier, a time identifier, and a data object identifier.
- the procedure identifier is set to the value “weather.asp”
- the event identifier is set to “extended forecast”
- the time identifier is set to “15:10 PM Feb. 10, 2004”
- the data object identifier is set to “weather cookie”.
- the application server 160 Upon receipt of the URI 1030 , the application server 160 executes a server script 170 named “weather.asp” and provides the event identifier value equal to “extended forecast”, the date/time value equal to “15:10 PM Feb. 10, 2004” and the data object identifier equal to “weather cookie” as parameters to the “weather.asp” script.
- the “weather.asp” server script constructs a data object that is embodied as an HTTP cookie named “weather cookie” and sets the value of the cookie named “weather cookie” to a text string that is transmitted as a portion of an HTTP response message that is received and displayed by the user agent 120 via the client side script interpreter 130 .
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Development Economics (AREA)
- Strategic Management (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- Marketing (AREA)
- Economics (AREA)
- Software Systems (AREA)
- Entrepreneurship & Innovation (AREA)
- Game Theory and Decision Science (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
- This invention relates generally to a method and apparatus for bi-directional communication between a user agent and an Internet Web server, and specifically to a method and apparatus for user agent initiated bi-directional communication yielding on-demand access to Web content.
- Enclosed with the specification are two (2) compact discs (
Copy 1 and Copy 2) which are identical. The files recorded on each of the attached compact discs (Copy 1 and Copy 2) represent a computer program listing appendix and are incorporated herein by reference. These files are compatible with the Microsoft Internet Information Services (IIS) server with Active Server Pages (ASP) support. The IIS server executes on the Microsoft operating systems including Microsoft NT Server, Microsoft 2000 Server and Microsoft Server 2003. Listed below are the files recorded on each compact disc including their names, size in bytes and date of creation.1) File Name: cls_server_content.js Type: JScript Script File Size: 6KB; Date of Creation: Oct. 27, 2004. 2) File Name: default.html Type: HTML Document; Size: 3KB; Date of Creation: Oct. 27, 2004. 3) File Name: demo.css Type: Cascading Style Sheet Document Size: 1KB; Date of Creation: Oct. 27, 2004. 4) File Name: load_demo_content.asp Type: ASP File; Size: 1KB; Date of Creation: Oct. 27, 2004. 5) File Name: nojava.html Type: HTML Document; Size: 1KB; Date of Creation: Oct. 27, 2004. 6) File Name: preload.gif Type: GIF Image; Size: 1KB; Date of Creation: Feb. 6, 2004. 7) File Name: READ_ME.txt Type: Text Document; Size: 2KB; Date of Creation: Oct. 27, 2004. 8) File Name: style.js Type: JScript Script File; Size: 3KB; Date of Creation: Aug. 31, 2004. - The Internet is a decentralized global network connecting large numbers of client and server computers. The world wide web (WWW) is a system of Internet connected server computers, referred to as Web servers, that support the storage and transmission of hypertext markup language (HTML) encoded documents, referred to as Web pages. An Internet connected computer, if executing user agent and related software, can function as a Web client, or if executing Web server and related software, can function as a Web server. A user agent is also referred to as a Web browser. The related software performs operating system and communication protocol functionality required to operate as a Web client or server.
- Historically, the design and implementation of a user agent, a Web server and related software has undergone rapid change and evolution. Various designs, implementations and versions of user agent, Web server and related software have been developed and provided from a variety of sources over time. Users of Web server, user agent and related software vary with respect to which combination of brands and versions of software they choose to employ and how frequently they upgrade to newer versions of software. Some users continue to use older versions of software long after upgrades are available.
- As a result, while in operation, a user agent program typically interfaces with a variety of different brands and versions of Web server programs and a Web server program typically interfaces with a variety of different brands and versions of user agent programs. Programmed functionality that functions correctly between a particular Web server and a particular user agent, may not function correctly between the particular Web server and another user agent or between another Web server and the particular user agent or between another Web server and another user agent.
- The subset of functionality that can be expected to interoperate correctly between a variety of Web servers and user agents is limited to a not so clearly defined common denominator of interoperating Web server and user agent functionality, exercised between a limited set of user agents and Web servers from various sources. Furthermore, the boundaries of this common denominator are uncertain and frequently subject to change. The reliability and portability of interoperating Web server and/or user agent functionality residing outside of this common denominator is less certain.
- To complicate matters, the popularity of the Web is placing upward pressure upon the size and complexity of Web accessible applications and their associated Web pages. New ways of implementing Web server and user agent functionality are needed to accommodate more complex Web applications and larger Web pages in an efficient, reliable and portable manner across a variety of user agent and Web server configurations.
- The invention provides a method and apparatus of bi-directional communication between a user agent (Internet Web client) and an application server (Internet Web server). In one aspect, the invention provides for user agent initiated on demand access to Web content. The invention further enables the display of the on demand accessed Web content as a portion of a previously displayed Web page, without requiring the re-display (re-rendering) of an entire previously rendered Web page.
- In another aspect, applications of the invention include but are not limited to, updating the content of a shopping cart, extending displayed product information upon the selection of an item and rotating advertisements displayed by a user agent. In another aspect, applications include tracking user interaction history and interactive messaging between a user agent and a web server.
- In yet another aspect, the invention provides a relatively portable means for accessing Web content by circumventing the need to rely upon the HTTP body field of an HTTP message to carry the accessed Web content.
- For a further understanding of these and objects of the invention, reference will be made to the following detailed description of the invention which is to be read in connection with the accompanying drawings, wherein:
-
FIG. 1 illustrates an arrangement of Internet components including a user agent and display monitor, an HTTP client and HTTP server, a communications link and an application server with access to various portions of Web content. -
FIG. 2 illustrates a Web page including three text fields that is displayed onto a display monitor via a user agent. -
FIG. 3 illustrates a user agent detectable event where the text field labeled “Event 1” is being selected via a mouse pointer. -
FIG. 4 illustrates the communication of an HTTP request message from the HTTP client and a following communication of an HTTP response message from the HTTP server, upon occurrence of the user agent detectable event illustrated inFIG. 3 . -
FIG. 4B illustrates an embodiment of a simplified sample of HTML script that associates a user agent detectable event with a java script action. -
FIG. 4C illustrates an embodiment of a simplified sample of java script that performs actions in association with the user agent detectable event defined within the HTML script ofFIG. 4B . -
FIG. 4D illustrates an embodiment of a simplified sample of ASP server script that performs actions in response to receiving the HTTP request message transmitted from the user agent. -
FIG. 5 illustrates the result of the user agent receiving and processing the Web content information included within the HTTP response message illustrated inFIG. 4 . -
FIG. 6 illustrates an alternative method of processing the Web content information included within the HTTP response message as illustrated inFIG. 4 . -
FIG. 7 illustrates a user agent detectable event where the text field labeled “Event 3” is being selected via a mouse pointer. -
FIG. 8 illustrates the result of the user agent receiving and processing the Web content information in response to the user agent detectable event ofFIG. 7 . -
FIG. 9 illustrates a simplified anatomy of an HTTP message that includes a start line, one or more header fields and an optional message body. -
FIG. 10 illustrates components of a concatenated Uniform Resource Identifier (URI) string that includes a server procedure identifier, and that optionally includes an event identifier, a date/time identifier and an HTTP object identifier residing within a header field of an HTTP request message. - In accordance with the invention,
FIG. 1 illustrates an arrangement of Internet components including auser agent 120, aclient script interpreter 130, adisplay monitor 136, a HTTP (Hyper Text Transfer Protocol)client 110 andHTTP server 150, acommunications link 190, anapplication server 160 andserver script interpreter 170 with access to various portions ofweb content 180A-180N. Theuser agent 120 and HTTPclient 110 are embodied as separate software modules that reside within apersonal computer 138. Theapplication server 160 and HTTPserver 150 are also embodied as separate software modules that reside within a network accessible computer. - The
user agent 120 is a software module that interacts with a user via adisplay monitor 136 and via other input devices including a keyboard and a pointing device, such as a mouse (not shown). The HTTPclient 110 is a software module that sends and receives HTTP message transactions (messages) to and from at least oneother HTTP server 150. - The
user agent software 120 interoperates with theHTTP client 110 via aprogramming interface 115. Theprogramming interface 115 represents a software boundary between theHTTP client software 110 and other software external to theHTTP client 110. - The
programming interface 115 enables the transfer of information between theuser agent 120 and theHTTP client 110 and enables theuser agent 120 to request the transmission of information by theHTTP client 110 to theapplication server 160 via theHTTP server 150. Theprogramming interface 115 also enables theuser agent 120 to receive information transmitted from theapplication server 160 through theHTTP server 150 and through theHTTP client 110. - In a typical use scenario, during its initialization, the
user agent 120 loads and displays web content to a user, in the form of an initial web page. In response to the entry of a web address by the user, theuser agent 120 requests, receives and loads other web content from a web server, in the form of another web page, in accordance with the web address entered by the user. - To load a web page, the
user agent 120 invokes a request for the web page via itsprogramming interface 115 with theHTTP client 110. The web page is identified by a Uniform Resource Identifier (URI)) which is constructed by theuser agent 120 and passed along with the request to theHTTP client 110. A uniform resource locator (URL) is a type of URI. - The
HTTP client 110 processes the request from theuser agent 120 by transmitting an HTTP request message to anHTTP server 150 that is associated with the URI. TheHTTP server 150 receives the HTTP request message and transfers the URI to theapplication server 160 via itsprogramming interface 155 with theapplication server 160. - The
application server 160 receives the URI, accesses and transfers the URI addressed Web content to theHTTP server 150 via theprogramming interface 155. The HTTP server transmits an HTTP response message including the addressed Web content through the Internet to theHTTP client 110. The HTTP response message carries the Web content, such as a Web page including HTML, within its body field. TheHTTP client 110 receives the HTTP response message from the Internet and transfers the Web content to theuser agent 120. Theuser agent 120 processes the Web content via a web page reload (display). - Information is communicated between the
user agent 120 and theapplication server 160 over the communications link 190 via the transmission of HTTP protocol request and response message transactions (messages). In a typical scenario, an HTTP request message, transmitted from anHTTP client 110, identifies and requests the transmission of Web content from theHTTP server 150. An HTTP response message, transmitted from anHTTP server 150, carries the Web content to the source of the HTTP request message, namely theHTTP client 110. - Web content is typically represented in the form of Hypertext Markup Language (HTML) that is packaged into one or more Web pages and stored within one or more files residing on a network accessible computer. The HTML may encapsulate or reference other types of script languages, including JAVA script.
- The Web content received by the
user agent 120 is processed as a Web page. In contrast to the methods of the invention, auser agent 120 typically displays a newly received web page by rendering (drawing over) and replacing all information previously displayed onto thedisplay monitor 136. This action is also referred to as a web page reload. - Typically, the
client script interpreter 130 is aJAVA script interpreter 130 that processes JAVA script associated (encapsulated) with web content received by theuser agent 120. TheJAVA script interpreter 130 interoperates with theuser agent 120 via aprogramming interface 125. Theprogramming interface 125 provides theJAVA script interpreter 130 with limited access to the internal functionality of theuser agent 120. - Also, the
server script interpreter 170 is typically an ASP (Active Server Page)script interpreter 130 that processes ASP script identified by a URI received from auser agent 120. TheASP script interpreter 170 interoperates with theapplication server 160 via aprogramming interface 175. Theprogramming interface 175 provides theASP script interpreter 130 with limited access to the internal functionality of theapplication server 160. - In accordance with the invention, an alternative method of bi-directional communication between a user agent and a web server is disclosed. In one aspect, the alternative method enables on-demand delivery of web content to the user agent without necessitating a web page reload by the user agent. In another aspect, the alternative method employs the HTTP protocol and employs a cookie, embodied as an HTTP message header field, to transfer web content. An in another aspect, the alternate method functions for a combination of a variety of designs and versions of Web server and
user agent software 120. - In yet another aspect, this alternative method circumvents the use of a body field that resides within an HTTP response message to transfer web content. Typically, user agent software that receives and processes a body field including Web content will display the body field as a reload of an entire Web page. This type of
user agent 120 behavior can be a disadvantage to the user. - The increasing size and complexity of Web pages is causing increasing performance penalties for page re-loading and display. Unfortunately, functionality for accessing Web content within the common denominator of popular Web server and user agent configurations typically relies on the use of an HTTP body field within an HTTP message for carrying the Web content. The use of an HTTP body field within an HTTP message typically causes a Web page reload to be performed by a
user agent 120. -
Popular user agents 120 within this common denominator, including such as Microsoft's Internet Explorer 6.0 or Netscape 7.1, typically do not provide a way for JAVA script loaded within a resident Web page, to access and display other Web content carried within the body field of an HTTP message, without causing the reload and re-display (re-render) of an entire Web page. - In one embodiment of the invention, a
user agent 120 constructs and transmits a first communication including an HTTP request message to a (Web)application server 160, preferably in response to a user agent detectable event. The HTTP request message includes a uniform resource identifier (URI). The URI preferably includes a procedure identifier. A procedure identifier uniquely identifies aserver procedure 170 and communicates to the application server the identity of theserver procedure 170 for which to execute and process the content of the HTTP request message transmitted from theuser agent 120. - The
server procedure 170 receives instructions transmitted from theuser agent 120 via the content of the HTTP request message. Preferably, instructions are stored within the URI. The server procedure transmits a second communication including an HTTP response message in response to the instructions received from the HTTP request message included within the first communication. Preferably, the HTTP response message includes a cookie that stores any information to be delivered to theuser agent 120. A cookie is a type of header field stored within the HTTP response message. All header fields, including cookies, are stored outside of an HTTP body field of an HTTP message. - In the preferred embodiment, URI information that is transmitted between a
user agent 120 and aWeb server 178 includes text strings packaged as “name =value” structures as shown inFIG. 10 . A “name” can function as a parameter name, such as a name which identifies a data object, such as Web content or the name of a cookie to carry Web content. Optionally, other related information, such as a user agent event, a server procedure or time parameters can accompany the data object (web content) identifying parameter. -
FIG. 2 illustrates afirst web page 230 that includes HTML represented text fields labeled “Event 1” 232, “Event 2” 234, and “Event 3” 236. Thefirst web page 230 is displayed onto adisplay monitor 136 via theuser agent 120. Amouse pointer 238 is also displayed onto thedisplay monitor 136. Theweb page 230 was previously transmitted from theapplication server 160, through theHTTP server 150 and theHTTP client 110, to theuser agent 120. - The
web page 230 includes hidden information, such as JAVA script, that is not displayed onto thedisplay monitor 136 and stored within theuser agent 120. The JAVA script loaded into thefirst web page 230 includes a mapping of procedure identifiers to events associated with displayed portions of theweb page 230. Each procedure identifier represents a server procedure configured to interoperate and execute in association with theapplication server 160. The server procedure can be configured to transmit web content information to theuser agent 120. - HTML encodes images including graphics and text that are rendered (drawn) onto the display monitor 136 in the form of a matrix of pixels. HTML also includes and tags script, such as JAVA script, which is not displayed onto the
display monitor 136. The execution of a script is conditioned upon its context within HTML. A script can be executed upon the occurrence of an event associated with the rendered HTML field, such as a text field. - The HTML loaded within the
first web page 230 ofFIG. 2 includes instructions to direct theJAVA script interpreter 130 and/or theuser agent 120 to render the text fields 232, 234, 236 onto thedisplay monitor 136 and to execute a procedure within the loaded JAVA script upon the selection of any text field. -
FIG. 3 illustrates an occurrence of a user agent detectable event where theuser agent 120 detects the selection of thetext field 232, labeled “Event 1”, by a user using a mouse pointing device with an associated displayedpointer 238. Thetext field 232 is highlighted as indicated by a dashed perimeter border. - Upon detecting the selection event, the
user agent 120 invokes theJAVA script interpreter 130 to execute JAVA script loaded with thefirst web page 230. The JAVA script anticipates and executes actions in response to various events associated with thefirst web page 230. -
FIG. 4 illustrates the transmission of aHTTP request message 492A to theapplication server 160 resulting from the occurrence of the user agent detectable event illustrated inFIG. 3 and illustrates the transmission of a followingHTTP response message 492B from theapplication server 160. - Upon detecting the selection event of
text field 232, theuser agent 120 executes the JAVA script loaded with thefirst web page 230 via invocation of theJAVA script interpreter 130. In accordance with instruction from the loaded JAVA script, theJAVA script interpreter 130 associates a procedure identifier with the event that is associated with the selection oftext field 232, incorporates the procedure identifier into a URI and invokes a request for web content information addressed by the URI via theprogramming interface 125. The JAVA script interpreter then waits to receive a data object, specifically a cookie, including the web content information addressed by the URI. - To invoke the request, the
HTTP Client 110 transmits anHTTP request message 492A including the URI. TheHTTP request message 492A is received by theHTTP server 150. TheHTTP server 150 interoperates with theapplication server 160 via theprogramming interface 155. TheHTTP server 150 processes the receivedHTTP request message 492A and transfers the URI to theapplication server 160. - The
application server 160 processes the URI and accesses web content information 180 a-180 n addressed by the URI. Theapplication server 160 then interoperates with theHTTP server 150 to construct aHTTP response message 492B that includes the web content information addressed by the URI. -
FIG. 4B illustrates an embodiment of a simplified sample of HTML script that associates a user agent detectable event with a java script action. TheServerContent function 1102 is a java script constructor method for an object named ServerContent. TheServerContent method 1102 is executed upon an event (onclick) 1104 defined by the selection of the text field having a label string equal to “Event 1” 1114, via a pointing device. The text field having a label string equal to “Event 1” 11114 resides and is displayed as part of a Web page including the illustrated HTML script. Execution of theServerContent method 1102 causes the java script interpreter to perform actions including the transmission of anHTTP request message 492A within a first communication from theuser agent 120 to theapplication server 160. - Upon execution, the ServerContent function is passed 5 parameters. The cookie_id parameter 1106 identifies a cookie to be transmitted within a
second communication 492B from theapplication server 160 to theuser agent 120. The event_id parameter 1108 identifies an event associated with the first communication from theuser agent 120 to theapplication server 160. The procedure_id 1110 parameter identifies the server procedure to execute and process the content of thefirst communication 492A. The parameter 1112 is a delimiter used to separate information within the URI. Theprocess_cookie_func parameter 1114 is the java script function that processes the cookie residing within thesecond communication 492B. -
FIG. 4C illustrates an embodiment of a simplified sample of java script that performs actions in association with the user agent detectable event defined within the HTML script ofFIG. 4B . During the execution of the ServerContent method, aHTTP request message 492A is constructed and transmitted. Preferably, an empty image is constructed and used as a vehicle to construct theHTTP request message 492A that is transmitted to theapplication server 160. - The
ServerContent method 1102 constructs anempty image object 1120 and assigns a pointer to theimage object 1120 to a data member of the ServerContent object namedthis.image 1122. When a cookie is later received by the user agent, an “onload” event handler this.image.onload 1124 is executed. TheServerContent method 1102 assigns the function named process_cookie_func 1126 to the “onload” event handler (this.image.onload) 1124. Consequently, when a cookie is later received by theuser agent 120, the process_cookie_func( )function 1126 is executed. - The
ServerContent method 1102 calls the function GetRequestURI( ) 1128 to return a pointer to a URI text string. The returned pointer to the URI text string is assigned to the data member of the Image object named this.image.src 1130. This assignment causes the user agent to transmit anHTTP request message 492A including an image content type header field for the empty image and including a URI header field, to theapplication server 160. -
FIG. 4D illustrates an embodiment of a simplified sample of active server page (ASP) server script that performs actions in response to receiving theHTTP request message 492A transmitted from theuser agent 120. Upon receiving theHTTP request message 492A, theapplication server 160 executes the server procedure identified by the procedure identifier 1110 residing within the URI field of theHTTP request message 492A. The server procedure is executed via theserver script interpreter 170. During the execution of theserver procedure 170, theHTTP request message 492A is parsed and anHTTP response message 492B is transmitted to theuser agent 120. - Summarizing the application server script of
FIG. 4D , line 1140, the server script extracts the cookie identifier from the URI field residing within theHTTP request message 492A. Line 1142, extracts the event identifier from the URI field residing within theHTTP request message 492A. Line 1144, is a switch statement whose operation depends upon the value of the event_id 1108. If the event_id 1108 equals the text string “Event 1” 1146, then the web_content variable is assigned to the address of a text string “SERVER CONTENT 1” 1148. If the event_id equals “Event 2” 1150, then the web_content variable is assigned to the address of a text string “SERVER CONTENT 2” 1152. If the event_id equals “Event 3” 1154, then the web_content variable is assigned to an address of a text string “SERVER CONTENT 3” 1156. - Script line 1160, transfers the event identifier (event_id) 1162 and the
web content 1164 separated by a delimiter (|) 1166 into a cookie field of theHTTP response message 492B identified by the cookie identifier (cookie_id) 1168. Line 1170, sets the content type field of the HTTP response message to “image/gif” 1172 which also causes theHTTP response message 492B to be transmitted to theuser agent 120. - The
user agent 120, upon receiving the transmitted cookie via theHTTP client 110, generates an image onload event, which causes the execution of theimage onload handler 1124 and the process_cookie_func( )function 1126. The process cookie_func( )function 1126 extracts the transmitted web_content 1148, 1150, 1152 as a text string and displays the web_content onto a portion of the presently displayed web page. -
FIG. 5 illustrates the displayed results of receiving and processing the web content information included within theHTTP response message 492B transmitted from theapplication server 160, as illustrated inFIG. 4 . Note that the text fields labeled “Event 2” 234 and “Event 3” 236 are unmodified. - As previously stated, the loaded JAVA script instructs the
JAVA script interpreter 130 to wait for the receipt of a response fromapplication server 160. In this embodiment, the response is anHTTP response message 492B. TheHTTP response message 492B includes a data object that includes the web content information addressed by the URI field residing within the prior transmittedHTTP request message 492A. The data object is a cookie residing inside of a header field within theHTTP response message 492B. - The
HTTP client 110 software receives and processes theHTTP response message 492B and extracts a cookie residing within a header field of theHTTP response message 492B. TheHTTP client software 110 then transfers the cookie to theuser agent 120 via theprogramming interface 115. - The
user agent 120 stores the cookie as a data member of a document object which is defined and instantiated within theuser agent 120. The document object is sub-classed from the window object which is also defined and instantiated within theuser agent 120. The cookie value, embodied as a character string, includes the requested first web content information. - The JAVA script instructs the
JAVA script interpreter 130 to check for and verify the presence of the cookie stored in association with the document object and renders the requested web content information (value of the cookie) over a portion of the displayedweb page 230, specifically over the topmost text field 232. Pixels included within thetext field 232 are rendered (redrawn) to display the requested web content information. The requested web content information represents a new text field labeled “Server Content 1” 532, expressed in HTML format. -
FIG. 6 illustrates an alternative way to process the newly received web content information included within theHTTP response message 492A transmitted from theapplication server 160, as illustrated inFIG. 4 . Instead of drawing thetext field 532 from left to right over thetext field 232, the JAVA script loaded within thefirst web page 230, instructs theJAVA script interpreter 130 to draw the requested web content information from top to bottom over a portion of thefirst web page 230 that is separate from any previously renderedtext field text fields -
FIG. 7 illustrates a user agent detectable second event where the text field labeled “Event 3” 236 is selected via amouse pointer 238. Thetext field 236 is shown as being highlighted via a dashed line perimeter. - Upon detecting the text field selection second event, the
user agent 120 executes the JAVA script loaded with the original displayedweb page 230. The JAVA script associates a second procedure identifier with the second event that is associated with thetext field 236 and incorporates the second procedure identifier into a second URI, invokes a second request for web content information including the second URI via the programming interfaces 125. - The JAVA script then waits to receive a second response from
application server 160. The second response being an HTTP response message including a second data object including second web content information transmitted to theuser agent 120 from theapplication server 160, in response to the second request message. The data object is a cookie residing inside of a header field within the second HTTP response message. - The invocation of the second request for web content initiates transmission of an HTTP request message by the
HTTP client 110 and a following transmission of an HTTP response message by the HTTP server, as described in association withinFIG. 4 . In this scenario, the second web content information is addressed by a second HTTP request message and the second web content information is transmitted as a data object residing inside of a second HTTP response message. In this embodiment, the data object is a cookie residing within a header field of the HTTP response message. -
FIG. 8 illustrates the displayed results of theuser agent 120 processing the second web content information transmitted from theapplication server 160 in response to the user agent detectable second event illustrated inFIG. 7 . - The JAVA script loaded inside the
user agent 120 along with the original displayedweb page 230, waits for the receipt of a data object, specifically a cookie, residing within an HTTP response message. TheHTTP client 110 software receives and processes the HTTP response message, and extracts and stores a cookie residing within the HTTP response message in a manner that is accessible to the JAVA script interpreter. - In this embodiment, the cookie is transferred from the
HTTP client 110 to theuser agent 120 via theprogramming interface 125. Theuser agent 120 stores the cookie as a data member of a document object which is defined and instantiated within theuser agent 120. The document object is sub-classed from the window object which is defined and instantiated within theuser agent 120. The cookie value, embodied as a character string, includes the second web content information. - The JAVA script software checks for and verifies the presence of the cookie stored in association with the document object and renders the second web content information (value of the cookie) over a portion of the displayed
web page 230, specifically over the bottommost text field 236. Pixels included within thetext field 236 are rendered (redrawn) to display the requested second web content information. - The requested second web content information represents a new text field labeled “
Server Content 3” 836, expressed in HTML format. -
FIG. 9 illustrates a simplified structure of an HTTP message that includes a start line, one or more header fields 914, and anoptional message body 916. Themessage body 916 is specified to carry web content for display by auser agent 120. Further information regarding HTTP message structure is located within the HTTP 1.1 specification that is accessible at Internet Web address www.w3c.org and hereby incorporated by reference. Further information regarding the cookie structure is also available at www.w3c.org and at www.netscape.com. -
FIG. 10 illustrates the components of a concatenated uniform resource identifier (URI) string that includes aprocedure identifier 1022, and that optionally includes anevent identifier 1024, atime identifier 1026 and anobject identifier 1028 residing within aheader field 914 of anHTTP request message 492A. - A sample URI character string 1030 is also illustrated that includes a procedure identifier, an event identifier, a time identifier, and a data object identifier. The procedure identifier is set to the value “weather.asp”, the event identifier is set to “extended forecast” and the time identifier is set to “15:10 PM Feb. 10, 2004” and the data object identifier is set to “weather cookie”.
- Upon receipt of the URI 1030, the
application server 160 executes aserver script 170 named “weather.asp” and provides the event identifier value equal to “extended forecast”, the date/time value equal to “15:10 PM Feb. 10, 2004” and the data object identifier equal to “weather cookie” as parameters to the “weather.asp” script. - The “weather.asp” server script constructs a data object that is embodied as an HTTP cookie named “weather cookie” and sets the value of the cookie named “weather cookie” to a text string that is transmitted as a portion of an HTTP response message that is received and displayed by the
user agent 120 via the clientside script interpreter 130. - While the present invention has been particularly shown and described with reference to the preferred mode as illustrated in the drawing, it will be understood by one skilled in the art that various changes in detail may be effected therein without departing from the spirit and scope of the invention as defined by the claims.
Claims (17)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/992,991 US7461134B2 (en) | 2004-11-19 | 2004-11-19 | Bi-directional communication between a web client and a web server |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/992,991 US7461134B2 (en) | 2004-11-19 | 2004-11-19 | Bi-directional communication between a web client and a web server |
Publications (2)
Publication Number | Publication Date |
---|---|
US20060136564A1 true US20060136564A1 (en) | 2006-06-22 |
US7461134B2 US7461134B2 (en) | 2008-12-02 |
Family
ID=36597479
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/992,991 Expired - Fee Related US7461134B2 (en) | 2004-11-19 | 2004-11-19 | Bi-directional communication between a web client and a web server |
Country Status (1)
Country | Link |
---|---|
US (1) | US7461134B2 (en) |
Cited By (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070288328A1 (en) * | 2006-03-31 | 2007-12-13 | Digital River, Inc. | Web-Based Product Ordering Method |
US20080010122A1 (en) * | 2006-06-23 | 2008-01-10 | David Dunmire | Methods and apparatus to provide an electronic agent |
US8121830B2 (en) | 2008-10-24 | 2012-02-21 | The Nielsen Company (Us), Llc | Methods and apparatus to extract data encoded in media content |
WO2012134827A2 (en) * | 2011-03-29 | 2012-10-04 | Microsoft Corporation | Locating and executing objects in a distributed network |
US8359205B2 (en) | 2008-10-24 | 2013-01-22 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
WO2013055973A1 (en) * | 2011-10-11 | 2013-04-18 | Microsoft Corporation | Event service for local client applications through local server |
US20130110961A1 (en) * | 2011-08-02 | 2013-05-02 | Ajay JADHAV | Cloud-based distributed persistence and cache data model |
US8508357B2 (en) | 2008-11-26 | 2013-08-13 | The Nielsen Company (Us), Llc | Methods and apparatus to encode and decode audio for shopper location and advertisement presentation tracking |
US8666528B2 (en) | 2009-05-01 | 2014-03-04 | The Nielsen Company (Us), Llc | Methods, apparatus and articles of manufacture to provide secondary content in association with primary broadcast media content |
US8959016B2 (en) | 2002-09-27 | 2015-02-17 | The Nielsen Company (Us), Llc | Activating functions in processing devices using start codes embedded in audio |
US9100132B2 (en) | 2002-07-26 | 2015-08-04 | The Nielsen Company (Us), Llc | Systems and methods for gathering audience measurement data |
US9197421B2 (en) | 2012-05-15 | 2015-11-24 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US9210208B2 (en) | 2011-06-21 | 2015-12-08 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US9313544B2 (en) | 2013-02-14 | 2016-04-12 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US9336784B2 (en) | 2013-07-31 | 2016-05-10 | The Nielsen Company (Us), Llc | Apparatus, system and method for merging code layers for audio encoding and decoding and error correction thereof |
US9363334B2 (en) | 2011-10-11 | 2016-06-07 | Microsoft Technology Licensing, Llc | Event service for local client applications through local server |
US9380356B2 (en) | 2011-04-12 | 2016-06-28 | The Nielsen Company (Us), Llc | Methods and apparatus to generate a tag for media content |
US9609034B2 (en) | 2002-12-27 | 2017-03-28 | The Nielsen Company (Us), Llc | Methods and apparatus for transcoding metadata |
US9667365B2 (en) | 2008-10-24 | 2017-05-30 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US9711153B2 (en) | 2002-09-27 | 2017-07-18 | The Nielsen Company (Us), Llc | Activating functions in processing devices using encoded audio and detecting audio signatures |
US9711152B2 (en) | 2013-07-31 | 2017-07-18 | The Nielsen Company (Us), Llc | Systems apparatus and methods for encoding/decoding persistent universal media codes to encoded audio |
US9762965B2 (en) | 2015-05-29 | 2017-09-12 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
CN108234642A (en) * | 2017-12-29 | 2018-06-29 | 中国银联股份有限公司 | A kind of user tracking method, server and user terminal |
US10579442B2 (en) | 2012-12-14 | 2020-03-03 | Microsoft Technology Licensing, Llc | Inversion-of-control component service models for virtual environments |
US11113259B2 (en) * | 2017-08-02 | 2021-09-07 | Tata Consultancy Services Limited | Method and system for analyzing unstructured data for compliance enforcement |
US20210297896A1 (en) * | 2020-03-20 | 2021-09-23 | Nokia Technologies Oy | Wireless communication system |
Families Citing this family (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8782654B2 (en) | 2004-03-13 | 2014-07-15 | Adaptive Computing Enterprises, Inc. | Co-allocating a reservation spanning different compute resources types |
WO2005089241A2 (en) | 2004-03-13 | 2005-09-29 | Cluster Resources, Inc. | System and method for providing object triggers |
US20070266388A1 (en) | 2004-06-18 | 2007-11-15 | Cluster Resources, Inc. | System and method for providing advanced reservations in a compute environment |
US8176490B1 (en) | 2004-08-20 | 2012-05-08 | Adaptive Computing Enterprises, Inc. | System and method of interfacing a workload manager and scheduler with an identity manager |
US8271980B2 (en) | 2004-11-08 | 2012-09-18 | Adaptive Computing Enterprises, Inc. | System and method of providing system jobs within a compute environment |
US7698430B2 (en) | 2005-03-16 | 2010-04-13 | Adaptive Computing Enterprises, Inc. | On-demand compute environment |
US9075657B2 (en) | 2005-04-07 | 2015-07-07 | Adaptive Computing Enterprises, Inc. | On-demand access to compute resources |
US8863143B2 (en) | 2006-03-16 | 2014-10-14 | Adaptive Computing Enterprises, Inc. | System and method for managing a hybrid compute environment |
US9015324B2 (en) | 2005-03-16 | 2015-04-21 | Adaptive Computing Enterprises, Inc. | System and method of brokering cloud computing resources |
US9231886B2 (en) | 2005-03-16 | 2016-01-05 | Adaptive Computing Enterprises, Inc. | Simple integration of an on-demand compute environment |
US8782120B2 (en) | 2005-04-07 | 2014-07-15 | Adaptive Computing Enterprises, Inc. | Elastic management of compute resources between a web server and an on-demand compute environment |
US7895604B2 (en) * | 2005-11-17 | 2011-02-22 | Opera Software Asa | Method and device for event communication between documents |
US8041773B2 (en) | 2007-09-24 | 2011-10-18 | The Research Foundation Of State University Of New York | Automatic clustering for self-organizing grids |
US20090248855A1 (en) * | 2008-03-31 | 2009-10-01 | International Business Machines Corporation | Method for monitoring web page statistics |
US10877695B2 (en) | 2009-10-30 | 2020-12-29 | Iii Holdings 2, Llc | Memcached server functionality in a cluster of data processing nodes |
US11720290B2 (en) | 2009-10-30 | 2023-08-08 | Iii Holdings 2, Llc | Memcached server functionality in a cluster of data processing nodes |
US8863232B1 (en) | 2011-02-04 | 2014-10-14 | hopTo Inc. | System for and methods of controlling user access to applications and/or programs of a computer |
US8713658B1 (en) | 2012-05-25 | 2014-04-29 | Graphon Corporation | System for and method of providing single sign-on (SSO) capability in an application publishing environment |
US9419848B1 (en) | 2012-05-25 | 2016-08-16 | hopTo Inc. | System for and method of providing a document sharing service in combination with remote access to document applications |
US9239812B1 (en) | 2012-08-08 | 2016-01-19 | hopTo Inc. | System for and method of providing a universal I/O command translation framework in an application publishing environment |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6309117B1 (en) * | 2000-08-17 | 2001-10-30 | Nortel Networks Limited | System and method for adjustment of color presentation in networked media |
US6477575B1 (en) * | 2000-09-12 | 2002-11-05 | Capital One Financial Corporation | System and method for performing dynamic Web marketing and advertising |
US6516338B1 (en) * | 1998-05-15 | 2003-02-04 | The Macmanus Group, Inc. | Apparatus and accompanying methods for implementing network servers for use in providing interstitial web advertisements to a client computer |
US20030115060A1 (en) * | 2001-12-13 | 2003-06-19 | Junqua Jean-Claude | System and interactive form filling with fusion of data from multiple unreliable information sources |
US6584450B1 (en) * | 2000-04-28 | 2003-06-24 | Netflix.Com, Inc. | Method and apparatus for renting items |
US6639610B1 (en) * | 2000-01-14 | 2003-10-28 | Microsoft Corporation | Method and apparatus for assigning URLs to graphical objects in a web page |
US20050010892A1 (en) * | 2003-07-11 | 2005-01-13 | Vocollect, Inc. | Method and system for integrating multi-modal data capture device inputs with multi-modal output capabilities |
US6961759B2 (en) * | 2001-09-24 | 2005-11-01 | International Business Machines Corporation | Method and system for remotely managing persistent state data |
US6964023B2 (en) * | 2001-02-05 | 2005-11-08 | International Business Machines Corporation | System and method for multi-modal focus detection, referential ambiguity resolution and mood classification using multi-modal input |
US20060031442A1 (en) * | 2004-05-07 | 2006-02-09 | International Business Machines Corporation | Method and system for externalizing session management using a reverse proxy server |
US7069560B1 (en) * | 1999-01-05 | 2006-06-27 | Sri International | Highly scalable software-based architecture for communication and cooperation among distributed electronic agents |
US7296076B1 (en) * | 2002-10-23 | 2007-11-13 | Cisco Technology, Inc. | Maintaining session persistence without client-supported cookies |
-
2004
- 2004-11-19 US US10/992,991 patent/US7461134B2/en not_active Expired - Fee Related
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6516338B1 (en) * | 1998-05-15 | 2003-02-04 | The Macmanus Group, Inc. | Apparatus and accompanying methods for implementing network servers for use in providing interstitial web advertisements to a client computer |
US6687737B2 (en) * | 1998-05-15 | 2004-02-03 | Unicast Communications Corporation | Apparatus and accompanying methods for network distribution and interstitial rendering of information objects to client computers |
US7069560B1 (en) * | 1999-01-05 | 2006-06-27 | Sri International | Highly scalable software-based architecture for communication and cooperation among distributed electronic agents |
US6639610B1 (en) * | 2000-01-14 | 2003-10-28 | Microsoft Corporation | Method and apparatus for assigning URLs to graphical objects in a web page |
US6584450B1 (en) * | 2000-04-28 | 2003-06-24 | Netflix.Com, Inc. | Method and apparatus for renting items |
US6309117B1 (en) * | 2000-08-17 | 2001-10-30 | Nortel Networks Limited | System and method for adjustment of color presentation in networked media |
US6477575B1 (en) * | 2000-09-12 | 2002-11-05 | Capital One Financial Corporation | System and method for performing dynamic Web marketing and advertising |
US6964023B2 (en) * | 2001-02-05 | 2005-11-08 | International Business Machines Corporation | System and method for multi-modal focus detection, referential ambiguity resolution and mood classification using multi-modal input |
US6961759B2 (en) * | 2001-09-24 | 2005-11-01 | International Business Machines Corporation | Method and system for remotely managing persistent state data |
US20030115060A1 (en) * | 2001-12-13 | 2003-06-19 | Junqua Jean-Claude | System and interactive form filling with fusion of data from multiple unreliable information sources |
US7296076B1 (en) * | 2002-10-23 | 2007-11-13 | Cisco Technology, Inc. | Maintaining session persistence without client-supported cookies |
US20050010892A1 (en) * | 2003-07-11 | 2005-01-13 | Vocollect, Inc. | Method and system for integrating multi-modal data capture device inputs with multi-modal output capabilities |
US20060031442A1 (en) * | 2004-05-07 | 2006-02-09 | International Business Machines Corporation | Method and system for externalizing session management using a reverse proxy server |
Cited By (63)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9100132B2 (en) | 2002-07-26 | 2015-08-04 | The Nielsen Company (Us), Llc | Systems and methods for gathering audience measurement data |
US9711153B2 (en) | 2002-09-27 | 2017-07-18 | The Nielsen Company (Us), Llc | Activating functions in processing devices using encoded audio and detecting audio signatures |
US8959016B2 (en) | 2002-09-27 | 2015-02-17 | The Nielsen Company (Us), Llc | Activating functions in processing devices using start codes embedded in audio |
US9900652B2 (en) | 2002-12-27 | 2018-02-20 | The Nielsen Company (Us), Llc | Methods and apparatus for transcoding metadata |
US9609034B2 (en) | 2002-12-27 | 2017-03-28 | The Nielsen Company (Us), Llc | Methods and apparatus for transcoding metadata |
US8165919B2 (en) * | 2006-03-31 | 2012-04-24 | Digital River, Inc. | Web based product ordering method with shopping carts actions queued |
US20070288328A1 (en) * | 2006-03-31 | 2007-12-13 | Digital River, Inc. | Web-Based Product Ordering Method |
US8458043B2 (en) | 2006-03-31 | 2013-06-04 | Digital River, Inc. | Web-based product ordering method |
US20080010122A1 (en) * | 2006-06-23 | 2008-01-10 | David Dunmire | Methods and apparatus to provide an electronic agent |
US10832259B2 (en) | 2006-06-23 | 2020-11-10 | At&T Intellectual Property I, L.P. | Methods and apparatus to provide an electronic agent |
US9940626B2 (en) | 2006-06-23 | 2018-04-10 | At&T Intellectual Property I, L.P. | Methods and apparatus to provide an electronic agent |
US10134408B2 (en) | 2008-10-24 | 2018-11-20 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US10467286B2 (en) | 2008-10-24 | 2019-11-05 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US8554545B2 (en) | 2008-10-24 | 2013-10-08 | The Nielsen Company (Us), Llc | Methods and apparatus to extract data encoded in media content |
US12002478B2 (en) | 2008-10-24 | 2024-06-04 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US11809489B2 (en) | 2008-10-24 | 2023-11-07 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US11386908B2 (en) | 2008-10-24 | 2022-07-12 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US11256740B2 (en) | 2008-10-24 | 2022-02-22 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US9667365B2 (en) | 2008-10-24 | 2017-05-30 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US8359205B2 (en) | 2008-10-24 | 2013-01-22 | The Nielsen Company (Us), Llc | Methods and apparatus to perform audio watermarking and watermark detection and extraction |
US8121830B2 (en) | 2008-10-24 | 2012-02-21 | The Nielsen Company (Us), Llc | Methods and apparatus to extract data encoded in media content |
US8508357B2 (en) | 2008-11-26 | 2013-08-13 | The Nielsen Company (Us), Llc | Methods and apparatus to encode and decode audio for shopper location and advertisement presentation tracking |
US11948588B2 (en) | 2009-05-01 | 2024-04-02 | The Nielsen Company (Us), Llc | Methods, apparatus and articles of manufacture to provide secondary content in association with primary broadcast media content |
US10555048B2 (en) | 2009-05-01 | 2020-02-04 | The Nielsen Company (Us), Llc | Methods, apparatus and articles of manufacture to provide secondary content in association with primary broadcast media content |
US11004456B2 (en) | 2009-05-01 | 2021-05-11 | The Nielsen Company (Us), Llc | Methods, apparatus and articles of manufacture to provide secondary content in association with primary broadcast media content |
US8666528B2 (en) | 2009-05-01 | 2014-03-04 | The Nielsen Company (Us), Llc | Methods, apparatus and articles of manufacture to provide secondary content in association with primary broadcast media content |
US10003846B2 (en) | 2009-05-01 | 2018-06-19 | The Nielsen Company (Us), Llc | Methods, apparatus and articles of manufacture to provide secondary content in association with primary broadcast media content |
US10936693B2 (en) | 2011-03-29 | 2021-03-02 | Microsoft Technology Licensing, Llc | Locating and executing objects in a distributed network |
US8856171B2 (en) | 2011-03-29 | 2014-10-07 | Microsoft Corporation | Locating and executing objects in a distributed network |
WO2012134827A3 (en) * | 2011-03-29 | 2012-12-27 | Microsoft Corporation | Locating and executing objects in a distributed network |
WO2012134827A2 (en) * | 2011-03-29 | 2012-10-04 | Microsoft Corporation | Locating and executing objects in a distributed network |
US9380356B2 (en) | 2011-04-12 | 2016-06-28 | The Nielsen Company (Us), Llc | Methods and apparatus to generate a tag for media content |
US9681204B2 (en) | 2011-04-12 | 2017-06-13 | The Nielsen Company (Us), Llc | Methods and apparatus to validate a tag for media |
US10791042B2 (en) | 2011-06-21 | 2020-09-29 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US11296962B2 (en) | 2011-06-21 | 2022-04-05 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US11784898B2 (en) | 2011-06-21 | 2023-10-10 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US9838281B2 (en) | 2011-06-21 | 2017-12-05 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US9210208B2 (en) | 2011-06-21 | 2015-12-08 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US11252062B2 (en) | 2011-06-21 | 2022-02-15 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US9515904B2 (en) | 2011-06-21 | 2016-12-06 | The Nielsen Company (Us), Llc | Monitoring streaming media content |
US10853306B2 (en) * | 2011-08-02 | 2020-12-01 | Ajay JADHAV | Cloud-based distributed persistence and cache data model |
US20130110961A1 (en) * | 2011-08-02 | 2013-05-02 | Ajay JADHAV | Cloud-based distributed persistence and cache data model |
WO2013055973A1 (en) * | 2011-10-11 | 2013-04-18 | Microsoft Corporation | Event service for local client applications through local server |
US9363334B2 (en) | 2011-10-11 | 2016-06-07 | Microsoft Technology Licensing, Llc | Event service for local client applications through local server |
US10542122B2 (en) | 2011-10-11 | 2020-01-21 | Microsoft Technology Licensing, Llc | Event service for local client applications through local server |
US9209978B2 (en) | 2012-05-15 | 2015-12-08 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US9197421B2 (en) | 2012-05-15 | 2015-11-24 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US10579442B2 (en) | 2012-12-14 | 2020-03-03 | Microsoft Technology Licensing, Llc | Inversion-of-control component service models for virtual environments |
US9357261B2 (en) | 2013-02-14 | 2016-05-31 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US9313544B2 (en) | 2013-02-14 | 2016-04-12 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US9711152B2 (en) | 2013-07-31 | 2017-07-18 | The Nielsen Company (Us), Llc | Systems apparatus and methods for encoding/decoding persistent universal media codes to encoded audio |
US9336784B2 (en) | 2013-07-31 | 2016-05-10 | The Nielsen Company (Us), Llc | Apparatus, system and method for merging code layers for audio encoding and decoding and error correction thereof |
US11057680B2 (en) | 2015-05-29 | 2021-07-06 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US10299002B2 (en) | 2015-05-29 | 2019-05-21 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US9762965B2 (en) | 2015-05-29 | 2017-09-12 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US11689769B2 (en) | 2015-05-29 | 2023-06-27 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US10694254B2 (en) | 2015-05-29 | 2020-06-23 | The Nielsen Company (Us), Llc | Methods and apparatus to measure exposure to streaming media |
US11113259B2 (en) * | 2017-08-02 | 2021-09-07 | Tata Consultancy Services Limited | Method and system for analyzing unstructured data for compliance enforcement |
WO2019128378A1 (en) * | 2017-12-29 | 2019-07-04 | 中国银联股份有限公司 | User tracking method, server, and client |
CN108234642A (en) * | 2017-12-29 | 2018-06-29 | 中国银联股份有限公司 | A kind of user tracking method, server and user terminal |
US11057483B2 (en) | 2017-12-29 | 2021-07-06 | China Unionpay Co., Ltd. | User tracking method, server, and client |
US20210297896A1 (en) * | 2020-03-20 | 2021-09-23 | Nokia Technologies Oy | Wireless communication system |
US11765618B2 (en) * | 2020-03-20 | 2023-09-19 | Nokia Technologies Oy | Wireless communication system |
Also Published As
Publication number | Publication date |
---|---|
US7461134B2 (en) | 2008-12-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7461134B2 (en) | Bi-directional communication between a web client and a web server | |
US6766333B1 (en) | Method and apparatus for synchronizing a user interface element displayed on a client and a software application component executing on a web server | |
US5999941A (en) | Database access using active server pages | |
US7415524B2 (en) | Postback input handling by server-side control objects | |
US7251780B2 (en) | Dynamic web content unfolding in wireless information gateways | |
US9805009B2 (en) | Method and device for cascading style sheet (CSS) selector matching | |
EP1923798B1 (en) | Clickable placeholder images for simulating web page code unsupported on mobile devices | |
US6836886B2 (en) | Method and apparatus for delivering electronic information | |
US8001551B2 (en) | Providing localized resources for client-side script execution | |
US6968539B1 (en) | Methods and apparatus for a web application processing system | |
RU2466450C2 (en) | Method and system to develop it-oriented server network applications | |
US20020129129A1 (en) | System and method for deploying and implementing software applications over a distributed network | |
US7464381B1 (en) | Content update proxy method | |
US8639743B1 (en) | System and method for on-the-fly rewriting of JavaScript | |
US10346502B2 (en) | Mobile enablement of existing web sites | |
US20090106296A1 (en) | Method and system for automated form aggregation | |
US20020194219A1 (en) | Method and system for cross-platform form creation and deployment | |
US8627344B2 (en) | Methods and apparatuses for user interface management | |
US6944827B2 (en) | System and method of data transmission for computer networks utilizing HTTP | |
CA2327222A1 (en) | Virtual machine web browser | |
KR20030043969A (en) | Web server | |
US7877434B2 (en) | Method, system and apparatus for presenting forms and publishing form data | |
JP5936103B2 (en) | System, computer, method and program for calling Java method on client | |
CN113761412A (en) | Application page display method and device, electronic equipment, medium and application system | |
US20070094372A1 (en) | Integration of legacy applications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: W.A. KRAPF, INC., NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AMBROSE, DENNIS W.;REEL/FRAME:016013/0261 Effective date: 20041110 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20201202 |