US20060155780A1 - Adding personalized value to web sites - Google Patents

Adding personalized value to web sites Download PDF

Info

Publication number
US20060155780A1
US20060155780A1 US11/318,752 US31875205A US2006155780A1 US 20060155780 A1 US20060155780 A1 US 20060155780A1 US 31875205 A US31875205 A US 31875205A US 2006155780 A1 US2006155780 A1 US 2006155780A1
Authority
US
United States
Prior art keywords
web
web server
added value
browser
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/318,752
Inventor
Takashi Sakairi
Takuya Ohko
Hidemasa Muta
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MUTA, HIDEMASA, OHKO, TAKUYA, SAKAIRI, TAKASHI
Publication of US20060155780A1 publication Critical patent/US20060155780A1/en
Priority to US12/186,953 priority Critical patent/US8819177B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation

Definitions

  • the present invention relates to a network system that can display a Web page with a Web browser connected with Web sites via a network, and more specifically to a system or the like for adding a personalized value to Web sites.
  • Non-Patent Document 1 With a relating conventional technique, a user needs only to move a mouse pointer to the first part of a paragraph of a desired article on a website to make the part automatically read aloud and the characters zoomed. For example, see Non-Patent Document 1.
  • the technique of this Non-Patent Document 1 also enables a user to change the speed of the reading sound or adjust the volume. It also enables a user with weak eyesight or cataract to change the color or the background color of the characters to help the user to read easily.
  • This software has various schemes to eliminate user's troubles of installing this software into a PC (Personal Computer).
  • ActiveX registered trademark
  • JavaScript registered trademark
  • ActiveX ActiveX
  • Non-Patent Document 3 There is a conventional technique for increasing a range for a domain by setting the domain with JavaScript (for example, see Non-Patent Document 3). This technique enables only a page hosted in the same domain to safely script the contents thereof as implementation of security across frames.
  • Non-Patent Document 4 document.domain cannot be set, though this can be set by a browser such as Internet Explorer (registered trademark) or Mozilla (registered trademark) in the above manner.
  • Non-Patent Document 5 There is a conventional technique for avoiding security restriction by making an extension to a file .hta (for example, see Non-Patent Document 5).
  • Another official gazette discloses a technique for enabling a user to access a web site by using the same Cookie for a plurality of clients with the Cookie saved on a server side (for example, see Patent Document 2).
  • Non-Patent Document 1 and 2 use ActiveX, they have to use Windows (registered trademark) for an OS (Operating System) and Internet Explorer for a Web browser. These techniques lack in versatility as they do not allow using any other OS or browser.
  • a method for setting a domain by using Non-Patent Document 3 has to change each Web page to execute JavaScript. It is troublesome for a user to change all the Web pages on the Web site. This method has another problem in that it cannot be applied to the highly related sites unless they have the same second level domain.
  • Non-Patent Document 5 requires Windows to be used for an OS, allowing none of the other OS to be used.
  • the method also has another problem in that it avoids all the restrictions of security and therefore allows an HTML application to be used only on the site a user really trusts.
  • a server saves user's private information.
  • leakage of private information is a social problem these days, however, a server is required to have a system configured for managing the private information and carefully manage the information to prevent it from being leaked when the server saves private information.
  • a technique such as authentication.
  • a person with an authority to access private information wrongly leaks the private information. It is thus quite risky to save private information on a server.
  • the method has another problem in that the amount of data to be saved increases as the number of users increases.
  • Patent Document 2 has a problem in that a plurality of Websites cannot share information for personalization. This method also has the similar problem as that described for Patent Document 1, as the method saves private information on a server.
  • the method for saving information for personalization on a server and the method for saving information for personalization in a Cookie on a client can be used.
  • a system for managing the information has to be built and the management should be done carefully so as not to leak the information. If information for personalization is saved in a Cookie, it needs not be saved in a server. In this method, however, domains cannot share information for personalization.
  • the present invention is made to overcome the abovementioned problems in the conventional techniques.
  • An aspect of the present invention is to provide added value, such as by improving accessibility with minimum change to the existing Web sites.
  • Another aspect of the present invention is to prevent an environment of a client from depending on a particular OS or Web browser.
  • Another aspect of the present invention is to enable a user to use new added value without problems, even when a page is transferred among related Web sites.
  • Another aspect of the present invention is to share information for personalization among related Web sites without saving the information on a server.
  • the present invention adds new value by adding content to existing Web sites without modifying existing content.
  • the present invention may be characterized in that when a Web page has a link to a Web page of the other Web server to be provided with the same added value and the page is loaded in a frame, the first Web server and the one or more second Web servers changes DOM so that the page is transferred to a URL that provides an added value on the other Web server.
  • the present invention is a main Web server within Web servers for providing the same added value to Web browsers connected with a network, which includes: storage means for storing original web contents specific to a device, generation means for generating a document file with a frame for providing the added value, and sending means for sending a document file to be referenced from a document file generated at the Web servers for causing the Web browser to implement the added value.
  • new added value such as to improve accessibility, can be provided without substantially changing existing web sites.
  • FIG. 1 is a diagram showing an entire configuration of a network system applied with the embodiment
  • FIG. 2 is a diagram schematically showing a hardware configuration of a computer unit preferable for implementing the client device, the first Web server and the second Web server;
  • FIG. 3 is a diagram showing a function of each device executed by using the hardware shown in FIG. 2 in the system shown in FIG. 1 ;
  • FIG. 4 is a block diagram showing a configuration of the Web browser
  • FIG. 5 is a diagram showing a method for reading a Cookie managed by the first Web server from a Web page sent from the second Web server;
  • FIG. 6 is a diagram showing a method for writing a Cookie to be managed by the first Web server from a Web page sent from the second Web server;
  • FIG. 7 is a diagram showing an example of displaying a Web page on a Web site with an added value of zooming characters on the Web browser;
  • FIG. 8 is a diagram showing JSP codes for the example shown in FIG. 7 ;
  • FIG. 9 is a diagram showing an example of JavaScript codes for registering a domain of a Web server with the same added value and a URL of JSP;
  • FIG. 10 is a diagram showing JavaScript codes of an event handler onload set in FRAM tag in the contents part;
  • FIG. 11 is a flowchart for showing a flow of processes that originates the HTML shown in FIG. 10 ;
  • FIG. 12 ( a ) and ( b ) are diagrams showing specific examples of dividing a text as required at step 303 ;
  • FIG. 13 is a diagram showing JavaScript codes of a function for obtaining a source of an event.
  • the present invention provides methods, apparatus and systems to add new value (to provide added value) to the existing Web sites, such as by improving accessibility with minimum change.
  • the present invention provides methods, apparatus and systems to prevent an environment of a client from depending on a particular OS or web browser.
  • the present invention provides methods, apparatus and systems to enable a user to use a new added value without a trouble even when a page is transferred among related Web sites.
  • the present invention provides methods, apparatus and systems to share information for personalization among related Web sites without saving the information on a server.
  • the present invention adds new value by adding a few contents to existing Web sites without modifying existing contents.
  • a set of Web sites to be provided with the same added value is defined and a URL for providing the added value for each website is registered.
  • the present invention provides the added value by displaying existing Web pages in a Web browser and manipulating DOM for the Web page from another frame or another window.
  • DOM is changed so that when the page is loaded in a frame the page is transferred to a URL that provides an added value on the web site.
  • Information for personalization is characterized in that a Web site for managing a Cookie is selected from a set of Web sites to be provided with the same added value so that the Cookie is accessed through the selected site.
  • the present invention is characterized by a system including a first Web server and one or more second Web servers, wherein a Web page can be displayed on a Web browser in a client device connected with the first Web server and the one or more second Web servers via a network.
  • the system includes: means for registering URLs of files providing an added value for each of the first Web server and the one or more second Web servers that are defined as a set of Web servers to be provided with the same added value in the first Web server, and means for providing the added value to the Web page by displaying existing Web pages of the first Web server and the one or more second Web servers in the Web browser and manipulating an API (Application Program Interface) such as DOM from another frame or another window.
  • API Application Program Interface
  • the present invention may be characterized in that when a Web page has a link to a Web page of the other Web server to be provided with the same added value and the page is loaded in a frame, the first Web server and the one or more second Web servers changes DOM so that the page is transferred to a URL that provides an added value on the other Web server.
  • the present invention may also be characterized in that a particular Web server from the first Web server and the one or more second Web servers manages a Cookie and information for personalization relating to the added value accesses the Cookie through the particular Web server.
  • the first Web server is described below as being selected as a particular Web server for managing the Cookie.
  • a system to which the present invention is applied is characterized by having means in each of the first Web server and the one or more second Web servers for storing web contents specific to the first Web server and the one or more second Web servers respectively, and generating a document file such as HTML using a frame to provide an added value for the web contents wherein the first Web server has a document file for the document file generated at the first Web server and the second Web server(s) to reference and for causing the Web browser to implement an added value.
  • the first Web server may have a feature that it sends a document file containing a script program such as JavaScript for reading a Cookie to the Web browser when the URL passed from the Web browser as a parameter is for a domain previously registered as a set of Web servers to be provided with the same added value.
  • the second Web server may have a feature that it sends a document file containing a script program to the Web browser based on the information on a Cookie passed from the Web browser as a parameter.
  • the added value may be for improving accessibility. As an added value, displaying of a translation, Furigana (the reading of a Chinese character by writing kana (Japanese character) at its side) or a full description for acronym or abbreviation can be considered.
  • the present invention is a main Web server within Web servers for providing the same added value to Web browsers connected with a network, which includes: storage means for storing original web contents specific to a device, generation means for generating a document file with a frame for providing the added value, and sending means for sending a document file to be referenced from a document file generated at the Web servers for causing the Web browser to implement the added value.
  • the Web server may also be characterized by further comprising means for registering domains of the Web servers defined as the set of Web servers to be provided with the added value and a URL of a script program that provides the added value.
  • the Web server may also be characterized by further comprising second sending means for determining whether the URL passed from the browser as a parameter is one of those for previously registered domains of the Web servers or not, and sending a document file containing a script program for reading a Cookie, which is provided by the system, to the browser on the condition that the URL is previously registered one.
  • the Web server may be characterized by further comprising third sending means for, when a request for a script program for writing the Cookie is received from the Web browser that displays a Web page of another Web server that is one of the Web servers, sending a document file containing the script program for writing the Cookie to the Web browser.
  • the present invention is a method for providing an added value without modifying existing web contents in a system having Web servers connected with a Web browser via a network, which includes steps of storing previously domains of Web servers defined as a set to be provided with the same added value and a URL of a script program for providing the added value in memory of a particular computer that is one of the Web servers; and checking whether or not a URL passed from the Web browser as a parameter has been previously stored in the memory, and sending a document file containing a script program for reading a Cookie to the Web browser on condition that the URL has been previously stored in the memory.
  • the method may also be characterized in that the added value referenced from document files of the Web servers and specific to an application is implemented on the Web browser.
  • the method may also be characterized in that, when a request for a script program for writing a Cookie is received from the Web browser that displays a Web page of another Web server that is one of the Web servers, the method includes a sending step of sending a document file containing the script program for writing the Cookie to the Web browser.
  • a program product to which the present invention is applied causes a computer functioning as a Web server for providing an added value without modifying existing web contents in a system having Web servers connected with a Web browser via a network to previously store domains of Web servers defined as a set to be provided with the same added value and a URL of a script program for providing the added value in memory of the computer, check whether the URL passed from the Web browser as a parameter has been previously stored in the memory or not, and send a document file containing a script program for reading a Cookie to the Web browser if the URL has been previously stored in the memory, and, when a request for a script program for writing the Cookie is received from the Web browser that displays a Web page of another Web server that is one of the Web servers, send a document file containing the script program for writing the Cookie to the Web browser.
  • the program product to which the present invention is applied causes the computer to provide the added value to the Web page by displaying an existing Web page in the Web browser and manipulating DOM from another frame or another window, and if the Web page has a link to a Web page of another Web server to be provided with the added value, change an attribute of “A” tag by manipulating DOM to transfer to a URL for providing the added value on the other Web server in response to loading a Web page in a frame.
  • Such a program is provided on a computer-readable storage medium.
  • the embodiment that the program is installed on a Web server may also be considered.
  • a storage medium various types of DVD or CD-ROM medium can be used, for example.
  • a program is read by the various types of DVD or CD-ROM medium readers and stored in a flush ROM or the like and executed by a CPU.
  • the program may be provided over a network with a program transmitting device.
  • FIG. 1 is a diagram showing an entire configuration of a network system to which the embodiment is applied.
  • the network system shown in FIG. 1 includes a client device 10 for accessing a Web server and being provided with a Web page with added value such as accessibility, and a first Web server 20 and a second Web server 30 for providing a Web page with added value.
  • Each of the devices is connected with a network 40 which is based on WWW (World Wide Web) such as the Internet.
  • WWW World Wide Web
  • a user of the client device 10 outputs HTTP (Hypertext Transfer Protocol) request or HTTPS (Hypertext Transfer Protocol over SSL) request by using a Web browser (described later) to request a Web page with added value from the first Web server 20 and the second Web server 30 .
  • the first Web server 20 and the second Web server 30 send the Web pages with added value to the Web browser of the client device 10 in the form of HTTP response/HTTPS response.
  • Which of the HTTP or the HTTPS is used as a protocol depends on a protocol used by the abovementioned existing Web site, which is given the added value.
  • FIG. 2 is a diagram schematically showing a hardware configuration of a computer unit preferable for implementing the client device 10 , the first Web server 20 and the second Web server 30 .
  • the client device 10 , the first Web server 20 and the second Web server 30 include a CPU (Central Processing Unit) 101 as calculation means, main memory 103 connected with the CPU 101 via an M/B (Motherboard) chipset 102 and a CPU bus and a video card 104 connected with the CPU 101 via the M/B chipset 102 and an AGP (Accelerated Graphics Port).
  • They also include a hard disk drive (HDD) 106 connected with the M/B chipset 102 via a PCI (Peripheral Component Interconnect) bus and a network interface 107 .
  • HDD hard disk drive
  • PCI Peripheral Component Interconnect
  • FIG. 2 merely shows a hardware configuration of a computer unit implementing the embodiment, and other types of configuration may be used, if only they are usable with the embodiment.
  • the configuration mounted with video memory only in place of the video card 104 and make the CPU 101 process image data or the configuration provided with a drive as an external storage such as a CD-R (Compact Disk Recordable) drive or a DVD-RAM (Digital Versatile Disc Random Access Memory) drive via an interface such as an ATA (AT Attachment) or SCSI (Small Computer System Interface) is usable.
  • a drive such as an external storage
  • ATA AT Attachment
  • SCSI Small Computer System Interface
  • FIG. 3 is a diagram showing a function of each device executed by using the hardware shown in FIG. 2 in the system shown in FIG. 1 .
  • the client device 10 includes a Web browser 11 , which is software executed at the CPU 101 by using the main memory 103 as a work area and accesses information existing on a Web server such as the first Web server 20 or the second Web server 30 via the network 40 by using the network interface 107 .
  • the client device 10 also includes a Cookie 12 as a mechanism for communicating information such as user information or an access history between the Web browser 11 and a Web server (the first Web server 20 or the second Web server 30 ).
  • the Cookie 12 of the embodiment saves header contents managed by the first Web server 20 in the local HDD 106 on the client device 10 in the form of text file.
  • the first Web server 20 and the second Web server 30 provide for existing Web sites with added value such as accessibility and are connected with the network 40 .
  • the first Web server 20 functions as a main single Web server, for example.
  • the second Web server 30 is composed of a single or a plurality of subordinate Web servers, for example.
  • the first Web server 20 includes an HTTP/HTTPS processing part 21 , an added value HTML generation part 22 , a personal information processing part 23 , a domain registration processing part 24 , and an added value processing part 27 for processing an added value specific to an application, as software executed in the CPU 101 by using the main memory 103 as a work area.
  • the HDD 106 stores an original contents 25 and registration domain information 26 . The information to be stored in the HDD 106 is stored and read out according to instructions from various types of software executed in the CPU 101 .
  • the second Web server 30 includes an HTTP/HTTPS processing part 31 , an added value HTML generation part 32 , and a personal information processing part 33 , as software to be executed.
  • the HDD 106 stores original contents 35 .
  • the HTTP/HTTPS processing parts 21 and 31 receive an HTTP request/ HTTPS request from the Web browser 11 of the client device 10 and sends an HTTP response/HTTPS response to the Web browser 11 .
  • the added value HTML generation part 22 and 32 are programs to be executed at the Web server for generating a document file such as HTML using a frame for providing an added value.
  • the Web servers (the first Web server 20 , the second Web server 30 ) have the added value HTML generation part 22 and 32 , respectively.
  • a personal information processing part 23 of the first Web server 20 executes various types of processing for writing a Cookie to be managed by the first Web server 20 .
  • the personal information processing part 33 of the second Web server 30 executes various types of processing for sending HTML containing a script program such as JavaScript for conveying Cookie information passed from the Web browser 11 as a parameter.
  • a script program such as JavaScript for conveying Cookie information passed from the Web browser 11 as a parameter.
  • code information of JavaScript for registering domains of the Web servers with the same added value and URLs of JSPs (JavaServer Pages) is stored.
  • the domain registration processing part 24 checks whether the URL passed as a parameter is one of those for previously registered domains or not based on the code information stored in the registered domain information 26 .
  • original contents 25 and 35 original contents specific to each Web server are stored.
  • the added value processing part 27 executes processing of an added value such as zooming up a text indicated by a mouse pointer in another frame in response to a movement of a mouse.
  • the added value processing part 27 is made of programs referenced from HTML generated by all the Web servers including the first Web server 20 and the second Web server 30 and executed by the Web browser 11 .
  • a user of the client device 10 requests a Web page with an added value such as accessibility from the first Web server 20 in the form of the HTTP request/HTTPS request by using the Web browser 11 .
  • the HTTP/HTTPS processing part 21 of the first Web server 20 sends a Web page with the added value to the Web browser 11 in the form of the HTTP response/HTTPS response.
  • the Web browser 11 that received the Web page with the added value may not only simply display the web page but also execute a function for accessibility.
  • a function of an added value can be personalized. For example, with such an added value, a user can designate a magnification for zooming up the information, which the user indicates with a mouse, to be displayed in another frame. This information is saved by the Cookie 12 managed by the first Web server 20 .
  • a user of the client device 10 moves to another Web page by clicking a mouse button on a link on the Web page.
  • the destination Web page is on the Web server 20 or on a Web server with the same added value as that registered in the registration domain information 26 of the first server 20
  • the user can use the same added value at the destination Web page. For example, when a user clicks a mouse button on a link to a Web page on the second Web server 30 displayed on the Web browser 11 , a Web page with an added value such as accessibility is requested to the second Web server 30 in the form of HTTP request/HTTPS request. Both the first Web server 20 and the second Web server 30 register that they have the same added value.
  • the HTTP/HTTPS processing part 31 of the second Web server 30 sends a Web page with an added value to the Web browser 11 in the form of HTTP response/HTTPS response.
  • FIG. 4 is a block diagram showing a configuration of the Web browser 11 .
  • Frameworks shown in FIG. 4 indicate HTML with frames.
  • a JavaScript code is written for each of the HTML in the frames.
  • the Web browser 11 includes a controlling part 51 for controlling for added values, a contents part 52 displayed with raw Web contents, an added value part 53 for adding a new value to a Web page on an existing Web site, and a personal information management part 54 for saving personal information on a client by a Cookie 12 .
  • the controlling part 51 When a Web page is read in the contents part 52 , the controlling part 51 performs an initial processing necessary for the raw Web page in the contents part 52 . This initial processing is performed during “onload”, which is set in FRAME tag for the contents part 52 . “Onload” shows that those included in the linked contents has been read in. According to “W3C Recommendation 24 Dec. 1999, HTML 4.01 Specification”, an event handler “onload” cannot be set in FRAM tag, though, it can be set even in Internet Explorer or Mozilla in this manner.
  • a Web page on an existing Web site displayed on the contents part 52 is displayed as a frame of the Web browser 11 .
  • an event handler is set by the controlling part 51 .
  • the event handler set here changes a display of the contents part 52 and the added value part 53 by using Dynamic HTML as required.
  • JavaScript is preferably used as a programming language for describing an event handler, as it operates in widely used Web browsers. The embodiment, however, is not limited to use JavaScript as an event handler. If another programming language is developed to operate on many Web browsers in future, the new programming language can also be used.
  • the added value part 53 is displayed as a frame or another window, or both of them.
  • the number of the frame or the other window may be plural.
  • the added value part 53 can be implemented only with HTML and JavaScript.
  • the added value part 53 uses Java applet or the like.
  • the personal information management part 54 saves personal information at client by a Cookie and implemented as a frame with size set to 0.
  • FIG. 5 is a diagram showing a method for reading a Cookie managed by the first Web server 20 from a Web page sent from the second Web server 30 .
  • a particular Web server for managing a Cookie is treated as the first Web server 20 and the other Web servers are treated as the second Web server 30 .
  • the added value part 53 of the Web browser 11 requests HTML, which contains a script program for reading a Cookie, from the first Web server 20 in the form of HTTP request/HTTPS request to the first Web server 20 (step 101 ).
  • a frame for the personal information management part 54 is designated as a target here.
  • a URL which is a destination of the HTTP request/HTTPS request from the personal information management part 54 to the second Web server 30 , is passed as a parameter.
  • the domain registration processing part 24 of the first Web server 20 which received the HTTP request/HTTPS request, checks whether the URL passed as a parameter is for a previously registered domain or not based on the registration domain information 26 stored in the HDD 106 (step 102 ). If it is registered, the first Web server 20 sends HTML containing a script program in the form of HTTP response/HTTPS response (step 103 ). The script program describes codes for reading a Cookie and sending the value to the URL passed as a parameter. If the HTTP request/HTTPS request is not registered, the first Web server 20 sends empty HTML (step 104 ).
  • the personal information management part 54 reads a Cookie by executing the sent script program (step 105 ). Then, the personal information management part 54 requests a script program, which provides information on the read Cookie for the added value part 53 , from the second Web server 30 (step 106 ). The personal information management part 54 designates a frame of the personal information management part 54 as a target. The personal information management part 54 also passes information on the read Cookie as a parameter.
  • the second web server 30 which received the HTTP request/HTTPS request, sends HTML containing a script program, which provides information on the Cookie passed as a parameter for the added value part 53 in the form of HTTP response/HTTPS response (step 107 ).
  • the script program describes codes for calling a function of a script program of the added value part 53 by using the information on the Cookie as an argument.
  • the personal information management part 54 When the personal information management part 54 receives the HTTP response/HTTPS response from the second Web server 30 , a Web page sent from the second Web server 30 is displayed on both of a frame for the personal information management part 54 and a frame for the added value part 53 . Therefore, the personal information management part 54 can call a script program of the added value part 53 by using the information on the Cookie as a parameter (step 108 ) and inform the added value part 53 of the Cookie managed by the first Web server 20 . The added value part 53 performs a process specific to the application by using the obtained information on the Cookie (step 109 ) and process ends.
  • the program executed at the server can use any technique such as Servlet or CGI other than JSP.
  • a typical program executed at the Web browser 11 is JavaScript. If another programming language is developed to operate on many Web browsers in future, the new programming language can also be used.
  • This process is executed by the domain registration processing part 24 shown in FIG. 3 and the result is stored in the registration domain information 26 .
  • FIG. 6 is a diagram showing a method for writing a Cookie to be managed by the first Web server 20 from a Web page sent from the second Web server 30 .
  • the added value part 53 requests HTML, which contains a script program for writing a Cookie, from the first Web server 20 in the form of the HTTP request/HTTPS request to the first Web server 20 (step 201 ).
  • a frame for the personal information management part 54 is designated as a target here.
  • a value to be written in the Cookie is passed as a parameter.
  • the first Web server 20 sends HTML, which contains a script program for writing a Cookie, to the personal information management part 54 in the form of HTTP response/HTTPS response (step 202 ).
  • the personal information management part 54 confirms a user that the Cookie should be written or not (step 203 ).
  • the flow for writing the Cookie ends here without saving the Cookie and the operation proceeds to the next process. If the user confirms it, the personal information management part 54 writes the Cookie (step 204 ), and the operation proceeds to the next process.
  • the personal information management part 54 When an unauthorized HTTP request/HTTPS request to write a Cookie is sent from a malicious Web site to the first Web server 20 , the personal information management part 54 must not write the Cookie.
  • the first Web server 20 may reference referer field in the HTTP request, check whether the URL is for a previously registered domain or not, and if the URL is for a registered domain, the first Web server 20 writes a Cookie.
  • FIG. 7 is a diagram showing an example of displaying a Web page on a Web site with an added value of zooming characters on the Web browser 11 .
  • the example shown in FIG. 7 has four frames including three visible frames (a first frame 61 , a second frame 62 , and a third frame 63 ) and an invisible frame 64 .
  • the first frame 61 is a frame for a user to change magnification for zooming up characters and used by the added value part 53 .
  • the first frame 61 contains buttons for the added value (zoom up, zoom down) or the like as shown in the figure.
  • the second frame 62 is a frame for displaying contents and used by the contents part 52 .
  • the second frame 62 displays original contents in this example.
  • the third frame 63 is a frame for displaying an image processed with an added value and used by the added value part 53 .
  • the third frame 63 displays a zoomed up character string in this example.
  • This Web page also has the fourth frame 64 , which is invisible because the size is set to 0.
  • the fourth frame 64 is used by the personal information management part 54 .
  • FIG. 7 when a mouse is placed on a predetermined character string in the second frame 62 , the DOM element under there is displayed in reverse characters and zoomed in the third frame 63 .
  • FIG. 8 is a diagram showing JSP codes for the example shown in FIG. 7 .
  • HTML is generated by using a parameter of href.
  • JSP is a mechanism for describing a process in the form of script in a HTML file, executing the script at the server side each time the Web browser requests it, replacing the script part in the HTML with the result of the process and sending it to the Web browser.
  • the JSP shown in FIG. 8 is included in the first Web server 20 , which is a main Web server, and the second Web server(s) 30 , which are one or more subordinate servers.
  • an event handler onload is set in FRAME tag of the contents part.
  • FRAME is passed as an argument of this event handler.
  • a URL is passed as the parameter href.
  • a script program to be referenced JavaScript
  • JavaScript JavaScript
  • JavaScript referenced at a component 71 at the seventh line is placed on a single Web server (a particular Web site) such as the first Web server 20 , for example, allowing a server to be selected from the first Web server 20 and the second Web servers.
  • This component 71 indicates where the JavaScript code for registering a URL is.
  • a part shown at the eleventh line 72 is replaced.
  • a particular Web site has the same original template, but can use JavaScript of the particular server by changing its description into that of the particular server.
  • the Web page when a page jumps across different domains, the Web page can obtain information on a character string written in the contents by JavaScript in a domain providing the Web page by reloading the entire page. This makes accessibility possible such as zooming up and reading aloud information only at the pointed place as well as zooming of the entire page or replacing the color of the entire page.
  • FIG. 9 is a diagram showing an example of JavaScript codes for registering a domain of a Web server with the same added value and a URL of JSP.
  • FIG. 9 shows a part of the contents in a JavaScript file designated at the seventh line in FIG. 8 .
  • JavaScript codes shown in FIG. 9 are stored in registration domain information 26 of the first Web server 20 shown in FIG. 3 .
  • the example shown in FIG. 9 shows that
  • FIG. 10 is a diagram showing JavaScript codes of an event handler onload set in FRAME tag in the contents part.
  • tags for moving out from the current domain tags for moving to Web pages on domains of the Web servers with the same added value are changed in href attribute so that they are provided with the same added value and target attribute is also changed to _top. CSS is also added to the contents to display DOM element of the contents part in reverse characters. Event handlers onmouseover and onmouseout are also set.
  • the codes are for obtaining DOM element of a source of an event, setting a class for the DOM element and displaying it in reverse characters by using CSS, and also displaying the zoomed characters in the frame below.
  • onmouseout codes will not be described in detail either.
  • the codes are for obtaining DOM element of a source of an event, releasing class setting, which is set for the DOM element to be displayed in reverse characters, and canceling to display zoomed up characters in the frame below.
  • DOM is changed so that the page transfers to the URL, which provides the added value on the Web site, when the page is loaded in the frame. That is to say, when a new Web page is loaded in contentsFrame shown in FIG. 8 , init shown in FIG. 10 is executed. All the A tags in this Web page are examined.
  • the attribute of the A tags are changed by operating DOM so that a link to a page other than the current host page but to a page on a host that is defined as a Web site to be provided with the same added value is transferred to a URL, which provides an added value on the Web site.
  • splitText( ) is added as a component 81 for dividing a text if required.
  • FIG. 11 is a flowchart for showing a flow of processes that originates the HTML shown in FIG. 10 .
  • tags for moving out from the current domain tags for moving to domains of the Web servers to be provided with the same added value are changed in href attribute so that they are provided with the same added value and target attribute is also changed to _top (step 301 ).
  • CSS is added (step 302 ) and a text is divided as required (step 303 ). Then, event handlers onmouseover and onmouseout are set (step 304 ) and the process ends.
  • FIG. 12 ( a ) and ( b ) are diagrams showing specific examples of dividing a text as required at step 303 .
  • an SPAN tag is inserted as required.
  • an adequate class attribute is also added.
  • the unit for inserting the SPAN tag and what kind of class attribute is used depend on the application.
  • each sentence is divided into SPAN tags and each Chinese character is made a child SPAN tag of the sentence SPAN tag. That is to say, the original sentence “Kon-nichi-ha (Hello).
  • Watashi-no-namae-ha-Taro-desu (My name is Taro.).” as shown in FIG. 12 ( a ) is first divided into two sentences “Kon-nichi-ha” and “Watashi-no-namae-ha-Taro-desu” as shown in FIG. 12 ( b ).
  • the second sentence “Watashi-no-namae-ha-Taro-desu” is divided by Chinese characters and Hiragana, with Chinese characters “Watashi”, “namae” and “Taro” are made children SPAN tags of the sentence SPAN tag.
  • FIG. 13 is a diagram showing JavaScript codes of a function for obtaining a source of an event.
  • Event handlers onmouseover and onmouseout require obtaining a source of an event to perform a process.
  • codes shown here is required.
  • JavaScript codes shown in FIG. 13 first determine whether myWindow.event can be used or not. If it can be used, myWindow.event.srcElement is made an event source. If it cannot be used, e.Target is made an event source, the source of the event is returned and the process ends. If an HTML element under a mouse pointer is divided into SPAN tags as shown in FIG. 12 , the HTML element can be retrieved by more segmented unit than that for the original HTML.
  • the added value can also be used for aiding a user in inputting personal information, for example.
  • personal information including name, street address, telephone number and the like. It is troublesome for the user to input this information each time the user buys goods.
  • the personal information is saved at a client as a Cookie and entries in a form can be automatically inputted.
  • Such an aid for a user in inputting the personal information can be shared among previously registered Web sites. For example, when a user displays a registration page, fills required entries and presses Registration button to register the personal information, the personal information is written in the Cookie.
  • the Cookie is read in a method shown in FIG. 5 .
  • the JavaScript is called at step 108 that is performed from the personal information management part 54 to the added value part 53 , the user only needs to substitute values of called Cookie into elements of a form for the user to fill in personal information.
  • the present invention can be adapted to translate characters instead of zooming up them with the similar system as that shown in the embodiment.
  • This enables the sentence to be translated not only by each structure of the original HTML but also by each unit required by the application.
  • the present invention can also be adapted to apply for displaying Furigana (how to read the Chinese character) instead of zooming up characters with the similar system.
  • the present invention can also be adapted to make a full description for an acronym or an abbreviation instead of zooming up characters with the similar system.
  • the embodiment can improve accessibility or add a new value (provide an added value) such as the abovementioned various types of applications with little change made to the existing Web site.
  • the embodiment can also prevent the environment of a client from depending on a particular OS or a particular Web browser. Even if a page is transferred between related Web sites, the embodiment enables a user to use a new added value without requiring the user any trouble.
  • the embodiment also enables information for personalization to be shared among related Web sites without saving the information on a server.
  • the present invention can be realized in hardware, software, or a combination of hardware and software.
  • a visualization tool according to the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems. Any kind of computer system—or other apparatus adapted for carrying out the methods and/or functions described herein—is suitable.
  • a typical combination of hardware and software could be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein.
  • the present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods.
  • Computer program means or computer program in the present context include any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after conversion to another language, code or notation, and/or reproduction in a different material form.
  • the invention includes an article of manufacture which comprises a computer usable medium having computer readable program code means embodied therein for causing a function described above.
  • the computer readable program code means in the article of manufacture comprises computer readable program code means for causing a computer to effect the steps of a method of this invention.
  • the present invention may be implemented as a computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing a function described above.
  • the computer readable program code means in the computer program product comprising computer readable program code means for causing a computer to affect one or more functions of this invention.
  • the present invention may be implemented as a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for causing one or more functions of this invention.

