WO2003091906A1 - Programme et procede d'affichage de documents - Google Patents

Programme et procede d'affichage de documents Download PDF

Info

Publication number
WO2003091906A1
WO2003091906A1 PCT/JP2002/004101 JP0204101W WO03091906A1 WO 2003091906 A1 WO2003091906 A1 WO 2003091906A1 JP 0204101 W JP0204101 W JP 0204101W WO 03091906 A1 WO03091906 A1 WO 03091906A1
Authority
WO
WIPO (PCT)
Prior art keywords
document
link information
link
information
menu
Prior art date
Application number
PCT/JP2002/004101
Other languages
English (en)
Japanese (ja)
Inventor
Masaya Naitou
Original Assignee
Fujitsu Limited
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 Limited filed Critical Fujitsu Limited
Priority to PCT/JP2002/004101 priority Critical patent/WO2003091906A1/fr
Priority to JP2004500210A priority patent/JPWO2003091906A1/ja
Publication of WO2003091906A1 publication Critical patent/WO2003091906A1/fr
Priority to US10/968,907 priority patent/US20050149853A1/en

Links

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/957Browsing optimisation, e.g. caching or content distillation

Definitions

  • the present invention relates to a document display program for displaying a document, a document display method, a document display device, and a computer-readable recording medium on which the document display program is recorded, and in particular, to display a document linked to another document.
  • a document display method, a document display device, and a computer-readable recording medium storing the document display program.
  • a browser installed on a computer.
  • the browser sends the document written in HTML (Hyper Text Markup Language) or XML (extensible Markup Language) via the Internet or an intranet.
  • HTML Hyper Text Markup Language
  • XML extensible Markup Language
  • the displayed document contains links to other documents.
  • an anchor tag specifies a linked document.
  • the link destination document is specified using the XLink description.
  • link information can be specified.
  • link information the resource set in the link information is set.
  • the linked document is fetched by the browser and the linked document is displayed. In this way, if you perform the operation of linking, you can browse the target content with only a simple mouse operation.
  • link information is identified on the screen by underlining or changing the color of other parts.
  • link information may be difficult to identify link information depending on the background color or screen configuration.
  • the part that is simply emphasized may be underlined or have a different color. In this case, it is difficult to distinguish the mere emphasis part of the character from the link information.
  • the user is not familiar with the browser operation, it is more difficult to distinguish the link information, and it is difficult to know what operation should be performed next from the current display screen to transition to the target screen. .
  • a content browsing service using a mobile phone is operated.
  • One such service is i-mode (trademark).
  • Such selection of link information by a mobile phone is performed using a numeric key. Therefore, in i-mode content, a numeric key number is displayed in association with the link.
  • i-mode content a numeric key number is displayed in association with the link.
  • Japanese Patent Application Laid-Open No. 2000-207089 discloses an auxiliary input area responding to the display of a main input area for hypertext link. The technology is shown. With this technology, it is easy to identify the link display section in the screen.
  • the correspondence between the hypertext link in the main input area and the navigation button in the auxiliary input area is only indicated by color coding. Therefore, if the hypertext link is indistinguishable only by color coding, it is difficult to find the hypertext link corresponding to the navigation button.
  • the above publication discloses an example in which an opaque navigation button is displayed adjacent to a related input area. If the same color is used to indicate the continuous input area, the input area cannot be identified when it becomes the same color as the background. Disclosure of the invention
  • the present invention has been made in view of such a point, and a document display program, a document display method, a document display device, and a document display program capable of easily and visually identifying link information in a document. It is an object of the present invention to provide a computer-readable recording medium on which is recorded.
  • a document display program according to the present invention is for displaying a document linked to another document.
  • the computer By causing the computer to execute the document display program according to the present invention, the computer performs the following processing.
  • the computer When the document 1 is input, the computer extracts link information 2a to 2c including the position information of the link destination document and the description content indicating the existence of the link from the input document 1 (Step S). 1). Next, the computer generates objects 3a to 3c corresponding to the extracted link information 2a to 2c (step S2). Then, the computer displays the document 1 and displays the generated objects 3a to 3c in a display format including the description contents included in the corresponding link information 2a to 2c (step S3). .
  • the objects 3 a to 3 c are displayed together with the document 1 in a display form including the input contents of the document 1.
  • a link destination document is generated from the input document.
  • Link information including location information and description content indicating the existence of a link is extracted, an object corresponding to the extracted link information is generated, the document is displayed, and the generated object is
  • the document table is displayed in a display form including the notation content included in the link information.
  • the input document is displayed in the same procedure as the computer that executes the document display program according to the present invention.
  • a link destination document is generated from the input document.
  • Link information extracting means for extracting link information including position information and description contents indicating the existence of a link; object generating means for generating an object corresponding to the link information extracted by the link information extracting means; Display means for displaying the document and displaying the object generated by the object generation means in a display form including the notation content included in the corresponding link information.
  • an input document is displayed in the same procedure as that of the computer that executes the document display program according to the present invention.
  • a computer-readable recording medium recording a document display program for displaying a document linked to another document
  • the document is input to the computer.
  • link information including the position information of the link destination document and the description content indicating the existence of the link
  • an object corresponding to the extracted link information is generated. Displaying the generated object in a display form including the notation content included in the corresponding link information, and causing the computer to execute a process.
  • a recording medium is provided.
  • the document display program according to the present invention can be executed by a computer.
  • FIG. 1 is a conceptual diagram of the invention applied to the embodiment.
  • FIG. 2 is a diagram illustrating an example of a system configuration according to the first embodiment.
  • FIG. 3 is a diagram illustrating an example of a hardware configuration of a client used in the first embodiment.
  • FIG. 4 is a block diagram illustrating functions of the client according to the first embodiment.
  • FIG. 5 is a diagram illustrating an example of a demonstrative pronoun list.
  • FIG. 6 is a flowchart showing a document display processing procedure according to the first embodiment.
  • FIG. 7 is a flowchart illustrating a procedure of a menu screen creation process according to the first embodiment.
  • FIG. 8 is a flowchart illustrating a procedure of the document processing according to the first embodiment.
  • FIG. 9 is a diagram illustrating an example of a document.
  • FIG. 10 is a diagram showing an example of a screen display when browsing a document according to the first embodiment.
  • FIG. 11 is a block diagram illustrating functions of a client according to the second embodiment.
  • FIG. 12 is a diagram illustrating an example of the data structure of the reference count table.
  • FIG. 13 is a flowchart showing a document display processing procedure according to the second embodiment.
  • FIG. 14 is a flowchart showing the procedure of a menu screen creation process according to the second embodiment.
  • FIG. 15 is a diagram illustrating an example of a screen display when browsing a document according to the second embodiment.
  • FIG. 16 is a block diagram illustrating a configuration of a client according to the third embodiment.
  • FIG. 17 is a flowchart showing the procedure of a menu screen creation process according to the third embodiment.
  • FIG. 18 is a flowchart showing the procedure of the document processing in the third embodiment.
  • FIG. 19 is a flowchart showing the procedure of the link display blinking process.
  • FIG. 20 is a diagram illustrating an example of a screen display when browsing a document according to the third embodiment.
  • FIG. 21 is a flowchart showing a procedure of a menu screen creation process according to the fourth embodiment.
  • FIG. 22 is a diagram illustrating an example of a screen display when browsing a document according to the fourth embodiment.
  • FIG. 23 is a block diagram illustrating functions of a browser according to the fifth embodiment.
  • FIG. 24 is a flowchart showing the procedure of a menu screen creation process according to the fifth embodiment.
  • FIG. 25 is a block diagram illustrating a configuration of a browser according to the sixth embodiment.
  • FIG. 26 is a flowchart showing a document display processing procedure according to the sixth embodiment.
  • FIG. 27 is a flowchart showing the procedure of the child link analysis process.
  • FIG. 28 is a flowchart showing a procedure of a menu screen creation process according to the sixth embodiment.
  • FIG. 29 is a diagram illustrating an example of a screen display when browsing a document according to the sixth embodiment.
  • FIG. 30 is a block diagram illustrating a configuration of a browser according to the seventh embodiment.
  • FIG. 31 is a flowchart illustrating a procedure of a menu screen update process.
  • FIG. 32 is a diagram showing an example of a screen display when browsing a document in the seventh embodiment.
  • C FIG. 33 is a diagram showing an example of a case where a document screen and a menu screen are displayed on different devices. .
  • FIG. 1 is a conceptual diagram of the invention applied to the embodiment.
  • FIG. 1 shows processing executed by a computer based on a document display program for displaying document 1 linked to another document.
  • step S1 When the computer inputs the document 1, the computer starts the linked document from the input document 1.
  • the link information 2a (link information # 1) includes position information "add # 1" and description content "A”.
  • the link information 2b (link information # 2) includes position information "add # 2" and description content "B”.
  • the link information 2c (link information # 3) includes position information "add # 3" and description content "C”.
  • the computer generates objects 3a to 3c corresponding to the extracted link information 2a to 2c (step S2).
  • button-shaped objects 3a to 3c are generated in association with the link information 2a to 2c.
  • the computer will display Document 1 and generate the object
  • 3a to 3c are displayed in display forms 6a to 6c including the description contents included in the corresponding link information 2a to 2c (step S3).
  • the document is displayed in the document screen 5.
  • the displayed document 1 includes the description contents 5a to 5c of the link information 2a to 2c, respectively.
  • the objects 3a to 3c are displayed on the menu screen 6.
  • the object 3a is displayed in the display mode 6a including the description content "A" of the link information 2a.
  • Object 3b contains link information
  • Step S4 the computer acquires a link destination document based on the position information included in the link information corresponding to the selected object.
  • the mouse pointer 7 operated by the user points to the display mode 6b of the object 3b, and the object 3b is selected by pressing the mouse button. Then the object
  • the link destination document 9a is obtained based on the location information “add # 2” included in the link information 2b corresponding to 3b.
  • the linked document 9a is, for example, a document stored in another computer 9 connected via the network 8.
  • the link information 2 a to 2 c is included in the document 1. This allows the user to easily distinguish visually. For example, even if the notation contents 5a to 5c of the link information 2a to 2c displayed on the document screen 5 are underlined, the underline is not merely highlighting but indicates the existence of the link. Is not clear just by browsing Document 1.
  • the user refers to the display forms 6a to 6c of the objects 5a to 5c, thereby displaying the same notation contents 5a to 5c in the document screen 5, It can recognize that link information is set.
  • the presence of an object containing the same notation contents as the notation contents 5 a to 5 c in the document screen 5 visually distinguishes the existence of the link information 2 a to 2 c corresponding to the notation contents 5 a to 5 c. It becomes possible.
  • the following functions can be added to more clearly indicate the existence of the link information 2a to 2c.
  • the content of the notation clearly indicates the content of the linked document. If it is determined that the content is not clear, the sentence written before and after the content is replaced with the object. May be included in the display form. For example, if the written content is a demonstrative pronoun, it is determined that the content of the linked document is not clearly shown. Thus, by referring to the display form of the object, it is possible to predict the content of the linked document acquired by the corresponding link information.
  • a predetermined part of the position information (for example, a part for specifying a computer storing a linked document) is grouped into common pieces of link information, and the plurality of extracted pieces of link information are extracted.
  • the objects of the link information may be displayed collectively for each group. As a result, the user can accurately determine the linked document containing the target information.
  • a related document that can be reached by reading the link relationship a predetermined number of times from the link information extracted from the input document is read ahead, and corresponding to the link information in the related document.
  • Objects may be displayed.
  • the target document can be obtained without disconnecting the link one by one.
  • operability is improved.
  • the link destination document is prefetched based on the position information included in the link information corresponding to the specified object, and the link information in the prefetched link destination document is read. May be displayed (a linked document corresponding object). As a result, the link target document corresponding object narrowed down by the user is displayed, and the object corresponding to the document including the target information can be easily found.
  • documents that include link information to other documents include documents called hypertext and structured documents. These documents are standardized by HTML and XML, and are used for contents distributed via the Internet. Therefore, an embodiment of the present invention will be specifically described using an example in which content acquired via the Internet is displayed on a computer to which the present invention is applied.
  • the icons corresponding to the link information included in the displayed document are listed on another menu screen according to the order included in the document.
  • the buttons (display contents) corresponding to the link information are displayed on the buttons displayed on the menu screen.
  • the character corresponding to the link information is a demonstrative pronoun (for example, "here” or "there")
  • the characters before and after that character for example, one paragraph
  • the first embodiment of the present invention will be specifically described.
  • FIG. 2 is a diagram illustrating an example of a system configuration according to the first embodiment. As shown in FIG. 2, they are connected to each other via a plurality of clients 100 and 200 and web servers 310 and 320.
  • the clients 100 and 200 have a function of acquiring and browsing web contents such as HTML and XML documents and image data specified in those documents.
  • the function of acquiring web content is realized using, for example, a communication function of TCP / IP (Transmission Control Protocol / Internet Protocol).
  • the function of browsing contents is realized by a browsing function called a browser.
  • the browser according to the first embodiment simply displays the content of the content.
  • a menu screen listing link information to other documents can be displayed.
  • the web servers 310 and 320 are computers that distribute various contents.
  • FIG. 3 is a diagram illustrating an example of a hardware configuration of a client used in the first embodiment.
  • the entire client 100 is controlled by a CPU (Central Processing Unit) 101.
  • a RAM (Random Access Memory) 102, a hard disk drive (HDD) 103, a graphic processing device 104, an input interface 105, and a communication interface 106 are connected to the CPU 101 via a bus 107. ing.
  • the RAM 102 temporarily stores at least a part of an S (Operating System) program and an application program to be executed by the CPU 101. Further, the RAM 102 stores various data required for processing by the CPU 101.
  • the HDD 103 stores an OS and application programs.
  • the monitor 11 is connected to the graphic processing device 104.
  • the graphics processing device 104 displays an image on the screen of the monitor 11 according to an instruction from the CPU 101.
  • the keyboard 12 and the mouse 13 are connected to the input interface 105.
  • the input interface 105 transmits signals sent from the keyboard 12 and the mouse 13 to the CPU 101 via the bus 107.
  • the communication interface 106 is connected to the Internet 10.
  • the communication interface 106 transmits and receives data to and from another computer via the Internet 10.
  • FIG. 3 illustrates an example of the hardware configuration of the client 100, the other clients 200 and the web servers 310 and 320 can be realized with the same hardware configuration.
  • the function according to the first embodiment is implemented in the browser of the client 100.
  • FIG. 4 is a block diagram showing functions of the client according to the first embodiment.
  • the browser 110 is implemented in the client 100.
  • the browser 110 has a document reading unit 111, a document display unit 112, a link information analysis unit 113, a demonstrative pronoun list 114, a menu creation unit 115, and a menu display unit 116. have.
  • the constituent elements have a connection relationship with each other between elements that exchange information.
  • the connection relationship means that an agreement for information transfer has been made between the connected elements.
  • the document reading unit 111 is connected to the internet 10, the document display unit 112, and the link information analysis unit 113.
  • the document display unit 112 is connected to the menu creation unit 115 in addition to the connection relationship described above.
  • the link information analysis unit 113 is connected to the menu creation unit 115 in addition to the connection relationship described above.
  • the menu creation unit 115 is connected to the demonstrative pronoun list 114 and the menu display unit 116 in addition to the connection relationship described above.
  • the document reading unit 111 reads a document (such as an HTML document or image data) via the Internet 10 in response to an operation input from a user.
  • the operation input that triggers the reading of a document is, for example, input of the location (URL, etc.) of the HTML document managed by the web server 310, 320, or to another document in the displayed document. Operations such as selection of link information.
  • the document reading unit 111 passes the read document to the document display unit 112 and the link information analysis unit 113.
  • the document display unit 112 displays the document received from the document reading unit 111 on the screen of the monitor 111.
  • the document display unit 112 changes the content of the displayed document in response to the editing operation of the document (for example, HTML document) from the menu creation unit 115. Specifically, a number (identification information) corresponding to the button in the menu display section 116 is inserted into the link information of the displayed document.
  • the link information analysis unit 113 Upon receiving the document from the document reading unit 111, the link information analysis unit 113 analyzes the document. Specifically, the link information analysis unit 113 first extracts link information in the document. Then, the link information analysis unit 113 determines the position information specifying the linked document in the extracted link information, and the description content displayed at the link portion in the document.
  • the link information should be an anchor tag ( ⁇ A> ⁇ /A>) It is described in the area sandwiched (anchor element).
  • Ku A HREF "http: ⁇ f-tsu.com/index.html”> Kutsu A / F>
  • link information is described as a link element as follows:
  • the link information analysis unit 113 sends the analyzed document and the analysis result to the menu creation unit 115.
  • the menu creation unit 115 creates a menu listing link information based on the document received from the link information analysis unit 113 and the analysis result of the document.
  • the created menu is provided with a button corresponding to the link information, and the button is associated with the linked document. In the button, information set as the description content of the link portion in the link information is displayed.
  • the menu creating unit 115 refers to the demonstrative pronoun list 114 to determine whether the description content of the link part is a demonstrative pronoun. If the written content is a demonstrative pronoun, the menu creation unit 115 obtains the characters before and after the link information (for example, the same sentence or paragraph (paragraph), etc.) and uses them as the written content of the button in the menu. You.
  • the menu creation section 115 transfers the created menu to the menu display section 116.
  • the menu creation unit 115 assigns a number to the button in the menu, includes the number in the notation content of the button, edits the document passed to the document display unit 112, and performs the corresponding link information. Insert the corresponding number in the vicinity of.
  • the menu display section 116 displays the menu created by the menu creation section 115 on the screen. For example, the menu display section 116 opens another screen at a position that does not overlap the document display screen displayed by the document display section 112, and displays the menu in that screen.
  • FIG. 5 is a diagram illustrating an example of a demonstrative pronoun list.
  • a character string of the demonstrative pronoun is set.
  • demonstrative pronouns such as “here”, “here” and “over there” are set.
  • FIG. 6 is a flowchart showing a document display processing procedure according to the first embodiment. Hereinafter, the processing illustrated in FIG. 6 will be described along the step numbers.
  • Step S11 The document reading unit 111 detects an operation input from the user using the mouse 13 or the like, and determines whether or not a link is selected on the document screen or the menu screen. If a link has been selected, the process proceeds to step S12. If a link has not been selected, the process of step S11 is repeated.
  • Step S 1 2 The document reading unit 1 1 1 checks the location of the link destination set for the selected link, and reads the document from that location.
  • the document reading unit 111 passes the read document to the document display unit 112 and the link information analysis unit 113.
  • the link information analysis unit 113 analyzes the document and extracts link information. At this time, the link information analysis unit 113 determines the position information of the link destination set in the extracted link information and the description content of the link portion. Then, the link information analysis unit 113 sends the document and the link information extracted as a result of the analysis (the position information of the link destination and the description content of the link part) to the menu creation unit 115.
  • Step S 14 The menu creation section 1 15 performs menu screen creation processing. Details of the menu screen creation process will be described later.
  • Step S15 The menu creation section 115 executes the document processing. documents Details of the processing will be described later.
  • Step S 16 The document display section 1 12 displays the document processed by the menu creation section 1 15 on the monitor 11. At the same time, the menu display section 116 displays the menu screen created by the menu creation section 115 on the monitor 111. Thereafter, the process proceeds to step S11, and waits for the selection of the next link by the document reading unit 111.
  • step S14 in FIG. 6 the details of the menu screen creation process (step S14 in FIG. 6) will be described.
  • FIG. 7 is a flowchart illustrating a procedure of a menu screen creation process according to the first embodiment. This processing is executed when the menu creation unit 115 receives the document and the analysis result from the link information analysis unit 113. Hereinafter, the processing illustrated in FIG. 7 will be described along with step numbers.
  • Step S2 1 The menu creation section 1 15 determines that among the link information extracted by the link information analysis section 113, the processing after step S22 is unprocessed (unselected). It is determined whether there is link information. If there is unprocessed link information, the process proceeds to Step S22. If the processing has been completed for all the link information, the processing proceeds to step S15 in FIG.
  • Step S 2 2 The menu creation section 1 15 selects one of the unselected link information from the one closest to the top of the document. In this way, link information is selected sequentially from the top of the document.
  • Step S2 3 The menu creation unit 115 acquires the position information of the link destination of the selected link information and the description content.
  • Step S2 4 The menu creating section 1 15 determines whether or not the written content is a demonstrative pronoun. Whether or not the written content is a demonstrative pronoun is determined by referring to the demonstrative pronoun list 1 14. That is, if the notation content of the selected link information is included in the demonstrative pronoun list 114, it is determined that the written content is a demonstrative pronoun. If the notation content is a demonstrative pronoun, the process proceeds to Step S25. If the written content is not a demonstrative pronoun, the process proceeds to step S26.
  • the menu creation section 1 15 contains the text before and after the selected link information. Get a string. For example, get a sentence containing link information.
  • Step S2 6 The menu creating section 1 15 assigns a number to the selected link information. For example, numbers are assigned in ascending order from 1 in the selected order.
  • Step S2 7 The menu creation unit 1 15 creates a button for the selected link information at the end of the menu being created.
  • the top that appears on the screen is the top in the button arrangement, and the bottom is the rear in the button arrangement.
  • Step S2 8 The menu creation unit 115 associates the generated button with the position information and the acquired character string.
  • the associated location information indicates the location of the document to be obtained when the button is selected.
  • the character string is the character string obtained in step S25, if any, and if the processing in step S25 has not been performed, the notation of the notation content obtained in step S23. It is a character string. Thereafter, the process proceeds to step S21.
  • FIG. 8 is a flowchart illustrating a procedure of the document processing according to the first embodiment. Hereinafter, the processing illustrated in FIG. 8 will be described along the step numbers.
  • Step S31 The menu creation unit 115 selects the link information extracted by the link information analysis unit 113 that has not been processed (unselected) after step S32. It is determined whether there is link information. If there is unprocessed link information, the process proceeds to step S32. If the processing has been completed for all link information, the processing proceeds to step S16 in FIG.
  • Step S3 2 The menu creation unit 1 15 selects one unselected link information.
  • Step S33 The menu creation unit 115 acquires the number assigned to the selected link information in the menu screen creation processing.
  • Step S334 The menu creating section 115 inserts the number obtained in step S33 before the selected link information in the document. Thereafter, the process proceeds to step S31.
  • the menu screen that extracts only the link information in the document is displayed Generated.
  • FIG. 9 is a diagram illustrating an example of a document.
  • FIG. 9 shows an example in which a document 30 for distributing breaking news is displayed on a conventional browser.
  • Document 30 states, "Company F achieved the world's highest performance record in the application benchmark test with the server's top model” PP 2000. " Details of the benchmark test are available on the research institute's site. Is displayed. In this sentence, three link information 31-33 is included. Each link information 31 to 33 is underlined. The description of the link information 31 is "Company F”. The description content of the link information 32 is “PP 2000”. The description of link information 33 is "here". Further, the document 30 includes link information 34 described as “next news” and link information 35 described as “go to menu screen”.
  • FIG. 10 is a diagram showing an example of a screen display when browsing a document according to the first embodiment.
  • a document screen 41 and a menu screen 42 are displayed on the screen 40 of the monitor 11.
  • the document screen 41 displays the contents of the document.
  • the number assigned to each of the link information 41 a to 41 e is displayed at the upper left of the content of the link information 41 a to 41 e in the document screen 41.
  • the link information 41a is number 1
  • the link information 4lb is number 2
  • the link information 41c is number 3
  • the link information 4Id is number 4
  • the link information 41e is number 5.
  • buttons 42a to 42i are displayed on the menu screen 42.
  • the four buttons 42 a to 42 d are displayed regardless of the link information in the document.
  • Button 42a written as "Back” is a button for returning to the previous screen.
  • the button 42b labeled “Forwa rd” is a button for proceeding to the next screen (available only after returning from the screen after proceeding).
  • a button 42c described as “Scro 11 Up” is a button for scrolling the document screen 41 upward.
  • Potan labeled "S croll Down" 42 d Is a button for scrolling the document screen 41 down.
  • the button 42e labeled "Company F” is a button corresponding to the link information 41a.
  • the same number "1" as the link information 41a is displayed on the button 42e.
  • the button 4 2 e is selected, a document corresponding to the link information 4 1 a is obtained.
  • the button 42 described as “PP 200 0” is a button corresponding to the link information 41b.
  • the same number “2” as the link information 4 1b is displayed on the button 4 2f.
  • the button 4 2 f is selected, a document corresponding to the link information 4 1 b is obtained.
  • the button 4 2 g that reads “Click here to the research organization's site” is the button corresponding to the link information 41 c.
  • the sentence containing the link information 41c is displayed in the button 42g because "kochira", which is the description content of the link information 41c, is a demonstrative pronoun.
  • the button 42g displays the same number "3" as the link information 41c.
  • the button 42h labeled "Next News” is a button corresponding to the link information 41d.
  • the same number "4" as the link information 41d is displayed on the button 42h.
  • the button 42h is selected, a document corresponding to the link information 41d is obtained.
  • the button 42 i labeled “Go to menu screen” is the button corresponding to the link information 41 e.
  • the same number "5" as the link information 41e is displayed on the button 42i.
  • the button 42i is selected, a document corresponding to the link information 41e is obtained.
  • the menu screen 42 is displayed side by side on the document screen 41, it is possible to easily recognize the presence of link information that is difficult to visually recognize in the document screen 41 on the menu screen 42. it can. In other words, even if the acquired hypertext or structured document is a document that is not aware of menus, the user can easily recognize the next possible operation in the document and perform the operation easily. Can be.
  • the same number is displayed for the link information and the button that have a corresponding relationship. Therefore, it is possible to easily recognize which button corresponds to which link information. Furthermore, since the notation content set in the link information is displayed on the button, it is possible to assume what kind of link to the document by just looking at the button. For example, if “Company F” is displayed in the button, it indicates that the link is to the company F page.
  • the character string before and after the demonstrative pronoun is also displayed on the button. Therefore, even if the description content of the link information is a demonstrative pronoun, a character string or the like effective to indicate the link destination is displayed on the button.
  • Buttons 4 2 e to 4 2 i in the menu screen 42 are arranged and displayed in the order in which the corresponding link information appears in the document. Therefore, the link information in the document corresponding to the button can be easily found.
  • buttons on the menu screen are arranged according to the number of times the linked document is referred to.
  • the system configuration and the hardware configuration of the second embodiment are the same as the configurations of the first embodiment shown in FIGS.
  • FIG. 11 is a block diagram illustrating functions of a client according to the second embodiment.
  • a browser 120 configured as shown in FIG. 11 is mounted.
  • the browser 120 has a document reading unit 1 21, a document display unit 1 2 2, a link information analysis unit 1 2 3, a reference count management unit 1 2 4, a menu creation unit 1 2 5, and a menu display unit 1 2 6 have.
  • the document reading unit 1 2 1, the document display unit 1 2 2, the link information analysis unit 1 2 3, and the menu display unit 1 2 6 have the same configuration as the first embodiment shown in FIG. Has the same function as the element.
  • the reference number management unit 124 detects the user's operation input to the screen of the browser 120 and manages the number of times each document is referenced.
  • the reference count of each document is stored in the reference count table 124a.
  • the reference count management unit 1 24 Count up the value of the reference count corresponding to the document. If the reference count corresponding to the read document is not registered in the reference count table 124a, the reference count table 1 2 4 4 Add to a Register.
  • the reference count management section 124 in response to a request from the menu creation section 125, notifies the menu creation section 125 of the document reference count.
  • the menu creation section 125 has almost the same function as the menu creation section 115 of the first embodiment shown in FIG. However, the menu creation unit 125 of the second embodiment arranges the buttons in the menu not in the order of appearance in the document but in the order of the number of references. Therefore, when the menu creation unit 125 receives the document and the analysis result of the document from the link information analysis unit 123, the menu creation unit 125 calculates the number of times of reference to the document corresponding to the position information of the link destination included in the analysis result. Inquire to the reference count management unit 1 2 4. Then, the menu creation unit 125 creates a menu in which buttons are arranged in descending order of the number of times of reference.
  • FIG. 12 is a diagram illustrating an example of the data structure of the reference count table.
  • the reference count table 124a has a column for the link destination and a column for the reference count.
  • the position information of the read document is set.
  • the position information is indicated by URL.
  • the number of times of reference is set in association with the position information.
  • the reference count table 124a shown in FIG. 12 exemplifies the reference count of the document corresponding to the link information 31 to 35 included in the document 30 of FIG.
  • the link location of the link information 31 marked "Company F” is set to "http://www.f-tsu.com/main.htmlj", and the document is referenced 8 times
  • the link information indicated as “PP 2000” is set to “http://www.f-tsu.com/server/PP2000.htmlJ” and the document is referred to.
  • the number of links is 6.
  • the link information marked “here” 3 The link destination of 3 is set to “http: //www.search.orgA) enchmark.htmlJ, and the number of references to the document is 9 Times.
  • the link destination of the link information "4 Next news" 3 is set to "http://www.tec_news.com/20020401/news05.htmlj", and the number of references to the document is 7 times.
  • FIG. 13 is a flowchart showing a document display processing procedure according to the second embodiment. Hereinafter, the processing illustrated in FIG. 13 will be described along the step numbers.
  • Step S4 1 The document reading unit 1 2 1 detects an operation input from the user using the mouse 13 or the like, and determines whether or not a link is selected on the document screen or the menu screen. If a link has been selected, the process proceeds to step S42. If a link has not been selected, the process of step S41 is repeated.
  • Step S42 The reference count management unit 124 counts up the reference count of the selected link destination set in the reference count table 124a by one. If the link destination is not set in the reference count table 124a, the reference count management unit 124 sets the location information of the link destination in the link destination location column of the reference count table 124a. The number of times of reference is 1.
  • Step S 4 3 The document reading unit 1 2 1 checks the location of the link set in the selected link, and reads the document from that location.
  • the document reading unit 122 passes the read document to the document display unit 122 and the link information analysis unit 123.
  • the link information analysis unit 123 analyzes the document and extracts link information. At this time, the link information analysis unit 123 determines the position information of the link destination set in the extracted link information and the description content of the link portion. Then, the link information analysis unit 123 sends the document and the analysis result to the menu creation unit 125.
  • Step S45 The menu creation section 125 performs menu screen creation processing. Details of the menu screen creation process will be described later.
  • Step S46 The menu creation unit 125 executes the document processing.
  • the details of the document processing are the same as those of the document processing according to the first embodiment shown in FIG.
  • Step S47 The document display section 122 displays the document processed by the menu creation section 125 on the monitor 111. At the same time, the menu display 1 2 6 The menu screen created by the creation unit 1 25 is displayed on the monitor 11. Thereafter, the process proceeds to step S41, and waits for selection of the next link by the document reading unit 121.
  • FIG. 14 is a flowchart showing the procedure of a menu screen creation process according to the second embodiment. This processing is executed when the menu creation unit 125 receives the document and the analysis result from the link information analysis unit 123. Hereinafter, the processing illustrated in FIG. 14 will be described along with step numbers.
  • Step S51 The menu creation section 125 selects the link information extracted by the link information analysis section 123 that has not been processed (unselected) from step S52. It is determined whether there is link information. If there is unprocessed link information, the process proceeds to step S52. If the processing has been completed for all link information, the processing proceeds to step S46 in FIG.
  • Step S52 The menu creation section 125 selects one of the unselected link information from the one closest to the top of the document. In this way, link information is selected sequentially from the top of the document.
  • the menu creation unit 125 acquires the position information of the link destination of the selected link information and the description content.
  • Step S54 The menu creation unit 125 acquires the number of times of reference to the link destination corresponding to the selected link information from the number-of-references management unit 124.
  • Step S55 The menu creating section 125 assigns a number to the selected link information. For example, numbers are assigned in ascending order from 1 in the selected order.
  • Step S5 6 The menu creation section 125 determines the insertion position of the selected link information button so that the number of times of reference is higher in descending order.
  • Step S57 The menu creation section 125 generates a button for the selected link information at the insertion position determined in step S56.
  • Step S ⁇ b> 58 The menu creation unit 125 associates the position information with the acquired character string with the generated button.
  • the associated location information indicates the location of the document to be obtained when the button is selected.
  • the character string is the character string of the notation content acquired in step S53. Thereafter, the process proceeds to step S51. In this way, the buttons in the menu are arranged from the top in descending order of the number of times the document corresponding to the button is referenced.
  • FIG. 15 is a diagram illustrating an example of a screen display when browsing a document according to the second embodiment.
  • a document screen 51 and a menu screen 52 are displayed on the screen 50 of the monitor 11.
  • the document screen 51 displays the contents of the document.
  • the number assigned to each piece of link information 51 a to 51 e is displayed at the upper left of the content of the link information 51 a to 51 e in the document screen 51.
  • the link information 51 a is number 1
  • the link information 5 lb is number 2
  • the link information 51 c is number 3
  • the link information 5 Id is number 4
  • the link information 51 e is number 5.
  • buttons 52a to 52i are displayed on the menu screen 52.
  • the four buttons 52a to 52d are buttons that are displayed regardless of the link information in the document.
  • the functions of the buttons 52a to 52d are the same as those of the buttons 42a to 42d in the first embodiment shown in FIG.
  • buttons 52 e to 52 i are arranged from the top in descending order of the number of times the corresponding linked document is referenced.
  • a button 5 2 e labeled “Go to menu screen” a button 53 f labeled “here”
  • PP 20 Potan 52 h, labeled “0 0”
  • Pot 52 2 i labeled “next news”.
  • the same numbers as the corresponding link information are displayed in the buttons 52e to 52i.
  • buttons 52 e to 52 i in the menu screen 52 are arranged in descending order of the number of references, if all the buttons cannot be displayed in one screen, The button with the highest number of references is preferentially displayed on the initial menu screen 52. As a result, a button that is likely to be referred to by the user is preferentially displayed on the menu screen 52, and the operability of document browsing using the browser 120 is improved.
  • the denotation pronoun such as “here” is used as it is as the notation content of the button 52 f.
  • the characters before and after the button 52 It may be included in the description of f.
  • FIG. 16 is a block diagram illustrating a configuration of a client according to the third embodiment.
  • a browser 130 having a configuration as shown in FIG. 16 is mounted on the client 100b in the third embodiment.
  • the browser 130 is composed of a document reading unit 131, a document display unit 132, a link information analysis unit 133, a menu creation unit 135, a menu display unit 133, and a selection candidate detection unit 133 have.
  • the document reading unit 13 1, the document display unit 13 2, the link information analysis unit 13 3, and the menu display unit 13 36 have the same configuration as in the first embodiment shown in FIG. Has the same function as the element.
  • the menu creation section 135 has the same function as the menu creation section 115 of the first embodiment. However, even when the notation content of the link information is a demonstrative pronoun, the menu creation unit 135 displays the notation content as it is on the button in the menu screen. Further, the menu creation unit 135 sets identification information for the link information included in the document read from the link information analysis unit 133. For the identification information, for example, serial numbers are set in order from the link information near the beginning of the document. The menu creating unit 135 associates the identification information of the link information with a button corresponding to the link information in the menu. The menu creation unit 135 edits the document passed to the document display unit 132 and associates the identification information of the link information with the link information in the document as non-display information.
  • the selection candidate detection unit 1337 monitors the position of the mouse pointer on the screen, and the mouse pointer moves on a button (limited to the button corresponding to the link information in the document) in the menu screen. Detect that Then, the selection candidate detecting unit 133 extracts the identification information associated with the button pointed by the mouse pointer, and passes the identification information to the document display unit 132.
  • the document display section 132 has the following functions in addition to the functions of the document display section 112 in the first embodiment shown in FIG. That is, when acquiring the identification information associated with the button specified as the selection candidate from the selection candidate detection unit 1337, the document display unit 132 detects the link information corresponding to the identification information. Then, the document display section 132 blinks the content of the detected link information on the document screen.
  • the following processing is executed by the browser 130 having such a configuration. Note that the overall processing procedure of the browser 130 is the same as that of the first embodiment shown in FIG.
  • FIG. 17 is a flowchart showing the procedure of a menu screen creation process according to the third embodiment. Hereinafter, the processing illustrated in FIG. 17 will be described along the step numbers.
  • Step S61 The menu creation section 135 selects the link information extracted by the link information analysis section 133 that has not yet been processed (unselected) from step S62. It is determined whether there is link information. If there is unprocessed link information, the process proceeds to Step S62. If the processing has been completed for all the link information, the processing proceeds to step S15 in FIG.
  • Step S62 The menu creation section 135 selects one of the unselected link information from the one closest to the top of the document. In this way, link information is selected sequentially from the top of the document.
  • the menu creation unit 135 acquires the position information of the link destination of the selected link information and the description content.
  • the menu creating unit 135 determines the identification information of the selected link information. For example, numbers are assigned in ascending order from 1 in the selected order.
  • the menu creation section 135 generates a button for the selected link information at the end of the menu being created.
  • the top that appears on the screen is the top in the button arrangement, and the bottom is the rear in the button arrangement.
  • the menu creation unit 135 associates the generated button with the position information and the acquired notation content.
  • the associated location information is Indicates the location of the document to be obtained at the time of receipt.
  • Step S67 The menu creating section 135 associates the generated button with the identification information determined in step S64 as non-display information. Then, the process proceeds to step S61.
  • FIG. 18 is a flowchart showing the procedure of the document processing in the third embodiment. Hereinafter, the processing illustrated in FIG. 18 will be described along the step numbers.
  • Step S71 The menu creation section 135 selects the link information extracted by the link information analysis section 133 that has not been processed (unselected) from step S72. It is determined whether there is link information. If there is unprocessed link information, the process proceeds to step S72. If the processing has been completed for all link information, the processing proceeds to step S16 in FIG.
  • Step S72 The menu creation section 135 selects one unselected link information.
  • the menu creation unit 135 acquires the identification information given to the selected link information in the menu screen creation processing.
  • Step S74 The menu creating section 135 associates the identification information acquired in step S73 with the selected link information in the document as non-display information. Thereafter, the process proceeds to step S71.
  • the link information in the document screen and the button in the menu screen corresponding to the link information are associated with each other through the hidden identification information. Then, a document screen is displayed by the document display section 1332, and a menu screen is displayed by the menu display section 1336. Then, when a button on the menu screen is designated as a selection candidate, the description content of the link information corresponding to the button flashes.
  • FIG. 19 is a flowchart showing the procedure of the link display blinking process. This process is a process that is continuously executed while the document screen and the menu screen are displayed on the monitor 11. Hereinafter, the processing illustrated in FIG. 19 will be described along the step numbers.
  • Step S81 The selection candidate detecting unit 1337 determines whether or not the mouse pointer is over a button (limited to a button corresponding to link information) in the menu screen. If the mouse pointer is on the button, the process proceeds to step S82. Mau If the pointer is not on the button, the process of step S81 is repeated.
  • the selection candidate detecting section 1337 extracts identification information associated with the button at the position of the mouse pointer.
  • Step S83 The selection candidate detecting section 133 notifies the document display section 132 of the identification information.
  • Step S84 The document display section 1332 extracts link information associated with the identification information notified from the selection candidate detection section 1337.
  • Step S85 The document display section 1332 blinks the extracted link information. Thereafter, the process proceeds to step S81.
  • FIG. 20 is a diagram illustrating a screen display example when browsing a document according to the third embodiment.
  • a screen 60 of the c monitor 11 displays a document screen 61 and a menu screen 62.
  • the document screen 61 displays the contents of the document.
  • the document contains a plurality of link information 61a to 61e.
  • On the menu screen 62 a plurality of buttons 62a to 62i are displayed.
  • the four buttons 62 a to 62 d are buttons displayed independently of the link information in the document.
  • the functions of the pots 62 a to 62 d are the same as those of the pots 42 a to 42 d in the first embodiment shown in FIG.
  • Buttons 6 2 e to 6 2 i are buttons corresponding to link information 6 1 a to 6 1 e.
  • the button 6 2 e corresponds to the link information 6 1 a
  • the button 6 2 f corresponds to the link information 6 1 b
  • the button 6 2 g corresponds to the link information 6 1 c
  • the button 6 2 h corresponds to the link information 6.
  • the button 6 2 i corresponds to the link information 6 1 e corresponding to Id.
  • the mouse pointer 63 When one of the buttons 6 2 e to 6 2 i corresponding to the link information 6 1 a to 6 1 e is pointed by the mouse pointer 63, the corresponding link information blinks.
  • the mouse pointer 63 is displayed on a button 62 g labeled “here”. That is, it indicates 62 g of potan. Therefore, in the document screen 61, the notation content "here" of the link information 61c corresponding to the button 62g is blinking. For example, blinking reverse display is performed. In the blinking reverse display, the background blinks, and the characters are highlighted with the blinking background.
  • the link information corresponding to the button can be easily found in the document screen 61. Therefore, even if it is not possible to imagine the contents of the document linked by the button, the corresponding link information is found from the document screen 61, and the link is determined from the context of the position of the link information. The contents of the previous document can be easily guessed.
  • the blinking of the link information may be performed only when the content of the link destination document is not clearly indicated, such as when the written content is a demonstrative pronoun.
  • buttons in the menu screen are displayed in groups for each linked website.
  • the components of the browser according to the fourth embodiment are almost the same as those of the browser 110 according to the first embodiment shown in FIG. 4, and therefore, the components of the fourth embodiment are described using the components shown in FIG. Will be described. Note that the demonstrative pronoun list 114 shown in FIG. 4 is unnecessary in the fourth embodiment.
  • the function of each component is the same as that of the first embodiment, except for the menu screen creation processing in the menu creation unit 115.
  • a menu screen creation process according to the fourth embodiment will be described.
  • FIG. 21 is a flowchart illustrating a procedure of a menu screen creation process according to the fourth embodiment. This processing is executed when the menu creation unit 115 receives the document and the analysis result from the link information analysis unit 113. Hereinafter, the processing illustrated in FIG. 21 will be described along the step numbers.
  • Step S91 The menu creation section 115 selects the link information extracted by the link information analysis section 113 which has not been processed (unselected) in the processing after step S92. It is determined whether there is link information. If there is unprocessed link information, the process proceeds to step S92. If the processing has been completed for all the link information, the processing proceeds to step S15 in FIG. [Step S92] The menu creation section 1 15 selects one of the unselected link information from the one closest to the top of the document. In this way, link information is selected sequentially from the top of the document.
  • the menu creation unit 115 acquires the position information of the link destination of the selected link information and the description content.
  • Step S94 The menu creating unit 115 determines whether or not a group with the same domain name already exists based on the domain name included in the location information. If there is a group with the same domain name, the process proceeds to step S95. If there is no group with the same domain name, the process proceeds to step S96.
  • the menu creation unit 115 creates a button for the selected link information at the end of the menu being created.
  • the top that appears on the screen is the top in the button arrangement, and the bottom is the rear in the button arrangement.
  • Step S966 The menu creation unit 1 15 creates a new group and generates a button for the selected link information.
  • Step S97 The menu creation unit 115 associates the generated button with the position information and the acquired character string.
  • the associated location information indicates the location of the document to be obtained when the button is selected.
  • the character string is the character string of the notation content acquired in step S93. Thereafter, the process proceeds to step S91.
  • FIG. 22 is a diagram illustrating an example of a screen display when browsing a document according to the fourth embodiment.
  • a document screen 71 and a menu screen 72 are displayed on the screen 70 of the monitor 11.
  • the document screen 71 displays the contents of the document.
  • the document contains multiple pieces of link information 71a to 71e.
  • the menu screen 72 displays a plurality of buttons 72a to 72i.
  • the four buttons 72a to 72d are buttons that are displayed regardless of the link information in the document.
  • the functions of the buttons 72a to 72d are the same as those of the buttons 42a to 42d in the first embodiment shown in FIG.
  • buttons 72 e to 72 i are buttons corresponding to the link information 71 a to 71 e.
  • Button 7 2 e corresponds to link information 7 1 a
  • button 7 2 f corresponds to link information 7 1 b
  • button 7 2 g corresponds to link information 7 1 c
  • button 7 2 h corresponds to link information 7
  • Button 7 2 i corresponds to link information 7 1 e, corresponding to 1 d.
  • buttons 72 e to 72 i are grouped for each domain name indicated by the position information of the corresponding link information. Each group has its domain name displayed.
  • buttons 72e and 72f are displayed side by side as a group of the domain name "http: ⁇ www.f-tsu.com”. Domain name "http: ⁇ www.search.orgJ” is displayed as a group of buttons 72 g.
  • a button 72h is displayed as a group (local content) with the same domain name as the currently displayed document.
  • 7 2 i are displayed side by side.
  • the update date and time of the linked document are read ahead, and the buttons in the menu are displayed in order of the updated date and time of the linked document.
  • FIG. 23 is a block diagram illustrating functions of a browser according to the fifth embodiment.
  • a browser 140 having a configuration as shown in FIG. 23 is mounted on the client 100c in the third embodiment.
  • the browser 140 has a document reading section 141, a document display section 142, a link information analysis section 144, a menu creation section 144, a menu display section 144, and an update date and time acquisition section 14 Has seven.
  • the document reading unit 14 1, the document display unit 14 2, and the menu display unit 14 6 have the same functions as the components having the same names in the first embodiment shown in FIG. .
  • the link information analysis section 144 has the following functions in addition to the functions of the link information analysis section 113 of the first embodiment shown in FIG.
  • the link information analysis unit 1443 analyzes the document and extracts the link information, it passes the position information of the extracted link information to the update date and time acquisition unit 144.
  • the update date and time acquisition section 144 receives the position information of the link information from the link information analysis section 144. , The update date and time of the document corresponding to the location information is obtained via the Internet 10. That is, the update date / time acquisition unit 147 sends a request for acquisition of the update date / time specifying the document indicated by the location information via the Internet 10 and updates the update date / time from the web server holding the document. receive. The update date / time acquisition unit 144 sends the received update date / time to the menu creation unit 144 together with the position information.
  • the menu creating section 145 has the following functions in addition to the functions of the menu creating section 115 of the first embodiment shown in FIG.
  • the menu creation unit 144 receives the document and the analysis result from the link information analysis unit 144, and updates the update date and time corresponding to the link information included in the analysis result from the update date and time acquisition unit 144. receive. Then, when creating the menu, the menu creation unit 144 arranges the button corresponding to the link information with the latest update date and time at the top of the menu. In the browser 140 configured as described above, a menu screen of a button arrangement according to the update date and time is displayed. Note that the procedure of the entire process of the browser 140 is the same as that of the first embodiment shown in FIG.
  • FIG. 24 is a flowchart showing the procedure of a menu screen creation process in the fifth embodiment. This process is executed when the menu creation unit 144 receives the document and the analysis result from the link information analysis unit 144. Hereinafter, the processing illustrated in FIG. 24 will be described along the step numbers.
  • Step S101 The menu creation unit 144 selects the link information extracted by the link information analysis unit 144 that has not been processed (unselected) from step S102. It is determined whether there is link information. If there is unprocessed link information, the process proceeds to step S102. If the processing has been completed for all the link information, the processing proceeds to step S15 in FIG.
  • Step S102 The menu creation unit 1405 selects one of the unselected link information from the one closer to the beginning of the document. In this way, link information is selected sequentially from the top of the document.
  • the menu creation section 144 acquires the position information of the link destination of the selected link information and the description content.
  • the menu creation unit 1450 is based on the update date and time acquisition unit 1470. Acquire the update date and time of the linked document corresponding to the selected link information.
  • Step S105 The menu creation unit 144 determines the insertion position of the button for the selected link information so that the update date and time are in descending order from the top.
  • Step S106 The menu creating unit 144 generates a position for the selected link information at the insertion position determined in step S105.
  • Step S107 The menu creation unit 144 associates the generated button with the position information and the acquired notation content.
  • the associated location information indicates the location of the document to be obtained when the button is selected. Thereafter, the process proceeds to step S101.
  • the icon corresponding to the document with the latest update date and time is displayed at the top (at the top of the menu screen), so that the user can easily browse the latest document.
  • a button from a linked document to a further linked document is displayed on a menu screen.
  • the hierarchical structure of the link destination is displayed on the menu screen in a tree structure.
  • FIG. 25 is a block diagram illustrating a configuration of a browser according to the sixth embodiment.
  • a browser 150 having a configuration as shown in FIG. 25 is mounted on the client 100 d in the sixth embodiment.
  • the browser 150 has a document reading unit 151, a document display unit 152, a link information analysis unit 1553, a menu creation unit 1555, a menu display unit 1556, and a link hierarchy structure analysis unit 1.
  • the document display section 152 and the menu display section 156 have the same functions as the components having the same names in the first embodiment shown in FIG.
  • the document reading unit 151 has the following functions in addition to the same functions as those of the document reading unit 111 of the first embodiment shown in FIG. In other words, when the document reading unit 151 receives a request to acquire a linked document with a link from the document acquired from the link hierarchical structure analyzing unit 157 (a linked document acquisition request), Gets the document corresponding to the specified location information. The document reading unit 151 transfers the document acquired in response to the link destination document acquisition request to the link information analysis unit 153 as a child link destination document.
  • the link information analysis unit 153 has the following functions in addition to the same functions as those of the link information analysis unit 113 of the first embodiment shown in FIG.
  • the link information analysis unit 153 receives the document from the document reading unit 151, and passes the analysis result obtained when analyzing the document to the link hierarchy analysis unit 157. Note that the link information analysis unit 153 discards the document acquired by the link destination document acquisition request after the analysis is completed (it is not passed to the menu creation unit 155).
  • the link hierarchical structure analysis unit 157 determines the hierarchical structure (parent-child relationship) between the prefetch instruction of the document linked from the acquired document, the link information of the link source document, and the link information of the link destination document. And judgment. Specifically, upon receiving the analysis result of the document obtained from the link information analysis unit 153, the link hierarchical structure analysis unit 157 inputs the link information of the document, and receives the user's operation input. Judge from the specified document how many layers (how many times the link has been entered) to reach the document. If the number of levels in the hierarchy has not reached the preset number of prefetch steps, the link hierarchy structure analysis unit 157 issues a request to acquire the linked document of the document specified by the position information included in the analysis result. Output to the document reading unit 15 1.
  • the menu creation unit 155 When the link hierarchical structure analysis unit 157 receives the analysis result of the document acquired in response to the link destination document acquisition request from the link information analysis unit 153, it becomes the source of the link destination document acquisition request.
  • the menu creation unit 155 is notified of the parent-child relationship between the link information (parent link information) and the link information (child link information) obtained from the analysis result.
  • the menu creation unit 155 has the following functions in addition to the same functions as those of the menu creation unit 115 of the first embodiment shown in FIG. That is, the menu creation unit 155 sends the button corresponding to the link information indicated by the analysis result of the plurality of documents received from the link information analysis unit 153 to the parent / child received from the link hierarchy analysis unit 157. Arrange them in a tree structure according to the relationship. For example, place parents on the left and children on the right, and connect the parent-child relationship with a line. Then, the menu creation unit 155 transfers the menu in which the icons of the acquired link information are arranged to the menu display
  • the link information in the document displayed on the document display section 112 and the button in the menu are associated with the same number, but this processing is performed in the fifth embodiment. It is not executed in the embodiment. Therefore, the menu creation unit 1 5 5 Processing such as editing of the document passed to the document display unit 152 is not performed.
  • the following processing is executed in the client 100d having the browser 150 having such a configuration.
  • FIG. 26 is a flowchart showing a document display processing procedure according to the sixth embodiment. Hereinafter, the processing illustrated in FIG. 26 will be described along the step numbers.
  • Step S 1 1 1 The document reading section 15 1 detects an operation input from the user using the mouse 13 or the like, and determines whether or not a link is selected on the document screen or the menu screen. If a link has been selected, the process proceeds to step S112. If a link has not been selected, the process of step SI 11 is repeated.
  • Step S 1 1 2 The document reading unit 15 1 checks the location of the link destination set in the selected link, and reads the document from that location.
  • the document reading unit 151 passes the read document to the document display unit 152 and the link information analysis unit 153.
  • the link information analysis unit 153 analyzes the document and extracts link information. At this time, the link information analysis unit 153 determines the position information of the link destination set in the extracted link information and the description content of the link portion. Then, the link information analysis unit 153 sends the document and the analysis result to the menu creation unit 155. Further, the link information analysis unit 153 passes the analysis result of the document to the link hierarchy structure analysis unit 157.
  • Step S114 The link hierarchical structure analysis unit 157, the document reading unit 155, and the link information analysis unit 153 cooperate to perform a child link analysis process. The details of this processing will be described later.
  • Step S1 15 The menu creation section 1 55 performs menu screen creation processing. The details of the menu screen creation process will be described later.
  • Step S 1 16 The document display section 15 2 displays the document on the monitor 11. At the same time, the menu display section 156 displays the menu screen created by the menu creation section 155 on the monitor 11. Thereafter, the process proceeds to step S111, and waits for the selection of the next link by the document reading unit 151.
  • FIG. 27 is a flowchart showing the procedure of the child link analysis process.
  • the analysis result in step S113 (the link information contained in the document acquired in step S112) is used. Is the input data.
  • the child link analysis process is also called recursively in step S127 of FIG.
  • the analysis result in step S124 (the set of link information included in the document acquired in step S123) is input data.
  • FIG. 27 will be described along the step numbers.
  • Step S 1 2 1 The link hierarchical structure analysis section 1 57 determines whether or not there is unprocessed link information in which the processing after step S 122 has not been performed in the input data. . If there is unprocessed link information, the process proceeds to step S122. If there is no unprocessed link information, the child link analysis processing ends, and the processing procedure of the caller is continued. That is, if it is the child link analysis process called in step S114 of FIG. 26, the process shifts to step S115 next to FIG. If the child link analysis process is called in step S127 of FIG. 27, the process shifts to step S122 in the child link analysis process of the calling source.
  • the link hierarchy analysis unit 157 selects one unprocessed link information from the set of input link information. Then, the link hierarchy structure analysis unit 157 passes a link destination document acquisition request designating the position information included in the selected link information to the document reading unit 151.
  • Step S1 2 3 The document reading unit 151, which has received the link destination document acquisition request, acquires a document corresponding to the position information specified by the link destination document acquisition request via the Internet 10. The document reading unit 151 passes the read document to the link information analysis unit 153.
  • Step S 1 2 4 The link information analysis section 15 3 analyzes the document passed from the document reading section 15 1 and extracts link information. Then, the link information analyzing unit 153 transfers the extracted link information to the link hierarchical structure analyzing unit 157.
  • the link hierarchical structure analysis unit 157 stores the parent-child relationship between the link information of the link source and the link information in the link destination document. Specifically, link floor The layer structure analysis unit 157 stores the parent-child relationship with the link information selected in step S122 as a parent and the link information included in the analysis result of step S124 as a child.
  • Step S 1 2 6 The link hierarchy structure analysis section 1557 determines whether or not the number of child link layers for processing has been reached. When the predetermined number of child link layers has been reached, the process proceeds to step S122. If the predetermined number of child link layers has not been reached, the process proceeds to step S127.
  • Step S127 The link hierarchical structure analysis unit 157 recursively calls a child link analysis process using the analysis result passed in step S124 as input data.
  • the process proceeds to step S121.
  • FIG. 28 is a flowchart showing a procedure of a menu screen creation process according to the sixth embodiment. Hereinafter, the processing illustrated in FIG. 28 will be described along the step numbers.
  • Step S1 3 1 The menu creation section 15 5 determines that among the link information extracted by the link information analysis section 15 3, the processing after step S 13 2 is unprocessed (unselected). It is determined whether there is link information. If there is unprocessed link information, the process proceeds to step S132. If the processing has been completed for all the link information, the processing proceeds to step S116 in FIG.
  • Step S1 3 2 The menu creation section 1 5 5 selects one of the unselected link information from the one closer to the beginning of the document. In this way, link information is selected sequentially from the top of the document.
  • Step S1 3 3 The menu creation section 1 55 acquires the position information of the link destination of the selected link information and the description content.
  • the menu creation section 1555 refers to the information indicating the parent-child relationship saved by the link hierarchy analysis section 1570, and uses the tree structure of the link information selected in step S132. Determine the position. Specifically, the menu creation unit 155 determines the parent link information of the link information selected in step S132, and determines the position of the parent link information as a child as a position in the tree structure. decide.
  • Step S135 The menu creation unit 155 generates a button for link information at the determined position. At that time, generated from the button corresponding to the parent link information Draw a line on the button to indicate the parent-child relationship.
  • Step S1 3 6 The menu creation unit 1555 associates the generated button with the position information and the acquired notation content.
  • the associated location information indicates the location of the document to be obtained when the button is selected. Thereafter, the process proceeds to step S131.
  • the path of link information that can be entered from the document displayed on the screen can be displayed on the menu screen in a tree structure.
  • FIG. 29 is a diagram illustrating an example of a screen display when browsing a document according to the sixth embodiment.
  • a document screen 81 and a menu screen 82 are displayed on the screen 80 of the monitor 11.
  • the document screen 81 displays the contents of the document.
  • the document contains a plurality of link information 81a to 81e.
  • On the menu screen 82 a plurality of buttons 82a to 82r are displayed. Note that FIG. 29 shows only a part of the buttons that should be displayed on the menu screen 82. By scrolling the menu screen 82, other buttons are displayed on the screen.
  • buttons 8 2 a and 8 2 b are buttons (first-layer buttons) corresponding to link information included in the document (button to the first-layer document) displayed on the document screen 81. .
  • the button 8 2 a corresponds to the link information 8 1 a written as “Company F”
  • the button 8 2 b corresponds to the link information 8 1 b written as “PP 2000”.
  • the buttons 8 2 c to 8 2 f correspond to the buttons (the second layer) corresponding to the link information included in the documents (buttons to the documents at the second layer) associated with the buttons 8 2 a and 8 2 b at the first layer. Button).
  • Buttons 8 2 to 8 26 are buttons generated from the link information in the document corresponding to button 8 2 a
  • button 8 2 f is the link in the document corresponding to button 8 2 b. It is a button generated from information.
  • Buttons 8 2 g to 8 2 r are buttons (third layer) corresponding to the link information included in the document (button to the third layer document) associated with the second layer of buttons 8 2 c to 82 f. Button).
  • the buttons 82g to 82i are buttons generated from link information in the document corresponding to the button 82c.
  • Buttons 8 2 ′ ′ to 8 21 are buttons generated from link information in a document corresponding to button 8 2 d.
  • Potan 8 2 m to 82 o are buttons generated from link information in the document corresponding to the button 82 e.
  • the buttons 82p to 82r are buttons generated from the link information in the document corresponding to the button 82f.
  • FIG. 29 is an example of a case where a button up to the third layer is displayed.
  • the link relationship can be displayed even deeper and displayed in a tree structure.
  • the number of layers to be displayed can be arbitrarily specified by a user's operation input.
  • a document introducing a personal computer manufactured by Company F can be displayed by selecting a button 82 j labeled “PC” from the menu screen 82.
  • a button 82 j labeled “PC” the operability in browsing the hypertext document is improved.
  • a button corresponding to link information included in a document corresponding to the button is displayed in a tree structure.
  • FIG. 30 is a block diagram showing the configuration of the browser in the seventh embodiment.
  • the client 100 e in the seventh embodiment includes a browser 160 having the configuration shown in FIG. Is implemented.
  • the browser 160 has a document reading unit 161, a document display unit 162, a link information analysis unit 163, a menu creation unit 165, a menu display unit 166, and a link hierarchy structure analysis unit 16 7, and a selection candidate detector 1 6 8 You.
  • the document reading unit 161, the document display unit 162, and the link information analysis unit 163 have the same functions as the components of the sixth embodiment shown in FIG. are doing.
  • the selection candidate detection unit 168 monitors the position of the mouse pointer on the screen, and the mouse pointer moves on a button (limited to the button corresponding to the link information in the document) in the menu screen. Detect that Then, the selection candidate detecting section 168 extracts link information associated with the button pointed by the mouse pointer, and passes the link information to the link hierarchical structure analyzing section 167.
  • the link hierarchical structure analysis unit 167 forms a hierarchical structure of a prefetch instruction of a document corresponding to a point designated as a selection candidate by a user, link information of a link source document, and link information of a link destination document. (Parent-child relationship). Specifically, upon receiving the link information of the button specified as the selection candidate from the selection candidate detection unit 168, the link hierarchical structure analysis unit 167 specifies the link specifying the position information included in the link information. It outputs the destination document acquisition request to the document reading unit 16 1.
  • the link hierarchy structure analysis unit 167 receives the analysis result of the document acquired in response to the link destination document acquisition request from the link information analysis unit 163, the link hierarchy structure analysis unit 167 becomes a source of the link destination document acquisition request.
  • the menu creation unit 1665 is notified of the parent-child relationship between the link information (parent link information) and the link information (child link information) obtained from the analysis result.
  • the menu creation section 165 has the following functions in addition to the same functions as those of the menu creation section 155 of the sixth embodiment shown in FIG. That is, every time the analysis result of the document is passed from the link information analysis unit 163, the menu creation unit 1665 sends the link information (child link information) included in the analysis result from the link hierarchy structure analysis unit 1667.
  • the menu creating unit 165 adds a button corresponding to the child link information to the right side of the button corresponding to the parent link information as a menu updating process.
  • processing until a document specified by a user's operation input is read and a document screen and a menu screen are displayed by the document display unit 16 2 and the menu display unit 16 6 Is almost the same as in the first embodiment.
  • the written content is a demonstrative pronoun, it is displayed as it is, and a number indicating the correspondence between link information and a button is not displayed.
  • the menu screen update processing is executed in the browser 160. Is done.
  • FIG. 31 is a flowchart showing the procedure of the menu screen updating process. Hereinafter, the processing illustrated in FIG. 31 will be described along the step numbers.
  • the selection candidate detecting section 1668 determines whether or not a user has specified a button selection candidate. Specifically, when the user operates the mouse and moves the mouse pointer over a button in the menu screen, the selection candidate detection unit 168 specifies the button indicated by the mouse pointer as a selection candidate. Judge that it was done. When a selection candidate is specified, the link information corresponding to the selected button is passed from the selection candidate detection unit 1668 to the link hierarchical structure analysis unit 1667, and the process proceeds to step S144. Can proceed. If no selection candidate has been specified, the process proceeds to step S145.
  • Step S 1 4 2 The link hierarchical structure analysis section 1667 requests the acquisition of the document corresponding to the button selected by the user based on the link information passed from the selection candidate detection section 1668 (the link destination). Document acquisition request) to the document reading unit 16 1. Then, the document corresponding to the selected button is read by the document reading unit 16 1 via the network 10 and passed to the link information analyzing unit 16 3. That is, the linked document is read ahead.
  • Step S 1 4 3 The link information analysis section 16 3 analyzes the pre-read document and extracts link information.
  • the link information analyzing unit 163 passes the extracted link information to the menu creating unit 165 and the link hierarchical structure analyzing unit 167.
  • Step S 1 4 4 The link hierarchical structure analysis section 1667 compares the parent link information passed from the selection candidate detection section 1668 with the child link information passed from the link information analysis section 1663. The association and the parent-child relationship are notified to the menu creation unit 165.
  • the menu creation unit 16 5 uses the parent-child relationship information passed from the link hierarchy analysis unit 16 7 Based on this, the position on the tree structure of the link information passed from the link information analysis unit 163 is determined. Then, the menu creation unit 16 5 additionally generates a child menu including a button corresponding to the link information passed from the link information analysis unit 16 3 at the determined position, and displays the information of the generated child menu in the menu. Pass to part 1 6 6 Then, a child menu is additionally displayed on the menu display section 166 next to the parent menu in the menu screen.
  • Step S145 The document reading unit 161 determines whether a button on the menu screen has been selected. For example, if the mouse 13 button is pressed while the mouse pointer is pointing to an arbitrary button on the menu screen, it is determined that the button pointed by the mouse pointer has been selected. When the button is selected, the browser 160 ends the menu screen update processing and shifts to the display processing of the next document. When a button is selected, a document corresponding to the selected button is read and displayed on the document screen, and a menu screen corresponding to the document is displayed. Thereafter, the menu screen updating process for the newly displayed document is started. If the button has not been selected, the process proceeds to step S141, and the detection of the operation of designating the selection candidate by the user is continued. In this way, every time a selection candidate is specified, the document is pre-read, and a button corresponding to the link information included in the document specified as the selection candidate is displayed in the menu screen.
  • FIG. 32 is a diagram showing a screen display example when browsing a document according to the seventh embodiment.
  • a screen 90 of a c- monitor 11 displays a document screen 91 and a menu screen 92.
  • the document screen 91 displays the contents of the document.
  • the document includes multiple pieces of link information 91a to 91e.
  • On the menu screen 92 a plurality of buttons 92a to 92k are displayed.
  • Buttons 9 2 a to 9 2 e are buttons corresponding to the link information 9 1 a to 9 1 e displayed in the document screen 91.
  • the button 92 a is specified as a selection candidate.
  • the buttons 92 f to 92 h associated with the link information included in the document corresponding to the button 92 a are displayed as a child menu on the right side of the button 92 a.
  • button 9 2 g is moved up, and button 9 2 g is designated as a selection candidate. Therefore, on the right side of the button 92g, the buttons 92i to 92k associated with the link information included in the document corresponding to the button 92g are displayed as a child menu. In this way, the link information from the document corresponding to the button designated as the selection candidate is displayed sequentially, so that the user can reduce the link relationship between the documents without updating the document screen. You can select the desired document. This improves the operability in browsing hypertext.
  • the document screen and the menu screen are displayed on the monitor 11 of the client.
  • the respective screens may be displayed on different display devices.
  • a menu screen can be displayed on a remote control of the TV.
  • the menu display section 116 shown in FIG. 4 in the first embodiment is mounted in the remote controller. Communication between menu display section 116 and other elements is performed using a communication means (for example, infrared communication) performed between the remote control and the television.
  • FIG. 33 is a diagram showing an example in which a document screen and a menu screen are displayed on different devices.
  • the document screen 5111 is displayed on the television 5110.
  • a menu screen 521 is displayed on a display device (for example, a liquid crystal display device) of a remote control 520 for the television 510.
  • the remote control 52 0 is provided with numeric keys 52 2. Then, when the key of the number corresponding to the link information 5 11 a to 5 11 e in the numeric keys 5 2 2 is pressed, the information of the key is transmitted to the television 5 10 by infrared rays or the like. . Then, the television 5100 recognizes that the link information corresponding to the pressed key button is selected, and acquires a document corresponding to the link information. By displaying the menu screen 521 on the remote controller 520 in this way, the link information can be easily selected even from a place away from the device displaying the document.
  • the configuration of two or more of the above embodiments may be implemented in a browser, and the display method of the menu screen or the like may be switched according to the operation input from the user. As a result, the user can display the menu screen in his / her favorite form.
  • the processing functions of the browser in each of the above embodiments can be realized by a computer.
  • a program that describes the processing contents of the functions that the browser should have is provided.
  • the program describing the processing content can be recorded on a computer-readable recording medium.
  • Computer-readable recording media include magnetic recording devices, optical disks, magneto-optical recording media, and semiconductor memories. Magnetic recording devices include hard disk drives (HDD), flexible disks (FD), and magnetic tapes.
  • the optical disk includes a digital versatile disc (DVD), a random access memory (DVD-RAM), a compact disc read only memory (CD-ROM), and a CD-R (Recordab ⁇ Z RWOle Writable).
  • Magneto-optical recording media include M ⁇ (Magneto-Optical disc).
  • the program When the program is distributed, portable recording media such as DVDs and CD-ROMs on which the program is recorded are sold.
  • the program can be stored in the storage device of the server computer, and the program can be transferred from the server computer to another computer via a network.
  • the computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. It should be noted that the computer can read the program directly from the portable recording medium and execute processing according to the program. Also, the computer may execute the processing according to the received program each time the program is transferred from the server computer. it can.
  • the display form including the notation content of the link information is displayed together with the document, the user can easily visually recognize that the link information is included in the document. It becomes possible.

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 Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Document Processing Apparatus (AREA)

Abstract

La présente invention concerne un programme et un procédé d'affichage de documents permettant de différencier visuellement et facilement des informations de liaison. Lorsqu'un document (1) est saisi, des informations de liaison (2a-2c) comprenant des informations de position concernant le document lié et un contenu de notation indiquant la présence de la liaison sont extraites du document (1) saisi (étape S1). Ensuite, des objets (3a-3c) correspondant aux informations de liaison (2a-2c) extraites sont générés (étape S2). De plus, le document (1) est affiché et les objets (3a-3c) générés sont affichés sous forme d'écrans (6a-6c) comprenant un contenu de notation compris dans les informations de liaison correspondantes (étape S3). Lorsque l'un des objets est sélectionné par saisie opérationnelle, le document lié est acquis en fonction des informations de position comprises dans les informations de liaison correspondant à l'objet sélectionné (étape S4).
PCT/JP2002/004101 2002-04-24 2002-04-24 Programme et procede d'affichage de documents WO2003091906A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2002/004101 WO2003091906A1 (fr) 2002-04-24 2002-04-24 Programme et procede d'affichage de documents
JP2004500210A JPWO2003091906A1 (ja) 2002-04-24 2002-04-24 文書表示プログラムおよび文書表示方法
US10/968,907 US20050149853A1 (en) 2002-04-24 2004-10-21 Document display program and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2002/004101 WO2003091906A1 (fr) 2002-04-24 2002-04-24 Programme et procede d'affichage de documents

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/968,907 Continuation US20050149853A1 (en) 2002-04-24 2004-10-21 Document display program and method

Publications (1)

Publication Number Publication Date
WO2003091906A1 true WO2003091906A1 (fr) 2003-11-06

Family

ID=29267254

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2002/004101 WO2003091906A1 (fr) 2002-04-24 2002-04-24 Programme et procede d'affichage de documents

Country Status (2)

Country Link
JP (1) JPWO2003091906A1 (fr)
WO (1) WO2003091906A1 (fr)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213501A (ja) * 2006-02-13 2007-08-23 Konica Minolta Business Technologies Inc 文書処理装置、文書処理システムおよび文書ファイルのデータ構造
JP2009175812A (ja) * 2008-01-21 2009-08-06 Kenwood Corp 情報提供装置、情報提供方法、ならびに、プログラム
JP2010287157A (ja) * 2009-06-15 2010-12-24 Nec System Technologies Ltd ファイル管理システム、ファイル管理方法、ファイル管理プログラム、及びファイル管理装置
JP2014191488A (ja) * 2013-03-26 2014-10-06 Ntt Docomo Inc 端末及び操作制御方法
JP2014191486A (ja) * 2013-03-26 2014-10-06 Ntt Docomo Inc 端末及び操作制御方法
JP2019185763A (ja) * 2018-03-30 2019-10-24 インターデジタル シーイー パテント ホールディングス 表示ページ内のアクティブ要素によるナビゲーションのための装置及び方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1125120A (ja) * 1997-06-30 1999-01-29 Canon Inc 文字処理装置及び文字処理方法
JPH11272696A (ja) * 1998-03-20 1999-10-08 Hitachi Information Systems Ltd リンク先文書の階層表示方法
JP2000067071A (ja) * 1998-08-24 2000-03-03 Nec Corp 文書表示装置および文書表示方法並びに文書表示プログラムを記録した記録媒体
JP2001325271A (ja) * 2000-05-18 2001-11-22 Ricoh Co Ltd ファイル管理装置、ファイル管理方法およびその方法をコンピュータに実行させるプログラムを記録したコンピュータ読み取り可能な記録媒体

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345201A (ja) * 1998-05-29 1999-12-14 Ntt Data Corp 情報提供システム及び情報提供ネットワークシステム
JP2000339316A (ja) * 1999-05-25 2000-12-08 Nippon Telegr & Teleph Corp <Ntt> 検索連動型情報収集方法、装置及びその方法を記憶した記録媒体

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1125120A (ja) * 1997-06-30 1999-01-29 Canon Inc 文字処理装置及び文字処理方法
JPH11272696A (ja) * 1998-03-20 1999-10-08 Hitachi Information Systems Ltd リンク先文書の階層表示方法
JP2000067071A (ja) * 1998-08-24 2000-03-03 Nec Corp 文書表示装置および文書表示方法並びに文書表示プログラムを記録した記録媒体
JP2001325271A (ja) * 2000-05-18 2001-11-22 Ricoh Co Ltd ファイル管理装置、ファイル管理方法およびその方法をコンピュータに実行させるプログラムを記録したコンピュータ読み取り可能な記録媒体

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HIROSHI YUKI: "Software kobo program dai 18 kai", C MAGAZINE, vol. 8, no. 4, 1 April 1996 (1996-04-01), pages 102 - 109, XP002952678 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213501A (ja) * 2006-02-13 2007-08-23 Konica Minolta Business Technologies Inc 文書処理装置、文書処理システムおよび文書ファイルのデータ構造
JP2009175812A (ja) * 2008-01-21 2009-08-06 Kenwood Corp 情報提供装置、情報提供方法、ならびに、プログラム
JP2010287157A (ja) * 2009-06-15 2010-12-24 Nec System Technologies Ltd ファイル管理システム、ファイル管理方法、ファイル管理プログラム、及びファイル管理装置
JP2014191488A (ja) * 2013-03-26 2014-10-06 Ntt Docomo Inc 端末及び操作制御方法
JP2014191486A (ja) * 2013-03-26 2014-10-06 Ntt Docomo Inc 端末及び操作制御方法
JP2019185763A (ja) * 2018-03-30 2019-10-24 インターデジタル シーイー パテント ホールディングス 表示ページ内のアクティブ要素によるナビゲーションのための装置及び方法
US11997357B2 (en) 2018-03-30 2024-05-28 Interdigital Madison Patent Holdings, Sas Device and method for navigation through active elements in a displayed page

Also Published As

Publication number Publication date
JPWO2003091906A1 (ja) 2005-09-02

Similar Documents

Publication Publication Date Title
US7818681B2 (en) Method and system for internally identifying a specific web browser for displaying a specific web page
US6697838B1 (en) Method and system for annotating information resources in connection with browsing, in both connected and disconnected states
US6557015B1 (en) Determining whether a second hypertext document is included in a list of active document trails
US20180293307A1 (en) User driven computerized selection, categorization, and layout of live content components
US7454694B2 (en) Method and system for organizing document information in a non-directed arrangement of documents
US9286407B2 (en) Bookmarking internet resources in an internet browser
KR100323969B1 (ko) 컴퓨터시스템의사용자인터페이스의탐색특정용하이라이팅툴
US10387535B2 (en) System and method for selectively displaying web page elements
US20090094525A1 (en) System and method for dynamic media integration into web pages
US20030074635A1 (en) Method, apparatus, and program for finding and navigating to items in a set of web pages
JP2010532059A (ja) 中央を固定されたリスト
WO2005029353A1 (fr) Systeme et procede de gestion de remarques, serveur et programme de conversion de documents, programme d&#39;addition de document electronique
US20050149853A1 (en) Document display program and method
US8433995B1 (en) Managing bookmarks for web pages
JP2006065395A (ja) ハイパーリンク生成装置、ハイパーリンク生成方法及びハイパーリンク生成プログラム
US20030135820A1 (en) Method of and a system for creating a button type bookmark in a web browser
US20130268832A1 (en) Method and system for creating digital bookmarks
CN101611423B (zh) 将结构化数据用于在线调查
WO2003091906A1 (fr) Programme et procede d&#39;affichage de documents
US20050114545A1 (en) Method and apparatus for marking of web pages
KR101229495B1 (ko) 웹 페이지의 탭 인덱스를 생성하는 장치 및 방법
JPH10301944A (ja) Wwwブラウザ装置
JP5230715B2 (ja) 検索支援装置
JP2001022788A (ja) 情報検索装置および情報検索プログラムを記録した記録媒体
KR101048100B1 (ko) 인텔리전트 서비스 제공 디바이스 및 그 방법

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CN JP KR US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2004500210

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 10968907

Country of ref document: US

122 Ep: pct application non-entry in european phase