US20080172620A1 - Web page control program, method, and server - Google Patents

Web page control program, method, and server Download PDF

Info

Publication number
US20080172620A1
US20080172620A1 US12/022,301 US2230108A US2008172620A1 US 20080172620 A1 US20080172620 A1 US 20080172620A1 US 2230108 A US2230108 A US 2230108A US 2008172620 A1 US2008172620 A1 US 2008172620A1
Authority
US
United States
Prior art keywords
file
html
identification information
web page
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
US12/022,301
Other languages
English (en)
Inventor
Katsuyoshi Yoshimura
Hiroko Sato
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SATO, HIROKO, YOSHIMURA, KATSUYOSHI
Publication of US20080172620A1 publication Critical patent/US20080172620A1/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention relates to a web page control program, method, and server which implement different display contents or operations in web pages accessed by hyperlinks from a plurality of different web pages depending on the web pages of access sources and, particularly, relates to a web page control program, method, and server which implement different display contents or operations by a single HTML file depending on the web pages of the access sources.
  • HTML files source files
  • HTML files source files of the web pages in a web site are merely passed from a server to clients without change, and different HTML files are crated when the display contents or operations of the web pages are desired to be different.
  • FIG. 1 is a configuration diagram of a conventional web site.
  • a web page 101 composed of an HTML file 102 and an HTML file 104 is displayed; and, when the contents or operations of the web pages, which are displayed by access from the HTML files 102 and 104 by hyperlinks 106 and 108 , are desired to be different from each other, an HTML file 112 and an HTML file 114 which constitute respective web pages are prepared in a server 110 .
  • an environment in which a CGI (Common Gateway Interface) program can be executed is prepared in the server, and the HTML files to be passed to web clients are determined or created by executing the CGI program.
  • CGI Common Gateway Interface
  • FIGS. 2A and 2B show a process of a conventional web site in the case in which the CGI program is used.
  • the client 100 receives a response of an HTML file 116 - 1 through access to a server 200 having an HTML file 116 and displays a web page 118 .
  • the server 300 executes a CGI program 302 , thereby reading HTML files 304 and 306 from a database, adding keywords used as file identification information thereto, and subjecting them to responding transmission to the client 100 in order to display a web page corresponding to the hyperlink 120 .
  • FIG. 1 the client 100 receives a response of an HTML file 116 - 1 through access to a server 200 having an HTML file 116 and displays a web page 118 .
  • the server 300 executes a CGI program 302 , thereby reading HTML files 304 and 306 from a database, adding keywords used as file identification information thereto, and subjecting them to responding transmission to the client 100 in order to display a web page corresponding to the hyperlink 120 .
  • FIG. 2B shows the state in which a web page 122 composed of two HTML files 304 - 1 and 306 - 1 responded from the server 300 is displayed in the client 100 , wherein the keywords 124 and 126 are added to the HTML files 304 - 1 and 306 - 1 , and hyperlinks 128 and 130 are provided.
  • the CGI program 302 reads an HTML file 308 determined by the keyword 124 , reads a display definition file 310 determined by the keyword 124 , creates display contents or operations of the HTML file 308 in accordance with the display definition file 310 so as to make a response to the client 100 , and causes a web page corresponding to the HTML file 304 - 1 from which access is made by the hyperlink 128 to be displayed.
  • the CGI program 302 reads the HTML file 308 determined by the keyword 126 , reads a display definition file 312 determined by the keyword 126 , creates display contents or operations of the HTML file 308 in accordance with the display definition file 312 so as to make a response to the client 100 , and causes a web page corresponding to the HTML file 306 - 1 accessed by the hyperlink 130 to be displayed.
  • FIGS. 3A and B are time charts of a conventional web site process in the case in which the CGI program of FIGS. 2A and 2B is used.
  • the client 100 performs an access request by a URL with respect to the server 200 in step S 1
  • the server 200 subjects an HTML file to responding transmission in step S 201
  • the client 100 displays the web page thereof in step S 2 .
  • the server 300 executes the CGI program corresponding to the accessed page so as to read a plurality of HTML files, add unique keywords respectively to each HTML file, and subject them to responding transmission.
  • the client 100 displays a web page composed of the plurality of HTML files received from the server 300 in step S 4 .
  • the server 300 executes the CGI program corresponding to the accessed page in step S 102 , reads an HTML file and display definition file determined based on the keyword in step S 103 , edits the display contents or operations of the HTML file based on the display definition file, subjects it to responding transmission, and causes a web page to be displayed in the client 100 in step S 6 .
  • the present invention provides a web page control program executed by a computer constituting a server.
  • the web page control program of the present invention is characterized by causing the computer constituting the server to execute:
  • an internal link responding step of subjecting the common HTML file and the program file to responding transmission to the client causing the program file to be executed by the common HTML file on the client so as to retrieve the file identification information from the HTML file of request source, and selecting the control sentence of the common HTML file according to the retrieved file identification information so as to display a web page.
  • the file identification information respectively added to the plurality of HTML files is a predetermined keyword described in the HTML file.
  • This keyword uses, for example, a cookie name of the HTML file.
  • control sentence described in the common HTML file is a script sentence which controls the display contents and/or operations according to the file identification information.
  • the program file is a script file describing a script sentence which reads the file identification information from the HTML file of request source.
  • the present invention provides a web page control method executed by the computer constituting the server.
  • the web page control method of the present invention is characterized by causing the computer constituting the server to execute:
  • an internal link responding step of subjecting the common HTML file and the program file to responding transmission to the client causing the program file to be executed by the common HTML file on the client so as to retrieve the file identification information from the HTML file of request source, and selecting the control sentence of the common HTML file according to the retrieved file identification information so as to display a web page.
  • the present invention provides a server.
  • the server of the present invention is characterized by having:
  • an external link receiving and responding unit which subjects a plurality of HTML files including file identification information to responding transmission with respect to an access request from a client by a hyperlink of a web page of another server and causes a web page composed of the plurality of HTML files to be displayed;
  • an internal link receiving unit which reads a common HTML file describing a plurality of control sentences which display different contents corresponding to the plural pieces of the file identification information and a program file which extracts the file identification information from the HTML file of a request source when an access request including the file identification information by any of the hyperlinks of the plurality of HTML files is received;
  • an internal link responding unit which subjects the common HTML file and the program file to responding transmission to the client, causes the program file to be executed by the common HTML file on the client so as to retrieve the file identification information from the HTML file of request source, and selecting the control sentence of the common HTML file according to the retrieved file identification information so as to display a web page.
  • the common HTML file composed of a single HTML file changes display contents or operations of a web page in accordance with the web page of a request source from which access is made by a hyperlink and displays a different web page; therefore, the HTML files of the server are not required to be increased, and development cost or the amount of maintenance of the web site built in the server can be reduced.
  • a CGI program is not used, a special environment for executing the CGI program in the web server or a special environment for creating a CGI program are not required to be prepared, the development cost of the web site built in the server is reduced, and the load of the web server can be reduced even when access requests from clients are concentrated.
  • FIG. 1 is an explanatory diagram of a conventional web site which separately creates HTML files every time display contents or operations of web pages are different;
  • FIGS. 2A and 2B are explanatory diagrams of a process of a conventional web site which creates web pages of different display contents or operations by using a CGI program;
  • FIGS. 3A and 3B are time charts of a conventional web site process of FIGS. 2A and 2B ;
  • FIG. 4 is an explanatory diagram of a network environment to which the present invention is applied.
  • FIGS. 5A and 5B are block diagrams showing a functional configuration of a server which builds web page control of the present invention together with a client;
  • FIG. 6 is a block diagram of a hardware environment of a computer which constitutes the server of FIGS. 5A and 5B ;
  • FIGS. 7A , 7 B, 8 A and 8 B are explanatory diagrams of a process operation of web page control according to the present invention.
  • FIG. 9 is an explanatory diagram of a description example in an HTML file including a keyword
  • FIG. 10 is an explanatory diagram of a script file used in the present invention.
  • FIG. 11 is an explanatory diagram of a common HTML file used in the preset invention which retrieves a keyword by executing the script file of FIG. 10 and changes display contents or operations;
  • FIGS. 12A and 12B are time charts of a process operation of web page control according to the present invention.
  • FIGS. 13A and 13B are flow charts of a server process of the present invention which performs web page control.
  • FIGS. 14A and 143 are flow charts of a client process involved in the server process of FIGS. 13 A and 13 B.
  • FIG. 4 is an explanatory diagram of a network environment to which web page control of the present invention is applied.
  • a server 10 and a server 12 build web sites and respectively crate and save source files, i.e., HTML files for displaying web pages.
  • a client 14 is connected to the servers 10 and 12 via Internet 16 , and the client 14 can access the respective web sites and browse web pages by specifying URLs of the server 10 and 12 .
  • the servers 10 and 12 are called as web servers; however, they will be referred to as servers in the explanation hereinafter for simplicity.
  • the client 14 is also called as a web client; however, it is simply referred to as a client for simplicity in the explanation hereinafter.
  • web page control according to the present invention is applied to the server 10 , and, on the other hand, the server 12 performs normal web page control.
  • the number of clients is an arbitrary number in accordance with needs.
  • FIGS. 5A and 5B are explanatory diagrams showing a functional configuration of the server building web pages of the present invention together with the client.
  • a communication control unit 18 in the server 10 , a communication control unit 18 , a web server execution environment 20 , and a database 22 are provided.
  • HTML files 24 and 26 are stored; and, in this embodiment, responses are made by the two HTML files 24 and 26 with respect to access requests by hyperlinks from the client side, and web pages composed of the HTML files 24 and 26 are caused to be displayed.
  • keywords 28 and 30 used as file identification information are set in advance.
  • the keywords 28 and 30 used as this file identification information for example, cookie names described in the HTML files 24 and 26 can be used.
  • a common HTML file 32 and a script file 36 are stored in the database 22 .
  • the common HTML file 32 is a single HTML file which can change the display contents or operations of web pages by script sentences 34 , which are control sentences described therein, and cause different web pages to be displayed.
  • script sentences 34 of this common HTML file 32 script sentences that change the display contents or operations based on keywords which are file identifiers of the HTML files serving as access request sources by hyperlinks are described respectively every keyword.
  • the script sentences 34 of the common HTML file 32 are executed based on the keywords of the access request sources so that web pages of different display contents or operations are displayed. Therefore, in the script sentences 34 , a script sentence that reads and executes the keyword 28 of the HTML file 24 and a script sentence that reads and executes the keyword 30 (not shown) of the HTML file 26 are described.
  • the script file 36 is a program file that retrieves the keyword of the HTML file of the access request source used by the script sentence 34 described in the common HTML file 32 .
  • the common HTML file 32 and the script file 36 saved in the database 22 are subjected to a receiving response based on the keyword added to an access request from the client 14 by the hyperlink, and they are executed in the client 14 and can cause web pages of display contents or operations corresponding to the file of the access request source by the hyperlink to be displayed.
  • an external link receiving and responding unit 38 In the web server execution environment 20 , an external link receiving and responding unit 38 , an internal link receiving unit 40 , and an internal link responding unit 42 are provided. For example with respect to access requests by hyperlinks when a web page of the other server 12 shown in FIG.
  • the external link receiving and responding unit 38 reads the HTML files 24 and 26 having the keywords 28 and 30 from the database 22 , subjects them to responding transmission to the client 14 , and causes web pages composed of the HTML files 24 and 26 to be displayed.
  • the internal link receiving unit 40 executes a process of reading the common HTML file 32 and the script file 36 from the database 22 to correspond to the keyword 28 - 1 .
  • the internal link responding unit 42 transmits the common HTML file 32 and the script file 36 read by the internal link receiving unit 40 based on the keyword 28 - 1 obtained through the access request by the hyperlink 46 to the client 14 and causes a browser 44 of the client 14 to store and execute them as a common HTML file 32 - 1 and a script file 36 - 1 .
  • the browser 44 of the client 14 retrieves the keyword 28 - 1 by the script file 36 - 1 from the HTML file 24 - 1 , which is the access request source by the hyperlink 46 , and sets and executes this keyword 28 - 1 in a corresponding script sentence 34 - 1 of the common HTML file 32 - 1 , thereby displaying a web page according to the common HTML file 32 - 1 having display contents or operations described in the script sentence 34 - 1 on the client 14 .
  • the browser 44 of the client 14 retrieves the keyword 30 - 1 of the other HTML file 26 - 1 serving as the access request source by the script file 36 - 1 and sets it in the script sentence 34 - 1 , thereby executing the script sentence 34 - 1 corresponding to the keyword 30 - 1 ; thus, the display contents or operations of the common HTML file 32 - 1 can be changed, and a web page different from that of the access by the hyperlink 46 of the HTML file 24 - 1 can be displayed in the client 14 .
  • FIG. 6 is a block diagram of a hardware environment of a computer which constitutes the server 10 of FIGS. 5A and 5B .
  • a RAM 80 a ROM 82 ; a hard disk drive 84 ; a device interface 86 connecting a keyboard 88 , a mouse 90 , and a display 92 ; and a network interface 94 are connected to a bus 78 of a CPU 76 .
  • a web page control program of the present invention is stored in a hard disk drive 84 and, when the computer is activated, read from the hard disk drive 84 and deployed to the RAM 80 ; and, when this is executed by the CPU 76 , a web page control function according to the present invention is realized.
  • FIGS. 7A , 7 B, 8 A, and 8 B are explanatory diagrams showing processing operations of web page control according to the present invention separately in four steps of FIGS. 7A , 7 B, 8 A, and 8 B.
  • the client 14 performs an access request 56 to the server 12 by specifying a URL, and, in response to responding transmission 58 of an HTML file 50 of the server 12 , a web page 52 according to an HTML file 50 - 1 is displayed.
  • a hyperlink 54 is disposed.
  • the hyperlink 54 is operated, for example mouse-clicked, in the client 14 , an access request 60 by the hyperlink 54 is performed with respect to the server 10 .
  • the server 10 which has received the access request 60 from the client 14 by the external hyperlink 54 reads the HTML files 24 and 26 from the database to correspond to the access request by the hyperlink, respectively adds the keywords 28 and 30 (not shown) thereto, and subjects them to responding transmission 62 to the client 14 .
  • the HTML files 24 - 1 and 26 - 1 which have undergone responding transmission from the server 10 are stored in the client 14 , and a web page 64 composed of the two HTML files 24 - 1 and 26 - 1 are displayed.
  • the keyword 28 - 1 is added to the HTML file 24 - 1 transmitted from the server 10
  • the keyword 30 - 1 is also added to the HTML file 26 - 1
  • hyperlinks 66 and 68 are respectively provided in the HTML files 24 - 1 and 26 - 1 .
  • an access request 70 is performed, for example as shown in FIG. 5A in the state of FIG. 7B , by operating, for example, mouse-clicking the hyperlink 66 of the HTML file 24 - 1 .
  • the server 10 which has received the access request 70 by the hyperlink 66 , determines and reads the common HTML file 32 from the database and determines and reads the script file 36 . Then, as shown in FIG.
  • the read common HTML file 32 and script file 36 are subjected to responding transmission 72 to the client 14 .
  • the keyword 28 - 1 is retrieved from the HTML file 24 - 1 , which is the access request source, by executing the transmitted script file 36 - 1 , and a corresponding sentence is selected from the script sentences 34 - 1 of the common HTML file 32 - 1 according to the keyword 28 - 1 and executed, thereby creating and displaying a web page of display contents or operations corresponding to the hyperlink 66 of the HTML file 24 - 1 , which is the access request source, from the common HTML file.
  • the browser of the client 14 retrieves the keyword 30 - 1 of the HTML file 26 - 1 as the access request source by executing the script file 34 - 1 and selects and executes the corresponding part in the script sentences 34 - 1 corresponding to the retrieved keyword 30 - 1 , thus, a web page having another display contents or operations corresponding to the hyperlink 68 of the HTML file 26 - 1 , which is the access request source, can be displayed.
  • FIG. 10 is an explanatory diagram of source sentences of the script file 36 used in the present invention.
  • the script file 36 script sentences that retrieve the keyword 28 from the cookie sentence 74 shown in FIG. 9 are described.
  • FIG. 11 is an explanatory diagram of source sentences of the common HTML file 32 used in the present invention.
  • script sentences for changing display contents or operations are described in 8th to 20th lines, and the 10th to 11th lines among them are source sentences that retrieve a keyword by execution of the script file 36 of FIG. 10 .
  • the script file 36 of this source sentences are executed, and a keyword is retrieved from the cookie sentence of FIG. 9 , selective display of a web page corresponding to the retrieved keyword is performed by the next script sentences of the 13th to 19th lines.
  • the script file 36 and the common HTML file 32 are subjected to responding transmission from the server 10 to the client 14 and executed by the browser of the client. With respect to an access request by a hyperlink, the server 10 merely reads the corresponding common HTML file 32 and script file 36 and subjects them to responding transmission.
  • the execution of the script file 36 and the common HTML file 32 for changing the contents or operations of the web page is carried out on the browser of the client; therefore, load of web page control in the server 10 side is significantly reduced.
  • the single common HTML file 32 is prepared with respect to the plurality of HTML files serving as access request sources by hyperlinks, and the common HTML file 32 is merely required to add, for example, the script sentences of the 14th to 16th lines and the 17th to 19th lines of FIG.
  • the capacity of the common HTML file 32 in the server 10 is kept small, and the man-hours of development when web pages are to be built or the amount of maintenance during operation can be significantly reduced.
  • a CGI program is not used in the server 10 side, a server environment for executing a CGI program or development operations therefor is not required, and the operation load and cost of development and maintenance of web sites can be significantly reduced.
  • FIGS. 12A and 12B are time charts of a processing operation of web control of the present invention, and it will be as the following when explained with reference to FIGS. 5A and 5B .
  • the client 14 performs an access request by a URL with respect to, for example, the server 12 shown in FIG. 4 in step S 1 , in response to this, the server 12 subjects an HTML file to responding transmission in step S 201 , and the client 14 displays a web page in step S 2 .
  • the server 10 receives the access request and subjects a plurality of HTML files including hyperlinks and keywords to responding transmission in step S 101 .
  • the client 14 displays a web page composed of the plurality of HTML files in step S 4 . Subsequently, the client 14 performs an access request with respect to the server 10 by a hyperlink of an arbitrary HTML file in step S 4 . In response to this, the server 10 subjects the common HTML file 32 including the script sentences for implementing different display contents or operations depending on the received access request and the script file 36 for retrieving the keyword to responding transmission in step S 102 .
  • the client 14 which has received the responding transmission from the server 10 receives the common HTML file 32 and the script file 36 in step S 6 and, in step S 7 , executes the script file 36 according to the script sentences of the common HTML file, thereby reading the keyword from the HTML file of request source and displaying a web page of the contents corresponding to the keyword.
  • FIGS. 13A and 138 are flow charts of a server process of the present invention which performs control of web pages, and, at the same time, shows a processing procedure of a server dedicated program provided by the present invention.
  • step S 1 in the server process, presence or absence of an access request by a URL is checked in step S 1 , and, if there is the access request by the URL, an HTML file of a homepage is subjected to responding transmission in step S 2 so as to display it on the client side.
  • This is a process as a normal web site.
  • step S 3 presence or absence of an access request by an external hyperlink from another server is checked in step S 3 , and, when the access request by the external hyperlink is determined, the process proceeds to step S 4 wherein a plurality of HTML files including keywords corresponding to hyperlinks are subjected to responding transmission and displayed on the client.
  • step S 5 presence or absence of an access request by an internal hyperlink is checked in step S 5 , and, when it is determined, a common HTML file including a script sentence which controls display contents in accordance with an access request is read in step S 6 .
  • a script file for keyword extraction is read in step S 7 , and the read common HTML file and script file are subjected to responding transmission in step S 8 .
  • step S 9 the process from step S 3 is repeated until there is a termination notification in step S 9 .
  • step S 11 When there is an access request other than the external hyperlink, for example, a path request for page transition in step 53 , a process for an access request other than a hyperlink is executed in step S 11 . Such a series of processes is repeated until there is a stop order in step S 10 .
  • FIGS. 14A and 14B are flow charts of a client process involved in the server process of FIGS. 13A and 13B .
  • This client process is a process executed by a browser for browsing web pages installed in the client itself, and a special program is not required to be installed.
  • FIGS. 14A and 14B in the client process, when an access request by a URL is performed in step S 1 , and when reception of the HTML file with respect to this is determined in step S 2 , a web page is displayed in step S 3 . This is a normal browsing process of a web site.
  • step S 4 an access request of a hyperlink to outside the page of the currently displayed web page is determined in step S 4 , a hyperlink access request is transmitted in step S 5 , and reception of the plurality of HTML files with keywords is waited for in step S 6 .
  • step S 6 a web page composed of the plurality of HTML files is displayed in step S 7 .
  • step S 8 presence or absence of an access request of a hyperlink to within the page is checked in step S 8 , and, when there is the access request, an access request of the hyperlink to which the access request is performed is transmitted to the server in step S 9 .
  • the script file is executed by the common HTML file, and the keyword of the HTML file serving as the access request source is read in step S 11 .
  • step S 12 display contents or operations are implemented by selective execution of the script sentences of the common HTML file corresponding to the keyword so as to display a web page. Such a process is repeated until there is a termination order in step S 13 .

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
US12/022,301 2005-08-04 2008-01-30 Web page control program, method, and server Abandoned US20080172620A1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2005/014292 WO2007015302A1 (ja) 2005-08-04 2005-08-04 ウェブページ制御プログラム、方法及びサーバ

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/014292 Continuation WO2007015302A1 (ja) 2005-08-04 2005-08-04 ウェブページ制御プログラム、方法及びサーバ