Abstract

The present invention adds new value to the Web, such as to improve accessibility, while maintaining changes to existing web sites to a minimum. An example system includes a first Web server and at least one other Web server, wherein a Web page can be displayed on a Web browser in a client device connected with the first Web server and the other Web server via a network, wherein the first Web server registers URLs of files providing added value for each of the first Web server and the other Web server that are defined as a set of Web servers to be provided with the same added value, and wherein the first Web server and the other Web server display an existing Web page in the Web browser, and provide the added value to the Web page by manipulating a DOM from another frame or another window.

Description

    FIELD OF THE INVENTION
  • The present invention relates to a network system that can display a Web page with a Web browser connected with Web sites via a network, and more specifically to a system or the like for adding a personalized value to Web sites.
  • BACKGROUND ART
  • The Accessibility to a Web page is drawing attention these days. This is a technique for enabling all the web users to access information provided on the Web and to use the contents and functions there without any restriction of age, physical handicaps or using environment.
  • The following documents are considered:
      • [Non-Patent Document 1] “Internet browsing support software “rakuraku-web-sansaku” (online), Japan IBM (searched on Dec. 14, 2004) Internet URL:
        • <http://www.reserch.
      • followed by: ibm.com/trl/news/
      • followed by: ibm_users/trltech11.htm>
      • [Non-Patent Document 2] “software ZoomSight (zoom sight)” (online), Hitachi Government & Public Corporation System Engineering, Ltd. (searched on Dec. 14, 2004), Internet URL”
        • <http://www.gp.
      • followed by: hitachi.co.jp/eigyo/
      • followed by: product/zoomsight/>
      • [Non-Patent Document 3] “[InetSDK] “access rejection” in a script over frames” (online), Microsoft.com.Japan site (searched on Dec. 14, 2004), Internet URL:
        • <http://support.
      • followed by: micicrosoft.com/
      • followed by: default.aspx?scid=kb;JA;167796>
      • [Non-Patent Document 4] “Document Object Model (DOM) Level 2 HTML Specification Version 1.0” (online), W3C Recommendation (searched on Dec. 14, 2004), Internet URL:
        • <http://www.w3.
      • followed by: org/TR/2003/
      • followed by: REC-DOM-Level-2-HTML-20030109/>
      • [Non-Patent Document 5] “(InetSDK) create a page that achieves cross-frame-script with an HTML application” (online), Microsoft.com.Japan site (searched on Dec. 14, 2004), Internet URL:
        • <http://support.
      • followed by: microsoft.com/default.
      • followed by: aspx?scid=kb;ja;241754>
      • [Patent Document 1] National Publication of International Patent Application No. 2003-520361
      • [Patent Document 2] Published Unexamined Patent Application No. 2004-103022
  • With a relating conventional technique, a user needs only to move a mouse pointer to the first part of a paragraph of a desired article on a website to make the part automatically read aloud and the characters zoomed. For example, see Non-Patent Document 1. The technique of this Non-Patent Document 1 also enables a user to change the speed of the reading sound or adjust the volume. It also enables a user with weak eyesight or cataract to change the color or the background color of the characters to help the user to read easily. This software has various schemes to eliminate user's troubles of installing this software into a PC (Personal Computer). For example, when a PC user agrees to the license agreement first appearing on the screen, ActiveX (registered trademark) object automatically starts and checks the presence of prerequisite software and automatically downloads or sets up this software. This enables a user to use this software immediately without having trouble. This software enables what displayed on the screen to be zoomed or read aloud without changing the existing web site. As a technique for taking account of Accessibility by using JavaScript (registered trademark) or ActiveX, the technique described in Non-Patent Document 2 may be also considered.
  • There is a conventional technique for increasing a range for a domain by setting the domain with JavaScript (for example, see Non-Patent Document 3). This technique enables only a page hosted in the same domain to safely script the contents thereof as implementation of security across frames. When
      • document.domain=“ibm.com”;
        is executed in each document, the documents at w3.trl.ibm.com and those at w3.watson.ibm.com can control each other.
  • According to Non-Patent Document 4, document.domain cannot be set, though this can be set by a browser such as Internet Explorer (registered trademark) or Mozilla (registered trademark) in the above manner.
  • There is a conventional technique for avoiding security restriction by making an extension to a file .hta (for example, see Non-Patent Document 5).
  • There is a technique described in an official gazette that a user prepares a personalized server that enables the user achieve common personalization by using the personalized server in accessing a plurality of web sites (for example, see Patent Document 1).
  • Another official gazette discloses a technique for enabling a user to access a web site by using the same Cookie for a plurality of clients with the Cookie saved on a server side (for example, see Patent Document 2).
  • PROBLEMS TO BE SOLVED BY THE INVENTION
  • As the techniques described in Non-Patent Document 1 and 2 use ActiveX, they have to use Windows (registered trademark) for an OS (Operating System) and Internet Explorer for a Web browser. These techniques lack in versatility as they do not allow using any other OS or browser.
  • A method for setting a domain by using Non-Patent Document 3 has to change each Web page to execute JavaScript. It is troublesome for a user to change all the Web pages on the Web site. This method has another problem in that it cannot be applied to the highly related sites unless they have the same second level domain.
  • A method using Non-Patent Document 5 requires Windows to be used for an OS, allowing none of the other OS to be used. The method also has another problem in that it avoids all the restrictions of security and therefore allows an HTML application to be used only on the site a user really trusts.
  • With a method described in Patent Document 1, a server saves user's private information. As leakage of private information is a social problem these days, however, a server is required to have a system configured for managing the private information and carefully manage the information to prevent it from being leaked when the server saves private information. What should be noticed here is that it is not enough to have a system configured for managing information with a technique such as authentication. In most cases of private information leakage, a person with an authority to access private information wrongly leaks the private information. It is thus quite risky to save private information on a server. In addition, as information on each user is saved on a server, the method has another problem in that the amount of data to be saved increases as the number of users increases.
  • A method described in Patent Document 2 has a problem in that a plurality of Websites cannot share information for personalization. This method also has the similar problem as that described for Patent Document 1, as the method saves private information on a server.
  • As such, it is more and more required to add a new value to the existing Web site without modifying the site in order to improve accessibility. It is preferable to use a technique including JavaScript that can be used in many client environments and not to use a technique restricted only to a particular client environment such as ActiveX. In order to control another frame or another window by using JavaScript, however a user can only control the frame or the window only if the frame or the window is in the same domain due to security restriction of the Web browser. Therefore, even with such a technique, a value cannot be uniformly added to a plurality of web sites.
  • When the added value provided for a Web page like this can be personalized, the value can be improved. The method for saving information for personalization on a server and the method for saving information for personalization in a Cookie on a client can be used. In order to manage private information on a server, a system for managing the information has to be built and the management should be done carefully so as not to leak the information. If information for personalization is saved in a Cookie, it needs not be saved in a server. In this method, however, domains cannot share information for personalization.
  • SUMMARY OF THE INVENTION
  • The present invention is made to overcome the abovementioned problems in the conventional techniques. An aspect of the present invention is to provide added value, such as by improving accessibility with minimum change to the existing Web sites.
  • Another aspect of the present invention is to prevent an environment of a client from depending on a particular OS or Web browser.
  • Another aspect of the present invention is to enable a user to use new added value without problems, even when a page is transferred among related Web sites.
  • Another aspect of the present invention is to share information for personalization among related Web sites without saving the information on a server.
  • The present invention adds new value by adding content to existing Web sites without modifying existing content. The present invention may be characterized in that when a Web page has a link to a Web page of the other Web server to be provided with the same added value and the page is loaded in a frame, the first Web server and the one or more second Web servers changes DOM so that the page is transferred to a URL that provides an added value on the other Web server.
  • On the other hand, the present invention is a main Web server within Web servers for providing the same added value to Web browsers connected with a network, which includes: storage means for storing original web contents specific to a device, generation means for generating a document file with a frame for providing the added value, and sending means for sending a document file to be referenced from a document file generated at the Web servers for causing the Web browser to implement the added value. Thus, according to the present invention, new added value, such as to improve accessibility, can be provided without substantially changing existing web sites.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • These, and further, aspects, advantages, and features of the invention will be more apparent from the following detailed description of a preferred embodiment and the appended drawings, wherein:
  • FIG. 1 is a diagram showing an entire configuration of a network system applied with the embodiment;
  • FIG. 2 is a diagram schematically showing a hardware configuration of a computer unit preferable for implementing the client device, the first Web server and the second Web server;
  • FIG. 3 is a diagram showing a function of each device executed by using the hardware shown in FIG. 2 in the system shown in FIG. 1;
  • FIG. 4 is a block diagram showing a configuration of the Web browser;
  • FIG. 5 is a diagram showing a method for reading a Cookie managed by the first Web server from a Web page sent from the second Web server;
  • FIG. 6 is a diagram showing a method for writing a Cookie to be managed by the first Web server from a Web page sent from the second Web server;
  • FIG. 7 is a diagram showing an example of displaying a Web page on a Web site with an added value of zooming characters on the Web browser;
  • FIG. 8 is a diagram showing JSP codes for the example shown in FIG. 7;
  • FIG. 9 is a diagram showing an example of JavaScript codes for registering a domain of a Web server with the same added value and a URL of JSP;
  • FIG. 10 is a diagram showing JavaScript codes of an event handler onload set in FRAM tag in the contents part;
  • FIG. 11 is a flowchart for showing a flow of processes that originates the HTML shown in FIG. 10;
  • FIG. 12 (a) and (b) are diagrams showing specific examples of dividing a text as required at step 303; and
  • FIG. 13 is a diagram showing JavaScript codes of a function for obtaining a source of an event.
  • Description of Symbols
    • 10 . . . Client device
    • 11 . . . Web browser
    • 12 . . . Cookie
    • 20 . . . The first Web server
    • 21 . . . HTTP/HTTPS processing part
    • 22 . . . Added value HTML generation part
    • 23 . . . Personal information processing part
    • 24 . . . Domain registration processing part
    • 25 . . . Original contents
    • 26 . . . Registration domain information
    • 27 . . . Added value processing part
    • 30 . . . The second Web server
    • 31 . . . HTTP/HTTPS processing part
    • 32 . . . Added value HTML generation part
    • 33 . . . Personal information processing part
    • 35 . . . Original contents
    • 40 . . . Network
    • 51 . . . Controlling part
    • 52 . . . Contents part
    • 53 . . . Added value part
    • 54 . . . Personal information management part
    DETAILED DESCRIPTION OF THE INVENTION
  • The present invention provides methods, apparatus and systems to add new value (to provide added value) to the existing Web sites, such as by improving accessibility with minimum change. The present invention provides methods, apparatus and systems to prevent an environment of a client from depending on a particular OS or web browser. The present invention provides methods, apparatus and systems to enable a user to use a new added value without a trouble even when a page is transferred among related Web sites. The present invention provides methods, apparatus and systems to share information for personalization among related Web sites without saving the information on a server.
  • In an embodiment, the present invention adds new value by adding a few contents to existing Web sites without modifying existing contents. For the purpose, in the present invention, a set of Web sites to be provided with the same added value is defined and a URL for providing the added value for each website is registered. The present invention provides the added value by displaying existing Web pages in a Web browser and manipulating DOM for the Web page from another frame or another window. When the Web page has a link to a Web page of a Web site to be provided with the same added value, DOM is changed so that when the page is loaded in a frame the page is transferred to a URL that provides an added value on the web site. Information for personalization is characterized in that a Web site for managing a Cookie is selected from a set of Web sites to be provided with the same added value so that the Cookie is accessed through the selected site.
  • That is to say, the present invention is characterized by a system including a first Web server and one or more second Web servers, wherein a Web page can be displayed on a Web browser in a client device connected with the first Web server and the one or more second Web servers via a network. The system includes: means for registering URLs of files providing an added value for each of the first Web server and the one or more second Web servers that are defined as a set of Web servers to be provided with the same added value in the first Web server, and means for providing the added value to the Web page by displaying existing Web pages of the first Web server and the one or more second Web servers in the Web browser and manipulating an API (Application Program Interface) such as DOM from another frame or another window.
  • The present invention may be characterized in that when a Web page has a link to a Web page of the other Web server to be provided with the same added value and the page is loaded in a frame, the first Web server and the one or more second Web servers changes DOM so that the page is transferred to a URL that provides an added value on the other Web server. The present invention may also be characterized in that a particular Web server from the first Web server and the one or more second Web servers manages a Cookie and information for personalization relating to the added value accesses the Cookie through the particular Web server. The first Web server is described below as being selected as a particular Web server for managing the Cookie.
  • From another point of view, a system to which the present invention is applied is characterized by having means in each of the first Web server and the one or more second Web servers for storing web contents specific to the first Web server and the one or more second Web servers respectively, and generating a document file such as HTML using a frame to provide an added value for the web contents wherein the first Web server has a document file for the document file generated at the first Web server and the second Web server(s) to reference and for causing the Web browser to implement an added value.
  • The first Web server may have a feature that it sends a document file containing a script program such as JavaScript for reading a Cookie to the Web browser when the URL passed from the Web browser as a parameter is for a domain previously registered as a set of Web servers to be provided with the same added value. The second Web server may have a feature that it sends a document file containing a script program to the Web browser based on the information on a Cookie passed from the Web browser as a parameter. The added value may be for improving accessibility. As an added value, displaying of a translation, Furigana (the reading of a Chinese character by writing kana (Japanese character) at its side) or a full description for acronym or abbreviation can be considered.
  • On the other hand, the present invention is a main Web server within Web servers for providing the same added value to Web browsers connected with a network, which includes: storage means for storing original web contents specific to a device, generation means for generating a document file with a frame for providing the added value, and sending means for sending a document file to be referenced from a document file generated at the Web servers for causing the Web browser to implement the added value.
  • The Web server may also be characterized by further comprising means for registering domains of the Web servers defined as the set of Web servers to be provided with the added value and a URL of a script program that provides the added value. The Web server may also be characterized by further comprising second sending means for determining whether the URL passed from the browser as a parameter is one of those for previously registered domains of the Web servers or not, and sending a document file containing a script program for reading a Cookie, which is provided by the system, to the browser on the condition that the URL is previously registered one. The Web server may be characterized by further comprising third sending means for, when a request for a script program for writing the Cookie is received from the Web browser that displays a Web page of another Web server that is one of the Web servers, sending a document file containing the script program for writing the Cookie to the Web browser.
  • From a view point of a category of method, the present invention is a method for providing an added value without modifying existing web contents in a system having Web servers connected with a Web browser via a network, which includes steps of storing previously domains of Web servers defined as a set to be provided with the same added value and a URL of a script program for providing the added value in memory of a particular computer that is one of the Web servers; and checking whether or not a URL passed from the Web browser as a parameter has been previously stored in the memory, and sending a document file containing a script program for reading a Cookie to the Web browser on condition that the URL has been previously stored in the memory.
  • The method may also be characterized in that the added value referenced from document files of the Web servers and specific to an application is implemented on the Web browser. The method may also be characterized in that, when a request for a script program for writing a Cookie is received from the Web browser that displays a Web page of another Web server that is one of the Web servers, the method includes a sending step of sending a document file containing the script program for writing the Cookie to the Web browser.
  • A program product to which the present invention is applied causes a computer functioning as a Web server for providing an added value without modifying existing web contents in a system having Web servers connected with a Web browser via a network to previously store domains of Web servers defined as a set to be provided with the same added value and a URL of a script program for providing the added value in memory of the computer, check whether the URL passed from the Web browser as a parameter has been previously stored in the memory or not, and send a document file containing a script program for reading a Cookie to the Web browser if the URL has been previously stored in the memory, and, when a request for a script program for writing the Cookie is received from the Web browser that displays a Web page of another Web server that is one of the Web servers, send a document file containing the script program for writing the Cookie to the Web browser.
  • From another view point, the program product to which the present invention is applied causes the computer to provide the added value to the Web page by displaying an existing Web page in the Web browser and manipulating DOM from another frame or another window, and if the Web page has a link to a Web page of another Web server to be provided with the added value, change an attribute of “A” tag by manipulating DOM to transfer to a URL for providing the added value on the other Web server in response to loading a Web page in a frame.
  • When the programs are provided for a computer that functions as a Web server, such a program is provided on a computer-readable storage medium. The embodiment that the program is installed on a Web server may also be considered. As a storage medium, various types of DVD or CD-ROM medium can be used, for example. A program is read by the various types of DVD or CD-ROM medium readers and stored in a flush ROM or the like and executed by a CPU. The program may be provided over a network with a program transmitting device.
  • Particular embodiments of the present invention will be described with reference to attached drawings. FIG. 1 is a diagram showing an entire configuration of a network system to which the embodiment is applied. The network system shown in FIG. 1 includes a client device 10 for accessing a Web server and being provided with a Web page with added value such as accessibility, and a first Web server 20 and a second Web server 30 for providing a Web page with added value. Each of the devices is connected with a network 40 which is based on WWW (World Wide Web) such as the Internet. A user of the client device 10 outputs HTTP (Hypertext Transfer Protocol) request or HTTPS (Hypertext Transfer Protocol over SSL) request by using a Web browser (described later) to request a Web page with added value from the first Web server 20 and the second Web server 30. The first Web server 20 and the second Web server 30 send the Web pages with added value to the Web browser of the client device 10 in the form of HTTP response/HTTPS response. Which of the HTTP or the HTTPS is used as a protocol depends on a protocol used by the abovementioned existing Web site, which is given the added value.
  • FIG. 2 is a diagram schematically showing a hardware configuration of a computer unit preferable for implementing the client device 10, the first Web server 20 and the second Web server 30. The client device 10, the first Web server 20 and the second Web server 30 include a CPU (Central Processing Unit) 101 as calculation means, main memory 103 connected with the CPU 101 via an M/B (Motherboard) chipset 102 and a CPU bus and a video card 104 connected with the CPU 101 via the M/B chipset 102 and an AGP (Accelerated Graphics Port). They also include a hard disk drive (HDD) 106 connected with the M/B chipset 102 via a PCI (Peripheral Component Interconnect) bus and a network interface 107. They also include a flexible disk drive 108 and keyboard/mouse 109 connected with the M/B chipset 102 from the PCI bus via a bridge circuit 105 and a slow bus such as an ISA (Industry Standard Architecture) bus.
  • FIG. 2 merely shows a hardware configuration of a computer unit implementing the embodiment, and other types of configuration may be used, if only they are usable with the embodiment. For example, the configuration mounted with video memory only in place of the video card 104 and make the CPU 101 process image data, or the configuration provided with a drive as an external storage such as a CD-R (Compact Disk Recordable) drive or a DVD-RAM (Digital Versatile Disc Random Access Memory) drive via an interface such as an ATA (AT Attachment) or SCSI (Small Computer System Interface) is usable.
  • FIG. 3 is a diagram showing a function of each device executed by using the hardware shown in FIG. 2 in the system shown in FIG. 1. The client device 10 includes a Web browser 11, which is software executed at the CPU 101 by using the main memory 103 as a work area and accesses information existing on a Web server such as the first Web server 20 or the second Web server 30 via the network 40 by using the network interface 107. The client device 10 also includes a Cookie 12 as a mechanism for communicating information such as user information or an access history between the Web browser 11 and a Web server (the first Web server 20 or the second Web server 30). The Cookie 12 of the embodiment saves header contents managed by the first Web server 20 in the local HDD 106 on the client device 10 in the form of text file.
  • The first Web server 20 and the second Web server 30 provide for existing Web sites with added value such as accessibility and are connected with the network 40. The first Web server 20 functions as a main single Web server, for example. The second Web server 30 is composed of a single or a plurality of subordinate Web servers, for example. The first Web server 20 includes an HTTP/HTTPS processing part 21, an added value HTML generation part 22, a personal information processing part 23, a domain registration processing part 24, and an added value processing part 27 for processing an added value specific to an application, as software executed in the CPU 101 by using the main memory 103 as a work area. The HDD 106 stores an original contents 25 and registration domain information 26. The information to be stored in the HDD 106 is stored and read out according to instructions from various types of software executed in the CPU 101.
  • The second Web server 30 includes an HTTP/HTTPS processing part 31, an added value HTML generation part 32, and a personal information processing part 33, as software to be executed. The HDD 106 stores original contents 35.
  • The HTTP/ HTTPS processing parts 21 and 31 receive an HTTP request/ HTTPS request from the Web browser 11 of the client device 10 and sends an HTTP response/HTTPS response to the Web browser 11. The added value HTML generation part 22 and 32 are programs to be executed at the Web server for generating a document file such as HTML using a frame for providing an added value. The Web servers (the first Web server 20, the second Web server 30) have the added value HTML generation part 22 and 32, respectively. A personal information processing part 23 of the first Web server 20 executes various types of processing for writing a Cookie to be managed by the first Web server 20. The personal information processing part 33 of the second Web server 30 executes various types of processing for sending HTML containing a script program such as JavaScript for conveying Cookie information passed from the Web browser 11 as a parameter. As the registration domain information 26 of the first Web server 20, code information of JavaScript for registering domains of the Web servers with the same added value and URLs of JSPs (JavaServer Pages) is stored. The domain registration processing part 24 checks whether the URL passed as a parameter is one of those for previously registered domains or not based on the code information stored in the registered domain information 26. As the original contents 25 and 35, original contents specific to each Web server are stored. The added value processing part 27 executes processing of an added value such as zooming up a text indicated by a mouse pointer in another frame in response to a movement of a mouse. The added value processing part 27 is made of programs referenced from HTML generated by all the Web servers including the first Web server 20 and the second Web server 30 and executed by the Web browser 11.
  • A user of the client device 10 requests a Web page with an added value such as accessibility from the first Web server 20 in the form of the HTTP request/HTTPS request by using the Web browser 11. The HTTP/HTTPS processing part 21 of the first Web server 20 sends a Web page with the added value to the Web browser 11 in the form of the HTTP response/HTTPS response. The Web browser 11 that received the Web page with the added value may not only simply display the web page but also execute a function for accessibility. As an added value, zooming and displaying in an other frame or reading aloud the information indicated by a user with a mouse. In the embodiment, a function of an added value can be personalized. For example, with such an added value, a user can designate a magnification for zooming up the information, which the user indicates with a mouse, to be displayed in another frame. This information is saved by the Cookie 12 managed by the first Web server 20.
  • A user of the client device 10 moves to another Web page by clicking a mouse button on a link on the Web page. If the destination Web page is on the Web server 20 or on a Web server with the same added value as that registered in the registration domain information 26 of the first server 20, the user can use the same added value at the destination Web page. For example, when a user clicks a mouse button on a link to a Web page on the second Web server 30 displayed on the Web browser 11, a Web page with an added value such as accessibility is requested to the second Web server 30 in the form of HTTP request/HTTPS request. Both the first Web server 20 and the second Web server 30 register that they have the same added value. The HTTP/HTTPS processing part 31 of the second Web server 30 sends a Web page with an added value to the Web browser 11 in the form of HTTP response/HTTPS response.
  • FIG. 4 is a block diagram showing a configuration of the Web browser 11. Frameworks shown in FIG. 4 indicate HTML with frames. A JavaScript code is written for each of the HTML in the frames. The Web browser 11 includes a controlling part 51 for controlling for added values, a contents part 52 displayed with raw Web contents, an added value part 53 for adding a new value to a Web page on an existing Web site, and a personal information management part 54 for saving personal information on a client by a Cookie 12.
  • When a Web page is read in the contents part 52, the controlling part 51 performs an initial processing necessary for the raw Web page in the contents part 52. This initial processing is performed during “onload”, which is set in FRAME tag for the contents part 52. “Onload” shows that those included in the linked contents has been read in. According to “W3C Recommendation 24 Dec. 1999, HTML 4.01 Specification”, an event handler “onload” cannot be set in FRAM tag, though, it can be set even in Internet Explorer or Mozilla in this manner.
  • Three processes are performed in this initial processing.
  • 1. When the Web page has a link to a Web page on the Web site with the same added value, a link is changed to the link with the same added value.
  • 2. Add CSS (Cascading Style Sheets) for dynamically changing the style of the contents part.
  • 3. Set an event handler in the contents part to provide for an added value function.
  • For example, when a mouse is placed on or leaves from each DOM (Document Object Model) element of HTML, a process for each case can be performed if that event handlers on mouse over and on mouse out have been set.
  • A Web page on an existing Web site displayed on the contents part 52 is displayed as a frame of the Web browser 11. When the Web page is read in, an event handler is set by the controlling part 51. The event handler set here changes a display of the contents part 52 and the added value part 53 by using Dynamic HTML as required. JavaScript is preferably used as a programming language for describing an event handler, as it operates in widely used Web browsers. The embodiment, however, is not limited to use JavaScript as an event handler. If another programming language is developed to operate on many Web browsers in future, the new programming language can also be used.
  • The added value part 53 is displayed as a frame or another window, or both of them. The number of the frame or the other window may be plural. For a simple function, the added value part 53 can be implemented only with HTML and JavaScript. For more complicated function, the added value part 53 uses Java applet or the like.
  • The personal information management part 54 saves personal information at client by a Cookie and implemented as a frame with size set to 0.
  • Now, a flow of processing performed by the functions will be described. FIG. 5 is a diagram showing a method for reading a Cookie managed by the first Web server 20 from a Web page sent from the second Web server 30. In FIGS. 5 and 6 (described later), a particular Web server for managing a Cookie is treated as the first Web server 20 and the other Web servers are treated as the second Web server 30. The added value part 53 of the Web browser 11 requests HTML, which contains a script program for reading a Cookie, from the first Web server 20 in the form of HTTP request/HTTPS request to the first Web server 20 (step 101). A frame for the personal information management part 54 is designated as a target here. A URL, which is a destination of the HTTP request/HTTPS request from the personal information management part 54 to the second Web server 30, is passed as a parameter.
  • The domain registration processing part 24 of the first Web server 20, which received the HTTP request/HTTPS request, checks whether the URL passed as a parameter is for a previously registered domain or not based on the registration domain information 26 stored in the HDD 106 (step 102). If it is registered, the first Web server 20 sends HTML containing a script program in the form of HTTP response/HTTPS response (step 103). The script program describes codes for reading a Cookie and sending the value to the URL passed as a parameter. If the HTTP request/HTTPS request is not registered, the first Web server 20 sends empty HTML (step 104).
  • The personal information management part 54 reads a Cookie by executing the sent script program (step 105). Then, the personal information management part 54 requests a script program, which provides information on the read Cookie for the added value part 53, from the second Web server 30 (step 106). The personal information management part 54 designates a frame of the personal information management part 54 as a target. The personal information management part 54 also passes information on the read Cookie as a parameter.
  • The second web server 30, which received the HTTP request/HTTPS request, sends HTML containing a script program, which provides information on the Cookie passed as a parameter for the added value part 53 in the form of HTTP response/HTTPS response (step 107). The script program describes codes for calling a function of a script program of the added value part 53 by using the information on the Cookie as an argument.
  • When the personal information management part 54 receives the HTTP response/HTTPS response from the second Web server 30, a Web page sent from the second Web server 30 is displayed on both of a frame for the personal information management part 54 and a frame for the added value part 53. Therefore, the personal information management part 54 can call a script program of the added value part 53 by using the information on the Cookie as a parameter (step 108) and inform the added value part 53 of the Cookie managed by the first Web server 20. The added value part 53 performs a process specific to the application by using the obtained information on the Cookie (step 109) and process ends.
  • The program executed at the server can use any technique such as Servlet or CGI other than JSP. A typical program executed at the Web browser 11 is JavaScript. If another programming language is developed to operate on many Web browsers in future, the new programming language can also be used. In order to change a set of Web sites to be provided with the same added value, only the Web sites to be added to or deleted from the set and a main Web server need to be changed. This process is executed by the domain registration processing part 24 shown in FIG. 3 and the result is stored in the registration domain information 26.
  • FIG. 6 is a diagram showing a method for writing a Cookie to be managed by the first Web server 20 from a Web page sent from the second Web server 30. The added value part 53 requests HTML, which contains a script program for writing a Cookie, from the first Web server 20 in the form of the HTTP request/HTTPS request to the first Web server 20 (step 201). A frame for the personal information management part 54 is designated as a target here. A value to be written in the Cookie is passed as a parameter. The first Web server 20 sends HTML, which contains a script program for writing a Cookie, to the personal information management part 54 in the form of HTTP response/HTTPS response (step 202). The personal information management part 54 confirms a user that the Cookie should be written or not (step 203). If the user does not confirms it, the flow for writing the Cookie ends here without saving the Cookie and the operation proceeds to the next process. If the user confirms it, the personal information management part 54 writes the Cookie (step 204), and the operation proceeds to the next process. When an unauthorized HTTP request/HTTPS request to write a Cookie is sent from a malicious Web site to the first Web server 20, the personal information management part 54 must not write the Cookie. For that purpose, the first Web server 20 may reference referer field in the HTTP request, check whether the URL is for a previously registered domain or not, and if the URL is for a registered domain, the first Web server 20 writes a Cookie. A case can be considered, however, that the referer field may be disguised with a bug of a Web browser or that a user may set a Web browser not to send the referer field. Therefore, a reliable method is considered to display a dialog box in JavaScript before the Cookie is written for confirming a user that the Cookie should be saved. If a malicious site changes a Cookie, while a user is writing unimportant information such as magnification for zooming up in the Cookie, the change does not affect much. Thus, a process of confirming a user that the Cookie should be changed can be omitted in such a case. When important information such as personal information is treated by a Cookie, the Cookie should not be written in the manner shown in FIG. 6. For such a purpose, the Cookie is preferably written only from a particular Web site.
  • Now, a specific example will be described. FIG. 7 is a diagram showing an example of displaying a Web page on a Web site with an added value of zooming characters on the Web browser 11. The example shown in FIG. 7 has four frames including three visible frames (a first frame 61, a second frame 62, and a third frame 63) and an invisible frame 64. The first frame 61 is a frame for a user to change magnification for zooming up characters and used by the added value part 53. The first frame 61 contains buttons for the added value (zoom up, zoom down) or the like as shown in the figure. The second frame 62 is a frame for displaying contents and used by the contents part 52. The second frame 62 displays original contents in this example. The third frame 63 is a frame for displaying an image processed with an added value and used by the added value part 53. The third frame 63 displays a zoomed up character string in this example. This Web page also has the fourth frame 64, which is invisible because the size is set to 0. The fourth frame 64 is used by the personal information management part 54. In the example shown in FIG. 7, when a mouse is placed on a predetermined character string in the second frame 62, the DOM element under there is displayed in reverse characters and zoomed in the third frame 63.
  • FIG. 8 is a diagram showing JSP codes for the example shown in FIG. 7. In the example shown in FIG. 8, HTML is generated by using a parameter of href. Generally, JSP is a mechanism for describing a process in the form of script in a HTML file, executing the script at the server side each time the Web browser requests it, replacing the script part in the HTML with the result of the process and sending it to the Web browser. The JSP shown in FIG. 8 is included in the first Web server 20, which is a main Web server, and the second Web server(s) 30, which are one or more subordinate servers. In FIG. 8, an event handler onload is set in FRAME tag of the contents part. The name of FRAME is passed as an argument of this event handler. In order to designate the contents, it is indicated in src attribute that a URL is passed as the parameter href. A script program to be referenced (JavaScript) needs not to be placed for each Web site. JavaScript referenced at a component 71 at the seventh line is placed on a single Web server (a particular Web site) such as the first Web server 20, for example, allowing a server to be selected from the first Web server 20 and the second Web servers. This component 71 indicates where the JavaScript code for registering a URL is. Then, a part shown at the eleventh line 72 is replaced. A particular Web site has the same original template, but can use JavaScript of the particular server by changing its description into that of the particular server.
  • If a page of a frame comes from the first Web server 20 with only the contents being that of the second Web server 30, information on the contents cannot be obtained by the conventional technique. That is to say, some conventional security models does not allow what character string is written in a place pointed with a mouse, for example, to be obtained from an external frame, if the Web servers are different. With the embodiment shown in FIG. 8, however, when a Web page provided from the first Web server 20 jumps to the second Web server 30, the page can be switched to access the contents of the second Web server 20 from JavaScript of the second Web server 30 by reloading the entire page from the second Web server 30. In the embodiment, when a page jumps across different domains, the Web page can obtain information on a character string written in the contents by JavaScript in a domain providing the Web page by reloading the entire page. This makes accessibility possible such as zooming up and reading aloud information only at the pointed place as well as zooming of the entire page or replacing the color of the entire page.
  • FIG. 9 is a diagram showing an example of JavaScript codes for registering a domain of a Web server with the same added value and a URL of JSP. FIG. 9 shows a part of the contents in a JavaScript file designated at the seventh line in FIG. 8. JavaScript codes shown in FIG. 9 are stored in registration domain information 26 of the first Web server 20 shown in FIG. 3. The example shown in FIG. 9 shows that
  • w3.trl.ibm.com
  • w3.watson.ibm.com
  • w3.almaden.ibm.com
  • are domains of Web servers with the same added value. This example shows that, Web pages in the domains are accessed by using the same added value through JSP
      • http://w3.trl.
      • followed by: ibm.com/RakurakuWeb/
      • followed by: rakuraku.jsp
        and
      • http://w3.watson.
      • followed by: ibm.com/RakurakuWeb/rakuraku.jsp
        and
      • http://w3.almaden
      • followed by: .ibm.com/RakurakuWeb/
      • followed by: rakuraku.jsp
        respectively. For example, in order to access
      • http://w3.
      • followed by: trl.ibm.com/
        by using the same added value,
      • http://w3.trl.
      • followed by: ibm.com/RakurakuWeb/
      • followed by: rakuraku.jsp?href
        • =http://w3.trl
      • followed by: .ibm.com/
        should be designated.
  • FIG. 10 is a diagram showing JavaScript codes of an event handler onload set in FRAME tag in the contents part. Among A tags for moving out from the current domain, tags for moving to Web pages on domains of the Web servers with the same added value are changed in href attribute so that they are provided with the same added value and target attribute is also changed to _top. CSS is also added to the contents to display DOM element of the contents part in reverse characters. Event handlers onmouseover and onmouseout are also set.
  • onmouseover codes will not be described in detail. The codes are for obtaining DOM element of a source of an event, setting a class for the DOM element and displaying it in reverse characters by using CSS, and also displaying the zoomed characters in the frame below.
  • onmouseout codes will not be described in detail either. The codes are for obtaining DOM element of a source of an event, releasing class setting, which is set for the DOM element to be displayed in reverse characters, and canceling to display zoomed up characters in the frame below. When a Web page has a link to anther Web page of the Web site to be provided with the same added value in the configurations shown in lines from the line third to the line ninth in FIG. 10, DOM is changed so that the page transfers to the URL, which provides the added value on the Web site, when the page is loaded in the frame. That is to say, when a new Web page is loaded in contentsFrame shown in FIG. 8, init shown in FIG. 10 is executed. All the A tags in this Web page are examined. The attribute of the A tags are changed by operating DOM so that a link to a page other than the current host page but to a page on a host that is defined as a Web site to be provided with the same added value is transferred to a URL, which provides an added value on the Web site.
  • In FIG. 10, splitText( ) is added as a component 81 for dividing a text if required.
  • FIG. 11 is a flowchart for showing a flow of processes that originates the HTML shown in FIG. 10. Among A tags for moving out from the current domain, tags for moving to domains of the Web servers to be provided with the same added value are changed in href attribute so that they are provided with the same added value and target attribute is also changed to _top (step 301). CSS is added (step 302) and a text is divided as required (step 303). Then, event handlers onmouseover and onmouseout are set (step 304) and the process ends.
  • FIG. 12 (a) and (b) are diagrams showing specific examples of dividing a text as required at step 303. In order to detect text where a mouse pointer is placed by more segmented unit than that for the original HTML, an SPAN tag is inserted as required. For purpose of the SPAN tag, an adequate class attribute is also added. The unit for inserting the SPAN tag and what kind of class attribute is used depend on the application. In the example shown in FIG. 12, each sentence is divided into SPAN tags and each Chinese character is made a child SPAN tag of the sentence SPAN tag. That is to say, the original sentence “Kon-nichi-ha (Hello). Watashi-no-namae-ha-Taro-desu (My name is Taro.).” as shown in FIG. 12 (a) is first divided into two sentences “Kon-nichi-ha” and “Watashi-no-namae-ha-Taro-desu” as shown in FIG. 12 (b). The second sentence “Watashi-no-namae-ha-Taro-desu” is divided by Chinese characters and Hiragana, with Chinese characters “Watashi”, “namae” and “Taro” are made children SPAN tags of the sentence SPAN tag.
  • FIG. 13 is a diagram showing JavaScript codes of a function for obtaining a source of an event. Event handlers onmouseover and onmouseout require obtaining a source of an event to perform a process. As each Web browser has different method for obtaining a source of an event, codes shown here is required. JavaScript codes shown in FIG. 13 first determine whether myWindow.event can be used or not. If it can be used, myWindow.event.srcElement is made an event source. If it cannot be used, e.Target is made an event source, the source of the event is returned and the process ends. If an HTML element under a mouse pointer is divided into SPAN tags as shown in FIG. 12, the HTML element can be retrieved by more segmented unit than that for the original HTML.
  • Although accessibility is exemplified for an added value in the abovementioned embodiment, the added value can also be used for aiding a user in inputting personal information, for example. For example, if a user wants to buy goods at a commercial site, the user is asked to input information including name, street address, telephone number and the like. It is troublesome for the user to input this information each time the user buys goods. With the embodiment, however, the personal information is saved at a client as a Cookie and entries in a form can be automatically inputted. Such an aid for a user in inputting the personal information can be shared among previously registered Web sites. For example, when a user displays a registration page, fills required entries and presses Registration button to register the personal information, the personal information is written in the Cookie. When a user displays a page for inputting personal information at a Web site that uses the registered personal information, the Cookie is read in a method shown in FIG. 5. When the JavaScript is called at step 108 that is performed from the personal information management part 54 to the added value part 53, the user only needs to substitute values of called Cookie into elements of a form for the user to fill in personal information.
  • As another application, the present invention can be adapted to translate characters instead of zooming up them with the similar system as that shown in the embodiment. In this case, the sentence is inputted in <SPAN class=“sentence”> tag shown in FIG. 12 in processing splitText( ) shown by the component 81 in FIG. 10. This enables the sentence to be translated not only by each structure of the original HTML but also by each unit required by the application.
  • The present invention can also be adapted to apply for displaying Furigana (how to read the Chinese character) instead of zooming up characters with the similar system. Chinese characters are inputted in <SPAN class=“kanji”> shown in FIG. 12 in processing splitText ( ). This enables only the Chinese characters to be retrieved and added with Furigana.
  • The present invention can also be adapted to make a full description for an acronym or an abbreviation instead of zooming up characters with the similar system. The acronym or the abbreviation is inputted in <SPAN class=“abbreviation”> tag in processing splitText ( )
  • As described in detail above, the embodiment can improve accessibility or add a new value (provide an added value) such as the abovementioned various types of applications with little change made to the existing Web site. The embodiment can also prevent the environment of a client from depending on a particular OS or a particular Web browser. Even if a page is transferred between related Web sites, the embodiment enables a user to use a new added value without requiring the user any trouble. The embodiment also enables information for personalization to be shared among related Web sites without saving the information on a server.
  • Variations described for the present invention can be realized in any combination desirable for each particular application. Thus particular limitations, and/or embodiment enhancements described herein, which may have particular advantages to a particular application need not be used for all applications. Also, not all limitations need be implemented in methods, systems and/or apparatus including one or more concepts of the present invention.
  • The present invention can be realized in hardware, software, or a combination of hardware and software. A visualization tool according to the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems. Any kind of computer system—or other apparatus adapted for carrying out the methods and/or functions described herein—is suitable. A typical combination of hardware and software could be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods.
  • Computer program means or computer program in the present context include any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after conversion to another language, code or notation, and/or reproduction in a different material form.
  • Thus the invention includes an article of manufacture which comprises a computer usable medium having computer readable program code means embodied therein for causing a function described above. The computer readable program code means in the article of manufacture comprises computer readable program code means for causing a computer to effect the steps of a method of this invention. Similarly, the present invention may be implemented as a computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing a function described above. The computer readable program code means in the computer program product comprising computer readable program code means for causing a computer to affect one or more functions of this invention. Furthermore, the present invention may be implemented as a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for causing one or more functions of this invention.
  • It is noted that the foregoing has outlined some of the more pertinent objects and embodiments of the present invention. This invention may be used for many applications. Thus, although the description is made for particular arrangements and methods, the intent and concept of the invention is suitable and applicable to other arrangements and applications. It will be clear to those skilled in the art that modifications to the disclosed embodiments can be effected without departing from the spirit and scope of the invention. The described embodiments ought to be construed to be merely illustrative of some of the more prominent features and applications of the invention. Other beneficial results can be realized by applying the disclosed invention in a different manner or modifying the invention in ways known to those familiar with the art.

