US6381637B1 - Information apparatus having automatic web reading function - Google Patents

Information apparatus having automatic web reading function Download PDF

Info

Publication number
US6381637B1
US6381637B1 US09/284,890 US28489099A US6381637B1 US 6381637 B1 US6381637 B1 US 6381637B1 US 28489099 A US28489099 A US 28489099A US 6381637 B1 US6381637 B1 US 6381637B1
Authority
US
United States
Prior art keywords
link
page
tracing
automatic web
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US09/284,890
Inventor
Tomihisa Kamada
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Access Co Ltd
Original Assignee
Access Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Access Co Ltd filed Critical Access Co Ltd
Assigned to ACCESS CO., LTD. reassignment ACCESS CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KAMADA, TOMIHISA
Application granted granted Critical
Publication of US6381637B1 publication Critical patent/US6381637B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/45Management operations performed by the client for facilitating the reception of or the interaction with the content or administrating data related to the end-user or to the client device itself, e.g. learning user preferences for recommending movies, resolving scheduling conflicts
    • H04N21/462Content or additional data management, e.g. creating a master electronic program guide from data received from the Internet and a Head-end, controlling the complexity of a video stream by scaling the resolution or bit-rate based on the client capabilities
    • H04N21/4622Retrieving content or additional data from different sources, e.g. from a broadcast channel and the Internet
    • 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
    • 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
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/478Supplemental services, e.g. displaying phone caller identification, shopping application
    • H04N21/4782Web browsing, e.g. WebTV