Publications (1)

Publication Number Publication Date
US20080172620A1 true US20080172620A1 (en) 2008-07-17

Family

ID=37708585

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/022,301 Abandoned US20080172620A1 (en) 2005-08-04 2008-01-30 Web page control program, method, and server

Country Status (3)

Country Link
US (1) US20080172620A1 (ja)
JP (1) JP4669000B2 (ja)
WO (1) WO2007015302A1 (ja)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100088363A1 (en) * 2008-10-08 2010-04-08 Shannon Ray Hughes Data transformation
GB2465679A (en) * 2008-11-28 2010-06-02 Listening Company Ltd Generating a user reference number to be placed in a requested webpage based on the details of the requesting hyperlink and an associated data file.
US20160179834A1 (en) * 2013-09-06 2016-06-23 Mars Flag Corporation Information processing apparatus, search server, web server, and non-transitory computer readable storage medium
US11010361B1 (en) * 2017-03-30 2021-05-18 Amazon Technologies, Inc. Executing code associated with objects in a hierarchial data structure
US20230222171A1 (en) * 2022-01-11 2023-07-13 Servicenow, Inc. Common Fragment Caching for Web Documents

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2015315163B2 (en) * 2014-09-09 2020-07-23 Liveperson, Inc. Dynamic code management

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020010780A1 (en) * 2000-06-07 2002-01-24 Wong Norman C. Method and system for selectively receiving content over a communications network based on network communication speed
US20020016801A1 (en) * 2000-08-01 2002-02-07 Steven Reiley Adaptive profile-based mobile document integration
US20020078168A1 (en) * 2000-09-06 2002-06-20 Jacob Christfort Developing applications online
US20020167939A1 (en) * 2000-11-01 2002-11-14 Deborah Weissman-Berman Wireless data input engine
US20030063120A1 (en) * 2001-09-28 2003-04-03 Wong Hoi Lee Candy Scalable graphical user interface architecture
US6647532B1 (en) * 1998-10-29 2003-11-11 Dell Usa L.P. Built-in automatic customer identifier when connecting to a vendor website
US20040163046A1 (en) * 2001-09-28 2004-08-19 Chu Hao-Hua Dynamic adaptation of GUI presentations to heterogeneous device platforms
US20040199584A1 (en) * 2003-03-05 2004-10-07 Evan Kirshenbaum Method and system for customized configuration of an appearance of a website for a user
US20040268231A1 (en) * 2003-06-24 2004-12-30 Microsoft Corporation Content template system
US20060064636A1 (en) * 2004-09-23 2006-03-23 Microsoft Corporation Method and system for caching and adapting dynamic display pages for small display devices
US7302637B1 (en) * 2000-07-24 2007-11-27 Research In Motion Limited System and method for abbreviating information sent to a viewing device
US7376653B2 (en) * 2001-05-22 2008-05-20 Reuters America, Inc. Creating dynamic web pages at a client browser
US20090199080A1 (en) * 2008-01-31 2009-08-06 Microsoft Corporation Adaptation of display pages for client environments
US7574651B2 (en) * 2003-06-26 2009-08-11 Yahoo! Inc. Value system for dynamic composition of pages
US20100058255A1 (en) * 2008-08-26 2010-03-04 At&T Intellectual Property I, L.P. Method and apparatus for creating webpages in a media communication system
US7779161B2 (en) * 2007-07-24 2010-08-17 Hiconversion, Inc. Method and apparatus for general virtual application enabling of websites
US20120030562A1 (en) * 2010-07-30 2012-02-02 Hon Hai Precision Industry Co., Ltd. Device and method for generating customized webpages
US20120278693A1 (en) * 2008-06-27 2012-11-01 Universal Electronics Inc. System and method for ubiquitous appliance control
US8484553B2 (en) * 2003-05-05 2013-07-09 Arbortext, Inc. System and method for defining specifications for outputting content in multiple formats

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3662734B2 (ja) * 1997-11-28 2005-06-22 株式会社エヌ・ティ・ティ ファシリティーズ Webページのアクセス制御装置及び方法
JP3396177B2 (ja) * 1999-01-26 2003-04-14 インターナショナル・ビジネス・マシーンズ・コーポレーション ウェブページカスタマイズシステム
JP2002236638A (ja) * 2001-02-09 2002-08-23 Ii D Kontoraibu Kk Webページ多様化方法及びWebページ多様化システム

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6647532B1 (en) * 1998-10-29 2003-11-11 Dell Usa L.P. Built-in automatic customer identifier when connecting to a vendor website
US20020010780A1 (en) * 2000-06-07 2002-01-24 Wong Norman C. Method and system for selectively receiving content over a communications network based on network communication speed
US7302637B1 (en) * 2000-07-24 2007-11-27 Research In Motion Limited System and method for abbreviating information sent to a viewing device
US20020016801A1 (en) * 2000-08-01 2002-02-07 Steven Reiley Adaptive profile-based mobile document integration
US20020078168A1 (en) * 2000-09-06 2002-06-20 Jacob Christfort Developing applications online
US20020167939A1 (en) * 2000-11-01 2002-11-14 Deborah Weissman-Berman Wireless data input engine
US7376653B2 (en) * 2001-05-22 2008-05-20 Reuters America, Inc. Creating dynamic web pages at a client browser
US20030063120A1 (en) * 2001-09-28 2003-04-03 Wong Hoi Lee Candy Scalable graphical user interface architecture
US20040163046A1 (en) * 2001-09-28 2004-08-19 Chu Hao-Hua Dynamic adaptation of GUI presentations to heterogeneous device platforms
US20040199584A1 (en) * 2003-03-05 2004-10-07 Evan Kirshenbaum Method and system for customized configuration of an appearance of a website for a user
US8484553B2 (en) * 2003-05-05 2013-07-09 Arbortext, Inc. System and method for defining specifications for outputting content in multiple formats
US20040268231A1 (en) * 2003-06-24 2004-12-30 Microsoft Corporation Content template system
US7574651B2 (en) * 2003-06-26 2009-08-11 Yahoo! Inc. Value system for dynamic composition of pages
US20060064636A1 (en) * 2004-09-23 2006-03-23 Microsoft Corporation Method and system for caching and adapting dynamic display pages for small display devices
US7779161B2 (en) * 2007-07-24 2010-08-17 Hiconversion, Inc. Method and apparatus for general virtual application enabling of websites
US20090199080A1 (en) * 2008-01-31 2009-08-06 Microsoft Corporation Adaptation of display pages for client environments
US20120278693A1 (en) * 2008-06-27 2012-11-01 Universal Electronics Inc. System and method for ubiquitous appliance control
US20100058255A1 (en) * 2008-08-26 2010-03-04 At&T Intellectual Property I, L.P. Method and apparatus for creating webpages in a media communication system
US20120030562A1 (en) * 2010-07-30 2012-02-02 Hon Hai Precision Industry Co., Ltd. Device and method for generating customized webpages

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Kurz et al, FACADE - A Framework for Content-aware content Adaption and Delivery, 2004, pages 1-10 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100088363A1 (en) * 2008-10-08 2010-04-08 Shannon Ray Hughes Data transformation
US8984165B2 (en) * 2008-10-08 2015-03-17 Red Hat, Inc. Data transformation
GB2465679A (en) * 2008-11-28 2010-06-02 Listening Company Ltd Generating a user reference number to be placed in a requested webpage based on the details of the requesting hyperlink and an associated data file.
US20100138401A1 (en) * 2008-11-28 2010-06-03 The Listening Company Ltd. Communications system
US20160179834A1 (en) * 2013-09-06 2016-06-23 Mars Flag Corporation Information processing apparatus, search server, web server, and non-transitory computer readable storage medium
US11386184B2 (en) * 2013-09-06 2022-07-12 Mars Flag Corporation Information processing apparatus, search server, web server, and non-transitory computer readable storage medium
US11010361B1 (en) * 2017-03-30 2021-05-18 Amazon Technologies, Inc. Executing code associated with objects in a hierarchial data structure
US20230222171A1 (en) * 2022-01-11 2023-07-13 Servicenow, Inc. Common Fragment Caching for Web Documents