Claims (21)

1) A system including a first Web server and at least one other Web server, wherein a Web page can be displayed on a Web browser in a client device connected with the first Web server and said at least one other Web server via a network, the system comprising:
means for registering URLs (Uniform Resource Locators) of files providing an added value for each of the first Web server and said at least one other Web server that are defined as a set of Web servers to be provided with a same added value in the first Web server, and
means for displaying existing Web pages of the first Web server and said at least one other Web server in said Web browser, and providing said added value to the Web page by manipulating an API (Application Program Interface) from another frame or another window.
2) The system according to claim 1, wherein said first Web server and said at least one other Web server change an attribute of “A” tag by operating DOM (Document Object Model) such that a Web page is transferred to a URL that provides an added value on another Web site in response to loading of the Web page into the frame, if the Web page has a link to a Web page of said another Web site to be provided with said same added value.
3) The system according to claim 1, wherein a particular Web server among said first Web server and said at least one other Web server manages a Cookie, and wherein information for personalizing relating to said added value accesses the Cookie through the particular Web server.
4) A system including a first Web server and at least one other Web server, wherein a Web page can be displayed on a Web browser in a client device connected with the first Web server and said at least one other Web server via a network, the system comprising:
means in each of the first Web server and said at least one other Web server for storing web contents specific to the first Web server and said at least one other Web server respectively, and generating a document file using a frame to provide added value for the web contents;
wherein said first Web server has a document file for said document file generated at the first Web server and said at least one other Web server to reference and for causing said Web browser to implement an added value.
5) The system according to claim 4, wherein said first Web server sends a document file containing a script program for reading a Cookie to the Web browser if the URL passed from said Web browser as a parameter is for a domain previously registered as a set of Web servers to be provided with the same added value.
6) The system according to claim 5, said second Web server sends a document file containing a script program to said Web browser based on said information on a Cookie passed from the Web browser as a parameter.
7) The system according to claim 4, wherein said added value is for improving accessibility.
8) A main Web server within Web servers for providing a same added value to Web browsers connected with a network, comprising:
storage means for storing original web contents specific to a device;
generation means for generating a document file with a frame for providing said added value; and
sending means for sending a document file for a document file generated at said Web servers to reference and for causing said Web browser to perform said added value.
9) The Web server according to claim 8, further comprising means for registering domains of said Web servers defined as said set of Web servers to be provided with the added value and a URL of a script program that provides the added value.
10) The Web server according to claim 9, further comprising second sending means for determining whether the URL passed from said browser as a parameter is one of those for previously registered domains of said Web servers or not, and sending a document file containing a script program for reading a Cookie, which is provided by the server, to the browser on the condition that the URL is previously registered one.
11) The Web server according to claim 10, further comprising third sending means for, in response to the reception of a request for a script program for writing said Cookie from said Web browser that displays a Web page of another Web server composing said Web servers, sending a document file containing the script program for writing the Cookie to the Web browser.
12) A method for providing an added value without modifying existing web contents in a system having Web servers connected with a Web browser via a network, the method comprising steps of:
storing previously a URL of a script program for providing domains of Web servers defined as a set to be provided with a same added value and the added value stored in memory of a particular computer that is one of said Web servers; and
checking whether or not a URL passed from said Web browser as a parameter has been previously stored in said memory, and sending a document file containing a script program for reading a cookie to the browser on condition that the URL has been previously stored in the memory.
13) The method according to claim 12, wherein the added value referenced from document files of said Web servers and specific to an application is implemented on said Web browser.
14) The method according to claim 12, said method comprises a sending step, in response to the reception of a request for a script program for writing a Cookie from said Web browser that displays a Web page of another Web server that is one of said Web servers, of sending a document file containing the script program for writing the Cookie to the Web browser.
15) A program product for causing a computer functioning as a Web server for providing an added value without modifying existing web contents in a system comprising Web servers connected with a Web browser via a network to:
previously store a URL of a script program for providing domains of Web servers defined as a set to be provided with a same added value and the added value in memory of said computer; and
check whether a URL passed from said Web browser as a parameter has been previously stored in said memory or not, and if the URL has been previously stored in the memory, send a document file containing a script program for reading a cookie to the browser.
16) The program product according to claim 15, further causing said computer to send a document file containing the script program for writing the Cookie to the Web browser in response to the reception of a request for a script program for writing the Cookie from said Web browser that displays a Web page of another Web server composing said Web servers.
17) A program product for causing a computer functioning as a Web server for providing an added value without modifying existing web contents in a system comprising Web servers connected with a Web browser via a network to:
display an existing Web page in said Web browser and provide said added value to the Web page by manipulating DOM from another frame or another window; and
if the Web page has a link to a Web page of another Web server to be provided with said added value, change an attribute of “A” tag by manipulating DOM to transfer to a URL for providing the added value on said another Web server in response to loading a Web page in a frame.
18) The Web server according to claim 8, further comprising means for registering domains of said Web servers defined as said set of Web servers to be provided with the added value and a URL of a script program that provides the added value;
second sending means for determining whether the URL passed from said browser as a parameter is one of those for previously registered domains of said Web servers or not, and sending a document file containing a script program for reading a Cookie, which is provided by the server, to the browser on the condition that the URL is previously registered one; and
third sending means for, in response to the reception of a request for a script program for writing said Cookie from said Web browser that displays a Web page of another Web server composing said Web servers, sending a document file containing the script program for writing the Cookie to the Web browser.
19) A computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing functions of a display system, the computer readable program code means in said computer program product comprising computer readable program code means for causing a computer to effect the functions of claim 1.
20) A computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing functions of Web servers, the computer readable program code means in said computer program product comprising computer readable program code means for causing a computer to effect the functions of claim 8.
21) A program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for providing an added value without modifying existing web contents in a system having Web servers connected with a Web browser via a network, said method steps comprising the steps of claim 12.
US11/318,752 2004-12-27 2005-12-27 Adding personalized value to web sites Abandoned US20060155780A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/186,953 US8819177B2 (en) 2004-12-27 2008-08-06 Adding personalized value to web sites

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004377805A JP4208081B2 (en) 2004-12-27 2004-12-27 System, web server, method and program for adding personalized value to multiple websites
JP2004-377805 2004-12-27

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/186,953 Continuation US8819177B2 (en) 2004-12-27 2008-08-06 Adding personalized value to web sites