Definitions

  • the present invention relates to the Internet, and more particularly to an apparatus having an Internet automatic Web browsing function.
  • the Internet is a gigantic aggregate of interconnected computer networks. Its main functions include electronic mail, network news (electronic bulletin board or electronic conference), file transfer (FTP: file transfer protocol), and World Wide Web (WWW).
  • WWW an aggregate of hypertext documents coded in the language called HTML, described later, combines various types of information dispersively existing on the Internet and makes them accessible.
  • the distribution of hypertext documents is performed by computers 243 and 244 , called WWW servers, on the Internet.
  • a user can use a browser program, called a WWW browser (also called a Web browser), on a client computer (hereafter simply called a client) to access documents on the Internet.
  • the client computer 241 is connected to the Internet via a service organization called a service provider which offers a dedicated communication line of its own. That is, the client. computer 241 dials up the host computer of the service provider via a public line to make access to the Internet. This makes it possible for the user to get information (text, image, sound, and so on) from around the world while staying at home. This practice is called network surfing because it is like surfing through information waves.
  • a unit of information that is accessed is a file on the WWW server, called a page.
  • Setting up a link allows the user to jump from one page to another for sequential browsing.
  • the length of a page is variable and may change according to the page creator.
  • a particular page (home page) on the WWW is assigned an address called a URL (Uniform Resource Locator) which is a unique address on the Internet.
  • URL Uniform Resource Locator
  • a URL is composed of a protocol name, server name, and an item path name, as shown below.
  • the protocol name indicates the method by which the computer interprets information. Because the WWW server and the Web browser transfer information by the method called HTTP (Hyper Text Transfer Protocol), the protocol name, the first part of the above URL, is “http:”. There is also a protocol, called ftp, for use in file transfer.
  • the “www.abc.or.jp” represents a server name. The “www” indicates that the server is a WWW server.
  • the “abc” in “abc.or.jp” indicates an organization name, “or” indicates an organization type (in this example, an organization/individual), and “jp” indicates a code representing a country (in this example, Japan).
  • the item path name “def/ghi.html” after the server name indicates the location of an item on the server.
  • the path name usually indicates the name of a file constituting a page.
  • the “def” in “def/ghi.html” is a directory name, “ghi” is a file name, and “html” is an extension indicating that the file is an html file.
  • HTML file HTML document
  • HTML is an abbreviation for Hyper Text Markup Language
  • a WWW document is usually written in this language.
  • a document written in this language is called an HTML document, and its file is called an HTML file (or HTML text).
  • FIG. 20 shows the basic structure of an HTML document.
  • An HTML document a text file in essence, contains codes, called tags enclosed by symbols “ ⁇ ” and “>”, in a page. Normally, a specified range is bounded by a pair of the start tag and the end tag. The end tag is distinguished from the start tag by “/”. Note that there is a tag which is used alone, such as ⁇ P> indicating the start of a new paragraph. The tag allows character design information and layout information, as well as link information, to be specified. The browser interprets the tag, displays on the screen the HTML document in a format intended by the creator, or controls link operations.
  • FIG. 20 ( a ) the basic structure of an HTML document contains various types of tags in the text document.
  • the tags are not displayed, as in FIG. 20 ( b ), with only the specified control reflected on the display.
  • a link such a character string part in the HTML document is also called a link for the sake of convenience.
  • the tags used for setting up a link are called anchor tags ( ⁇ A . . . >. . . ⁇ /A>), and the part enclosed by the anchor tags is called an anchor point or a hot point.
  • the character string “BBB” is highlighted as in the displayed character string 203 shown in FIG. 20 ( b ). This highlight display is realized by displaying the character string in a color different from other character strings or by underlining. This allows the user to identify that, if the user points this character string, he or she will be able to jump to some other page.
  • a link 202 indicates a link to an in-line image.
  • the image file named “ggg.gif” is displayed on the screen as an image 204 .
  • the content of the link destination “bbb.html” is read and displayed.
  • An in-line image is an image embedded in a page of the HTML document page for display.
  • FIG. 21 when a link is set up (or created) for another page (or an HTML file) in the same server (host), the file name (sometimes, including a directory) is link destination information.
  • FIG. 21 ( a ) shows a link source HTML file and a link destination HTML file.
  • FIG. 21 ( b ) shows the content displayed on the browser display screens associated with the respective files.
  • the anchor point character string “BBB” the HTML file “bbb.html” which is a link destination representing another page is requested and its content is displayed.
  • a link may be set up to some other location in the same page.
  • the item name of the location is used as link destination information.
  • display control is passed to the position of the item “AAA” which is in a subsequent location within the same page. This is useful in a long page to display a list of items each having a link to the corresponding item at a subsequent location.
  • FIG. 23 indicates a link to a location in a separate page in the same server.
  • the combination of the file name of the separate page and an item name in the document is used as the link destination access information.
  • control jumps to the item “ppp” in a separate file “bbb.html” in the same server.
  • FIG. 23 ( a ) shows the link source and link destination HTML files
  • FIG. 23 ( b ) shows the corresponding browser screens.
  • the user connects the client computer 241 to the Internet and then starts the Web browser. Then, the Web browser on the client computer 241 requests a WWW server 243 of a previously-specified URL (this may be changed by the user) to send the content of the page identified by the URL (REQ 1 ). Upon receiving this request, the WWW server 243 returns the HTML text of the page to the client computer 241 (RES 1 ). When the browser receives the text, it analyzes the content and displays it on the screen of the client computer 241 . When this page contains an in-line image (and others such as a sound), the browser requests the server 243 for that information (REQ 2 ). In response to this, the WWW server 243 returns an image file (RES 2 ).
  • the browser Upon receiving this file, the browser displays the image at a location specified in the page.
  • the browser requests the WWW server 243 to send the HTML text of the page (REQ 3 ).
  • the WWW server 243 returns the text (RES 3 ).
  • the browser requests the server 244 to send the page information of the link destination (REQ 4 ).
  • the server 244 returns the corresponding page information (RES 4 ).
  • the browser displays the received information on the screen.
  • a WWW access is made according to such a procedure.
  • the user is able to type an arbitrary URL from the keyboard, instead of specifying a link, to access the page.
  • TV set with a built-in Internet connection function or an Internet connection apparatus which can be connected to a TV set externally is made available.
  • These TV sets or apparatuses (collectively called information apparatus in this specification), intended for users with no computer knowledge, usually do not have a unit, such as a keyboard, for entering a user instruction into the information apparatus; instead, they have special remote control devices for operation.
  • the browser screen, its menu display, and so on are also designed for that purpose.
  • the television is designed to give information continuously without user interactions, while the Internet browser requires user interactions to keep on operation, i.e., requests the user to watch the screen and to give operation instructions. Therefore, this operation could sometimes be cumbersome to passive users who are familiar with the television.
  • an object of the present invention to provide an information apparatus with an Internet automatic Web browsing function which allows the user to receive information passively, as with a television, while keeping the operation required when browsing Internet Webs to a minimum.
  • An information apparatus with an automatic Web browsing function comprises access means for accessing documents on the Internet; storage means for storing data of the accessed documents; and automatic Web tracing means for sequentially and automatically tracing link destinations according to a predetermined rule and parameters based on link information defined in the documents stored in the storage means.
  • link-destination document and a link-source document may belong to separate pages in the same Web server, to the same page, or to separate Web servers.
  • the predetermined rule may relate to either a depth-first search or a width-first search.
  • the depth-first search is suitable for first sequentially tracing the links associated with interested information.
  • the width-first search is suitable for first grasping all the link destinations in the current page and then viewing the contents of further destinations linked with each link destination.
  • the parameters may be composed of at least the link depth limit to be used when the link destinations are traced downward in the hierarchy and an interval of time required for a transit from one document to another.
  • the link depth limit if appropriately set, prevents control from going too far from the start point.
  • the interval of time should preferably be set to a length of time during which the outline of a displayed page (or part of a page) may be identified.
  • the automatic Web tracing means may comprise a history table in which a page access information history is stored each time control moves from a link source to a link destination and a read-page table in which information indicating, for each link destination of each link in a page, whether the link destination was visited or not, wherein the history table is referenced when control returns from one of the link destinations to the link source during automatic Web browsing and the read-page table is referenced to check for unread links.
  • the parameters may further include an automatic Web browsing time-out time (limit time).
  • the maximum automatic Web tracing time may be set by specifying the time-out time.
  • the information apparatus may further comprise specifying means for allowing a user to specify the rule and parameters. This enables the user to select the rule and parameters he or she likes.
  • Automatic Web tracing is usually performed while the user is connected to the Internet (that is, on-line), but it may also be done when the user is not connected to the Internet (off-line).
  • the information apparatus further comprises non-volatile storage means for storing the documents obtained from the Internet, wherein the automatic Web tracing means perform automatic Web tracing with respect to the documents stored in the non-volatile storage means when the information apparatus is not connected to the Internet.
  • the information apparatus is not limited to the connection to a public line but the connection to a leased line may also be possible.
  • the public line includes an analog telephone line, a digital line such as an ISDN line, and a CATV line.
  • the information apparatus further comprise inquiry means for asking a user if a connection is to be made automatically to the Internet when the document at the next link destination is not stored in the non-volatile storage means during off-line automatic Web tracing. This prevents the line from being connected without the user being aware of the connection.
  • the information apparatus may comprise automatic downloading means for automatically acquiring not only the specified document on the Internet but also linked documents through the on-line automatic Web tracing function into the non-volatile storage means.
  • the automatic Web tracing function according to the present invention is implemented by software.
  • the computer program comprises the functions of accessing documents on the Internet; and sequentially and automatically tracing link destinations according to a predetermined rule and parameters based on link information defined in the accessed documents.
  • the present invention includes in its scope a recording medium which stores the program therein.
  • This program may function as what we call a plug-in of an existing browser.
  • the recording medium may be a ROM that may be mounted on a board in the apparatus, a floppy disk that is portable and nonvolatile recording medium, an MD (mini disk), a Zip medium, a CD (compact disk) ROM, and a fixed secondary storage unit such as a hard disk.
  • FIG. 1 is a diagram showing links among the hierarchical structure of pages that may be browsed by an Internet Web browser;
  • FIG. 2 is a diagram showing depth-first-search auto-navigation used in an embodiment of the present invention
  • FIG. 3 is a diagram showing width-first-search auto-navigation used in the embodiment of the present invention.
  • FIG. 4 is a block diagram showing an example of the hardware configuration of an information apparatus to which the present invention is applied;
  • FIG. 5 is a diagram showing an example of an Internet menu displayed on the television screen of the information apparatus according to the present invention.
  • FIG. 6 is a diagram showing an auto-navigation parameter setup screen displayed on the television screen
  • FIG. 7 is a flowchart showing an example of auto-navigation parameter setup of the information apparatus according to the present invention.
  • FIG. 8 is a flowchart showing an example of auto-navigation processing of the information apparatus according to the present invention.
  • FIG. 9 is a flowchart showing an example of width-first search processing that is combined with the processing in FIG. 8;
  • FIG. 10 is a flowchart showing an example of auto-navigation suspend processing
  • FIG. 11 is a flowchart showing an example of auto-navigation skip processing
  • FIG. 12 is a diagram showing an example of the configuration of a history table used during auto-navigation processing
  • FIG. 13 is a diagram showing an example of the configuration of a read-page table used during auto-navigation processing
  • FIG. 14 is a diagram showing an example of another configuration of the history table used during auto-navigation processing
  • FIG. 15 is a diagram showing an example of the configuration of a link-source table used with the history table shown in FIG. 14;
  • FIG. 16 is a flowchart showing anther example of the return processing of auto-navigation
  • FIGS. 17 (A) and ( b ) comprise a diagram showing a second embodiment of the present invention.
  • FIG. 18 is a flowchart showing the confirmation processing of auto-navigation of the second embodiment of the present invention.
  • FIG. 19 is a flowchart showing an example of automatic downloading that is required for auto-navigation used in the second embodiment of the present invention.
  • FIGS. 20 ( a ) and ( b ) comprise a diagram showing an HTML document
  • FIGS. 21 ( a ) and ( b ) comprise a diagram showing the links used in the HTML document
  • FIGS. 22 ( a ) and ( b ) comprise a diagram showing the links used in the HTML document
  • FIGS. 23 ( a ) and ( b ) comprise a diagram showing the links used in the HTML document.
  • FIG. 24 is a diagram showing the information transfer between a client and a WWW server on the Internet.
  • FIG. 4 shows an example of hardware configuration of an apparatus for implementing the embodiment. This hardware may be built in the television set or externally connected.
  • a central processing unit (CPU) 401 is connected to a bus 400 and, via the bus 400 , performs the overall control of the information apparatus shown in FIG. 4.
  • a mask ROM 405 contains computer programs, such as a browser, to be executed by the CPU 401 .
  • a font ROM 406 contains font data to be used on the television screen of the browser and so on.
  • a flash memory 407 a re-writable non-volatile memory, contains data, such as URLs or electronic mail addresses, a user wants to store.
  • the flash memory 407 may also contain upgradable programs.
  • non-volatile storage means such as an MD (mini disk) or hard disk
  • a RAM 408 has a work area required by the CPU 401 to execute programs or an area where various parameters are stored.
  • the RAM 408 with a large amount of storage, may also be used as a cache for temporarily storing page information (files containing HTML text, image, sound, and so on) received from the network.
  • a cache with the use of above-described secondary storage unit may also be used.
  • the information apparatus is connected to a public line via the line terminal (LINE).
  • the line terminal is connected to the bus 400 via a modem 418 and a serial controller 417 .
  • a DSU Data Service Unit
  • a TA Terminal Adapter
  • the information is first drawn in a display memory (VRAM) 411 via a display controller 410 .
  • the content of the display memory 411 is output from a video output terminal (VOUT) via a digital-analog (D/A) converter 412 and is entered into the video input terminal (not shown) of the television.
  • VRAM display memory
  • D/A digital-analog
  • Switching between the television screen and the Internet screen is done by a controller (not shown in the figure) on the television which is connected to the VOUT terminal.
  • Page information sometimes contains audio information.
  • an audio controller 414 and a digital-analog (D/A) converter 415 are provided. Audio signals are output from the audio output terminal AOUT for input into the audio input terminal (not shown in the figure) on the television.
  • D/A digital-analog
  • Audio signals are output from the audio output terminal AOUT for input into the audio input terminal (not shown in the figure) on the television.
  • a loudspeaker is provided on an Internet board, audio information is output from the loudspeaker.
  • the Internet board is a substrate on which all or some of the components shown in FIG. 4, except a remote controller 402 , are provided.
  • a user uses the remote controller 402 to control this information apparatus.
  • the signal (for example, an infrared light signal) generated by the remote controller 402 is received by a receiver 403 and is interpreted by the CPU 401 .
  • the remote controller 402 may also be used for normal television operation. In that case, the television operation signal is sent to the CPU 401 via a TV controller 404 .
  • the user To issue an Internet connection instruction from the information apparatus shown in FIG. 4, the user must, for example, press a special button on the remote controller 402 provided for that purpose. Pressing the button causes the CPU 401 to start the Internet browsing software program, called a Web browser, and to make a dial-up connection to the Internet connection company called a service provider. Then, the menu screen containing various menu items is displayed on the television screen.
  • a special button on the remote controller 402 provided for that purpose. Pressing the button causes the CPU 401 to start the Internet browsing software program, called a Web browser, and to make a dial-up connection to the Internet connection company called a service provider. Then, the menu screen containing various menu items is displayed on the television screen.
  • FIG. 5 shows an example of an Internet menu displayed first after the Internet connection is made.
  • This menu screen 500 contains various menu items such as weather forecasting, news, sports, search, etc.
  • This screen information may be stored in the memory (for example, mask ROM 405 ) in the information apparatus.
  • the menu screen information be sent from the provider immediately after the Internet connection is made.
  • the user can move a cursor 503 , as he wishes, on the screen with the use of the remote controller 402 . With the cursor 503 on a desired menu item, the user performs a selection operation (for example, press the selection button) to select the menu item.
  • a selection operation for example, press the selection button
  • the movement operation of the cursor 503 is performed, for example, by operating the arrow keys, indicating the up, down, right, and left directions, provided on the remote controller 402 .
  • one item may be highlighted at a time so that the user can move the highlighting from one item to another with the use of the arrow key to select one item while it is highlighted.
  • Each menu item on the menu screen 500 is associated with a link as described above and, according to the selected menu item, the link-destination page of the link is read. After that, by pointing links on the screen, the user can browse new pages, one at a time.
  • the present invention provides a function allowing the links to be traced automatically.
  • this function is called an auto-navigation function (automatic Web tracing function).
  • the auto-navigation function may be started, for example, by pressing the special button on the remote controller 402 or a button on the screen.
  • FIG. 6 shows an example of the setup screen for various parameters for use with the auto-navigation function.
  • This setup screen 600 may be displayed in response to a user instruction, for example, through a special button on the remote controller 402 or a menu item on the menu screen for that purpose.
  • the user specifies a navigation direction 601 , a link depth 603 , a time interval 605 , a time-out time 607 , and a confirmation 609 .
  • the confirmation 609 used in the second embodiment which will be described later, is mentioned here for convenience.
  • the navigation direction 601 specifies, when there are a plurality of links in a page, whether the first link in each page is to be sequentially traced first or all the link destinations of the links in one page are to be traced first.
  • the former is called a depth-first search, while the latter is called a width-first search. In the example in the figure, the depth-first search is selected.
  • the link depth 603 is used to specify the maximum number of times the links are to be traced sequentially into lower hierarchies.
  • a depth value “5” is specified.
  • the depth is “1” when control is passed to the link destination (sometimes in the same page) of a particular link (anchor point) in the page displayed when the auto-navigation function is started.
  • the depth of “5” indicates that such control transfer is repeated four more times.
  • the time interval 605 is used to specify the period of time (in seconds) from the moment one page is displayed to the time the display is switched to the next page.
  • the illustrated example shows “3 seconds” being specified. If the time expires before one screenful of page is displayed, the operation ends even if the display operation is in progress and the display of the next page is started.
  • An appropriate value for the time interval 605 may be changed according to the communication speed (bps) or user preferences.
  • the time-out time 607 is used to specify the auto-navigation duration time (in minutes). In the illustrated example, “10 minutes” is specified. When the time expires, auto-navigation ends.
  • the confirmation 609 is used to specify whether or not the dialog box (confirmation panel) is to be displayed asking the user whether to connect the line when information needs to be read, over the line, during off-line auto-navigation which will be described later.
  • “No” is specified.
  • the user presses the “Complete” button (button on the screen) 611 to store the specified information.
  • this specified information is stored, for example, in the flash memory 407 to retain the same specified information even after the power is turned off.
  • the user presses the “Cancel” button 613 . Pressing this button retains the previous setup information.
  • the initial setup values (default values), which will be specified automatically when the user does not specify the values, may be defined.
  • FIG. 1 shows hierarchically the relation between a home page and pages of link destinations of the links in the home page.
  • the “home page” refers to an HTML document created by individuals, organizations, enterprises and so on, and added to the WWW server.
  • the first page of a document is also called a home page.
  • a “page”, usually corresponding to one data file, is a unit to be displayed at a time on the browser screen (including part of image to be viewed by scroll if the image does not fit in the screen range).
  • page A has links 1 , 2 , and 3 pointing to pages B, E, and H, respectively (or specific locations within the page).
  • page B has links pointing to pages C and D.
  • page E has links pointing to pages F and G.
  • Page H has no link to any page. Pages C, D, F, and G each have one or more links. As described above, a link in one page may have a link destination at another location within the same page. Therefore, two or more pages shown in FIG. 1 may belong to the same page.
  • the “LV” shown at the top of FIG. 1 indicates the link depth (also called a link level in this specification).
  • FIG. 2 shows the page transition during automatic Web page tracing when the “depth-first search” is selected.
  • the “link depth” is assumed to be “2” for the sake of description. In practice, the depth may be larger.
  • the links are traced sequentially from page A to pages B and C which are hierarchically lower levels. Because the link level reaches the maximum of “2”, control returns to page B which is the parent page (link-source page) of page C. When control returns to a previously-traced page, the pages containing links not yet traced are displayed so that such links may be viewed. In this stage, because page B has another unread link (link 2 ) that has not yet been traced, control goes to the link destination which is page D.
  • control When control goes to page D, control returns to page B again because of the link depth limitation. Then, because there is no further branch, control returns to page A which is the parent page. Similarly, after tracing pages E, F, E, G, and E, control return to A, the first page, and then goes to page H. Because page H has no link, control returns to page A.
  • the display time of each page is determined by the specified “time interval”. Auto-navigation is performed in this manner. If the “time-out time” expires during the operation, auto-navigation ends at that moment. As will be described later, auto-navigation may be suspended, restarted, stopped, or skipped.
  • FIG. 3 shows the page transition when the “width-first search” is selected.
  • the “link depth” is also assumed to be “2”.
  • the link destinations (link destinations at link level 1 ) of the plurality of links are all traced first and then control goes to the link destinations (at link level 2 or lower) of each link. Therefore, control goes from page A to page B and returns to page A, then goes to page E and returns to page A, and then goes to page H and returns to page A. Control always returns to the parent page A after control goes to a link destination because, for example, in page B the URL of page E, which is at the same hierarchical level, is unknown.
  • Control also returns to the parent to check the content of the next link destination.
  • control goes to link level 2 . That is, control starts from page A, and proceeds through pages B, C, B, D, B, A, E, F, E, G, E, A, H, and A, in this order.
  • FIG. 7 shows a flowchart of processing for setting up auto-navigation parameters.
  • this processing is started by the user pressing a special button on the remote controller 402 or selecting a menu item on the menu screen.
  • a setup screen 600 shown in FIG. 6 is displayed on the television screen ( 701 ).
  • a check is made to see if the user has entered a navigation direction change ( 702 ).
  • the user can specify a change of the navigation direction by controlling the cursor through the remote controller 402 . If such setup-change is entered, the navigation direction will temporarily be changed ( 703 ).
  • the “temporary change” means that changed parameters are temporarily stored. This is because, until the “Complete” button in FIG. 6 is pressed, the change does not take effect.
  • a numeric value on the setup screen indicating the link depth limit may be entered by a ten-key pad (if available on the remote controller) or increased or decreased through by arrow keys.
  • T.O. time-out time
  • the “temporary change cancellation” means that the changed parameters that are temporarily stored will not be used as setup parameters. If the CANCEL button is not pressed, a check is made to see if the COMPLETE button 611 has been pressed. Upon the pressing of the button, all the temporary changes are enabled ( 712 ). That is, the changed contents are stored preferably in the non-volatile memory (flash memory 407 in FIG. 4) as new setup parameters. If the “COMPLETE” button 611 was not pressed, control returns to step 702 .
  • FIG. 8 to FIG. 11 show the flowcharts of an example of auto-navigation in this embodiment.
  • the tables used in the processing are described in FIGS. 12 and 13.
  • FIG. 12 shows an example of the structure of a history table 120 used in this embodiment.
  • This is a table used to store the history of pages sequentially traced through the links. This table allows control to go from a current page back to its parent page (link-source page).
  • This history table 120 is composed of three columns: a page 121 , a in-page position 123 , and a current position pointer 125 indicating the position currently displayed.
  • This history table 120 contains only one sequence of the hierarchical tree shown in FIG. 1 . For example, when control moves from page A to pages B and C sequentially through the links in the example shown in FIG. 1, the three records for the pages are sequentially stored in the history table 120 , as shown in FIG. 12 ( a ).
  • the current position pointer 125 indicates that the third page C is the page currently displayed.
  • the number of records is still three but the current position pointer 125 indicates the second record as shown in FIG. 12 ( b ).
  • a new sequence A ⁇ B ⁇ D is stored in the history table 120 , as shown in FIG. 12 ( c ), because control goes into another sequence different from the old tree sequence A ⁇ B ⁇ C.
  • the current position pointer 125 indicates record 3 .
  • the number of records stored in the history table 120 corresponds to the link depth.
  • FIG. 13 shows an example of the structure of a read-page table 130 used in this embodiment.
  • the read-page table 130 is used to manage a link-destination-read count 135 in order to check if, for each position (link, that is, anchor point) 133 in a page 131 that was read (visited) at least once, its link-destination page was read.
  • link that is, anchor point
  • this read-page table 130 is used to check if there remains links, the link-destinations of which have not yet been visited.
  • the timer measuring the time to be compared with the time-out time T.O. is started ( 801 ).
  • the interval timer function of the CPU 401 may be used as this timer.
  • a check is made to see which is specified, depth-first search or width-first search ( 802 ). If the width-first search is selected, control goes to the steps in FIG. 9; if the depth-first search is selected, control goes to step 803 in FIG. 8 .
  • the variable LV indicating the current depth level (link level) is reset to “0” ( 803 ). This variable LV corresponds to the current position pointer 125 in the history table 120 shown in FIG. 12 .
  • the “specified page” is a home page of the URL specified immediately after the Internet connection has been made.
  • an unread link that is, the anchor point (the first link if there are many) of the page displayed in step 804 is identified. That is, part of the page including the position of the unread link is displayed on the screen. If the position is not in the range of the page displayed first, the image is scrolled or jumped until the position appears on the screen.
  • the above-described tables are updated ( 806 ). More specifically, for a new page, a new record is added to the history table 120 (FIG. 12 ), and the page 131 and its position 133 are added to the read-page table 130 (FIG. 13 ). At this time, because control is not yet passed to the link destination of the added link, “0” is set in the “count” 135 .
  • step 818 If there is no unread link in the current page (No in 808 ), control goes to step 818 which will be described below. If there is one or more unread links, the access information on the link destination of the first link (the link found in step 805 ) is specified ( 809 ). Because this causes control to go down one level, the link level variable LV is incremented ( 810 ). Then, the table is updated ( 811 ). More specifically, the “count” of the link of the link source in the read-page table 130 is incremented. In addition, unless the tree sequence changes, a new record is added to the history table 120 . If the tree sequence changes, only the new record is added instead of the record of the old tree.
  • step 812 A check is made to see if the auto-navigation time-out time has elapsed ( 812 ). If the time-out time has elapsed, auto-navigation ends (END). If the time-out time has not yet elapsed, control goes to step 814 . Note that step 813 is required when the return processing shown in FIG. 16, which will be described below, is employed, in which case the flag FLG is set to “0” ( 813 ). This flag FLG is used during RETURN processing in FIG. 16 .
  • step 809 the content of the page specified in step 809 is read, as in step 804 , stored in the RAM 408 , analyzed, and displayed ( 814 ).
  • step 804 the content of the page specified in step 809 is read, as in step 804 , stored in the RAM 408 , analyzed, and displayed ( 814 ).
  • step 815 a check is made to see if the link (the first or headmost unread link selected in step 809 ) is the last link of the page ( 816 ). This is determined by referencing the read-page table 130 . If the link is not the last link, a check is made to see if the link level LV updated in step 810 is smaller than the link depth limit LV 0 specified by the user ( 817 ).
  • step 808 If the link level is smaller than the link depth limit specified by the user, control return to step 808 , where a check is made to see if there is another unread link in the page displayed in step 814 ( 808 ). If any, control goes to the lower level link ( 809 - 816 ).
  • step 817 If, in step 817 , it is determined that the link level has reached the maximum, the parent page of the current page is specified by referencing the history table 120 ( 818 ). When the tracing of all pages in the link level range is finished and control is passed back to the page where the auto-navigation was started, there is no more parent page (No in step 819 ) and processing ends (END). However, if control comes from the width-first search processing in FIG. 9 (No in 822 ), control returns to the predetermined step in FIG. 9 as will be described later.
  • step 819 If there is a parent page in step 819 , the link level LV is decremented to pass control back to the parent page ( 820 ), an then control goes back to step 804 for starting the next branch tracing.
  • the flag FLG is set to “1” ( 821 ) after step 820 .
  • step 808 The flowchart shown in FIG. 8 is applied to the example shown in FIG. 1 .
  • page A is displayed in step 804
  • link 1 in page A is found in step 805 .
  • step 809 the link-destination page of link 1 in page A, that is, page B, is specified, the link level LV is set to “1” in step 810 , and the content of page B is displayed in step 814 .
  • step 809 the link destination (page C) of the first unread link in page B (that is, link 1 in page B) is specified, the link level LV is set to “2” in step 810 , and the content of page C is displayed in step 814 .
  • step 818 the parent page B of page C is specified, and the link level LV is decremented by one to “1” in step 820 .
  • the parent page B is displayed in step 804 , and the first unread link is identified in step 805 .
  • the first unread link in page B is link 2 . Therefore, page D which is the link destination of link 2 is specified in step 809 .
  • the link level LV is incremented to “2” in step 810 , and page D is displayed in step 814 .
  • control goes to step 818 and page B which is the parent page of page D is specified.
  • the link level LV is reset to “1” in step 820 , and page B is displayed in step 804 .
  • an attempt is made to select another unread link in page B.
  • control goes from step 808 to step 818 , where page A which is the parent page of page B is specified, and the link level LV is reset to “0” in step 820 .
  • page A is displayed in step 804 , and link 2 which is the first unread link in page A is identified in step 805 .
  • Page E which is the link destination of link 2 is displayed in step 809 .
  • pages F, E, G, E, and A are traced as with page B.
  • Control is passed from page E back to page A and then to page H (step 814 ). Because it is found in step 808 that page H has no link, control returns to page A again via step 818 . After that, it is found that page A has no further unread link. Control is passed to step 818 via step 808 and it is found that page A has no parent page. In step 819 , control goes to step 822 and the auto-navigation processing for the depth-first search ends (END).
  • END auto-navigation processing for the depth-first search ends
  • the width-first search processing will be described. Comparing FIG. 2 with FIG. 3 indicates that the width-first search auto-navigation contains some part of the depth-first search. For example, part 31 in FIG. 3 corresponds to the depth-first search with the link depth limit LV 0 of “1”, and part 32 corresponds to the depth-first search with the link depth limit LV 0 of “2”. Thus, the processing shown in FIG. 9 uses a part of the depth-first search processing shown in FIG. 8 .
  • the current link depth limit LV 0 is saved in the variable LV 1 ( 901 ) and the link depth limit L 0 is forced to be set to “1” ( 902 ).
  • control jumps to step 803 in FIG. 8 .
  • the depth-first search processing is performed with the link depth limit of “1” according to the procedure described above and, in step 882 , control returns to step 904 in FIG. 9 .
  • the link depth limit LV 0 is incremented ( 904 ).
  • the read-page table is cleared ( 906 ) and the depth-first search processing is performed for the new LV 0 ( 903 ). That is, the depth-first search processing is performed with the link depth limit of “2”.
  • LV 0 is incremented ( 904 ) and, if LV 0 exceeds LV 1 (Yes in 905 ), then the value of LV 1 is put into the variable LV 0 ( 907 ) and the processing ends. In the example shown in FIG. 3, control goes to step 907 when LV 0 becomes “3”, the value of LV 0 is returned to the original value of “2”, and then processing ends.
  • Such user operations include “suspend” which temporarily suspends the progress of auto-navigation, “restart” which restarts the progress suspended, “stop” which forces auto-navigation to stop, “skip” which skips the display of the current page, and “return” which returns control to the link-source page of the current page.
  • suspend which temporarily suspends the progress of auto-navigation
  • restart which restarts the progress suspended
  • stop which forces auto-navigation to stop
  • skip which skips the display of the current page
  • “return” which returns control to the link-source page of the current page.
  • FIG. 10 shows an example of flowchart of the “suspend” processing.
  • auto-navigation processing is temporarily suspended ( 101 ) and, upon receiving a restart request from the user, processing is restarted ( 103 ).
  • FIG. 11 shows an example of a “skip” processing flow.
  • the time interval INTVL 0 that is specified is saved in the variable Intvl ( 111 ).
  • the time interval Intvl 0 is forced to set to “0” ( 112 ).
  • the processing shown in FIG. 11 is executed concurrently with the auto-navigation processing in a time-dividing manner. After it is confirmed that auto-navigation has proceeded to the next page (Yes in 113 ), the time interval Intvl 0 is returned to the original value ( 114 ) to end the skip processing.
  • control goes to step 818 in FIG. 8 .
  • control goes to END in FIG. 8 .
  • the history table 120 maintains only one sequence of the tree.
  • the table may maintain a plurality of pages, including revisit of the same page, in the order they are traced.
  • FIG. 14 shows an example of the configuration of a history table 140 .
  • This table designed for use in another type of “return” processing which will be described later, stores read pages 141 and positions 142 in chronological order.
  • the number of records 143 may be fixed. In such a case, when the fixed-length area becomes full, older records are overwritten by new records.
  • FIG. 15 shows a link-source table 150 which is used with the history table 140 .
  • the link-source table 150 is used to contain the relationship between a page 151 and its link-source (that is, parent) URL 152 .
  • the configuration of the link-source URL 152 was described above.
  • a page 153 (file name) and a position 154 are shown here.
  • a record 156 is added to the link-source table 150 each time the Web browser reads a new unread page (steps 806 and 811 in FIG. 8 ). For example, when control jumps from page A to page B for the first time in the example shown in FIG. 1, the record 156 indicating that the link source of page B is the position of link 1 in page A is recorded.
  • the history table 140 FIG.
  • the history table 140 contains page D immediately before page B and therefore the URL of the parent page A is unknown.
  • the link-source table 150 is designed for dealing with this situation.
  • FIG. 16 is an example of a “return” processing flow corresponding to the history table 140 in FIG. 14 and the link-source table 150 in FIG. 15 .
  • control is passed directly to step 818 to return to the link-source page.
  • it is sometimes desired to return to the page position displayed immediately before in time.
  • the return processing shown in FIG. 16 is designed to meet this need. As a typical example, assume that pages are traced in order of A ⁇ B ⁇ C ⁇ B.
  • step 8 after the link level LV was decremented in step 820 .
  • the link level LV is incremented ( 163 ).
  • the history table 140 is referenced so that the page immediately preceding in time sequence is specified ( 164 ).
  • the last record is deleted from the history table 140 ( 165 ).
  • control returns to step 813 in FIG. 8 .
  • the user may select one of the above two types of return processing.
  • the data may be read from the cache without having to access the WWW server, thereby reducing the time necessary to read the data.
  • the embodiment of the present invention allows even users unfamiliar with computers can enjoy net surfing.
  • auto-navigation is executed while the user stays connected to the network, that is, in the on-line state.
  • the user connects to a network any time he or she wants to automatically download specific information (for example, newspaper data, television program information, weather forecasting, product information, etc.,) onto the secondary storage unit, as shown in FIG. 17 ( a ).
  • specific information for example, newspaper data, television program information, weather forecasting, product information, etc.
  • the user performs auto-navigation based on data stored on the secondary storage unit in the same manner as described above. However, depending upon the link, the link-destination information is not stored on the secondary storage unit. To continue auto-navigation in such a state, the user must connect to the network.
  • an inquiry dialog box 171 is opened to ask the user whether to make a network connection. Whether or not a user confirmation is necessary depends on the setting specified for “CONFIRMATION” 609 in FIG. 6 .
  • FIG. 18 shows an example of a confirmation processing flow in this embodiment. This processing is performed before each of steps 804 and 814 in FIG. 8 .
  • Automatic downloading may be performed by specifying control parameters such as an access site URL, download time (or date), retry count (number of retries to be made at a connection failure time), limit in capacity of a page to be downloaded, and so on.
  • the information apparatus has the clock function not shown in the figure. When the time arrives at which download is to be made, the information apparatus automatically accesses the URL of the access site to read the document of the site into the secondary storage unit. When the line connection fails, the information apparatus automatically retries the connection up to the maximum retry count. After downloading, the line is disconnected automatically. Only one URL may be specified, or a plurality of URLs may be specified so that they are accessed sequentially.
  • FIG. 19 shows a flowchart of an example of processing of this embodiment.
  • the download processing DL is executed. First, access is made to the specified URL during the download processing DL ( 195 ). At this time, when the page capacity exceeds the predetermined capacity limit (No in 196 ), control goes to step 198 . When the capacity limit is not exceeded, the page is read into the secondary storage unit ( 197 ). If there is another object to be accessed (Yes in 198 ), control returns to step 195 ; if not (No in 198 ), the line is disconnected ( 199 ) and processing ends (END).
  • the auto-navigation function according to the present invention may be used in the automatic download processing DL.
  • each time a page is read it is stored in the secondary storage unit.
  • the time interval 605 one of the parameters shown in FIG. 6, is disabled so that after reading entire data of the page, control goes to the next page.
  • the confirmation 609 function is also disabled.
  • This embodiment allows the user to access the network at a time when the telephone charge is low, to download necessary information, and to perform auto-navigation based on the data.
  • display data is stored in the secondary storage unit, no communication time is required, reducing the display time for browsing.
  • the auto-navigation function according to the present invention may be applied to an information guide or a bulletin board whose content is changed automatically. That is, the content of a link location or a link destination is created in an HTML document in a form suitable for an information guide and then the auto-navigation function is applied to this home page.
  • This application may be implemented in both the on-line and off-line modes.
  • the automatic Web tracing function according to the present invention has been described above. This function may be applied to the software, i.e., the browser in general, for personal computers or Personal Digital Assistants (PDA).
  • PDA Personal Digital Assistants
  • the present invention may be applied to a television set, its adapter, or a Web browser.
  • time-varying information can passively be received as if it were television information, minimizing operation steps necessary for a user to perform the automatic Web browsing of the Internet.
  • the off-line navigation on information once stored in the apparatus saves the telephone charges and reduces the time needed for displaying pages.