Also Published As

Publication number Publication date
WO2007015302A1 (ja) 2007-02-08
JPWO2007015302A1 (ja) 2009-02-19
JP4669000B2 (ja) 2011-04-13

Similar Documents

Publication Publication Date Title
US10108595B2 (en) Method and system for automated analysis and transformation of web pages
US9165077B2 (en) Technology for web site crawling
JP4437918B2 (ja) 選択的に情報を検索しその後その情報の表示を可能にする装置および方法
EP1869590B1 (en) Method and system for transferring web browser data between web browsers
US7885950B2 (en) Creating search enabled web pages
US7496847B2 (en) Displaying a computer resource through a preferred browser
US7426513B2 (en) Client-based objectifying of text pages
US8127024B2 (en) Parameter passing in web based systems
JP2010529558A (ja) 検索エンジン結果およびリストの表示
US20080172620A1 (en) Web page control program, method, and server
US7143181B2 (en) System and method of sending chunks of data over wireless devices
US7970936B2 (en) In a world wide web communications network simplifying the uniform resource locators (URLS) displayed in association with received web documents
US20040107177A1 (en) Automated content filter and URL translation for dynamically generated web documents
US8078952B2 (en) Site redirection
Nagy Improved speed on intelligent web sites
US10095791B2 (en) Information search method and apparatus
US20130110912A1 (en) System and method for providing anonymous internet browsing
US20240104145A1 (en) Using a graph of redirects to identify multiple addresses representing a common web page
AU2011202768B2 (en) Transferring data between applications
JP2002032412A (ja) ホームページの検索方法およびホームページ検索サーバ
CN115544343A (zh) 汽车信息收集方法、装置、电子设备及存储介质
US20040230902A1 (en) Web-page processing method for reducing load of server

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YOSHIMURA, KATSUYOSHI;SATO, HIROKO;REEL/FRAME:020475/0645;SIGNING DATES FROM 20071120 TO 20071121

STCB Information on status: application discontinuation

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