Publications (1)

Publication Number Publication Date
US20060155780A1 true US20060155780A1 (en) 2006-07-13

Family

ID=36654526

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/318,752 Abandoned US20060155780A1 (en) 2004-12-27 2005-12-27 Adding personalized value to web sites
US12/186,953 Expired - Fee Related US8819177B2 (en) 2004-12-27 2008-08-06 Adding personalized value to web sites

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/186,953 Expired - Fee Related US8819177B2 (en) 2004-12-27 2008-08-06 Adding personalized value to web sites

Country Status (3)

Country Link
US (2) US20060155780A1 (en)
JP (1) JP4208081B2 (en)
CN (1) CN100465956C (en)

Cited By (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060010378A1 (en) * 2004-07-09 2006-01-12 Nobuyoshi Mori Reader-specific display of text
US20080270527A1 (en) * 2007-04-26 2008-10-30 Microsoft Corporation Extended browser data storage
US20090037394A1 (en) * 2007-07-30 2009-02-05 Microsoft Corporation Extensible command execution for entity data model platform
US20090100154A1 (en) * 2007-10-12 2009-04-16 Microsoft Corporation Automatically instrumenting a set of web documents
US20090187918A1 (en) * 2008-01-18 2009-07-23 Microsoft Corporation Methods and apparatus for securing frames from other frames
US20090319669A1 (en) * 2006-08-23 2009-12-24 Cyberstaton, Inc. Method and device for editing web contents by url conversion
US8078740B2 (en) 2005-06-03 2011-12-13 Microsoft Corporation Running internet applications with low rights
US20120047426A1 (en) * 2009-05-05 2012-02-23 Suboti, Llc System, method and computer readable medium for recording authoring events with web page content
US20120096067A1 (en) * 2009-03-17 2012-04-19 I-O Data Device, Inc. Web system, instruction-receiving system and contents data providing method
US8185737B2 (en) 2006-06-23 2012-05-22 Microsoft Corporation Communication across domains
CN102469113A (en) * 2010-11-01 2012-05-23 北京启明星辰信息技术股份有限公司 Security gateway and method for forwarding webpage by using security gateway
US20120246558A1 (en) * 2006-12-26 2012-09-27 International Business Machines Corporation Social bookmarking of resources exposed in web pages
US8346889B1 (en) 2010-03-24 2013-01-01 Google Inc. Event-driven module loading
US8453049B1 (en) 2010-05-19 2013-05-28 Google Inc. Delayed code parsing for reduced startup latency
US20140310341A1 (en) * 2011-12-26 2014-10-16 Murakumo Corporation Information processing apparatus, system, method and medium
US8966446B1 (en) * 2010-09-29 2015-02-24 A9.Com, Inc. Systems and methods of live experimentation on content provided by a web site
US9047234B1 (en) * 2006-06-05 2015-06-02 Thomson Reuters (Markets) Llc Data context passing between non-interfaced application programs in a common framework
US9230283B1 (en) 2007-12-14 2016-01-05 Consumerinfo.Com, Inc. Card registry systems and methods
US9253262B2 (en) 2013-01-24 2016-02-02 Rovi Guides, Inc. Systems and methods for connecting media devices through web sockets
US9256904B1 (en) 2008-08-14 2016-02-09 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US9342783B1 (en) 2007-03-30 2016-05-17 Consumerinfo.Com, Inc. Systems and methods for data verification
USD759689S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD759690S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD760256S1 (en) 2014-03-25 2016-06-28 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
US9400589B1 (en) 2002-05-30 2016-07-26 Consumerinfo.Com, Inc. Circular rotational interface for display of consumer credit information
US9406085B1 (en) 2013-03-14 2016-08-02 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US9443268B1 (en) 2013-08-16 2016-09-13 Consumerinfo.Com, Inc. Bill payment and reporting
US9477737B1 (en) 2013-11-20 2016-10-25 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US9529851B1 (en) 2013-12-02 2016-12-27 Experian Information Solutions, Inc. Server architecture for electronic data quality processing
US9536263B1 (en) 2011-10-13 2017-01-03 Consumerinfo.Com, Inc. Debt services candidate locator
US9542553B1 (en) 2011-09-16 2017-01-10 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US9607336B1 (en) 2011-06-16 2017-03-28 Consumerinfo.Com, Inc. Providing credit inquiry alerts
US9654541B1 (en) 2012-11-12 2017-05-16 Consumerinfo.Com, Inc. Aggregating user web browsing data
US9684905B1 (en) 2010-11-22 2017-06-20 Experian Information Solutions, Inc. Systems and methods for data verification
US9697263B1 (en) 2013-03-04 2017-07-04 Experian Information Solutions, Inc. Consumer data request fulfillment system
US9710852B1 (en) 2002-05-30 2017-07-18 Consumerinfo.Com, Inc. Credit report timeline user interface
US9721147B1 (en) 2013-05-23 2017-08-01 Consumerinfo.Com, Inc. Digital identity
US9830646B1 (en) 2012-11-30 2017-11-28 Consumerinfo.Com, Inc. Credit score goals and alerts systems and methods
US9853959B1 (en) 2012-05-07 2017-12-26 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US9870589B1 (en) 2013-03-14 2018-01-16 Consumerinfo.Com, Inc. Credit utilization tracking and reporting
US9892457B1 (en) 2014-04-16 2018-02-13 Consumerinfo.Com, Inc. Providing credit data in search results
US10019570B2 (en) 2007-06-14 2018-07-10 Microsoft Technology Licensing, Llc Protection and communication abstractions for web browsers
US10075446B2 (en) 2008-06-26 2018-09-11 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US10102570B1 (en) 2013-03-14 2018-10-16 Consumerinfo.Com, Inc. Account vulnerability alerts
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10169761B1 (en) 2013-03-15 2019-01-01 ConsumerInfo.com Inc. Adjustment of knowledge-based authentication
US10176233B1 (en) 2011-07-08 2019-01-08 Consumerinfo.Com, Inc. Lifescore
US10243957B1 (en) * 2015-08-27 2019-03-26 Amazon Technologies, Inc. Preventing leakage of cookie data
US10255598B1 (en) 2012-12-06 2019-04-09 Consumerinfo.Com, Inc. Credit card account data extraction
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10262364B2 (en) 2007-12-14 2019-04-16 Consumerinfo.Com, Inc. Card registry systems and methods
US10325314B1 (en) 2013-11-15 2019-06-18 Consumerinfo.Com, Inc. Payment reporting systems
US10373240B1 (en) 2014-04-25 2019-08-06 Csidentity Corporation Systems, methods and computer-program products for eligibility verification
US10621657B2 (en) 2008-11-05 2020-04-14 Consumerinfo.Com, Inc. Systems and methods of credit information reporting
US10664936B2 (en) 2013-03-15 2020-05-26 Csidentity Corporation Authentication systems and methods for on-demand products
US10671749B2 (en) 2018-09-05 2020-06-02 Consumerinfo.Com, Inc. Authenticated access and aggregation database platform
US10685398B1 (en) 2013-04-23 2020-06-16 Consumerinfo.Com, Inc. Presenting credit score information
US10911234B2 (en) 2018-06-22 2021-02-02 Experian Information Solutions, Inc. System and method for a token gateway environment
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US11227001B2 (en) 2017-01-31 2022-01-18 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11238656B1 (en) 2019-02-22 2022-02-01 Consumerinfo.Com, Inc. System and method for an augmented reality experience via an artificial intelligence bot
US11315179B1 (en) 2018-11-16 2022-04-26 Consumerinfo.Com, Inc. Methods and apparatuses for customized card recommendations
US20220366003A1 (en) * 2021-05-12 2022-11-17 accessiBe Ltd. Accessibility profile customization
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4208081B2 (en) * 2004-12-27 2009-01-14 インターナショナル・ビジネス・マシーンズ・コーポレーション System, web server, method and program for adding personalized value to multiple websites
US7941741B1 (en) * 2006-07-11 2011-05-10 Juniper Networks, Inc. Dynamically manipulating content to force web browsers to open more connections
US20080201632A1 (en) * 2007-02-16 2008-08-21 Palo Alto Research Center Incorporated System and method for annotating documents
US20100088372A1 (en) * 2008-10-03 2010-04-08 Microsoft Corporation Conference networking system incorporating social networking site information
JP2010128802A (en) * 2008-11-27 2010-06-10 Ricoh Co Ltd Information processing apparatus, web server apparatus, method for updating web page, and program
WO2011013617A1 (en) * 2009-07-31 2011-02-03 楽天株式会社 Cookie processing device, cookie processing method, cookie processing program, cookie processing system and information communication system
US20110208840A1 (en) * 2010-02-22 2011-08-25 Lee Blackman Cookie alert
US9356991B2 (en) 2010-05-10 2016-05-31 Litera Technology Llc Systems and methods for a bidirectional multi-function communication module
US8650657B1 (en) 2010-05-18 2014-02-11 Google Inc. Storing encrypted objects
JP2012048553A (en) * 2010-08-27 2012-03-08 Nippon Telegr & Teleph Corp <Ntt> Hyper-link emphasizing device
US9003552B2 (en) * 2010-12-30 2015-04-07 Ensighten, Inc. Online privacy management
US9037636B2 (en) * 2012-01-19 2015-05-19 Microsoft Technology Licensing, Llc Managing script file dependencies and load times
JP2012137767A (en) * 2012-02-06 2012-07-19 Toshiba Corp Electronic apparatus and display method
US20150067138A1 (en) 2013-08-27 2015-03-05 International Business Machines Corporation Optimize data exchange for mvc-based web applications
CN103995883A (en) * 2014-05-29 2014-08-20 河南中医学院 Master page file caching and Web page synthesizing method based on client-side browser
JP5830581B1 (en) * 2014-06-23 2015-12-09 株式会社ショーケース・ティービー Input support server, input support method, and input support program
US9219787B1 (en) 2014-11-26 2015-12-22 Ensighten, Inc. Stateless cookie operations server
US9553918B1 (en) 2014-11-26 2017-01-24 Ensighten, Inc. Stateful and stateless cookie operations servers
EP3340097B1 (en) * 2015-11-02 2019-08-07 Nippon Telegraph And Telephone Corporation Analysis device, analysis method, and analysis program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6012803A (en) * 1997-03-28 2000-01-11 Sharp Kabushiki Kaisha Image forming apparatus forming an image on a recording medium using jumping developer
US6078951A (en) * 1996-11-27 2000-06-20 Intel Corporation Method and apparatus for automating a software delivery system by locating, downloading, installing, and upgrading of viewer software
US20010054086A1 (en) * 2000-06-01 2001-12-20 International Business Machines Corporation Network system, server, web server, web page, data processing method, storage medium, and program transmission apparatus
US20020120721A1 (en) * 2000-12-22 2002-08-29 Sun Microsystems, Inc. Client capability detection in a client and server system
US20020161835A1 (en) * 1998-11-13 2002-10-31 Keith Ball Meta content distribution network

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH077419B2 (en) * 1989-06-30 1995-01-30 シャープ株式会社 Abbreviated proper noun processing method in machine translation device
US5822539A (en) * 1995-12-08 1998-10-13 Sun Microsystems, Inc. System for adding requested document cross references to a document by annotation proxy configured to merge and a directory generator and annotation server
US6101509A (en) * 1996-09-27 2000-08-08 Apple Computer, Inc. Method and apparatus for transmitting documents over a network
JPH10240689A (en) * 1997-02-28 1998-09-11 Net Biretsuji Kk User certification transfer system
US6625624B1 (en) * 1999-02-03 2003-09-23 At&T Corp. Information access system and method for archiving web pages
JP2003520361A (en) * 1999-02-11 2003-07-02 イージーログイン・ドット・コム・インコーポレイテッド Personalized access to website
US7640512B1 (en) * 2000-12-22 2009-12-29 Automated Logic Corporation Updating objects contained within a webpage
US7194411B2 (en) * 2001-02-26 2007-03-20 Benjamin Slotznick Method of displaying web pages to enable user access to text information that the user has difficulty reading
US20040049673A1 (en) * 2002-09-05 2004-03-11 Docomo Communications Laboratories Usa, Inc. Apparatus and method for a personal cookie repository service for cookie management among multiple devices
CN101023419B (en) * 2004-05-14 2010-06-16 模比莱普斯有限公司 Method of providing a web page with inserted content
JP4208081B2 (en) * 2004-12-27 2009-01-14 インターナショナル・ビジネス・マシーンズ・コーポレーション System, web server, method and program for adding personalized value to multiple websites
US7779399B2 (en) * 2005-05-16 2010-08-17 Armorize Technologies, Inc. System and method for securing web application code and verifying correctness of software

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6078951A (en) * 1996-11-27 2000-06-20 Intel Corporation Method and apparatus for automating a software delivery system by locating, downloading, installing, and upgrading of viewer software
US6012803A (en) * 1997-03-28 2000-01-11 Sharp Kabushiki Kaisha Image forming apparatus forming an image on a recording medium using jumping developer
US20020161835A1 (en) * 1998-11-13 2002-10-31 Keith Ball Meta content distribution network
US20010054086A1 (en) * 2000-06-01 2001-12-20 International Business Machines Corporation Network system, server, web server, web page, data processing method, storage medium, and program transmission apparatus
US20020120721A1 (en) * 2000-12-22 2002-08-29 Sun Microsystems, Inc. Client capability detection in a client and server system

Cited By (152)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9710852B1 (en) 2002-05-30 2017-07-18 Consumerinfo.Com, Inc. Credit report timeline user interface
US9400589B1 (en) 2002-05-30 2016-07-26 Consumerinfo.Com, Inc. Circular rotational interface for display of consumer credit information
US20060010378A1 (en) * 2004-07-09 2006-01-12 Nobuyoshi Mori Reader-specific display of text
US8078740B2 (en) 2005-06-03 2011-12-13 Microsoft Corporation Running internet applications with low rights
US9047234B1 (en) * 2006-06-05 2015-06-02 Thomson Reuters (Markets) Llc Data context passing between non-interfaced application programs in a common framework
US8185737B2 (en) 2006-06-23 2012-05-22 Microsoft Corporation Communication across domains
US8489878B2 (en) 2006-06-23 2013-07-16 Microsoft Corporation Communication across domains
US8335929B2 (en) 2006-06-23 2012-12-18 Microsoft Corporation Communication across domains
US20090319669A1 (en) * 2006-08-23 2009-12-24 Cyberstaton, Inc. Method and device for editing web contents by url conversion
US8914461B2 (en) * 2006-08-23 2014-12-16 Cyberstation, Inc. Method and device for editing web contents by URL conversion
US9703883B2 (en) * 2006-12-26 2017-07-11 International Business Machines Corporation Social bookmarking of resources exposed in web pages
US20120246558A1 (en) * 2006-12-26 2012-09-27 International Business Machines Corporation Social bookmarking of resources exposed in web pages
US9342783B1 (en) 2007-03-30 2016-05-17 Consumerinfo.Com, Inc. Systems and methods for data verification
US11308170B2 (en) 2007-03-30 2022-04-19 Consumerinfo.Com, Inc. Systems and methods for data verification
US10437895B2 (en) 2007-03-30 2019-10-08 Consumerinfo.Com, Inc. Systems and methods for data verification
US8041778B2 (en) 2007-04-26 2011-10-18 Microsoft Corporation Extended browser data storage
US20080270527A1 (en) * 2007-04-26 2008-10-30 Microsoft Corporation Extended browser data storage
US10019570B2 (en) 2007-06-14 2018-07-10 Microsoft Technology Licensing, Llc Protection and communication abstractions for web browsers
US20090037394A1 (en) * 2007-07-30 2009-02-05 Microsoft Corporation Extensible command execution for entity data model platform
US7877397B2 (en) * 2007-07-30 2011-01-25 Microsoft Corporation Extensible command execution for entity data model platform
US8996682B2 (en) 2007-10-12 2015-03-31 Microsoft Technology Licensing, Llc Automatically instrumenting a set of web documents
US20090100154A1 (en) * 2007-10-12 2009-04-16 Microsoft Corporation Automatically instrumenting a set of web documents
US9230283B1 (en) 2007-12-14 2016-01-05 Consumerinfo.Com, Inc. Card registry systems and methods
US11379916B1 (en) 2007-12-14 2022-07-05 Consumerinfo.Com, Inc. Card registry systems and methods
US10614519B2 (en) 2007-12-14 2020-04-07 Consumerinfo.Com, Inc. Card registry systems and methods
US10262364B2 (en) 2007-12-14 2019-04-16 Consumerinfo.Com, Inc. Card registry systems and methods
US9767513B1 (en) 2007-12-14 2017-09-19 Consumerinfo.Com, Inc. Card registry systems and methods
US9542682B1 (en) 2007-12-14 2017-01-10 Consumerinfo.Com, Inc. Card registry systems and methods
US10878499B2 (en) 2007-12-14 2020-12-29 Consumerinfo.Com, Inc. Card registry systems and methods
US20090187918A1 (en) * 2008-01-18 2009-07-23 Microsoft Corporation Methods and apparatus for securing frames from other frames
US8621495B2 (en) 2008-01-18 2013-12-31 Microsoft Corporation Methods and apparatus for securing frames from other frames
US10075446B2 (en) 2008-06-26 2018-09-11 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
US11157872B2 (en) 2008-06-26 2021-10-26 Experian Marketing Solutions, Llc Systems and methods for providing an integrated identifier
US11769112B2 (en) 2008-06-26 2023-09-26 Experian Marketing Solutions, Llc Systems and methods for providing an integrated identifier
US9792648B1 (en) 2008-08-14 2017-10-17 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US9256904B1 (en) 2008-08-14 2016-02-09 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US9489694B2 (en) 2008-08-14 2016-11-08 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US10115155B1 (en) 2008-08-14 2018-10-30 Experian Information Solution, Inc. Multi-bureau credit file freeze and unfreeze
US10650448B1 (en) 2008-08-14 2020-05-12 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US11004147B1 (en) 2008-08-14 2021-05-11 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US11636540B1 (en) 2008-08-14 2023-04-25 Experian Information Solutions, Inc. Multi-bureau credit file freeze and unfreeze
US10621657B2 (en) 2008-11-05 2020-04-14 Consumerinfo.Com, Inc. Systems and methods of credit information reporting
US20120096067A1 (en) * 2009-03-17 2012-04-19 I-O Data Device, Inc. Web system, instruction-receiving system and contents data providing method
US20120047426A1 (en) * 2009-05-05 2012-02-23 Suboti, Llc System, method and computer readable medium for recording authoring events with web page content
US9524284B2 (en) * 2009-05-05 2016-12-20 Suboti, Llc System, method and computer readable medium for recording authoring events with web page content
US8346889B1 (en) 2010-03-24 2013-01-01 Google Inc. Event-driven module loading
US8407319B1 (en) 2010-03-24 2013-03-26 Google Inc. Event-driven module loading
US8458585B1 (en) * 2010-05-19 2013-06-04 Google Inc. Delayed code parsing for reduced startup latency
US8453049B1 (en) 2010-05-19 2013-05-28 Google Inc. Delayed code parsing for reduced startup latency
US9703761B2 (en) 2010-05-19 2017-07-11 Google Inc. Delayed code parsing for reduced startup latency
US8966446B1 (en) * 2010-09-29 2015-02-24 A9.Com, Inc. Systems and methods of live experimentation on content provided by a web site
CN102469113A (en) * 2010-11-01 2012-05-23 北京启明星辰信息技术股份有限公司 Security gateway and method for forwarding webpage by using security gateway
US9684905B1 (en) 2010-11-22 2017-06-20 Experian Information Solutions, Inc. Systems and methods for data verification
US10685336B1 (en) 2011-06-16 2020-06-16 Consumerinfo.Com, Inc. Authentication alerts
US10115079B1 (en) 2011-06-16 2018-10-30 Consumerinfo.Com, Inc. Authentication alerts
US9607336B1 (en) 2011-06-16 2017-03-28 Consumerinfo.Com, Inc. Providing credit inquiry alerts
US9665854B1 (en) 2011-06-16 2017-05-30 Consumerinfo.Com, Inc. Authentication alerts
US10719873B1 (en) 2011-06-16 2020-07-21 Consumerinfo.Com, Inc. Providing credit inquiry alerts
US11954655B1 (en) 2011-06-16 2024-04-09 Consumerinfo.Com, Inc. Authentication alerts
US11232413B1 (en) 2011-06-16 2022-01-25 Consumerinfo.Com, Inc. Authentication alerts
US10176233B1 (en) 2011-07-08 2019-01-08 Consumerinfo.Com, Inc. Lifescore
US10798197B2 (en) 2011-07-08 2020-10-06 Consumerinfo.Com, Inc. Lifescore
US11665253B1 (en) 2011-07-08 2023-05-30 Consumerinfo.Com, Inc. LifeScore
US11790112B1 (en) 2011-09-16 2023-10-17 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US10061936B1 (en) 2011-09-16 2018-08-28 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US11087022B2 (en) 2011-09-16 2021-08-10 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US9542553B1 (en) 2011-09-16 2017-01-10 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US10642999B2 (en) 2011-09-16 2020-05-05 Consumerinfo.Com, Inc. Systems and methods of identity protection and management
US9972048B1 (en) 2011-10-13 2018-05-15 Consumerinfo.Com, Inc. Debt services candidate locator
US11200620B2 (en) 2011-10-13 2021-12-14 Consumerinfo.Com, Inc. Debt services candidate locator
US9536263B1 (en) 2011-10-13 2017-01-03 Consumerinfo.Com, Inc. Debt services candidate locator
US20140310341A1 (en) * 2011-12-26 2014-10-16 Murakumo Corporation Information processing apparatus, system, method and medium
US9762535B2 (en) * 2011-12-26 2017-09-12 Murakumo Corporation Information processing apparatus, system, method and medium
US9853959B1 (en) 2012-05-07 2017-12-26 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US11356430B1 (en) 2012-05-07 2022-06-07 Consumerinfo.Com, Inc. Storage and maintenance of personal data
US10277659B1 (en) 2012-11-12 2019-04-30 Consumerinfo.Com, Inc. Aggregating user web browsing data
US11863310B1 (en) 2012-11-12 2024-01-02 Consumerinfo.Com, Inc. Aggregating user web browsing data
US11012491B1 (en) 2012-11-12 2021-05-18 ConsumerInfor.com, Inc. Aggregating user web browsing data
US9654541B1 (en) 2012-11-12 2017-05-16 Consumerinfo.Com, Inc. Aggregating user web browsing data
US11308551B1 (en) 2012-11-30 2022-04-19 Consumerinfo.Com, Inc. Credit data analysis
US11651426B1 (en) 2012-11-30 2023-05-16 Consumerlnfo.com, Inc. Credit score goals and alerts systems and methods
US10963959B2 (en) 2012-11-30 2021-03-30 Consumerinfo. Com, Inc. Presentation of credit score factors
US10366450B1 (en) 2012-11-30 2019-07-30 Consumerinfo.Com, Inc. Credit data analysis
US9830646B1 (en) 2012-11-30 2017-11-28 Consumerinfo.Com, Inc. Credit score goals and alerts systems and methods
US11132742B1 (en) 2012-11-30 2021-09-28 Consumerlnfo.com, Inc. Credit score goals and alerts systems and methods
US10255598B1 (en) 2012-12-06 2019-04-09 Consumerinfo.Com, Inc. Credit card account data extraction
US9253262B2 (en) 2013-01-24 2016-02-02 Rovi Guides, Inc. Systems and methods for connecting media devices through web sockets
US9697263B1 (en) 2013-03-04 2017-07-04 Experian Information Solutions, Inc. Consumer data request fulfillment system
US11113759B1 (en) 2013-03-14 2021-09-07 Consumerinfo.Com, Inc. Account vulnerability alerts
US9870589B1 (en) 2013-03-14 2018-01-16 Consumerinfo.Com, Inc. Credit utilization tracking and reporting
US10102570B1 (en) 2013-03-14 2018-10-16 Consumerinfo.Com, Inc. Account vulnerability alerts
US9697568B1 (en) 2013-03-14 2017-07-04 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US11769200B1 (en) 2013-03-14 2023-09-26 Consumerinfo.Com, Inc. Account vulnerability alerts
US10929925B1 (en) 2013-03-14 2021-02-23 Consumerlnfo.com, Inc. System and methods for credit dispute processing, resolution, and reporting
US10043214B1 (en) 2013-03-14 2018-08-07 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US11514519B1 (en) 2013-03-14 2022-11-29 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US9406085B1 (en) 2013-03-14 2016-08-02 Consumerinfo.Com, Inc. System and methods for credit dispute processing, resolution, and reporting
US11790473B2 (en) 2013-03-15 2023-10-17 Csidentity Corporation Systems and methods of delayed authentication and billing for on-demand products
US10169761B1 (en) 2013-03-15 2019-01-01 ConsumerInfo.com Inc. Adjustment of knowledge-based authentication
US11164271B2 (en) 2013-03-15 2021-11-02 Csidentity Corporation Systems and methods of delayed authentication and billing for on-demand products
US11288677B1 (en) 2013-03-15 2022-03-29 Consumerlnfo.com, Inc. Adjustment of knowledge-based authentication
US10664936B2 (en) 2013-03-15 2020-05-26 Csidentity Corporation Authentication systems and methods for on-demand products
US10740762B2 (en) 2013-03-15 2020-08-11 Consumerinfo.Com, Inc. Adjustment of knowledge-based authentication
US11775979B1 (en) 2013-03-15 2023-10-03 Consumerinfo.Com, Inc. Adjustment of knowledge-based authentication
US10685398B1 (en) 2013-04-23 2020-06-16 Consumerinfo.Com, Inc. Presenting credit score information
US9721147B1 (en) 2013-05-23 2017-08-01 Consumerinfo.Com, Inc. Digital identity
US11803929B1 (en) 2013-05-23 2023-10-31 Consumerinfo.Com, Inc. Digital identity
US11120519B2 (en) 2013-05-23 2021-09-14 Consumerinfo.Com, Inc. Digital identity
US10453159B2 (en) 2013-05-23 2019-10-22 Consumerinfo.Com, Inc. Digital identity
US9443268B1 (en) 2013-08-16 2016-09-13 Consumerinfo.Com, Inc. Bill payment and reporting
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10580025B2 (en) 2013-11-15 2020-03-03 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10325314B1 (en) 2013-11-15 2019-06-18 Consumerinfo.Com, Inc. Payment reporting systems
US10269065B1 (en) 2013-11-15 2019-04-23 Consumerinfo.Com, Inc. Bill payment and reporting
US10025842B1 (en) 2013-11-20 2018-07-17 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US9477737B1 (en) 2013-11-20 2016-10-25 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US10628448B1 (en) 2013-11-20 2020-04-21 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US11461364B1 (en) 2013-11-20 2022-10-04 Consumerinfo.Com, Inc. Systems and user interfaces for dynamic access of multiple remote databases and synchronization of data based on user rules
US9529851B1 (en) 2013-12-02 2016-12-27 Experian Information Solutions, Inc. Server architecture for electronic data quality processing
US11107158B1 (en) 2014-02-14 2021-08-31 Experian Information Solutions, Inc. Automatic generation of code for attributes
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US11847693B1 (en) 2014-02-14 2023-12-19 Experian Information Solutions, Inc. Automatic generation of code for attributes
USD759689S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD759690S1 (en) 2014-03-25 2016-06-21 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
USD760256S1 (en) 2014-03-25 2016-06-28 Consumerinfo.Com, Inc. Display screen or portion thereof with graphical user interface
US10482532B1 (en) 2014-04-16 2019-11-19 Consumerinfo.Com, Inc. Providing credit data in search results
US9892457B1 (en) 2014-04-16 2018-02-13 Consumerinfo.Com, Inc. Providing credit data in search results
US11074641B1 (en) 2014-04-25 2021-07-27 Csidentity Corporation Systems, methods and computer-program products for eligibility verification
US10373240B1 (en) 2014-04-25 2019-08-06 Csidentity Corporation Systems, methods and computer-program products for eligibility verification
US11587150B1 (en) 2014-04-25 2023-02-21 Csidentity Corporation Systems and methods for eligibility verification
US11729171B1 (en) 2015-08-27 2023-08-15 Amazon Technologies, Inc. Preventing leakage of cookie data
US10243957B1 (en) * 2015-08-27 2019-03-26 Amazon Technologies, Inc. Preventing leakage of cookie data
US11095647B2 (en) 2015-08-27 2021-08-17 Amazon Technologies, Inc. Preventing leakage of cookie data
US11227001B2 (en) 2017-01-31 2022-01-18 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US11681733B2 (en) 2017-01-31 2023-06-20 Experian Information Solutions, Inc. Massive scale heterogeneous data ingestion and user resolution
US10911234B2 (en) 2018-06-22 2021-02-02 Experian Information Solutions, Inc. System and method for a token gateway environment
US11588639B2 (en) 2018-06-22 2023-02-21 Experian Information Solutions, Inc. System and method for a token gateway environment
US11265324B2 (en) 2018-09-05 2022-03-01 Consumerinfo.Com, Inc. User permissions for access to secure data at third-party
US10671749B2 (en) 2018-09-05 2020-06-02 Consumerinfo.Com, Inc. Authenticated access and aggregation database platform
US10880313B2 (en) 2018-09-05 2020-12-29 Consumerinfo.Com, Inc. Database platform for realtime updating of user data from third party sources
US11399029B2 (en) 2018-09-05 2022-07-26 Consumerinfo.Com, Inc. Database platform for realtime updating of user data from third party sources
US11734234B1 (en) 2018-09-07 2023-08-22 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US11315179B1 (en) 2018-11-16 2022-04-26 Consumerinfo.Com, Inc. Methods and apparatuses for customized card recommendations
US11842454B1 (en) 2019-02-22 2023-12-12 Consumerinfo.Com, Inc. System and method for an augmented reality experience via an artificial intelligence bot
US11238656B1 (en) 2019-02-22 2022-02-01 Consumerinfo.Com, Inc. System and method for an augmented reality experience via an artificial intelligence bot
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution
US11768909B2 (en) 2021-05-12 2023-09-26 accessiBe Ltd. Systems and methods for providing accessible search results
US20220366003A1 (en) * 2021-05-12 2022-11-17 accessiBe Ltd. Accessibility profile customization
US11899735B2 (en) 2021-05-12 2024-02-13 accessiBe Ltd. Systems and methods for altering display parameters for users with epilepsy
US11899736B2 (en) 2021-05-12 2024-02-13 accessiBe Ltd. Systems and methods for altering display parameters for users with ADHD

Also Published As

Publication number Publication date
JP4208081B2 (en) 2009-01-14
US8819177B2 (en) 2014-08-26
CN1797400A (en) 2006-07-05
JP2006185160A (en) 2006-07-13
CN100465956C (en) 2009-03-04
US20090049120A1 (en) 2009-02-19

Similar Documents

Publication Publication Date Title
US8819177B2 (en) Adding personalized value to web sites
US7890600B2 (en) Data optimization system for decreasing data transmission volume from server to client
KR100702550B1 (en) Method to reformat regions with cluttered hyperlinks
JP4157708B2 (en) Method, apparatus, and computer program for providing content to client
KR100317401B1 (en) Apparatus and method for printing related web pages
US10671698B2 (en) Language translation using embeddable component
CA2839006C (en) Methods for making ajax web applications bookmarkable and crawlable and devices thereof
US7500181B2 (en) Method for updating a portal page
US9436772B2 (en) Appending a uniform resource identifier (URI) fragment identifier to a uniform resource locator (URL)
US20040254935A1 (en) Method and apparatus for automatic consolidation of personalized dynamic data
US20100305940A1 (en) Language translation using embeddable component
US7539933B2 (en) Apparatus and method of highlighting links in a web page
MXPA04005724A (en) Web page rendering mechanism using external programmatic themes.
JP5137479B2 (en) Method and system for utilizing a computer to manage server-based rendering of messages in a heterogeneous environment
US8234402B2 (en) Method and apparatus for request routing
US8090702B2 (en) Analyzing web site traffic
US20050257167A1 (en) Embedded Web dialog
US20070011336A1 (en) Method for managing contents of a web site
JP2008123234A (en) Translation server device, translation system, translation method, and translation program
CN112905920A (en) Page display method and device
JP5052058B2 (en) Information processing apparatus, information processing method, and information processing program
KR100429558B1 (en) ADE data set component of client computer for transmitting/receiving of data between web servers
KR20030007734A (en) Personal banner creating program
JP2023014500A (en) Information processing device, control method and program
AU2008100658A4 (en) Document Display (Reading View) System and Method

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SAKAIRI, TAKASHI;OHKO, TAKUYA;MUTA, HIDEMASA;REEL/FRAME:017287/0894

Effective date: 20060126

STCB Information on status: application discontinuation

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