Abstract

An information apparatus which has access means by which a document on the Internet is accessed and automatic Web tracing means which automatically trace link destinations successively according to a predetermined rule and parameters based on the link information which is set in the accessed document. The predetermined rule is either a depth-first search or a width-first search. The predetermined parameters include at least a link depth limit to be used when the link destinations are traced downward in the hierarchy, an interval of time required for a transit from one document to another, and an automatic Web tracing time-out time. The rule and parameters may be specified by a user. Automatic Web tracing may be performed either on-line or off-line. Thus, time-varying information can passively be received as if it were television information, minimizing operation steps necessary for a user to perform the automatic Web browsing of the Internet.

Description

TECHNICAL FIELD
The present invention relates to the Internet, and more particularly to an apparatus having an Internet automatic Web browsing function.
BACKGROUND ART
As personal computers become popular recently, the Internet has become widely used. The Internet is a gigantic aggregate of interconnected computer networks. Its main functions include electronic mail, network news (electronic bulletin board or electronic conference), file transfer (FTP: file transfer protocol), and World Wide Web (WWW). In particular, WWW, an aggregate of hypertext documents coded in the language called HTML, described later, combines various types of information dispersively existing on the Internet and makes them accessible.
As a prerequisite for understanding the present invention, the following describes the structure and operation of the Internet system for the WWW and the structure of a hypertext document.
As shown in FIG. 24, the distribution of hypertext documents is performed by computers 243 and 244, called WWW servers, on the Internet. A user can use a browser program, called a WWW browser (also called a Web browser), on a client computer (hereafter simply called a client) to access documents on the Internet. Normally, the client computer 241 is connected to the Internet via a service organization called a service provider which offers a dedicated communication line of its own. That is, the client. computer 241 dials up the host computer of the service provider via a public line to make access to the Internet. This makes it possible for the user to get information (text, image, sound, and so on) from around the world while staying at home. This practice is called network surfing because it is like surfing through information waves.
A unit of information that is accessed is a file on the WWW server, called a page. Setting up a link, which will be described later, allows the user to jump from one page to another for sequential browsing. The length of a page is variable and may change according to the page creator.
A particular page (home page) on the WWW is assigned an address called a URL (Uniform Resource Locator) which is a unique address on the Internet.
A URL is composed of a protocol name, server name, and an item path name, as shown below.
http://www.abc.or.jp/def/ghi.html
The protocol name indicates the method by which the computer interprets information. Because the WWW server and the Web browser transfer information by the method called HTTP (Hyper Text Transfer Protocol), the protocol name, the first part of the above URL, is “http:”. There is also a protocol, called ftp, for use in file transfer. The “www.abc.or.jp” represents a server name. The “www” indicates that the server is a WWW server. The “abc” in “abc.or.jp” indicates an organization name, “or” indicates an organization type (in this example, an organization/individual), and “jp” indicates a code representing a country (in this example, Japan). The item path name “def/ghi.html” after the server name indicates the location of an item on the server. The path name usually indicates the name of a file constituting a page. The “def” in “def/ghi.html” is a directory name, “ghi” is a file name, and “html” is an extension indicating that the file is an html file.
Next, the structure of an HTML file (HTML document) will be described.
As described above, HTML is an abbreviation for Hyper Text Markup Language, and a WWW document is usually written in this language. A document written in this language is called an HTML document, and its file is called an HTML file (or HTML text).
FIG. 20 shows the basic structure of an HTML document. An HTML document, a text file in essence, contains codes, called tags enclosed by symbols “<” and “>”, in a page. Normally, a specified range is bounded by a pair of the start tag and the end tag. The end tag is distinguished from the start tag by “/”. Note that there is a tag which is used alone, such as <P> indicating the start of a new paragraph. The tag allows character design information and layout information, as well as link information, to be specified. The browser interprets the tag, displays on the screen the HTML document in a format intended by the creator, or controls link operations.
The detailed description of.HTML is omitted here because it is well known. As shown in FIG. 20(a), the basic structure of an HTML document contains various types of tags in the text document. When the HTML document is interpreted by the browser and displayed on the screen, the tags are not displayed, as in FIG. 20(b), with only the specified control reflected on the display. The function which passes control to another page, associated with a character string in the HTML document, when the user executes an operation (for example, click) on the character string, is called a link. In this specification, such a character string part in the HTML document is also called a link for the sake of convenience. A link 201 in a page of the HTML document “aaa.html”, shown in FIG. 20(a), is described as:
<A HREF=“bbb.html”>BBB</A>
The tags used for setting up a link are called anchor tags (<A . . . >. . . </A>), and the part enclosed by the anchor tags is called an anchor point or a hot point. The “HREF=” in <A HREF=“bbb.html”> in the start tag of the anchor tags indicates access information on the link destination (in this example, a file name). On the browser screen, the character string “BBB” is highlighted as in the displayed character string 203 shown in FIG. 20(b). This highlight display is realized by displaying the character string in a color different from other character strings or by underlining. This allows the user to identify that, if the user points this character string, he or she will be able to jump to some other page.
A link 202 indicates a link to an in-line image. In this case, the image file named “ggg.gif” is displayed on the screen as an image 204. When the user points the image 204, the content of the link destination “bbb.html” is read and displayed. An in-line image is an image embedded in a page of the HTML document page for display.
There are several patterns used in a link for link destination access information.
As shown in FIG. 21, when a link is set up (or created) for another page (or an HTML file) in the same server (host), the file name (sometimes, including a directory) is link destination information. FIG. 21(a) shows a link source HTML file and a link destination HTML file. FIG. 21(b) shows the content displayed on the browser display screens associated with the respective files. In this example, when the user points the anchor point character string “BBB”, the HTML file “bbb.html” which is a link destination representing another page is requested and its content is displayed.
As shown in FIG. 22, a link may be set up to some other location in the same page. In such a case, the item name of the location is used as link destination information. As shown in FIG. 22(a), the link source description <A HREF=“#aaa>AAA</A>” indicates the position of the link destination and, on the other hand, the link destination description <A NAME=“aaa”>AAA</A> indicates that the item name “aaa” is linked with the source. As shown in FIG. 22(b), when the user points the highlighted character string “AAA” on the browser screen, display control is passed to the position of the item “AAA” which is in a subsequent location within the same page. This is useful in a long page to display a list of items each having a link to the corresponding item at a subsequent location.
FIG. 23 indicates a link to a location in a separate page in the same server. In this case, the combination of the file name of the separate page and an item name in the document is used as the link destination access information. In this example, control jumps to the item “ppp” in a separate file “bbb.html” in the same server. FIG. 23(a) shows the link source and link destination HTML files, and FIG. 23(b) shows the corresponding browser screens.
Referring again to FIG. 24, information transfer between a client and the WWW server when accessing WWW will be described briefly.
The user connects the client computer 241 to the Internet and then starts the Web browser. Then, the Web browser on the client computer 241 requests a WWW server 243 of a previously-specified URL (this may be changed by the user) to send the content of the page identified by the URL (REQ1). Upon receiving this request, the WWW server 243 returns the HTML text of the page to the client computer 241 (RES1). When the browser receives the text, it analyzes the content and displays it on the screen of the client computer 241. When this page contains an in-line image (and others such as a sound), the browser requests the server 243 for that information (REQ2). In response to this, the WWW server 243 returns an image file (RES2). Upon receiving this file, the browser displays the image at a location specified in the page. When the user points a link in the page displayed on the screen, for example, when the link points to another page on the same WWW server 243, the browser requests the WWW server 243 to send the HTML text of the page (REQ3). In response, the WWW server 243 returns the text (RES3). In addition, when the link destination of the link in the page specified by the user is on a separate WWw server 244, the browser requests the server 244 to send the page information of the link destination (REQ4). In response, the server 244 returns the corresponding page information (RES4). The browser displays the received information on the screen.
A WWW access is made according to such a procedure. The user is able to type an arbitrary URL from the keyboard, instead of specifying a link, to access the page.
Although personal computers become used at home, only those having knowledge on computers or experience in operation to some extent can connect computers to the Internet and enjoy network surfing. Not all members of a family can enjoy network surfing with ease.
These days, to cope with this situation, a TV set with a built-in Internet connection function or an Internet connection apparatus which can be connected to a TV set externally is made available. These TV sets or apparatuses (collectively called information apparatus in this specification), intended for users with no computer knowledge, usually do not have a unit, such as a keyboard, for entering a user instruction into the information apparatus; instead, they have special remote control devices for operation. The browser screen, its menu display, and so on are also designed for that purpose. However, the television is designed to give information continuously without user interactions, while the Internet browser requires user interactions to keep on operation, i.e., requests the user to watch the screen and to give operation instructions. Therefore, this operation could sometimes be cumbersome to passive users who are familiar with the television.
In view of the foregoing, it is an object of the present invention to provide an information apparatus with an Internet automatic Web browsing function which allows the user to receive information passively, as with a television, while keeping the operation required when browsing Internet Webs to a minimum.
DISCLOSURE OF INVENTION
An information apparatus with an automatic Web browsing function according to the present invention, comprises access means for accessing documents on the Internet; storage means for storing data of the accessed documents; and automatic Web tracing means for sequentially and automatically tracing link destinations according to a predetermined rule and parameters based on link information defined in the documents stored in the storage means.
This allows even a user with no computer knowledge or operation experience can automatically browse the Web on the Internet continuously in much the same manner the user watches the television without cumbersome operations. Of course, if the user finds interesting information during automatic Web browsing, he or she may suspend or stop automatic browsing to view the information carefully. Today, some televisions offer multiple-divided television subscreens (for example, divided into left and right subscreens) to display separate channel pictures in the separate areas. One of the areas may be used for an Internet screen.
It should be noted that a link-destination document and a link-source document may belong to separate pages in the same Web server, to the same page, or to separate Web servers.
The predetermined rule may relate to either a depth-first search or a width-first search. The depth-first search is suitable for first sequentially tracing the links associated with interested information. On the other hand, the width-first search is suitable for first grasping all the link destinations in the current page and then viewing the contents of further destinations linked with each link destination.
The parameters may be composed of at least the link depth limit to be used when the link destinations are traced downward in the hierarchy and an interval of time required for a transit from one document to another. The link depth limit, if appropriately set, prevents control from going too far from the start point. The interval of time should preferably be set to a length of time during which the outline of a displayed page (or part of a page) may be identified.
The automatic Web tracing means may comprise a history table in which a page access information history is stored each time control moves from a link source to a link destination and a read-page table in which information indicating, for each link destination of each link in a page, whether the link destination was visited or not, wherein the history table is referenced when control returns from one of the link destinations to the link source during automatic Web browsing and the read-page table is referenced to check for unread links.
The parameters may further include an automatic Web browsing time-out time (limit time). The maximum automatic Web tracing time may be set by specifying the time-out time. The information apparatus may further comprise specifying means for allowing a user to specify the rule and parameters. This enables the user to select the rule and parameters he or she likes.
Automatic Web tracing is usually performed while the user is connected to the Internet (that is, on-line), but it may also be done when the user is not connected to the Internet (off-line). In that case, the information apparatus further comprises non-volatile storage means for storing the documents obtained from the Internet, wherein the automatic Web tracing means perform automatic Web tracing with respect to the documents stored in the non-volatile storage means when the information apparatus is not connected to the Internet.
Because connecting to the Internet via a public line requires telephone charges, storing required documents in the non-volatile storage means in advance and performing automatic Web tracing (in off-line mode) with respect to the stored documents can reduce the cost. That is, off-line browsing eliminates the need for displaying documents on the screen at communication time and does not need to consider user's browse time, thus reducing the communication time. The information apparatus according to the present invention is not limited to the connection to a public line but the connection to a leased line may also be possible.
In this specification, the public line includes an analog telephone line, a digital line such as an ISDN line, and a CATV line.
It is desirable that the information apparatus further comprise inquiry means for asking a user if a connection is to be made automatically to the Internet when the document at the next link destination is not stored in the non-volatile storage means during off-line automatic Web tracing. This prevents the line from being connected without the user being aware of the connection.
The documents must be stored in the non-volatile storage means for use in off-line automatic Web tracing. To do so, the information apparatus may comprise automatic downloading means for automatically acquiring not only the specified document on the Internet but also linked documents through the on-line automatic Web tracing function into the non-volatile storage means.
The automatic Web tracing function according to the present invention is implemented by software. The computer program comprises the functions of accessing documents on the Internet; and sequentially and automatically tracing link destinations according to a predetermined rule and parameters based on link information defined in the accessed documents.
Therefore, the present invention includes in its scope a recording medium which stores the program therein. This program may function as what we call a plug-in of an existing browser. The recording medium may be a ROM that may be mounted on a board in the apparatus, a floppy disk that is portable and nonvolatile recording medium, an MD (mini disk), a Zip medium, a CD (compact disk) ROM, and a fixed secondary storage unit such as a hard disk.
BRIEF DESCRIPTION OF DRAWINGS
FIG. 1 is a diagram showing links among the hierarchical structure of pages that may be browsed by an Internet Web browser;
FIG. 2 is a diagram showing depth-first-search auto-navigation used in an embodiment of the present invention;
FIG. 3 is a diagram showing width-first-search auto-navigation used in the embodiment of the present invention;
FIG. 4 is a block diagram showing an example of the hardware configuration of an information apparatus to which the present invention is applied;
FIG. 5 is a diagram showing an example of an Internet menu displayed on the television screen of the information apparatus according to the present invention;
FIG. 6 is a diagram showing an auto-navigation parameter setup screen displayed on the television screen;
FIG. 7 is a flowchart showing an example of auto-navigation parameter setup of the information apparatus according to the present invention;
FIG. 8 is a flowchart showing an example of auto-navigation processing of the information apparatus according to the present invention;
FIG. 9 is a flowchart showing an example of width-first search processing that is combined with the processing in FIG. 8;
FIG. 10 is a flowchart showing an example of auto-navigation suspend processing;
FIG. 11 is a flowchart showing an example of auto-navigation skip processing;
FIG. 12 is a diagram showing an example of the configuration of a history table used during auto-navigation processing;
FIG. 13 is a diagram showing an example of the configuration of a read-page table used during auto-navigation processing;
FIG. 14 is a diagram showing an example of another configuration of the history table used during auto-navigation processing;
FIG. 15 is a diagram showing an example of the configuration of a link-source table used with the history table shown in FIG. 14;
FIG. 16 is a flowchart showing anther example of the return processing of auto-navigation;
FIGS. 17(A) and (b) comprise a diagram showing a second embodiment of the present invention;
FIG. 18 is a flowchart showing the confirmation processing of auto-navigation of the second embodiment of the present invention;
FIG. 19 is a flowchart showing an example of automatic downloading that is required for auto-navigation used in the second embodiment of the present invention;
FIGS. 20(a) and (b) comprise a diagram showing an HTML document;
FIGS. 21(a) and (b) comprise a diagram showing the links used in the HTML document;
FIGS. 22(a) and (b) comprise a diagram showing the links used in the HTML document;
FIGS. 23(a) and (b) comprise a diagram showing the links used in the HTML document; and
FIG. 24 is a diagram showing the information transfer between a client and a WWW server on the Internet.
BEST MODE FOR CARRYING OUT THE INVENTION
An information apparatus with the automatic Web browsing function according to the present invention will be described in detail.
FIG. 4 shows an example of hardware configuration of an apparatus for implementing the embodiment. This hardware may be built in the television set or externally connected.
In the configuration shown in FIG. 4, a central processing unit (CPU) 401 is connected to a bus 400 and, via the bus 400, performs the overall control of the information apparatus shown in FIG. 4. A mask ROM 405 contains computer programs, such as a browser, to be executed by the CPU 401. A font ROM 406 contains font data to be used on the television screen of the browser and so on. A flash memory 407, a re-writable non-volatile memory, contains data, such as URLs or electronic mail addresses, a user wants to store. The flash memory 407 may also contain upgradable programs. Instead of, or in addition to, the flash memory, a secondary storage unit, non-volatile storage means such as an MD (mini disk) or hard disk, may also be used. A RAM 408 has a work area required by the CPU 401 to execute programs or an area where various parameters are stored. The RAM 408, with a large amount of storage, may also be used as a cache for temporarily storing page information (files containing HTML text, image, sound, and so on) received from the network. A cache with the use of above-described secondary storage unit may also be used.
The information apparatus is connected to a public line via the line terminal (LINE). The line terminal is connected to the bus 400 via a modem 418 and a serial controller 417. When using an ISDN line, a DSU (Data Service Unit) and a TA (Terminal Adapter) are used.
When displaying page information received by this information apparatus over the public line on the television screen, the information is first drawn in a display memory (VRAM) 411 via a display controller 410. The content of the display memory 411 is output from a video output terminal (VOUT) via a digital-analog (D/A) converter 412 and is entered into the video input terminal (not shown) of the television.
Switching between the television screen and the Internet screen is done by a controller (not shown in the figure) on the television which is connected to the VOUT terminal.
Page information sometimes contains audio information. To process audio information, an audio controller 414 and a digital-analog (D/A) converter 415 are provided. Audio signals are output from the audio output terminal AOUT for input into the audio input terminal (not shown in the figure) on the television. Alternatively, when a loudspeaker is provided on an Internet board, audio information is output from the loudspeaker.
The Internet board is a substrate on which all or some of the components shown in FIG. 4, except a remote controller 402, are provided.
A user uses the remote controller 402 to control this information apparatus. The signal (for example, an infrared light signal) generated by the remote controller 402 is received by a receiver 403 and is interpreted by the CPU 401. The remote controller 402 may also be used for normal television operation. In that case, the television operation signal is sent to the CPU 401 via a TV controller 404.
To issue an Internet connection instruction from the information apparatus shown in FIG. 4, the user must, for example, press a special button on the remote controller 402 provided for that purpose. Pressing the button causes the CPU 401 to start the Internet browsing software program, called a Web browser, and to make a dial-up connection to the Internet connection company called a service provider. Then, the menu screen containing various menu items is displayed on the television screen.
FIG. 5 shows an example of an Internet menu displayed first after the Internet connection is made. This menu screen 500 contains various menu items such as weather forecasting, news, sports, search, etc. This screen information may be stored in the memory (for example, mask ROM 405) in the information apparatus. However, considering a potential need for updating the content, it is desirable that the menu screen information be sent from the provider immediately after the Internet connection is made. The user can move a cursor 503, as he wishes, on the screen with the use of the remote controller 402. With the cursor 503 on a desired menu item, the user performs a selection operation (for example, press the selection button) to select the menu item. The movement operation of the cursor 503 is performed, for example, by operating the arrow keys, indicating the up, down, right, and left directions, provided on the remote controller 402. Instead of using the cursor 503, one item may be highlighted at a time so that the user can move the highlighting from one item to another with the use of the arrow key to select one item while it is highlighted.
Each menu item on the menu screen 500 is associated with a link as described above and, according to the selected menu item, the link-destination page of the link is read. After that, by pointing links on the screen, the user can browse new pages, one at a time.
The present invention provides a function allowing the links to be traced automatically. In this specification, this function is called an auto-navigation function (automatic Web tracing function). The auto-navigation function may be started, for example, by pressing the special button on the remote controller 402 or a button on the screen.
FIG. 6 shows an example of the setup screen for various parameters for use with the auto-navigation function. This setup screen 600 may be displayed in response to a user instruction, for example, through a special button on the remote controller 402 or a menu item on the menu screen for that purpose. In this example, the user specifies a navigation direction 601, a link depth 603, a time interval 605, a time-out time 607, and a confirmation 609. The confirmation 609, used in the second embodiment which will be described later, is mentioned here for convenience.
The navigation direction 601 specifies, when there are a plurality of links in a page, whether the first link in each page is to be sequentially traced first or all the link destinations of the links in one page are to be traced first. The former is called a depth-first search, while the latter is called a width-first search. In the example in the figure, the depth-first search is selected.
The link depth 603 is used to specify the maximum number of times the links are to be traced sequentially into lower hierarchies. In the example in the figure, a depth value “5” is specified. The depth is “1” when control is passed to the link destination (sometimes in the same page) of a particular link (anchor point) in the page displayed when the auto-navigation function is started. The depth of “5” indicates that such control transfer is repeated four more times.
The time interval 605 is used to specify the period of time (in seconds) from the moment one page is displayed to the time the display is switched to the next page. The illustrated example shows “3 seconds” being specified. If the time expires before one screenful of page is displayed, the operation ends even if the display operation is in progress and the display of the next page is started. An appropriate value for the time interval 605 may be changed according to the communication speed (bps) or user preferences.
The time-out time 607 is used to specify the auto-navigation duration time (in minutes). In the illustrated example, “10 minutes” is specified. When the time expires, auto-navigation ends.
The confirmation 609 is used to specify whether or not the dialog box (confirmation panel) is to be displayed asking the user whether to connect the line when information needs to be read, over the line, during off-line auto-navigation which will be described later. In the example in the figure, “No” is specified.
After specifying these items, the user presses the “Complete” button (button on the screen) 611 to store the specified information. In the configuration shown in FIG. 4, this specified information is stored, for example, in the flash memory 407 to retain the same specified information even after the power is turned off. To cancel the specified information on the setup screen 600 during modification, the user presses the “Cancel” button 613. Pressing this button retains the previous setup information.
For these setup items, the initial setup values (default values), which will be specified automatically when the user does not specify the values, may be defined.
FIG. 1 shows hierarchically the relation between a home page and pages of link destinations of the links in the home page. Here, the “home page” refers to an HTML document created by individuals, organizations, enterprises and so on, and added to the WWW server. Sometimes, the first page of a document is also called a home page. A “page”, usually corresponding to one data file, is a unit to be displayed at a time on the browser screen (including part of image to be viewed by scroll if the image does not fit in the screen range). In FIG. 1, page A has links 1, 2, and 3 pointing to pages B, E, and H, respectively (or specific locations within the page). Also, page B has links pointing to pages C and D. Similarly, page E has links pointing to pages F and G. Page H has no link to any page. Pages C, D, F, and G each have one or more links. As described above, a link in one page may have a link destination at another location within the same page. Therefore, two or more pages shown in FIG. 1 may belong to the same page. The “LV” shown at the top of FIG. 1 indicates the link depth (also called a link level in this specification).
With the above-described hierarchical relation of the page as an example, the following explains an example of auto-navigation.
FIG. 2 shows the page transition during automatic Web page tracing when the “depth-first search” is selected. In this example, the “link depth” is assumed to be “2” for the sake of description. In practice, the depth may be larger. Under this condition, the links are traced sequentially from page A to pages B and C which are hierarchically lower levels. Because the link level reaches the maximum of “2”, control returns to page B which is the parent page (link-source page) of page C. When control returns to a previously-traced page, the pages containing links not yet traced are displayed so that such links may be viewed. In this stage, because page B has another unread link (link 2) that has not yet been traced, control goes to the link destination which is page D. When control goes to page D, control returns to page B again because of the link depth limitation. Then, because there is no further branch, control returns to page A which is the parent page. Similarly, after tracing pages E, F, E, G, and E, control return to A, the first page, and then goes to page H. Because page H has no link, control returns to page A. The display time of each page is determined by the specified “time interval”. Auto-navigation is performed in this manner. If the “time-out time” expires during the operation, auto-navigation ends at that moment. As will be described later, auto-navigation may be suspended, restarted, stopped, or skipped.
FIG. 3 shows the page transition when the “width-first search” is selected. In this example, the “link depth” is also assumed to be “2”. In the width-first search, when a page (page A) where auto-navigation starts includes a plurality of links, the link destinations (link destinations at link level 1) of the plurality of links are all traced first and then control goes to the link destinations (at link level 2 or lower) of each link. Therefore, control goes from page A to page B and returns to page A, then goes to page E and returns to page A, and then goes to page H and returns to page A. Control always returns to the parent page A after control goes to a link destination because, for example, in page B the URL of page E, which is at the same hierarchical level, is unknown. Control also returns to the parent to check the content of the next link destination. Next, control goes to link level 2. That is, control starts from page A, and proceeds through pages B, C, B, D, B, A, E, F, E, G, E, A, H, and A, in this order.
FIG. 7 shows a flowchart of processing for setting up auto-navigation parameters. As described above, this processing is started by the user pressing a special button on the remote controller 402 or selecting a menu item on the menu screen. First, a setup screen 600 shown in FIG. 6 is displayed on the television screen (701). Next, a check is made to see if the user has entered a navigation direction change (702). The user can specify a change of the navigation direction by controlling the cursor through the remote controller 402. If such setup-change is entered, the navigation direction will temporarily be changed (703). The “temporary change” means that changed parameters are temporarily stored. This is because, until the “Complete” button in FIG. 6 is pressed, the change does not take effect. If no direction change is entered, control skips step 703 and goes to step 704. Next, a check is made to see if a link depth limit (LV0) change has been entered (704). If such a change is entered, the link level will be changed temporarily (705). If no such change is entered, control skips step 705 and goes to step 706. A numeric value on the setup screen indicating the link depth limit may be entered by a ten-key pad (if available on the remote controller) or increased or decreased through by arrow keys. Similarly, a check is made to see if a time-out time (T.O.) change has been entered (706). If such a change is entered, the time-out time will temporarily be changed (707). In addition, a check is made to see if a confirmation change has been entered (708). If such a change is entered, the specified content will temporarily be changed (709). In addition, a check is made to see if the “CANCEL” button 613 has been pressed (710). If pressed, all the temporary changes are canceled (713) and processing ends. The “temporary change cancellation” means that the changed parameters that are temporarily stored will not be used as setup parameters. If the CANCEL button is not pressed, a check is made to see if the COMPLETE button 611 has been pressed. Upon the pressing of the button, all the temporary changes are enabled (712). That is, the changed contents are stored preferably in the non-volatile memory (flash memory 407 in FIG. 4) as new setup parameters. If the “COMPLETE” button 611 was not pressed, control returns to step 702.
Next, FIG. 8 to FIG. 11 show the flowcharts of an example of auto-navigation in this embodiment. Before describing these flowcharts, the tables used in the processing are described in FIGS. 12 and 13.
FIG. 12 shows an example of the structure of a history table 120 used in this embodiment. This is a table used to store the history of pages sequentially traced through the links. This table allows control to go from a current page back to its parent page (link-source page). This history table 120 is composed of three columns: a page 121, a in-page position 123, and a current position pointer 125 indicating the position currently displayed. This history table 120 contains only one sequence of the hierarchical tree shown in FIG. 1. For example, when control moves from page A to pages B and C sequentially through the links in the example shown in FIG. 1, the three records for the pages are sequentially stored in the history table 120, as shown in FIG. 12(a). The current position pointer 125 indicates that the third page C is the page currently displayed. Next, when control returns from the current page C to page B, the number of records is still three but the current position pointer 125 indicates the second record as shown in FIG. 12(b). Next, when control moves from page B to page D, a new sequence A→B→D is stored in the history table 120, as shown in FIG. 12(c), because control goes into another sequence different from the old tree sequence A→B→C. The current position pointer 125 indicates record 3. In the structure of the history table 120, the number of records stored in the history table 120 corresponds to the link depth.
FIG. 13 shows an example of the structure of a read-page table 130 used in this embodiment. The read-page table 130 is used to manage a link-destination-read count 135 in order to check if, for each position (link, that is, anchor point) 133 in a page 131 that was read (visited) at least once, its link-destination page was read. When control returns from one page to another during auto-navigation, this read-page table 130 is used to check if there remains links, the link-destinations of which have not yet been visited.
Referring now to FIGS. 8 and 9, the CPU processing procedure for executing auto-navigation in this embodiment will be described. As described above, this processing is started by a user instruction after the line is connected.
First, the timer measuring the time to be compared with the time-out time T.O. is started (801). The interval timer function of the CPU 401 may be used as this timer. Next, a check is made to see which is specified, depth-first search or width-first search (802). If the width-first search is selected, control goes to the steps in FIG. 9; if the depth-first search is selected, control goes to step 803 in FIG. 8. In step 803, the variable LV indicating the current depth level (link level) is reset to “0” (803). This variable LV corresponds to the current position pointer 125 in the history table 120 shown in FIG. 12.
Next, the content (text) of the specified page is read, stored in the RAM (storage means) 408, analyzed for image drawing, and displayed on the television screen (804). The “specified page” is a home page of the URL specified immediately after the Internet connection has been made. When control is passed from step 818 to step 804 which will be described later, the page and its position are specified based on the history table 120.
Then, an unread link, that is, the anchor point (the first link if there are many), of the page displayed in step 804 is identified. That is, part of the page including the position of the unread link is displayed on the screen. If the position is not in the range of the page displayed first, the image is scrolled or jumped until the position appears on the screen.
Next, the above-described tables are updated (806). More specifically, for a new page, a new record is added to the history table 120 (FIG. 12), and the page 131 and its position 133 are added to the read-page table 130 (FIG. 13). At this time, because control is not yet passed to the link destination of the added link, “0” is set in the “count” 135.
Then, a check is made to see if the page display time has reached the time interval Intvl0 specified by the user (807). To do so, another timer, not shown in the figure, is used to measure the time elapsed from the start of page display. Depending upon the page content, communication speed, or line status, a relatively long time may be required until the entire page is displayed. The display operation continues until the time interval IntvlO expires.
If there is no unread link in the current page (No in 808), control goes to step 818 which will be described below. If there is one or more unread links, the access information on the link destination of the first link (the link found in step 805) is specified (809). Because this causes control to go down one level, the link level variable LV is incremented (810). Then, the table is updated (811). More specifically, the “count” of the link of the link source in the read-page table 130 is incremented. In addition, unless the tree sequence changes, a new record is added to the history table 120. If the tree sequence changes, only the new record is added instead of the record of the old tree.
A check is made to see if the auto-navigation time-out time has elapsed (812). If the time-out time has elapsed, auto-navigation ends (END). If the time-out time has not yet elapsed, control goes to step 814. Note that step 813 is required when the return processing shown in FIG. 16, which will be described below, is employed, in which case the flag FLG is set to “0” (813). This flag FLG is used during RETURN processing in FIG. 16.
Then, the content of the page specified in step 809 is read, as in step 804, stored in the RAM 408, analyzed, and displayed (814). After the time-interval Intvl0 (815), a check is made to see if the link (the first or headmost unread link selected in step 809) is the last link of the page (816). This is determined by referencing the read-page table 130. If the link is not the last link, a check is made to see if the link level LV updated in step 810 is smaller than the link depth limit LV0 specified by the user (817). If the link level is smaller than the link depth limit specified by the user, control return to step 808, where a check is made to see if there is another unread link in the page displayed in step 814 (808). If any, control goes to the lower level link (809-816).
If, in step 817, it is determined that the link level has reached the maximum, the parent page of the current page is specified by referencing the history table 120 (818). When the tracing of all pages in the link level range is finished and control is passed back to the page where the auto-navigation was started, there is no more parent page (No in step 819) and processing ends (END). However, if control comes from the width-first search processing in FIG. 9 (No in 822), control returns to the predetermined step in FIG. 9 as will be described later.
If there is a parent page in step 819, the link level LV is decremented to pass control back to the parent page (820), an then control goes back to step 804 for starting the next branch tracing. When the return processing in FIG. 16 is adopted, the flag FLG is set to “1” (821) after step 820.
The flowchart shown in FIG. 8 is applied to the example shown in FIG. 1. First, page A is displayed in step 804, and link 1 in page A is found in step 805. Then, in step 809, the link-destination page of link 1 in page A, that is, page B, is specified, the link level LV is set to “1” in step 810, and the content of page B is displayed in step 814. At this stage, because the link level LV is “1” which is lower than the maximum value LV0 “2”, control returns to step 809, the link destination (page C) of the first unread link in page B (that is, link 1 in page B) is specified, the link level LV is set to “2” in step 810, and the content of page C is displayed in step 814. At this stage, because the link level LV has reached the limit of “2”, control goes to step 818, the parent page B of page C is specified, and the link level LV is decremented by one to “1” in step 820.
Then, the parent page B is displayed in step 804, and the first unread link is identified in step 805. At this time, the first unread link in page B is link 2. Therefore, page D which is the link destination of link 2 is specified in step 809. The link level LV is incremented to “2” in step 810, and page D is displayed in step 814. At this time, because the link level LV has reached the limit of “2”, control goes to step 818 and page B which is the parent page of page D is specified. The link level LV is reset to “1” in step 820, and page B is displayed in step 804. Then, an attempt is made to select another unread link in page B. However, since there is no more unread link in page B. control goes from step 808 to step 818, where page A which is the parent page of page B is specified, and the link level LV is reset to “0” in step 820.
Then, page A is displayed in step 804, and link 2 which is the first unread link in page A is identified in step 805. Page E which is the link destination of link 2 is displayed in step 809. After that, pages F, E, G, E, and A are traced as with page B.
Control is passed from page E back to page A and then to page H (step 814). Because it is found in step 808 that page H has no link, control returns to page A again via step 818. After that, it is found that page A has no further unread link. Control is passed to step 818 via step 808 and it is found that page A has no parent page. In step 819, control goes to step 822 and the auto-navigation processing for the depth-first search ends (END).
Next, referring to FIG. 9, the width-first search processing will be described. Comparing FIG. 2 with FIG. 3 indicates that the width-first search auto-navigation contains some part of the depth-first search. For example, part 31 in FIG. 3 corresponds to the depth-first search with the link depth limit LV0 of “1”, and part 32 corresponds to the depth-first search with the link depth limit LV0 of “2”. Thus, the processing shown in FIG. 9 uses a part of the depth-first search processing shown in FIG. 8.
In the flowchart in FIG. 9, the current link depth limit LV0 is saved in the variable LV1 (901) and the link depth limit L0 is forced to be set to “1” (902). After that, control jumps to step 803 in FIG. 8. In the processing shown in FIG. 8, the depth-first search processing is performed with the link depth limit of “1” according to the procedure described above and, in step 882, control returns to step 904 in FIG. 9. In that step, the link depth limit LV0 is incremented (904). Unless the value of LV0 which is incremented does not exceed LV1 (No in 905), the read-page table is cleared (906) and the depth-first search processing is performed for the new LV0 (903). That is, the depth-first search processing is performed with the link depth limit of “2”. In addition, LV0 is incremented (904) and, if LV0 exceeds LV1 (Yes in 905), then the value of LV1 is put into the variable LV0 (907) and the processing ends. In the example shown in FIG. 3, control goes to step 907 when LV0 becomes “3”, the value of LV0 is returned to the original value of “2”, and then processing ends.
Sometimes, the user wants to get into the progress of auto-navigation. Such user operations include “suspend” which temporarily suspends the progress of auto-navigation, “restart” which restarts the progress suspended, “stop” which forces auto-navigation to stop, “skip” which skips the display of the current page, and “return” which returns control to the link-source page of the current page. These operations are executed by an interrupt to the CPU, in response to a user's operation on the remote controller 402 (special button for each operation, or button or menu operation on the screen).
FIG. 10 shows an example of flowchart of the “suspend” processing. When the user requests to suspend, auto-navigation processing is temporarily suspended (101) and, upon receiving a restart request from the user, processing is restarted (103).
FIG. 11 shows an example of a “skip” processing flow. When a skip is requested from the user, the time interval INTVL0 that is specified is saved in the variable Intvl (111). Then, the time interval Intvl0 is forced to set to “0” (112). The processing shown in FIG. 11 is executed concurrently with the auto-navigation processing in a time-dividing manner. After it is confirmed that auto-navigation has proceeded to the next page (Yes in 113), the time interval Intvl0 is returned to the original value (114) to end the skip processing.
When a “return” request is made, control goes to step 818 in FIG. 8. When a “stop” request is made, control goes to END in FIG. 8.
In the above description, the history table 120 maintains only one sequence of the tree. Alternatively, the table may maintain a plurality of pages, including revisit of the same page, in the order they are traced.
FIG. 14 shows an example of the configuration of a history table 140. This table, designed for use in another type of “return” processing which will be described later, stores read pages 141 and positions 142 in chronological order. The number of records 143 may be fixed. In such a case, when the fixed-length area becomes full, older records are overwritten by new records.
FIG. 15 shows a link-source table 150 which is used with the history table 140. The link-source table 150 is used to contain the relationship between a page 151 and its link-source (that is, parent) URL 152. The configuration of the link-source URL 152 was described above. For convenience, a page 153 (file name) and a position 154 are shown here. A record 156 is added to the link-source table 150 each time the Web browser reads a new unread page ( steps 806 and 811 in FIG. 8). For example, when control jumps from page A to page B for the first time in the example shown in FIG. 1, the record 156 indicating that the link source of page B is the position of link 1 in page A is recorded. When the history table 140 (FIG. 14) in this example is used, it is relatively easy to return to the page immediately preceding in time. However, when a page was read after a page other than the parent page (for example, control goes from page B to page D, returns to page B, and then returns to page A), the history table 140 contains page D immediately before page B and therefore the URL of the parent page A is unknown. The link-source table 150 is designed for dealing with this situation.
FIG. 16 is an example of a “return” processing flow corresponding to the history table 140 in FIG. 14 and the link-source table 150 in FIG. 15. In the return processing in the preceding example, control is passed directly to step 818 to return to the link-source page. However, it is sometimes desired to return to the page position displayed immediately before in time. The return processing shown in FIG. 16 is designed to meet this need. As a typical example, assume that pages are traced in order of A→B→C→B. When a return request is given at this time, control returns to page A that is the link source of page B in the preceding example, while control returns to page C which was displayed immediately before page B in this example.To do so, when the user makes a return request while a page is displayed, the value of the above-described flag FLG is checked first (161). When the flag FLG is “0”, it indicates that the content of a page is being displayed in step 814 in FIG. 8 after the link level LV was incremented in step 810. Thus, the link level LV is decremented (162). On the other hand, when the flag FLG is “1”, it indicates that the content of a page is being displayed in step 804 in FIG. 8 after the link level LV was decremented in step 820. Thus, the link level LV is incremented (163). After that, the history table 140 is referenced so that the page immediately preceding in time sequence is specified (164). Then, the last record is deleted from the history table 140 (165). After that, control returns to step 813 in FIG. 8.
The user may select one of the above two types of return processing.
If, in a system with a cache, desired data once read from the WWW server is to be read again and that data is still in the cache, the data may be read from the cache without having to access the WWW server, thereby reducing the time necessary to read the data.
As described above, the embodiment of the present invention allows even users unfamiliar with computers can enjoy net surfing.
Another embodiment of the present invention will now be described.
In the first embodiment, auto-navigation is executed while the user stays connected to the network, that is, in the on-line state. On the other hand, in this embodiment, the user connects to a network any time he or she wants to automatically download specific information (for example, newspaper data, television program information, weather forecasting, product information, etc.,) onto the secondary storage unit, as shown in FIG. 17(a). After that, in the state disconnected from the network, that is in the off-line state, the user performs auto-navigation based on data stored on the secondary storage unit in the same manner as described above. However, depending upon the link, the link-destination information is not stored on the secondary storage unit. To continue auto-navigation in such a state, the user must connect to the network. Because making a connection to the network involves telephone charges (plus provider charges depending upon the situation), an inquiry dialog box 171, shown in FIG. 17(b), is opened to ask the user whether to make a network connection. Whether or not a user confirmation is necessary depends on the setting specified for “CONFIRMATION” 609 in FIG. 6.
FIG. 18 shows an example of a confirmation processing flow in this embodiment. This processing is performed before each of steps 804 and 814 in FIG. 8.
First, a check is made to see if the content of a specified page is stored in the information apparatus (181). If it is stored, control goes to the next step. If it is not, the confirmation is checked (182). If no confirmation is necessary, the line is automatically connected (185). If conformation is necessary, the user is asked whether to connect to the network as shown in FIG. 18(b) (183). When the user replies with YES (Yes in 184), the line is automatically connected (185); if not, the link is ignored and control goes to the next step.
Automatic downloading may be performed by specifying control parameters such as an access site URL, download time (or date), retry count (number of retries to be made at a connection failure time), limit in capacity of a page to be downloaded, and so on. The information apparatus has the clock function not shown in the figure. When the time arrives at which download is to be made, the information apparatus automatically accesses the URL of the access site to read the document of the site into the secondary storage unit. When the line connection fails, the information apparatus automatically retries the connection up to the maximum retry count. After downloading, the line is disconnected automatically. Only one URL may be specified, or a plurality of URLs may be specified so that they are accessed sequentially.
FIG. 19 shows a flowchart of an example of processing of this embodiment.
When the clock function finds that the time has arrived (Yes in 191), an attempt is made to connect the line (192). When the line connection fails (No in 193), the connection is retried up to the number of times specified by the retry count (194, 192). When the retry count is exceeded, the apparatus gives up the line connection and ends processing (END).
When the line is successfully connected (Yes in 193), the download processing DL is executed. First, access is made to the specified URL during the download processing DL (195). At this time, when the page capacity exceeds the predetermined capacity limit (No in 196), control goes to step 198. When the capacity limit is not exceeded, the page is read into the secondary storage unit (197). If there is another object to be accessed (Yes in 198), control returns to step 195; if not (No in 198), the line is disconnected (199) and processing ends (END).
The auto-navigation function according to the present invention may be used in the automatic download processing DL. In that case, each time a page is read, it is stored in the secondary storage unit. The time interval 605, one of the parameters shown in FIG. 6, is disabled so that after reading entire data of the page, control goes to the next page. For a page once read, the same data is not stored in the secondary unit again even if control is passed to that page. The confirmation 609 function is also disabled.
This embodiment allows the user to access the network at a time when the telephone charge is low, to download necessary information, and to perform auto-navigation based on the data. In addition, because display data is stored in the secondary storage unit, no communication time is required, reducing the display time for browsing.
As an example of application, the auto-navigation function according to the present invention may be applied to an information guide or a bulletin board whose content is changed automatically. That is, the content of a link location or a link destination is created in an HTML document in a form suitable for an information guide and then the auto-navigation function is applied to this home page. This application may be implemented in both the on-line and off-line modes.
The automatic Web tracing function according to the present invention has been described above. This function may be applied to the software, i.e., the browser in general, for personal computers or Personal Digital Assistants (PDA).
Industrial Applicability
The present invention may be applied to a television set, its adapter, or a Web browser. According to the present invention, time-varying information can passively be received as if it were television information, minimizing operation steps necessary for a user to perform the automatic Web browsing of the Internet. In addition, the off-line navigation on information once stored in the apparatus saves the telephone charges and reduces the time needed for displaying pages.

Claims (12)

What is claimed is:
1. An information apparatus with an automatic browsing function, said information apparatus comprising:
access means for accessing documents on the Internet;
storage means for storing data of the accessed documents; and
automatic Web tracing means for sequentially and automatically tracing link destinations according to a predetermined rule and parameters based on link information which is defined in the documents stored in the storage means;
wherein said predetermined rule is one of a depth-first search and a width-first search and said parameters include at least a link depth limit to be used when the link destinations are sequentially traced downward and a time interval at which control moves from one document to another; and
wherein said automatic Web tracing means include a history table in which a page access information history is stored each time control moves from a link source to ones of the link destinations and a read-page table in which information indicating, for each link destination of each link in a page, whether the link destination was visited or not, wherein said history table is referenced when control returns from one of the link destinations to the link source during automatic Web tracing and said read-page table is referenced to check for unread links.
2. The information apparatus with the automatic Web browsing function according to claim 1, wherein said parameters further include an automatic Web tracing time-out time.
3. The information apparatus with the automatic Web browsing function according to claim 1, said information apparatus further comprising specifying means for allowing a user to specify said rule and parameters.
4. The information apparatus with the automatic Web browsing function according to any one of claims 1-3, said information apparatus being connected to the Internet via a public line and further comprising non-volatile storage means for storing the documents obtained from the Internet, wherein said automatic Web tracing means perform automatic Web tracing for the documents stored in said non-volatile storage means when said information apparatus is not connected to the Internet.
5. The information apparatus with the automatic Web browsing function according to claim 4, further comprising inquiry means for asking a user if a connection is to be made automatically to the Internet when the document at one of the link destinations is not stored in said non-volatile storage means during automatic Web tracing.
6. The information apparatus with the automatic Web browsing function according to claim 4, further comprising automatic downloading means for storing the documents into said non-volatile storage means during automatic Web tracing by said automatic Web tracing means.
7. A computer-readable recording medium having stored therein a computer program which comprises the functions of:
accessing documents on the Internet; and
sequentially and automatically tracing link destinations automatically according to a predetermined rule and parameters based on link information defined in the accessed documents;
wherein said predetermined rule is one of a depth-first search and a width-first search and said parameters include at least a link depth limit to be used when the link destinations are sequentially traced downward and a time interval at which control moves from one document to another; and
wherein said function of sequentially and automatically tracing link destinations uses a history table in which a page access information history is stored each time control moves from a link source to ones of the link destinations and a read-page table in which information indicating, for each link destination of each link in a page, whether the link destination was visited or not, wherein said history table is referenced when control returns from one of the link destinations to the link source during automatic Web tracing and said read-page table is referenced to check for unread links.
8. The recording medium according to claim 7, wherein said parameters further include an automatic Web tracing time-out time.
9. The recording medium according to claim 7, said computer program further comprising the function of allowing a user to specify said rule and parameters.
10. The recording medium according to claim 7, said information apparatus on which said computer program is executed being connected to the Internet via a public line and further comprising non-volatile storage means for storing the documents obtained from the Internet, wherein said computer program further comprises a function of performing automatic Web tracing for the documents stored in said non-volatile storage means when said information apparatus is not connected to the Internet.
11. The recording medium according to claim 10, said computer program further comprising an inquiry function of asking a user if a connection is to be made automatically to the Internet when the document at one of the link destinations is not stored in said non-volatile storage means during automatic Web tracing.
12. The recording medium according to claim 10, said computer program further comprising an automatic downloading function of storing the documents into said non-volatile storage means during automatic Web tracing through said automatic Web tracing means.
US09/284,890 1996-10-23 1997-10-23 Information apparatus having automatic web reading function Expired - Fee Related US6381637B1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP29966496 1996-10-23
JP8-299664 1996-10-23
PCT/JP1997/003830 WO1998018088A1 (en) 1996-10-23 1997-10-23 Information apparatus having automatic web reading function

Publications (1)

Publication Number Publication Date
US6381637B1 true US6381637B1 (en) 2002-04-30

Family

ID=17875487

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/284,890 Expired - Fee Related US6381637B1 (en) 1996-10-23 1997-10-23 Information apparatus having automatic web reading function

Country Status (5)

Country Link
US (1) US6381637B1 (en)
EP (1) EP0945811B1 (en)
JP (1) JP3098546B2 (en)
DE (1) DE69718669T2 (en)
WO (1) WO1998018088A1 (en)

Cited By (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020030697A1 (en) * 2000-08-11 2002-03-14 Tomoya Oikawa Information reading apparatus and information reading method
US20020038358A1 (en) * 2000-08-08 2002-03-28 Sweatt Millard E. Method and system for remote television replay control
US20020059285A1 (en) * 2000-10-24 2002-05-16 Nec Corporation Place name information extraction apparatus and extraction method thereof and storing medium stored extraction programs thereof and map information retrieval apparatus
US20020087661A1 (en) * 2000-08-08 2002-07-04 Matichuk Chris E. One click web records
US20020103797A1 (en) * 2000-08-08 2002-08-01 Surendra Goel Displaying search results
US20020120645A1 (en) * 2001-02-27 2002-08-29 Adapathya Ravi Shankarnarayan Method and system for providing an index to linked sites on a web page for individuals with visual disabilities
US20030033398A1 (en) * 2001-08-10 2003-02-13 Sun Microsystems, Inc. Method, system, and program for generating and using configuration policies
US20030045273A1 (en) * 2001-08-31 2003-03-06 Seppo Pyhalammi Mobile content delivery system
US20030076788A1 (en) * 2001-10-19 2003-04-24 Sun Microsystems, Inc. Method, system, and program for discovering devices communicating through a switch
US20030081243A1 (en) * 2001-10-31 2003-05-01 Su Jason T. System and method for automated access of a network page
US20030093501A1 (en) * 2001-10-18 2003-05-15 Sun Microsystems, Inc. Method, system, and program for configuring system resources
US6587878B1 (en) * 1999-05-12 2003-07-01 International Business Machines Corporation System, method, and program for measuring performance in a network system
WO2003054720A1 (en) * 2001-12-21 2003-07-03 Nokia Corporation Mobile browsing booster system
US20030135609A1 (en) * 2002-01-16 2003-07-17 Sun Microsystems, Inc. Method, system, and program for determining a modification of a system resource configuration
US20030167301A1 (en) * 2000-12-29 2003-09-04 Min Zhu Distributed network system architecture for collaborative computing
US20030164853A1 (en) * 2000-12-29 2003-09-04 Min Zhu Distributed document sharing
US20030167339A1 (en) * 2000-12-29 2003-09-04 Min Zhu Distributed application sharing
US20030167293A1 (en) * 2000-12-29 2003-09-04 Min Zhu Fault tolerant server architecture for collaborative computing
US20030167302A1 (en) * 2000-12-29 2003-09-04 Min Zhu Scalable distributed network system for collaborative computing
US20030167303A1 (en) * 2000-12-29 2003-09-04 Min Zhu Fault-tolerant distributed system for collaborative computing
US20030167418A1 (en) * 2000-12-29 2003-09-04 Min Zhu Fault-tolerant server for collaborative computing
US20040022200A1 (en) * 2002-07-31 2004-02-05 Sun Microsystems, Inc. Method, system, and program for providing information on components within a network
US20040024887A1 (en) * 2002-07-31 2004-02-05 Sun Microsystems, Inc. Method, system, and program for generating information on components within a network
US20040054462A1 (en) * 2002-09-13 2004-03-18 Pioneer Corporation Communication terminal unit, connection control method and program for the method
US20040059997A1 (en) * 2002-09-19 2004-03-25 Myfamily.Com, Inc. Systems and methods for displaying statistical information on a web page
US20040098320A1 (en) * 2001-05-18 2004-05-20 Nikon Corporation Method for providing a bulletin board for placing an image and method for providing electronic album service
US20040117461A1 (en) * 2002-12-09 2004-06-17 Pentax Corporation Download system and downloading device
US20040122947A1 (en) * 2002-12-20 2004-06-24 International Business Machines Corporation Time controlled network use
US20040128273A1 (en) * 2002-12-31 2004-07-01 International Business Machines Corporation Temporal link analysis of linked entities
US20040215764A1 (en) * 2003-04-23 2004-10-28 Sun Microsystems, Inc. Method, system, and program for rendering a visualization of aggregations of network devices
US6819339B1 (en) * 2000-02-24 2004-11-16 Eric Morgan Dowling Web browser with multilevel functions
US20040234937A1 (en) * 2003-03-17 2004-11-25 Hisayuki Watanabe Terminal and menu screen display method
US20050060351A1 (en) * 2000-08-03 2005-03-17 Microsoft Corporation Graphical user interface for automatically accessing files
US20050071748A1 (en) * 2003-04-25 2005-03-31 Alexander Shipp Method of, and system for, replacing external links in electronic documents
US20050120292A1 (en) * 2003-11-28 2005-06-02 Fuji Xerox Co., Ltd. Device, method, and computer program product for generating information of link structure of documents
US6931588B1 (en) * 1998-07-28 2005-08-16 Fujitsu Limited Method, medium, display device, and hypertext display system including correspondence information between location information and link information
US20050198141A1 (en) * 2000-12-29 2005-09-08 Min Zhu Secure communications system for collaborative computing
US7010742B1 (en) * 1999-09-22 2006-03-07 Siemens Corporate Research, Inc. Generalized system for automatically hyperlinking multimedia product documents
US7069334B2 (en) 2000-12-27 2006-06-27 Intel Corporation Image restoration and reconfiguration support for crashed devices
US20060184515A1 (en) * 2000-08-08 2006-08-17 America Online, Inc., A Delaware Corporation Category searching
US7103889B2 (en) 2002-07-23 2006-09-05 Sun Microsystems, Inc. Method, system, and article of manufacture for agent processing
US20060218479A1 (en) * 1996-09-03 2006-09-28 Damon Torres Automated content scheduler and displayer
US20060262218A1 (en) * 2005-05-19 2006-11-23 Goulven Querre Method of selecting items and functions by displaying a specific icon, and device implementing the method
US7143615B2 (en) 2002-07-31 2006-12-05 Sun Microsystems, Inc. Method, system, and program for discovering components within a network
US7194469B1 (en) * 2002-09-24 2007-03-20 Adobe Systems Incorporated Managing links in a collection of documents
US20080126400A1 (en) * 2006-11-24 2008-05-29 Fujitsu Limited Hypertext conversion program, method, and device
US20080147680A1 (en) * 2001-05-18 2008-06-19 Nikon Photo Products Inc Electronic shop providing method, site search method, and bulletin board providing method
US20090063955A1 (en) * 2005-06-09 2009-03-05 International Business Machines Corporation Depth indicator for a link in a document
US20090094050A1 (en) * 2001-05-18 2009-04-09 Nikon Corporation Electronic shop customer registration method
US20130067010A1 (en) * 2010-05-18 2013-03-14 Zhuo Chen Networking activity interactive system and method, client terminal and server thereof
US20130263048A1 (en) * 2010-12-15 2013-10-03 Samsung Electronics Co., Ltd. Display control apparatus, program and display control method
US8595146B1 (en) 2004-03-15 2013-11-26 Aol Inc. Social networking permissions
US20150066656A1 (en) * 2010-12-21 2015-03-05 Yahoo! Inc. Time-triggered advertisement replacement
US10390074B2 (en) 2000-08-08 2019-08-20 The Directv Group, Inc. One click web records
US10509840B2 (en) 2000-10-20 2019-12-17 Adaptive Avenue Associates, Inc. Customizable web site access system and method therefor
US10956512B2 (en) * 2015-11-11 2021-03-23 Quest Software Inc. Document link migration

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6502243B1 (en) * 1998-11-10 2002-12-31 Lgerca, Inc. Method and system for locating a resource within a broadcasting environment
JP3764291B2 (en) * 1999-03-02 2006-04-05 株式会社東芝 Information distribution system, mobile computer, information server device, cache server device, and prefetch cache processing method
JP2000305836A (en) * 1999-04-23 2000-11-02 Nec Corp Www browser and computer readable recording medium
JP3414673B2 (en) * 1999-05-31 2003-06-09 株式会社アクセス Portable information equipment
KR100359233B1 (en) * 1999-07-15 2002-11-01 학교법인 한국정보통신학원 Method for extracing web information and the apparatus therefor
JP2001134592A (en) * 1999-11-05 2001-05-18 Fujitsu Ltd Information presenting device and computer-readable recording medium
US7047229B2 (en) 2000-08-08 2006-05-16 America Online, Inc. Searching content on web pages
WO2002013064A2 (en) * 2000-08-08 2002-02-14 America Online, Inc. Searching systems and processes
US7225180B2 (en) 2000-08-08 2007-05-29 Aol Llc Filtering search results
NL1015923C2 (en) * 2000-08-11 2002-02-12 Concept Content V O F Internet homepage display system, retrieves number of homepages at once and stores them in buffer for subsequent display one after the other
DE10045080C2 (en) * 2000-09-12 2003-03-20 Ganesh Puri Sebastian Jung Method and device for recording and executing queries from data networks
US6584468B1 (en) 2000-09-29 2003-06-24 Ninesigma, Inc. Method and apparatus to retrieve information from a network
AU2002211570A1 (en) 2000-10-11 2002-04-22 United Video Properties, Inc. Systems and methods for caching data in media-on-demand systems
JP2002140264A (en) * 2000-11-02 2002-05-17 Masayuki Fujinoya Automatic mail address acquisition device and its method
US7260600B1 (en) * 2000-11-17 2007-08-21 International Business Machines Corporation User specified parallel data fetching for optimized web access
US7174453B2 (en) 2000-12-29 2007-02-06 America Online, Inc. Message screening system
JP2002230191A (en) * 2001-02-05 2002-08-16 Aim Supply:Kk Information service system
AU2002361116A1 (en) * 2002-01-11 2003-07-30 Sharp Kabushiki Kaisha Information display apparatus, information creation apparatus, web page creation apparatus, web page output terminal, data structure used in these apparatuses, and information processing method
EP1508859A4 (en) * 2002-05-30 2006-11-29 Sony Corp Electronic device, page display method, program, and storage medium
GB2391964B (en) * 2002-08-14 2006-05-03 Messagelabs Ltd Method of and system for scanning electronic documents which contain links to external objects
US7640336B1 (en) 2002-12-30 2009-12-29 Aol Llc Supervising user interaction with online services
US7082573B2 (en) 2003-07-30 2006-07-25 America Online, Inc. Method and system for managing digital assets
JP4779008B2 (en) * 2005-02-16 2011-09-21 パナソニック株式会社 WEB content display apparatus and method
JP4717677B2 (en) * 2006-03-28 2011-07-06 株式会社エヌ・ティ・ティ・データ Web page providing apparatus and web page providing program
US8346953B1 (en) 2007-12-18 2013-01-01 AOL, Inc. Methods and systems for restricting electronic content access based on guardian control decisions

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04205171A (en) 1990-11-30 1992-07-27 Hitachi Ltd Decentralized data base retrieval system
JPH06215043A (en) 1993-01-18 1994-08-05 Canon Inc Hypertext system and history information display method for the same
JPH06251081A (en) 1993-02-26 1994-09-09 Toshiba Corp Hypermedia processor
US5491820A (en) * 1994-11-10 1996-02-13 At&T Corporation Distributed, intermittently connected, object-oriented database and management system
JPH08115250A (en) 1994-10-17 1996-05-07 Matsushita Electric Ind Co Ltd Hypermedia system
US5748954A (en) * 1995-06-05 1998-05-05 Carnegie Mellon University Method for searching a queued and ranked constructed catalog of files stored on a network
US5778372A (en) * 1996-04-18 1998-07-07 Microsoft Corporation Remote retrieval and display management of electronic document with incorporated images
US5802292A (en) * 1995-04-28 1998-09-01 Digital Equipment Corporation Method for predictive prefetching of information over a communications network

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04205171A (en) 1990-11-30 1992-07-27 Hitachi Ltd Decentralized data base retrieval system
JPH06215043A (en) 1993-01-18 1994-08-05 Canon Inc Hypertext system and history information display method for the same
JPH06251081A (en) 1993-02-26 1994-09-09 Toshiba Corp Hypermedia processor
JPH08115250A (en) 1994-10-17 1996-05-07 Matsushita Electric Ind Co Ltd Hypermedia system
US5491820A (en) * 1994-11-10 1996-02-13 At&T Corporation Distributed, intermittently connected, object-oriented database and management system
US5802292A (en) * 1995-04-28 1998-09-01 Digital Equipment Corporation Method for predictive prefetching of information over a communications network
US5748954A (en) * 1995-06-05 1998-05-05 Carnegie Mellon University Method for searching a queued and ranked constructed catalog of files stored on a network
US5778372A (en) * 1996-04-18 1998-07-07 Microsoft Corporation Remote retrieval and display management of electronic document with incorporated images

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Internet Magazine No. 19, (Aug. 1, 1996), K.K. Inpuresu, Sachio Murano, "Patronized by Net-Surfers, Naminori Yaro' Homepage Automatic collecting Software Appears (in Japanese)", pp. 312-317.
Internet Magazine No. 20, (Sep. 1, 1996), K.K. Inpuresu, Sachio Murano, "Through Homepages of Newspaper Publishers can be searched for with Netscape History, . . . (in Japanese)", pp. 276-281.
Nikkei Pasokon 10-21 1996(Oct. 21, 1996), Nikkei Business Publications, Inc., Ayumi Furusho, "WWW Autopilot Software Saving Wisely Telephone Charge and Connection Fee of Net -urfing (in Japanese)" pp. 204-209, particularly pp. 206-207.
Noriyuki Hayashi, Katsuya Arai, and Yuzo Nakamura, "Auto Navigation Service for Internet (in Japanese)", Proceedings (3) National Conference No. 53 of Information Processing Society of Japan, (Sep. 4, 1996) pp. 211-212.

Cited By (108)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060218479A1 (en) * 1996-09-03 2006-09-28 Damon Torres Automated content scheduler and displayer
US8965932B2 (en) 1996-09-03 2015-02-24 Robocast, Inc. Automated content scheduler and displayer
US6931588B1 (en) * 1998-07-28 2005-08-16 Fujitsu Limited Method, medium, display device, and hypertext display system including correspondence information between location information and link information
US6587878B1 (en) * 1999-05-12 2003-07-01 International Business Machines Corporation System, method, and program for measuring performance in a network system
US7010742B1 (en) * 1999-09-22 2006-03-07 Siemens Corporate Research, Inc. Generalized system for automatically hyperlinking multimedia product documents
US20040267739A1 (en) * 2000-02-24 2004-12-30 Dowling Eric Morgan Web browser with multilevel functions
US6819339B1 (en) * 2000-02-24 2004-11-16 Eric Morgan Dowling Web browser with multilevel functions
US7721214B2 (en) 2000-02-24 2010-05-18 Rpx-Nw Acquisition Llc Web browser with multilevel functions
US20100199206A1 (en) * 2000-02-24 2010-08-05 Rpx-Nw Acquisition Llc Web browser with multilevel functions
US7107536B1 (en) 2000-02-24 2006-09-12 Eric Morgan Dowling Remote-agent-object based multilevel browser
US20050108238A1 (en) * 2000-08-03 2005-05-19 Microsoft Corporation Web page identifiers
US7493332B2 (en) 2000-08-03 2009-02-17 Microsoft Corporation Storing locally a file received from a remote location
US20050060351A1 (en) * 2000-08-03 2005-03-17 Microsoft Corporation Graphical user interface for automatically accessing files
US20050060352A1 (en) * 2000-08-03 2005-03-17 Microsoft Corporation Storing locally a file received from a remote location
US20050097102A1 (en) * 2000-08-03 2005-05-05 Microsoft Corporation Searching to identify web page(s)
US9122731B2 (en) 2000-08-08 2015-09-01 Microsoft Technology Licensing, Llc Displaying search results
US20090177655A1 (en) * 2000-08-08 2009-07-09 Aol Llc Category searching
US9116966B2 (en) 2000-08-08 2015-08-25 Microsoft Technology Licensing, Llc Displaying search results
US7359951B2 (en) 2000-08-08 2008-04-15 Aol Llc, A Delaware Limited Liability Company Displaying search results
US8949374B2 (en) 2000-08-08 2015-02-03 The Directv Group, Inc. Method and system for remote television replay control
US9171851B2 (en) * 2000-08-08 2015-10-27 The Directv Group, Inc. One click web records
US7984061B1 (en) 2000-08-08 2011-07-19 Aol Inc. Displaying search results
US20060184515A1 (en) * 2000-08-08 2006-08-17 America Online, Inc., A Delaware Corporation Category searching
US20020038358A1 (en) * 2000-08-08 2002-03-28 Sweatt Millard E. Method and system for remote television replay control
US7523103B2 (en) 2000-08-08 2009-04-21 Aol Llc Category searching
US20020087661A1 (en) * 2000-08-08 2002-07-04 Matichuk Chris E. One click web records
US20020103797A1 (en) * 2000-08-08 2002-08-01 Surendra Goel Displaying search results
US7970750B2 (en) 2000-08-08 2011-06-28 Aol Inc. Category searching
US9128992B2 (en) 2000-08-08 2015-09-08 Microsoft Technology Licensing, Llc Displaying search results
US10390074B2 (en) 2000-08-08 2019-08-20 The Directv Group, Inc. One click web records
US9654238B2 (en) 2000-08-08 2017-05-16 The Directv Group, Inc. Method and system for remote television replay control
US6985930B2 (en) * 2000-08-11 2006-01-10 Sony Corporation Information reading apparatus and information reading method
US20020030697A1 (en) * 2000-08-11 2002-03-14 Tomoya Oikawa Information reading apparatus and information reading method
US10509840B2 (en) 2000-10-20 2019-12-17 Adaptive Avenue Associates, Inc. Customizable web site access system and method therefor
US10909204B2 (en) 2000-10-20 2021-02-02 Adaptive Avenue Associates, Inc. Customizable web site access system and method therefore
US7240061B2 (en) * 2000-10-24 2007-07-03 Nec Corporation Place name information extraction apparatus and extraction method thereof and storing medium stored extraction programs thereof and map information retrieval apparatus
US20020059285A1 (en) * 2000-10-24 2002-05-16 Nec Corporation Place name information extraction apparatus and extraction method thereof and storing medium stored extraction programs thereof and map information retrieval apparatus
US7069334B2 (en) 2000-12-27 2006-06-27 Intel Corporation Image restoration and reconfiguration support for crashed devices
US20030167303A1 (en) * 2000-12-29 2003-09-04 Min Zhu Fault-tolerant distributed system for collaborative computing
US20030167339A1 (en) * 2000-12-29 2003-09-04 Min Zhu Distributed application sharing
US7523163B2 (en) 2000-12-29 2009-04-21 Cisco Technology, Inc. Distributed network system architecture for collaborative computing
US6925645B2 (en) 2000-12-29 2005-08-02 Webex Communications, Inc. Fault tolerant server architecture for collaborative computing
US7461347B2 (en) * 2000-12-29 2008-12-02 Cisco Technology, Inc. Distributed document sharing
US20050198141A1 (en) * 2000-12-29 2005-09-08 Min Zhu Secure communications system for collaborative computing
US20030167301A1 (en) * 2000-12-29 2003-09-04 Min Zhu Distributed network system architecture for collaborative computing
US20030164853A1 (en) * 2000-12-29 2003-09-04 Min Zhu Distributed document sharing
US7203755B2 (en) 2000-12-29 2007-04-10 Webex—Communications, Inc. System and method for application sharing in collaborative setting
US20030167293A1 (en) * 2000-12-29 2003-09-04 Min Zhu Fault tolerant server architecture for collaborative computing
US7130883B2 (en) 2000-12-29 2006-10-31 Webex Communications, Inc. Distributed network system architecture for collaborative computing
US7069298B2 (en) 2000-12-29 2006-06-27 Webex Communications, Inc. Fault-tolerant distributed system for collaborative computing
US20030167302A1 (en) * 2000-12-29 2003-09-04 Min Zhu Scalable distributed network system for collaborative computing
US20030167418A1 (en) * 2000-12-29 2003-09-04 Min Zhu Fault-tolerant server for collaborative computing
US20020120645A1 (en) * 2001-02-27 2002-08-29 Adapathya Ravi Shankarnarayan Method and system for providing an index to linked sites on a web page for individuals with visual disabilities
US7228495B2 (en) * 2001-02-27 2007-06-05 International Business Machines Corporation Method and system for providing an index to linked sites on a web page for individuals with visual disabilities
US20040098320A1 (en) * 2001-05-18 2004-05-20 Nikon Corporation Method for providing a bulletin board for placing an image and method for providing electronic album service
US20080147680A1 (en) * 2001-05-18 2008-06-19 Nikon Photo Products Inc Electronic shop providing method, site search method, and bulletin board providing method
US8073831B2 (en) 2001-05-18 2011-12-06 Nikon Corporation Electronic shop providing method, site search method, and bulletin board providing method for searching a plurality of content registered onto a website
US20090094050A1 (en) * 2001-05-18 2009-04-09 Nikon Corporation Electronic shop customer registration method
US20030033398A1 (en) * 2001-08-10 2003-02-13 Sun Microsystems, Inc. Method, system, and program for generating and using configuration policies
US20030045273A1 (en) * 2001-08-31 2003-03-06 Seppo Pyhalammi Mobile content delivery system
US20060073810A1 (en) * 2001-08-31 2006-04-06 Seppo Pyhalammi Mobile content delivery system
US6996393B2 (en) 2001-08-31 2006-02-07 Nokia Corporation Mobile content delivery system
US7398080B2 (en) 2001-08-31 2008-07-08 Nokia Corporation Mobile content delivery system
US7133907B2 (en) 2001-10-18 2006-11-07 Sun Microsystems, Inc. Method, system, and program for configuring system resources
US20030093501A1 (en) * 2001-10-18 2003-05-15 Sun Microsystems, Inc. Method, system, and program for configuring system resources
US20030076788A1 (en) * 2001-10-19 2003-04-24 Sun Microsystems, Inc. Method, system, and program for discovering devices communicating through a switch
US20030081243A1 (en) * 2001-10-31 2003-05-01 Su Jason T. System and method for automated access of a network page
WO2003038631A1 (en) * 2001-10-31 2003-05-08 Hewlett-Packard Company System and method for automated access of a network page
US7113301B2 (en) 2001-10-31 2006-09-26 Hewlett-Packard Development Company, L.P. System and method for automated access of a network page
WO2003054720A1 (en) * 2001-12-21 2003-07-03 Nokia Corporation Mobile browsing booster system
US6820116B1 (en) 2001-12-21 2004-11-16 Nokia Corporation Mobile browsing booster system
US20030135609A1 (en) * 2002-01-16 2003-07-17 Sun Microsystems, Inc. Method, system, and program for determining a modification of a system resource configuration
US7103889B2 (en) 2002-07-23 2006-09-05 Sun Microsystems, Inc. Method, system, and article of manufacture for agent processing
US7143615B2 (en) 2002-07-31 2006-12-05 Sun Microsystems, Inc. Method, system, and program for discovering components within a network
US20040024887A1 (en) * 2002-07-31 2004-02-05 Sun Microsystems, Inc. Method, system, and program for generating information on components within a network
US20040022200A1 (en) * 2002-07-31 2004-02-05 Sun Microsystems, Inc. Method, system, and program for providing information on components within a network
US7242968B2 (en) * 2002-09-13 2007-07-10 Pioneer Corporation Communication terminal unit, connection control method and program for the method
US20040054462A1 (en) * 2002-09-13 2004-03-18 Pioneer Corporation Communication terminal unit, connection control method and program for the method
US8375286B2 (en) * 2002-09-19 2013-02-12 Ancestry.com Operations, Inc. Systems and methods for displaying statistical information on a web page
US20040059997A1 (en) * 2002-09-19 2004-03-25 Myfamily.Com, Inc. Systems and methods for displaying statistical information on a web page
US9197525B2 (en) 2002-09-19 2015-11-24 Ancestry.Com Operations Inc. Systems and methods for displaying statistical information on a web page
US7783965B1 (en) 2002-09-24 2010-08-24 Adobe Systems Incorporated Managing links in a collection of documents
US7194469B1 (en) * 2002-09-24 2007-03-20 Adobe Systems Incorporated Managing links in a collection of documents
US20040117461A1 (en) * 2002-12-09 2004-06-17 Pentax Corporation Download system and downloading device
US7321931B2 (en) * 2002-12-20 2008-01-22 International Business Machines Corporation Time controlled network use
US20040122947A1 (en) * 2002-12-20 2004-06-24 International Business Machines Corporation Time controlled network use
US20040128273A1 (en) * 2002-12-31 2004-07-01 International Business Machines Corporation Temporal link analysis of linked entities
US7792827B2 (en) * 2002-12-31 2010-09-07 International Business Machines Corporation Temporal link analysis of linked entities
US20040234937A1 (en) * 2003-03-17 2004-11-25 Hisayuki Watanabe Terminal and menu screen display method
US20040215764A1 (en) * 2003-04-23 2004-10-28 Sun Microsystems, Inc. Method, system, and program for rendering a visualization of aggregations of network devices
US7487540B2 (en) 2003-04-25 2009-02-03 Messagelabs Limited Method of, and system for, replacing external links in electronic documents
US20050071748A1 (en) * 2003-04-25 2005-03-31 Alexander Shipp Method of, and system for, replacing external links in electronic documents
US20050120292A1 (en) * 2003-11-28 2005-06-02 Fuji Xerox Co., Ltd. Device, method, and computer program product for generating information of link structure of documents
US7401287B2 (en) * 2003-11-28 2008-07-15 Fuji Xerox Co., Ltd. Device, method, and computer program product for generating information of link structure of documents
US8595146B1 (en) 2004-03-15 2013-11-26 Aol Inc. Social networking permissions
US10367860B2 (en) 2004-03-15 2019-07-30 Oath Inc. Social networking permissions
US8640050B2 (en) * 2005-05-19 2014-01-28 Thomson Licensing Method of selecting items and functions by displaying a specific icon, and device implementing the method
US20060262218A1 (en) * 2005-05-19 2006-11-23 Goulven Querre Method of selecting items and functions by displaying a specific icon, and device implementing the method
US8078951B2 (en) * 2005-06-09 2011-12-13 International Business Machines Corporation Depth indicator for a link in a document
US20090063955A1 (en) * 2005-06-09 2009-03-05 International Business Machines Corporation Depth indicator for a link in a document
US20080126400A1 (en) * 2006-11-24 2008-05-29 Fujitsu Limited Hypertext conversion program, method, and device
US7757158B2 (en) * 2006-11-24 2010-07-13 Fujitsu Limited Converting hypertext character strings to links by attaching anchors extracted from existing link destination
US20130067010A1 (en) * 2010-05-18 2013-03-14 Zhuo Chen Networking activity interactive system and method, client terminal and server thereof
US9184927B2 (en) * 2010-05-18 2015-11-10 Tecent Technology (Shenzhen) Company Limited Networking activity interactive system and method, client terminal and server thereof
US20130263048A1 (en) * 2010-12-15 2013-10-03 Samsung Electronics Co., Ltd. Display control apparatus, program and display control method
US10026103B2 (en) * 2010-12-21 2018-07-17 Excalibur Ip, Llc Time-triggered advertisement replacement
US20150066656A1 (en) * 2010-12-21 2015-03-05 Yahoo! Inc. Time-triggered advertisement replacement
US10956512B2 (en) * 2015-11-11 2021-03-23 Quest Software Inc. Document link migration

Also Published As

Publication number Publication date
DE69718669D1 (en) 2003-02-27
EP0945811B1 (en) 2003-01-22
WO1998018088A1 (en) 1998-04-30
EP0945811A1 (en) 1999-09-29
DE69718669T2 (en) 2003-11-27
EP0945811A4 (en) 2000-12-20
JP3098546B2 (en) 2000-10-16

Similar Documents

Publication Publication Date Title
US6381637B1 (en) Information apparatus having automatic web reading function
US6216141B1 (en) System and method for integrating a document into a desktop window on a client computer
US20020124022A1 (en) Method and apparatus for processing web documents using multi-browse function
US7383324B2 (en) System and method for creating and navigating a linear hypermedia resource program
CN1799051B (en) Method for browsing contents using page storing file
US7996791B2 (en) Streaming video programming guide system selecting video files from multiple websites and automatically generating selectable thumbnails
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
US6857010B1 (en) System for display information content on a screen having a limited viewing area by using statistics provided by a user history file to display in visible portion of the screen a user-controllable cursor on a most frequently previously selected matching hyperlink
US20010047404A1 (en) Apparatus for managing web site addresses
EP1225519B1 (en) Apparatus and program for displaying hypertext with history function
JPH10260821A (en) Automatic generation system of start page for www browser
JP3628528B2 (en) Retrieval support apparatus and method, and recording medium storing program for causing computer to perform processing in the apparatus
JP2008112341A (en) Information processing system, information processing method and information processing program
US7761118B1 (en) Database programs for handheld devices
JPH11338810A (en) Information terminal equipment, environment setting method and storage medium
JP2002108742A (en) System and method for providing information, terminal equipment, and recording medium
US20010008399A1 (en) Device for presenting information units
JP4079287B2 (en) HTML document display control method and display device
JP2005165872A (en) Content display system and method of portable terminal, program and program recording medium
KR100699779B1 (en) Method for changing icon installed on desktop of user terminal and system of enabling the method
WO2001018686A1 (en) Information acquisition method in internet and computer readable medium for storing program for carrying out the method
JP2002196970A (en) Web page display device
US8495247B2 (en) Linking a user selected sequence of received World Wide Web documents into a stored document string available to the user at a receiving web station
JP2937900B2 (en) Hypertext data browsing device
JPH10124378A (en) Device and system for supporting document recording on home page in interconnection network and intraconnection network

Legal Events

Date Code Title Description
AS Assignment

Owner name: ACCESS CO., LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:KAMADA, TOMIHISA;REEL/FRAME:009946/0153

Effective date: 19990415

FEPP Fee payment procedure

Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20140430