JP4547236B2 - Web browser and display device - Google Patents

Web browser and display device Download PDF

Info

Publication number
JP4547236B2
JP4547236B2 JP2004329640A JP2004329640A JP4547236B2 JP 4547236 B2 JP4547236 B2 JP 4547236B2 JP 2004329640 A JP2004329640 A JP 2004329640A JP 2004329640 A JP2004329640 A JP 2004329640A JP 4547236 B2 JP4547236 B2 JP 4547236B2
Authority
JP
Japan
Prior art keywords
web page
display
captured image
markup language
screen
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
JP2004329640A
Other languages
Japanese (ja)
Other versions
JP2006139614A5 (en
JP2006139614A (en
Inventor
智史 会田
昇 高橋
俊二 伊藤
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
Priority to JP2004329640A priority Critical patent/JP4547236B2/en
Publication of JP2006139614A publication Critical patent/JP2006139614A/en
Publication of JP2006139614A5 publication Critical patent/JP2006139614A5/ja
Application granted granted Critical
Publication of JP4547236B2 publication Critical patent/JP4547236B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Description

本発明は、マークアップ言語文書で記述されたウェブページを表示するウェブブラウザおよび表示装置に関するものである。   The present invention relates to a web browser and a display device that display a web page described in a markup language document.

インターネット上のウェブサイトにおいて閲覧される文書等は通常HTML(Hyper Text Markup Language)等のマークアップ言語で記述された文書である。マークアップ言語で記述された文書は、それ自体、テキストでありながら、フォントのサイズ、色等の文字装飾情報や画像の組み込み、それらのレイアウトの設定、さらには、同文書内の他の項目へのリンクあるいは他の文書や画像等へのリンクの設定等が行える。このようなマークアップ言語で記述された文書に含まれるタグ情報を解釈して文書内容を閲覧するための処理を行うソフトウェア(コンピュータプログラム)はウェブブラウザと呼ばれる。   Documents and the like browsed on a website on the Internet are usually documents written in a markup language such as HTML (Hyper Text Markup Language). Documents written in a markup language are themselves text, but include font decoration, character decoration information such as font size and color, image settings, layout settings, and other items in the document. You can set links to other documents or images. Software (computer program) that performs processing for interpreting tag information included in a document described in such a markup language and browsing the contents of the document is called a web browser.

ウェブブラウザは、パーソナルコンピュータ(PC)を代表とするコンピュータ装置において動作し、ウェブページ閲覧時に、通信ネットワークを介してhttpプロトコル等の通信プロトコルに則り、当該ウェブページを特定するためのURL(Uniform Resource Locator)を用いて当該ウェブサイトにウェブページを構成するマークアップ言語文書を要求し、取得する。ウェブブラウザは、この取得したマークアップ言語文書を解釈し、さらに文書内に埋め込まれている画像等があればそのデータを取得し、表示アイテムのレイアウトおよびレンダリングの処理を経て、表示デバイス上にウェブページ画面を表示する。   A web browser operates on a computer device typified by a personal computer (PC), and when browsing a web page, a URL (Uniform Resource) for specifying the web page in accordance with a communication protocol such as an http protocol via a communication network. Locator) is used to request and acquire a markup language document that constitutes a web page from the website. The web browser interprets the acquired markup language document, acquires the data if there is an image embedded in the document, and displays the data on the display device through layout and rendering processing of the display item. Display the page screen.

ウェブブラウザは、一般にその一機能として、一度訪れたウェブページについては次回に再訪する際にURLを手入力したり上位画面から階層的にリンクを辿っていく等の面倒な操作を行うことなく、直ちに当該ウェブページへ移行するために、そのURLを登録しておくブックマーク(または「お気に入り」)の機能を有している。   Web browsers generally have one function, without having to perform complicated operations such as manually entering URLs and following links hierarchically from the upper screen when revisiting a web page once visited, In order to immediately shift to the web page, it has a bookmark (or “favorite”) function for registering the URL.

ユーザによるブックマークの指定操作により目的のウェブページが指定された場合、ブラウザはその対応するURLのウェブサイトにアクセスして該当するマークアップ言語文書を要求し、そのデータをダウンロードする。この際、そのダウンロードに要する時間、および取得したマークアップ言語文書を解釈して表示データを構築するための処理時間がかかり、ユーザはその間待たされることになる。従来、そのような待機時間中、例えば砂時計のようなアイコンを表示することが行われている。   When the target web page is designated by the bookmark designation operation by the user, the browser accesses the web site of the corresponding URL, requests the corresponding markup language document, and downloads the data. At this time, a time required for the download and a processing time for constructing the display data by interpreting the acquired markup language document are required, and the user is kept waiting. Conventionally, during such a standby time, an icon such as an hourglass has been displayed.

このようなアイコンの表示により、ユーザには、処理中であることが認識できるが、初心者や操作に不慣れな者には現在何が行われているか判りづらかった。また、操作に慣れた者にとっても、要求したウェブページが表示されるまでの間、ただ砂時計を見つめて待つのは退屈であった。   By displaying such an icon, the user can recognize that the process is in progress, but it is difficult for a beginner or a person unfamiliar with the operation to understand what is currently being performed. Also, for those who are used to the operation, it is tedious to just look at the hourglass and wait until the requested web page is displayed.

本発明はこのような背景においてなされたものであり、その目的は、ウェブブラウザおよび表示装置において、一度訪れたことのあるウェブページについて、そのウェブページへ移行する際に、ウェブページの表示の準備が整うまでの待機時間中、ユーザにとって動作状況が直感的に分かりやすいユーザインタフェースを提供することにある。   The present invention has been made in such a background, and an object of the present invention is to prepare for display of a web page when the web page that has been visited once is shifted to the web page in a web browser and a display device. It is an object of the present invention to provide a user interface that allows the user to intuitively understand the operation status during the waiting time until the image is set.

本発明によるウェブブラウザは、ブックマークとして登録されたURLに対応するマークアップ言語文書の表示により得られたウェブページ画面のキャプチャー画像を記憶するステップと、ブックマークが選択されたとき、当該ブックマークに対応するURLからマークアップ言語文書を通信ネットワーク経由で取得するステップと、当該マークアップ言語文書が取得されその表示の準備が整う前に当該ウェブページ画面のキャプチャー画像を表示するステップと、前記マークアップ言語文書の表示の準備が整った後、前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替えるステップとを備えたことを特徴とする。   The web browser according to the present invention stores a captured image of a web page screen obtained by displaying a markup language document corresponding to a URL registered as a bookmark, and corresponds to the bookmark when the bookmark is selected. A step of acquiring a markup language document from a URL via a communication network; a step of displaying a captured image of the web page screen before the markup language document is acquired and ready for display; and the markup language document After the preparation for the display is completed, a step of switching from the captured image of the web page screen to the display of the markup language document is provided.

ユーザによるブックマークの指定時に、そのブックマークに対応するマークアップ言語文書を取得しそのウェブページの表示準備が整うまでの間、当該ウェブページ画面のキャプチャー画像を利用してその表示(好ましくは動的表示)を行う。これにより、当該ウェブページ情報が通信ネットワークを介してウェブサイトから取り寄せられつつある状況をユーザに直感的に知らしめることができる。また、表示準備が整った後、動的表示から当該新たに取得されたマークアップ言語文書のウェブページ表示に切り替えるので、本発明の処理により目的のウェブページの表示が特に遅れることもない。   When a user designates a bookmark, until the markup language document corresponding to the bookmark is acquired and the web page is ready to be displayed, the display (preferably dynamic display) is performed using the captured image of the web page screen. )I do. As a result, the user can be informed intuitively of the situation in which the web page information is being ordered from the website via the communication network. In addition, since the display is switched from the dynamic display to the web page display of the newly acquired markup language document after the display preparation is completed, the display of the target web page is not particularly delayed by the processing of the present invention.

前記キャプチャー画像は前記ウェブページ画面の縮小コピーであり、前記動的表示では、前記キャプチャー画像が遠くから近くへ迫ってくるように、前記キャプチャー画像を小さい画面サイズから次第に拡大していくようにしてもよい。これにより、ユーザはマークアップ言語文書のデータが遠くから近づいてくる状況を仮想的に実感することができる。なお、最初の最小サイズから最後の最大サイズにまで変化していく過程で一時的に小さい側へ戻るような動作があってもよく、本発明はこのような動作を排除するものではない。   The captured image is a reduced copy of the web page screen, and in the dynamic display, the captured image is gradually enlarged from a small screen size so that the captured image approaches from near to far. Also good. As a result, the user can virtually feel the situation in which the data of the markup language document approaches from a distance. Note that there may be an operation of temporarily returning to the smaller side in the process of changing from the initial minimum size to the final maximum size, and the present invention does not exclude such an operation.

前記キャプチャー画像をブックマークとして画面上に2次元的に並べて配置するステップと、ユーザによる任意のブックマークの選択によりブックマークの選択を行うステップとをさらに備えてもよい。これにより、縮小されているとはいえ、各ウェブページのイメージを視覚的に認識できるので、従来のリスト表示によるブックマークの選択に比べてブックマークの内容がより理解されやすくなる。   The method may further include a step of arranging the captured images as bookmarks in a two-dimensional arrangement on a screen and a step of selecting a bookmark by selecting an arbitrary bookmark by the user. As a result, the image of each web page can be visually recognized even though it is reduced, so that the contents of the bookmark can be understood more easily than the selection of the bookmark by the conventional list display.

本発明による他のウェブブラウザは、ウェブページの閲覧の履歴を蓄積するステップと、前記閲覧した各ウェブページ画面のキャプチャー画像を記憶するステップと、現在のウェブページから前記履歴の蓄積されたウェブページへの移行の指示を受けたとき、当該ウェブページに対応するマークアップ言語文書を取得するステップと、当該マークアップ言語文書が取得されその表示の準備が整う前に、当該ウェブページ画面のキャプチャー画像を用いた動的表示を行うステップと、前記マークアップ言語文書の表示の準備が整った後、前記キャプチャー画像の動的表示から前記マークアップ言語文書の表示に切り替えるステップとを備えたことを特徴とする。   Another web browser according to the present invention includes a step of accumulating a browsing history of a web page, a step of storing a captured image of each viewed web page screen, and a web page having the history accumulated from a current web page. A step of acquiring a markup language document corresponding to the web page when receiving an instruction to shift to the screen, and a captured image of the web page screen before the markup language document is acquired and ready for display. And a step of switching from dynamic display of the captured image to display of the markup language document after preparation for display of the markup language document is completed. And

ウェブページ閲覧の履歴に基づいてマークアップ言語文書が取得される場合にも、表示の準備が整うまでにある程度の時間がかかる。本発明ではその時間を利用して、ウェブページ画面のキャプチャー画像を用いた動的表示を行い、その後、前記マークアップ言語文書の表示に切り替える。例えば、前記動的表示を行うステップでは、現在のウェブページから当該ウェブページ画面のキャプチャー画像へ段階的に切り替えて表示する。より具体的には、切り替え後の画面を表示スクリーン内へスライドインさせる、ドライブインさせる、ドロップインさせる、フェイドインさせる、のいずれかを行う。また、これに併せて、切り替え前の画面を表示スクリーンからスライドアウトさせる、または、フェードアウトさせる。このような表示形態をとることにより、履歴に基づく戻り操作や進み操作の動作状況がユーザに直感的に分かりやすくなる。   Even when a markup language document is acquired based on a web page browsing history, it takes a certain amount of time to prepare for display. In the present invention, the time is used to perform dynamic display using the captured image of the web page screen, and then the display is switched to the display of the markup language document. For example, in the step of performing the dynamic display, the current web page is gradually switched to the captured image of the web page screen for display. More specifically, the screen after switching is slid into the display screen, driven in, dropped in, or faded in. At the same time, the screen before switching is slid out from the display screen or faded out. By adopting such a display form, the operation status of the return operation and the advance operation based on the history can be easily understood by the user.

本発明によるウェブブラウザは、別の観点によれば、閲覧された各ウェブページのURLごとに当該表示画面のキャプチャー画像を記憶するステップと、ユーザによりURLが指定されたことを検出するステップと、当該指定されたURLに該当する前記キャプチャー画像を読み出すステップと、前記ウェブページの表示準備処理が終了するまでの間に当該キャプチャー画像を動的に表示するステップとを備えたことを特徴とする。ユーザによるURLの指定は、手入力、ブックマークの選択、履歴に基づく選択等、任意である。指定されたURLに該当するキャプチャー画像が存在しない場合には、予め用意されているデフォルトの画像を用いることができる。   According to another aspect, the web browser according to the present invention stores a captured image of the display screen for each URL of each browsed web page, detects that a URL is designated by the user, The step of reading the captured image corresponding to the designated URL and the step of dynamically displaying the captured image until the display preparation process of the web page is completed are provided. The designation of the URL by the user is optional, such as manual input, bookmark selection, and selection based on history. If there is no captured image corresponding to the designated URL, a default image prepared in advance can be used.

本発明によるウェブページを表示する表示装置は、ブックマークとして登録されたURLに対応するマークアップ言語文書の表示により得られたウェブページ画面のキャプチャー画像を記憶する記憶手段と、ユーザの操作を受け付ける操作受付手段と、ユーザの操作によりブックマークが選択されたとき、当該ブックマークに対応するURLからマークアップ言語文書を通信ネットワーク経由で取得する手段と、当該マークアップ言語文書が取得されその表示の準備が整う前に当該ウェブページ画面のキャプチャー画像を表示する表示手段と、前記マークアップ言語文書の表示の準備が整った後、前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替える制御手段とを備えたことを特徴とする。   A display device for displaying a web page according to the present invention includes a storage means for storing a captured image of a web page screen obtained by displaying a markup language document corresponding to a URL registered as a bookmark, and an operation for accepting a user operation. When a bookmark is selected by the user's operation with the accepting means, the means for acquiring the markup language document from the URL corresponding to the bookmark via the communication network, and the markup language document is acquired and ready for display. Display means for displaying the captured image of the web page screen before, and control means for switching from the captured image of the web page screen to the display of the markup language document after the markup language document is ready for display; It is provided with.

本発明によるウェブページを表示する他の表示装置は、ウェブページを表示する表示装置であって、ウェブページの閲覧の履歴を蓄積する履歴蓄積手段と、閲覧した各ウェブページのマークアップ言語文書をキャッシュ記憶領域に一時的に記憶するキャッシュ記憶手段と、前記閲覧した各ウェブページ画面のキャプチャー画像を記憶する画面記憶手段と、ユーザの操作を受け付ける操作受付手段と、ユーザの操作により、現在のウェブページから前記履歴の蓄積されたウェブページへの移行の指示を受けたとき、当該ウェブページに対応するマークアップ言語文書を前記キャッシュ記憶領域から取得する手段と、当該マークアップ言語文書が取得されその表示の準備が整う前に、当該ウェブページ画面のキャプチャー画像を用いた動的表示を行う表示手段と、前記マークアップ言語文書の表示の準備が整った後、前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替える制御手段とを備えたことを特徴とする。   Another display device for displaying a web page according to the present invention is a display device for displaying a web page, including a history storage means for storing a browsing history of a web page, and a markup language document for each browsed web page. Cache storage means for temporarily storing in the cache storage area, screen storage means for storing captured images of the browsed web page screens, operation accepting means for accepting user operations, and current web Upon receiving an instruction to shift from the page to the web page in which the history is accumulated, a means for acquiring a markup language document corresponding to the web page from the cache storage area, and the markup language document is acquired and Before the display is ready, the dynamic display using the captured image of the web page screen A Cormorant display means, after preparing the display of the markup language document is in place, characterized in that a control means for switching from said web page screen capture image on the display of the markup language document.

前記ウェブページ画面の縮小コピーであるキャプチャー画像をブックマークとして画面上に2次元的に並べて配置し、ユーザによる任意のブックマークの選択によりブックマークの選択を行うブックマーク手段をさらに備えてもよい。また、ブックマークの選択時、その近傍に当該キャプチャー画像のタイトルおよび/またはURLを併せて表示するようにしてもよい。   There may be further provided bookmark means for arranging captured images, which are reduced copies of the web page screen, two-dimensionally arranged as bookmarks on the screen and selecting a bookmark by the user selecting an arbitrary bookmark. Further, when a bookmark is selected, the title and / or URL of the capture image may be displayed in the vicinity thereof.

前記操作受付手段は、好ましくは、前記表示手段の表示画面に重なる入力領域を有するタッチパネルを含む。   The operation accepting unit preferably includes a touch panel having an input area overlapping the display screen of the display unit.

本発明によれば、ユーザの操作に応じてウェブページが表示されるまでの待機時間の間に、過去に取得された当該ウェブページの画面のキャプチャー画像を表示し、マークアップ言語文書の表示の準備が整った後、前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替える。すなわち、一度訪れたことのあるウェブページについて、そのウェブページへ移行する際に、ウェブページの表示の準備が整うまでの待機時間中、以前に見たウェブページが表示されるので、ユーザに待ち時間を意識させないインタフェースを提供できる。   According to the present invention, during a waiting time until a web page is displayed according to a user operation, a captured image of the screen of the web page acquired in the past is displayed, and a markup language document is displayed. After the preparation is completed, the display is switched from the captured image on the web page screen to the display of the markup language document. In other words, when a web page that has been visited has been visited, the web page that has been viewed before is displayed during the waiting time until the web page is ready for display. Provides an interface that does not make time conscious.

待機時間中、当該ウェブページの画面のキャプチャー画像に基づく動的表示、例えば、前記キャプチャー画像が遠くから近くへ迫ってくるように、前記キャプチャー画像を小さい画面サイズから次第に拡大していくことにより、ユーザ操作に応じた現在の動作状況が直感的に理解される。   During the waiting time, dynamic display based on the captured image of the screen of the web page, for example, by gradually expanding the captured image from a small screen size so that the captured image approaches from near to far, The current operation status according to the user operation is intuitively understood.

他の発明によれば、現在のウェブページから履歴の蓄積されたウェブページへの移行の指示を受けたとき、マークアップ言語文書が取得されその表示の準備が整う前に、当該ウェブページ画面のキャプチャー画像の動的表示を行うことにより、やはり、ユーザに待ち時間を意識させないインタフェースを提供できる。例えば、「戻り」操作や「進み」操作に応じた動的表示では、前記キャプチャー画像の画面を表示スクリーン内へスライドイン等させることにより、ユーザ操作に応じた現在の動作状況が直感的に理解される。   According to another invention, when an instruction to move from a current web page to a web page with accumulated history is received, before the markup language document is acquired and ready for display, By dynamically displaying the captured image, it is possible to provide an interface that does not make the user aware of the waiting time. For example, in the dynamic display according to the “return” operation or the “advance” operation, the current operation state according to the user operation can be intuitively understood by sliding the captured image screen into the display screen. Is done.

また、本発明によるウェブブラウザは、別の観点によれば、閲覧された各ウェブページのURLごとに当該表示画面のキャプチャー画像を記憶するステップと、ユーザにより指定されたことを検出するステップと、当該指定されたURLに該当する前記キャプチャー画像を読み出すステップと、前記ウェブページの表示準備処理が終了するまでの間に当該キャプチャー画像を動的に表示するステップとを備えたことを特徴とする。本発明によれば、ユーザが以前ウェブページを閲覧したときに、表示準備処理が完了して表示された表示画面をキャプチャー画像として記憶されているので、再び同一URLの閲覧をユーザが指定すると当該URLに該当するキャプチャー画像が読み出されて、当該ウェブページの表示準備処理が完了する間に動的表示されることとなって、ユーザにこれから表示させるウェブページが認識でき且つ一部の内容を伝えることができ、更に面白みを備えた非常に優れたユーザインタフェースとしてのアニメーション表現を、ブラウザによる表示準備処理を待たずに実現することができる。特に、ブラウザによりウェブページを表示させるためには必ずレンダリング処理が必要のため、上述のようにレンダリング処理が完了したキャプチャー画像の記憶を予めしておくことは有益である。   Further, according to another aspect, the web browser according to the present invention stores a captured image of the display screen for each URL of each browsed web page, detects a designation by a user, The step of reading the captured image corresponding to the designated URL and the step of dynamically displaying the captured image until the display preparation process of the web page is completed are provided. According to the present invention, when the user browses the web page before, the display screen displayed after the display preparation process is completed is stored as a captured image. The captured image corresponding to the URL is read out and dynamically displayed while the display preparation process for the web page is completed, so that the user can recognize the web page to be displayed from now on, and part of the content is displayed. It is possible to realize an animation expression as a very excellent user interface that can be communicated and is interesting, without waiting for a display preparation process by a browser. In particular, since rendering processing is always required to display a web page by a browser, it is beneficial to store a captured image that has been rendered in advance as described above.

したがって、本発明によれば高齢者や子供にも使いやすいユーザインタフェースが得られる。   Therefore, according to the present invention, a user interface that is easy to use for elderly people and children can be obtained.

以下、本発明の好適な実施の形態について図面を参照しながら詳細に説明する。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments of the invention will be described in detail with reference to the drawings.

図1は、本発明のマークアップ言語文書表示方法を実現するブラウザを搭載したマークアップ言語文書処理装置100の概略構成を示すブロック図である。マークアップ言語文書処理装置100は典型的にはPCであるが、これに限るものではなく、マークアップ言語文書を表示するためのデータ処理を行う任意の装置を含みうる。例えば、PDA(Personal Digital Assistant)、カーナビゲーション装置、携帯電話機、携帯表示端末、等でありうる。   FIG. 1 is a block diagram showing a schematic configuration of a markup language document processing apparatus 100 equipped with a browser that implements the markup language document display method of the present invention. The markup language document processing apparatus 100 is typically a PC, but is not limited thereto, and may include any apparatus that performs data processing for displaying a markup language document. For example, it may be a PDA (Personal Digital Assistant), a car navigation device, a mobile phone, a mobile display terminal, or the like.

図1において、制御部101はCPUを含み、プログラム制御により装置全体の制御を司る。本実施の形態における記憶部120はROM121およびRAM123を含む。この他、ハードディスク装置等、他の記憶装置を含んでもよい。ROM121は制御部101のCPUが実行する各種プログラムや必要なデータを格納する不揮発性メモリであり、少なくとも再書き込み可能な領域を含む。RAM123はCPUのための作業用領域やデータの一時記憶領域を提供するメモリである。記憶部120は、本実施の形態におけるキャッシュ記憶領域も提供する。IrDA111は赤外線インタフェース部であり、外部のリモートコントローラや携帯電話機等(図示せず)からユーザの操作指示等を受けて、制御部101に入力する機能を有する。入力部113は、キーボード、マウス、タッチパネル、等から構成され、ユーザからの指示やデータの入力を受け、制御部101へ受け渡す機能を有する。ネットワークインタフェース(I/F)115は、無線または有線により通信ネットワークと接続され、インターネット上のウェブサイトにアクセスしたり、電子メールを送受したりする通信機能を提供する。   In FIG. 1, a control unit 101 includes a CPU and controls the entire apparatus by program control. Storage unit 120 in the present embodiment includes ROM 121 and RAM 123. In addition, other storage devices such as a hard disk device may be included. The ROM 121 is a nonvolatile memory that stores various programs executed by the CPU of the control unit 101 and necessary data, and includes at least a rewritable area. The RAM 123 is a memory that provides a work area for the CPU and a temporary data storage area. The storage unit 120 also provides a cache storage area in the present embodiment. The IrDA 111 is an infrared interface unit, and has a function of receiving an operation instruction from a user from an external remote controller, a mobile phone or the like (not shown) and inputting it to the control unit 101. The input unit 113 includes a keyboard, a mouse, a touch panel, and the like, and has a function of receiving an instruction and data input from a user and transferring the data to the control unit 101. A network interface (I / F) 115 is connected to a communication network wirelessly or by wire, and provides a communication function of accessing a website on the Internet and sending and receiving e-mails.

信号処理部102は、制御部101の制御下で、マイク107からの音声入力をデジタル化して制御部101へ受け渡したり、制御部101からの音声出力データをアナログ化してスピーカ108へ出力したり、後述の画像処理部103と信号を授受したりする各種の信号処理を行う部位であり、一例としてFPGA(Field Programmable Gate Array)と呼ばれるLSIにより構成することができる。   The signal processing unit 102, under the control of the control unit 101, digitizes the voice input from the microphone 107 and delivers it to the control unit 101, converts the voice output data from the control unit 101 to analog and outputs it to the speaker 108, This is a part that performs various types of signal processing to exchange signals with an image processing unit 103, which will be described later, and can be configured by an LSI called FPGA (Field Programmable Gate Array) as an example.

画像処理部103は、信号処理部102からの表示データを受け取り、液晶ディスプレイ(LCD)等の表示部105に表示させる機能を有する。画像処理部103はグラフィック処理をサポートする表示LSIにより構成することができる。   The image processing unit 103 has a function of receiving display data from the signal processing unit 102 and displaying the display data on a display unit 105 such as a liquid crystal display (LCD). The image processing unit 103 can be configured by a display LSI that supports graphic processing.

図2は、本実施の形態におけるブラウザの機能を示すブロック図である。ブラウザ(ウェブブラウザ)200は、図1の制御部101により実行されるソフトウェア(コンピュータプログラム)により実現される。   FIG. 2 is a block diagram showing functions of the browser in the present embodiment. The browser (web browser) 200 is realized by software (computer program) executed by the control unit 101 in FIG.

ML文書取得部211は、表示対象のML文書データ201を取得して、ブラウザエンジン213に渡す。このML文書データ201は、通信ネットワーク経由で取得される場合と、キャッシュ記録領域240から取得される場合とがありうる。   The ML document acquisition unit 211 acquires the ML document data 201 to be displayed and passes it to the browser engine 213. The ML document data 201 can be acquired via a communication network or acquired from the cache recording area 240.

ブラウザエンジン213は、ML文書データを、表示用のデータに変換して、表示部105へ出力する。ブラウザエンジン213の機能については後述する。   The browser engine 213 converts the ML document data into display data and outputs it to the display unit 105. The function of the browser engine 213 will be described later.

URL検索部215は、ML文書取得部211から当該ML文書のURLを確認し、そのURLのウェブページをキャプチャー画像データベース(DB)120に記憶済かどうかをチェックし、記憶済でないML文書については、キャプチャー画像作成部219を起動して、ブラウザエンジン213の出力から当該ML文書の表示データに基づいて、キャプチャー画像を作成させる。   The URL search unit 215 confirms the URL of the ML document from the ML document acquisition unit 211, checks whether the web page of the URL has been stored in the capture image database (DB) 120, and for an ML document that has not been stored. Then, the capture image creation unit 219 is activated to create a capture image based on the display data of the ML document from the output of the browser engine 213.

キャプチャー画像は、記憶部120内のキャプチャー画像データベース(DB)250内に記憶される。キャプチャー画像データベース250は、閲覧対象となったウェブページのキャプチャー画像とそのURLとを対応づけて記憶する。本実施の形態ではキャプチャー画像は元の画面サイズより小さいサイズとなるようサイズ縮小処理を行ったものである。これにより、キャプチャー画像のデータ量が削減され、キャプチャー画像用に必要な記憶容量を低減することができる。また、キャプチャー画像の表示の処理負荷も軽減される。   The captured image is stored in a captured image database (DB) 250 in the storage unit 120. The captured image database 250 stores a captured image of a web page to be browsed and its URL in association with each other. In the present embodiment, the captured image has been subjected to size reduction processing so as to be smaller than the original screen size. Thereby, the data amount of the captured image is reduced, and the storage capacity necessary for the captured image can be reduced. Also, the processing load for displaying the captured image is reduced.

キャプチャー画像DB250にはキャプチャー画像に代えて用いられるデフォルト画像も併せて記憶してもよい。キャプチャー画像を表示する際に、キャプチャー画像が存在しない場合、デフォルト画像取得部218はデフォルト画像を取得し、これをキャプチャー画像の代わりに提供する。デフォルト画像はキャプチャー画像と同サイズの予め用意された任意の画像データである。   The captured image DB 250 may also store a default image used in place of the captured image. When the captured image is not displayed when the captured image is displayed, the default image acquisition unit 218 acquires the default image and provides this instead of the captured image. The default image is arbitrary image data prepared in advance having the same size as the captured image.

記憶部120内にはキャッシュ記憶領域240も設けられる。キャッシュ記憶領域240は一度閲覧の対象となったウェブページのURLおよびML文書データを一時的に記憶しておく領域であり、キャッシュ制御部241によりキャッシュ動作が制御される。例えば、逐次閲覧した複数のウェブページ画面について、後戻りして閲覧する際には再度ウェブサイトから再度ML文書データをダウンロードすることなく、キャッシュ記憶領域240に記憶された当該ML文書データを読み出して利用することができる。   A cache storage area 240 is also provided in the storage unit 120. The cache storage area 240 is an area for temporarily storing the URL and ML document data of the web page once browsed, and the cache operation is controlled by the cache control unit 241. For example, when browsing a plurality of sequentially viewed web page screens, the ML document data stored in the cache storage area 240 is read and used without downloading the ML document data again from the website again. can do.

記憶部120内には、ブックマーク制御部221により制御されるブックマーク記憶領域220、および、履歴制御部231により制御される履歴記憶領域230も設けられている。   In the storage unit 120, a bookmark storage area 220 controlled by the bookmark control unit 221 and a history storage area 230 controlled by the history control unit 231 are also provided.

ブックマーク制御部221および履歴制御部231は、ユーザ操作を受け付けるユーザ操作受付部260から、その指示内容に応じて動作する。例えば、ブックマーク制御部221はユーザによるブックマークの新たな登録、登録済のブックマークの選択、登録ブックマークの削除・整理等の指示操作に応じて、当該動作を実行する。履歴制御部231は、ユーザによる新規URLの指定、ブックマークの指定、進み(Forward)操作、戻り(Backward)操作等の各種操作に応じて、履歴情報を記憶・更新する。   The bookmark control unit 221 and the history control unit 231 operate according to the instruction content from the user operation reception unit 260 that receives a user operation. For example, the bookmark control unit 221 executes the operation in response to an instruction operation such as new registration of a bookmark, selection of a registered bookmark, and deletion / organization of a registered bookmark by the user. The history control unit 231 stores / updates history information according to various operations such as designation of a new URL, designation of a bookmark, forward operation, and backward operation by the user.

履歴に基づくウェブページの移動に伴ってML文書データが取得される際、または、ブックマークの選択時に、キャプチャー画像取得部216がそれぞれ履歴記憶領域230およびブックマーク記憶領域220から当該ML文書に対応するキャプチャー画像を検索して読み出し、アニメーション実現部217へ送る。アニメーション実現部217は、取得されたキャプチャー画像を加工して、ブラウザエンジン213から表示データが出力されるまでの期間、キャプチャー画像に基づく動的表示のための動画像を表示部105へ出力する。すなわち、アニメーション実現部217はブラウザエンジン213と並列に処理を実行可能である。本実施の形態では、後述するように、ブックマークの選択時と、履歴に基づくウェブページの移動時とで動的表示の態様を変えている。ブックマークの選択時と、履歴に基づくウェブページの移動時とは、ユーザの操作内容に基づいて区別することができる。   When the ML document data is acquired along with the movement of the web page based on the history or when the bookmark is selected, the capture image acquisition unit 216 captures the corresponding ML document from the history storage area 230 and the bookmark storage area 220, respectively. The image is retrieved and read out and sent to the animation realization unit 217. The animation realizing unit 217 processes the acquired captured image and outputs a moving image for dynamic display based on the captured image to the display unit 105 during a period until display data is output from the browser engine 213. That is, the animation realization unit 217 can execute processing in parallel with the browser engine 213. In the present embodiment, as will be described later, the mode of dynamic display is changed between selection of a bookmark and movement of a web page based on a history. The selection of the bookmark and the movement of the web page based on the history can be distinguished based on the user's operation content.

図3は、図2に示したブラウザ200内の主要機能部としてのブラウザエンジン213の内部構成を示す。ブラウザエンジン213は、パーサ21、ページメーカ23、およびフォーマッタ25の各機能を有する。パーサ21は、ML文書取得部211から得られた表示対象のマークアップ言語(ML)文書201の論理的な構造を解釈し、その構造に関するドキュメントツリー22を生成する。ページメーカ23は、ドキュメントツリー22を基に、各タグで決められた表現形式(block, inline, table, list, itemなど)の情報を含むレイアウトツリー24を生成する。このレイアウトツリー24は、block, inline, tableなどがどのような順番に存在しているかを表している。但し、レイアウトツリー24は、まだ、これらの要素が画面のどこにどのような幅と高さで表示されるか、文字がどこで折り返されるか、等のレイアウトに関する情報までは含んでいない。フォーマッタ25は、レイアウトツリー24を基に、既知の表示画面幅などの実際の表示画面に関する情報を用いてレイアウトを行う。すなわち、レイアウトツリー24を実際の表示画面に配置していき、文字の折り返しや、画面上の位置、幅、高さを決定する。ブラウザエンジン213によるこのような処理を経て、マークアップ言語(ML)文書201の内容が表示部105の表示画面上に表示される。   FIG. 3 shows an internal configuration of the browser engine 213 as a main functional unit in the browser 200 shown in FIG. The browser engine 213 has functions of the parser 21, the page maker 23, and the formatter 25. The parser 21 interprets the logical structure of the markup language (ML) document 201 to be displayed obtained from the ML document acquisition unit 211, and generates a document tree 22 related to the structure. Based on the document tree 22, the page maker 23 generates a layout tree 24 including information on the expression format (block, inline, table, list, item, etc.) determined by each tag. This layout tree 24 represents the order in which block, inline, table, etc. exist. However, the layout tree 24 does not yet include information relating to the layout such as where and in what width and height these elements are displayed on the screen, and where characters are folded. Based on the layout tree 24, the formatter 25 performs layout using information related to the actual display screen such as a known display screen width. That is, the layout tree 24 is arranged on the actual display screen, and the character wrapping and the position, width, and height on the screen are determined. Through such processing by the browser engine 213, the content of the markup language (ML) document 201 is displayed on the display screen of the display unit 105.

図4に、本実施の形態における記憶部120に記憶される情報を示す。記憶部120には、メニュー操作プログラム301、ソフトウェアキーボード操作プログラム302(ハードウェアのキーボードを備えていない場合)、ブラウザ200等の各種プログラムが記憶される他、ブックマーク記憶領域220、履歴記憶領域230、キャッシュ記憶領域240、キャプチャー画像DB250等の各種データ記憶領域が設けられる。   FIG. 4 shows information stored in the storage unit 120 in the present embodiment. The storage unit 120 stores a menu operation program 301, a software keyboard operation program 302 (when a hardware keyboard is not provided), various programs such as the browser 200, a bookmark storage area 220, a history storage area 230, Various data storage areas such as a cache storage area 240 and a captured image DB 250 are provided.

以下、本実施の形態におけるブラウザの動作について説明する。   Hereinafter, the operation of the browser in the present embodiment will be described.

図5はブックマーク選択時のブラウザによる表示画面の遷移例を示している。ブックマークの選択は、通常、ブラウザ画面のメニューバーに用意された「ブックマーク」メニューからのメニュー項目の選択またはブックマークのアイコンの指示によりブックマークリスト(ウェブページのタイトルを羅列したもの)が表示され、その中から所望のブックマークを選択することにより、目的のURLが特定される。これに基づいて、ブラウザは通信ネットワークを介して当該URLのML文書の取得要求をウェブサイトに対して出力する。このML文書のデータ(文書中に埋め込まれた必要な画像データ等も含む)が通信ネットワーク経由で取得されるまでには、相応の時間がかかる。さらに、必要なすべてのデータが取得された後も、それを表示データに変換するための処理(ここではレンダリングという)に相応の時間を要する。従来このように、ブックマークの指定からそのウェブページが実際に表示開始されるまでの時間(待機時間)中は前述のように砂時計などの表示が行われるのみであった。これに対して本発明では、当該ML文書が取得されその表示の準備が整う前に、過去に取得された当該ウェブページ画面のキャプチャー画像を表示する。この例では、ウェブページ画面のキャプチャー画像を動的表示する。但し、当該URLについてのキャプチャー画像が存在しない場合には、デフォルト画像を利用する。ML文書の表示の準備が整った後、ウェブページ画面のキャプチャー画像からML文書の表示画面405(図5(e))に切り替える。   FIG. 5 shows a transition example of the display screen by the browser when the bookmark is selected. Bookmarks are usually selected by selecting a menu item from the “Bookmarks” menu prepared in the menu bar of the browser screen or by displaying a bookmark list (a list of web page titles) by specifying a bookmark icon. By selecting a desired bookmark from among them, a target URL is specified. Based on this, the browser outputs an ML document acquisition request of the URL to the website via the communication network. It takes some time until the data of the ML document (including necessary image data embedded in the document) is acquired via the communication network. Furthermore, even after all necessary data has been acquired, it takes a considerable amount of time for processing (herein referred to as rendering) to convert it into display data. Conventionally, as described above, only an hourglass or the like is displayed during the time (standby time) from the designation of a bookmark until the web page is actually displayed. On the other hand, in the present invention, before the ML document is acquired and ready for display, the captured image of the web page screen acquired in the past is displayed. In this example, the captured image of the web page screen is dynamically displayed. However, if there is no captured image for the URL, the default image is used. After the preparation for displaying the ML document is completed, the screen is switched from the captured image on the web page screen to the ML document display screen 405 (FIG. 5E).

本実施の形態ではキャプチャー画像はサイズを縮小した、ウェブページ画面のコピーであり、図5の例では、図5(a)〜(d)に示すように、前記キャプチャー画像が遠くから近くへ迫ってくるように、小さいウェブページ画面サイズから次第に拡大していく。このような動作によって、閲覧対象のデータが通信ネットワーク経由で遠くから取得されている様子を仮想的に実感することができる。また、画面の内容は、過去のデータではあるが、ユーザが指定したウェブページの画面そのものなので、目的の情報が得られつつあることが直感的に理解される。なお、図5(a)〜(d)は動的表示を4面の遷移画面401〜404で表したが、実際にはもっと多くの遷移画面を用いて、画面が揺れ動いたり、旋回したりする動作を導入することも可能である。図の例では、遠近感を持たせるため、各画面401〜404は傾斜した形で示したが、傾斜させることは必須の条件ではない。また、画面サイズはキャプチャー画像のサイズ(最小サイズ)からスタートして段階的にサイズを拡大する処理を行ったが、段階数が多い場合には途中で一時的に縮小動作が混在してもよい。また、動的表示の段階数は、固定である必要はない。実際の待機時間はウェブページにより、あるいは、通信環境、ブラウザの表示装置の性能等、各種要因によって変わりうるので、動的表示の段階数は待機時間に応じて可変とすることが望ましい。例えば、詳細図のキャプチャー画像が表示画面上部中央から中心部まで前進してくる第1段階、中央部で例えば8の字状にゆらゆらと動く第2段階、キャプチャー画像のサイズが表示画面全体を占める程度まで大きくなる第3段階の動画を用意し、待機時間が長引く場合には第2段階を繰り返して実行し、表示の準備が整った時点で第3段階へ移行する、などの表示態様が考えられる。   In this embodiment, the captured image is a copy of the web page screen with a reduced size. In the example of FIG. 5, the captured image approaches from near to far as shown in FIGS. 5 (a) to 5 (d). As it comes, it gradually expands from a small web page screen size. By such an operation, it is possible to virtually feel that the data to be browsed is acquired from a distance via the communication network. In addition, although the contents of the screen are past data, it is intuitively understood that the target information is being obtained because it is the screen of the web page specified by the user. 5A to 5D, the dynamic display is represented by the four transition screens 401 to 404. However, the screen is actually shaken or swiveled using more transition screens. It is also possible to introduce an action. In the example of the figure, the screens 401 to 404 are shown in an inclined form in order to give a sense of perspective, but the inclination is not an essential condition. In addition, the screen size starts from the size of the captured image (minimum size), and the process of enlarging the size stepwise is performed. However, if the number of steps is large, reduction operations may be temporarily mixed in the middle. . Further, the number of stages of dynamic display need not be fixed. Since the actual standby time may vary depending on the web page or various factors such as the communication environment and the performance of the browser display device, the number of stages of dynamic display is preferably variable according to the standby time. For example, the first stage in which the captured image of the detailed view advances from the upper center of the display screen to the center, the second stage in which the captured image fluctuates in the shape of, for example, eight, and the size of the captured image occupies the entire display screen Consider a display mode that prepares a third-stage video that grows to a certain extent, repeats the second stage when the standby time is prolonged, and moves to the third stage when display preparation is complete. It is done.

図6は履歴データに基づく「戻り」操作時のブラウザによる表示画面の遷移例を示している。「戻り」操作は、通常、ブラウザ画面のメニューバーに用意された所定のマークのアイコンをユーザが指示することにより指示される。これに基づいて、ブラウザは、当該URLのML文書をキャッシュ記憶領域240から取得し、表示処理へ移行する。当該URLのML文書がキャッシュ記憶領域240になければ、通信ネットワークを介して当該URLのML文書の取得要求をウェブサイトに対して出力する。キャッシュ記憶領域240からML文書を取得する際には、表示までの待機時間はウェブサイトをアクセスする場合より短いがやはり相応の表示処理時間を要する。そこで、本発明では、ML文書が取得されその表示の準備が整う前に、現在のウェブページから、過去に取得した当該ウェブページ画面のキャプチャー画像へ段階的に切り替えて表示する。次いで、ML文書の表示の準備が整った後、前記ウェブページ画面のキャプチャー画像からML文書の表示に切り替える。   FIG. 6 shows a transition example of the display screen by the browser during the “return” operation based on the history data. The “return” operation is generally instructed by the user instructing a predetermined mark icon prepared on the menu bar of the browser screen. Based on this, the browser acquires the ML document of the URL from the cache storage area 240, and proceeds to display processing. If the ML document of the URL is not in the cache storage area 240, an acquisition request for the ML document of the URL is output to the website via the communication network. When an ML document is acquired from the cache storage area 240, the waiting time until display is shorter than when accessing a website, but still requires a corresponding display processing time. Therefore, in the present invention, before the ML document is acquired and ready for display, the current web page is displayed in a step-by-step manner by switching to a captured image of the web page screen acquired in the past. Next, after the preparation for displaying the ML document is completed, the captured image on the web page screen is switched to the display of the ML document.

本実施の形態の切り替え表示では、図6(a)〜(d)に示すように、切り替え後の画面511を表示スクリーン内へスライドインさせるとともに、切り替え前の画面を表示スクリーンからスライドアウトさせる。この例では、「戻り」操作時には画面に向かって左側から前の画面がスライドして正面へ移動してくるように表示する。切り替え前の画面はスライドアウトせずに静止したまま、切り替え後の画面をスライドインさせてもよい。前述のように、ウェブページ画面のキャプチャー画像はウェブページ画面の縮小コピーであり、切り替え表示では、縮小したコピーを元のサイズに拡大して用いる。図6(d)の後、図6(e)のようにML文書の画面を表示する。図面上、図6(d)と図6(e)は同じであるが、図6(d)は過去の当該ウェブページの縮小キャプチャー画面を拡大したものであるのに対し、図6(e)は当該URLのML文書をレンダリングしたものである。したがって、両者の画面の画質(解像度)は異なる。   In the switching display of the present embodiment, as shown in FIGS. 6A to 6D, the screen 511 after switching is slid into the display screen, and the screen before switching is slid out from the display screen. In this example, during the “return” operation, the screen is displayed so that the previous screen slides from the left side toward the screen and moves to the front. The screen before switching may be slid in while the screen before switching remains stationary without sliding out. As described above, the captured image of the web page screen is a reduced copy of the web page screen. In the switching display, the reduced copy is enlarged to the original size and used. After FIG. 6D, the ML document screen is displayed as shown in FIG. 6 (d) and FIG. 6 (e) are the same in the drawing, but FIG. 6 (d) is an enlarged view of a reduced capture screen of the web page in the past, whereas FIG. 6 (e). Is a rendering of the ML document of the URL. Therefore, the image quality (resolution) of both screens is different.

なお、遷移画面の段階数は図示の例に限るものではない。また、待機時間が短く、ML文書のレンダリングが間に合えば、画面遷移の最後に図6(d)ように切り替え後の画面(キャプチャー画面)を表示することなく、図6(e)のレンダリング結果の画面を表示するようにしてもよい。   The number of transition screen stages is not limited to the illustrated example. If the waiting time is short and the ML document is rendered in time, the rendered result of FIG. 6E is displayed without displaying the screen after the switching (capture screen) as shown in FIG. 6D at the end of the screen transition. A screen may be displayed.

図示しないが、進み操作の場合の画面遷移は図6に示した例と逆側(右側)からスライドインする。本実施の形態では動作の統一のため、戻り操作および進み操作においてキャッシュ記憶領域240からではなくウェブサイトからデータを取得する場合にもスライドインの動作を行う。   Although not shown, the screen transition in the case of the advance operation slides in from the opposite side (right side) to the example shown in FIG. In this embodiment, in order to unify the operations, the slide-in operation is performed even when data is acquired from the website instead of the cache storage area 240 in the return operation and the advance operation.

以下、本実施の形態におけるウェブブラウザの各種動作をフローチャートに従って説明する。   Hereinafter, various operations of the web browser in the present embodiment will be described with reference to flowcharts.

図7は、キャプチャー画像取得のための処理フローを示している。この例では、キャプチャー画像はURLに基づくML文書の取得時毎に行う構成を示している。ML文書の取得は、ブックマークの指定時、新規URL指定時、履歴指定(戻り、進み操作)時である。いずれの場合の指定されたURLが有効でなければ(S11,No)、この処理を終了する。有効であれば(S11,Yes)、当該ML文書の取得を開始する(S12)。前述のように、履歴指定の場合はキャッシュ記憶領域240から優先的に取得するが、ブックマーク指定および新規指定の場合にはウェブサイトから取得する。取得されたML文書に基づいてウェブページ表示を行う(S13)。ついで、このウェブページ画面のキャプチャー画像を取得する(S14)。本実施の形態では、このキャプチャー画像は所定のサイズにまで縮小する。同じURL対応のキャプチャー画像がキャプチャー画像DB内に存在しなければ(S15,No)、当該キャプチャー画像をそのURLとともに新規保存する(S16)。既に存在している場合には、当該キャプチャー画像をそのURLとともに上書き保存する(S17)。   FIG. 7 shows a processing flow for acquiring a captured image. In this example, the capture image is configured to be performed every time an ML document based on a URL is acquired. An ML document is acquired when a bookmark is specified, when a new URL is specified, or when a history is specified (return and advance operation). If the specified URL is not valid in any case (S11, No), this process is terminated. If it is valid (S11, Yes), the acquisition of the ML document is started (S12). As described above, in the case of history designation, the cache storage area 240 is preferentially obtained, but in the case of bookmark designation and new designation, it is obtained from the website. Web page display is performed based on the acquired ML document (S13). Next, a captured image of this web page screen is acquired (S14). In the present embodiment, the captured image is reduced to a predetermined size. If a captured image corresponding to the same URL does not exist in the captured image DB (S15, No), the captured image is newly stored together with the URL (S16). If it already exists, the captured image is overwritten and saved along with the URL (S17).

このような処理によって、閲覧対象となったウェブページの画面をキャプチャー画像として保存しておくことができる。図7の例では、同じURL対応の画像の有無をキャプチャー画像の取得の後でチェックしたが、キャプチャー画像の取得の前にチェックして、同じURL対応の画像がキャプチャー画像DB内に既に存在すれば、キャプチャー画像の取得および更新を行わないようにしてもよい。   By such processing, it is possible to save the screen of the web page that has been browsed as a captured image. In the example of FIG. 7, the presence / absence of an image corresponding to the same URL is checked after acquisition of the capture image. However, the image corresponding to the same URL already exists in the capture image DB by checking before acquisition of the capture image. For example, the capture image may not be acquired and updated.

同じURL対応のキャプチャー画像を上書きする構成によれば、ウェブページが更新されている場合に、キャプチャー画像をそれに合わせて更新することができる。キャプチャー画像の取得および更新を行わない構成では、ウェブページの更新をキャプチャー画像に反映させることができないが、ML文書取得毎にキャプチャー画像の取得および更新を行う処理負荷を削減することができる。   According to the configuration in which the captured image corresponding to the same URL is overwritten, when the web page is updated, the captured image can be updated accordingly. In the configuration in which capture image acquisition and update are not performed, the update of the web page cannot be reflected in the capture image, but the processing load for acquiring and updating the capture image each time the ML document is acquired can be reduced.

図8に、ブックマーク指定時または新規URL指定時に動作する動的表示フロー(1)を示す。   FIG. 8 shows a dynamic display flow (1) that operates when a bookmark is specified or a new URL is specified.

まず、URLの有効性をチェックし(S21)、有効でなければこの処理を終了する。有効であれば、指定されたML文書の取得、解釈、レンダリングを開始する(S22)。キャプチャー画像DBを検索して当該URLのウェブページのキャプチャー画像が存在すれば(S23,Yes)、それを取得する(S25)。キャプチャー画像がなければデフォルト画像を取得する(S24)。このキャプチャー画像(またはデフォルト画像)に基づいてアニメーション実現部217において、図5に示したようなアニメーション表示を行う(S26)。ML文書のレンダリングが終了したら(S27,Yes)、ウェブページを表示する(S28)。   First, the validity of the URL is checked (S21). If it is not valid, this process is terminated. If it is valid, acquisition, interpretation and rendering of the designated ML document is started (S22). If the captured image of the web page of the URL exists by searching the captured image DB (S23, Yes), it is acquired (S25). If there is no captured image, a default image is acquired (S24). Based on the captured image (or default image), the animation realizing unit 217 performs animation display as shown in FIG. 5 (S26). When rendering of the ML document is completed (S27, Yes), a web page is displayed (S28).

図9に、履歴指定時に動作する動的表示フロー(2)を示す。   FIG. 9 shows a dynamic display flow (2) that operates when a history is designated.

まず、URLの有効性をチェックし(S31)、有効でなければこの処理を終了する。有効であれば、指定されたML文書の取得、解釈、レンダリングを開始する(S32)。キャプチャー画像DBを検索して当該URLのウェブページのキャプチャー画像が存在すれば(S33,Yes)、それを取得する(S35)。キャプチャー画像がなければデフォルト画像を取得する(S34)。このキャプチャー画像(またはデフォルト画像)に基づいてアニメーション実現部217において、図6に示したようなアニメーション表示を行う(S36)。ML文書のレンダリングが終了したら(S37,Yes)、ウェブページを表示する(S38)。   First, the validity of the URL is checked (S31). If it is not valid, this process is terminated. If it is valid, acquisition, interpretation and rendering of the designated ML document is started (S32). If the captured image of the web page of the URL exists by searching the captured image DB (S33, Yes), it is acquired (S35). If there is no captured image, a default image is acquired (S34). Based on the captured image (or default image), the animation realizing unit 217 performs animation display as shown in FIG. 6 (S36). When rendering of the ML document is completed (S37, Yes), a web page is displayed (S38).

図10に、本実施の形態の変形例として、ブックマークの他の表示例を示す。前述したように、従来のブックマークの指定は、ブックマークリストから選択するものであった。その場合、リストの文字列からだけでは自分自身が登録したブックマークでありながら、どのサイトのウェブページであったかを認識できない場合がたびたびあった。本変形例では、キャプチャー画像DBに登録されたキャプチャー画像(縮小済)を利用して、ユーザにブックマークを提示することにより、ウェブページ内容をイメージとして視覚的に認識することができるようにするものである。図2の構成では、キャプチャー画像DB250中には、ブックマーク記憶領域220に登録されたURLだけでなく、履歴記憶領域230に記憶されたURLのキャプチャー画像も記憶されている。本変形例におけるブックマークの表示にはブックマーク記憶領域220に登録されたURLに対応するキャプチャー画像を選択して用いる。   FIG. 10 shows another display example of the bookmark as a modification of the present embodiment. As described above, the conventional bookmark designation is selected from the bookmark list. In that case, it was often a bookmark registered by itself only from the character string in the list, but it could not recognize which site the web page was. In this modification, a bookmark is presented to the user using the captured image (reduced) registered in the captured image DB so that the web page contents can be visually recognized as an image. It is. In the configuration of FIG. 2, the captured image DB 250 stores not only the URL registered in the bookmark storage area 220 but also the captured image of the URL stored in the history storage area 230. For displaying the bookmark in this modification, a captured image corresponding to the URL registered in the bookmark storage area 220 is selected and used.

図10(a)は本変形例におけるブックマーク画面の例を示している。この例では、カードまたはかるたをテーブル上にならべて斜め上から見たときのように、ブックマーク記憶領域220に登録された複数のURLに対応する複数のキャプチャー画面を斜視像として遠近感をもって表示している。すなわち、多くのキャプチャー画像を小さく表示し、近くなるほどキャプチャー画像を大きく表示する。(図10ではキャプチャー画像を便宜上白抜きで示しているが、実際にはウェブページを縮小した画像である。)キャプチャー画像の配置位置は任意であるが、例えば、閲覧頻度の高いURL、あるいは最近閲覧したURL等、所定の条件にあったURLのキャプチャー画像を手前に位置させるようにしてもよい。このようなブックマーク画面では、特に限定するものではないが、表示画面に入力領域が重なったタッチパネルを操作部の一つとして利用することが好ましい。ある程度以上の表示サイズを有する表示デバイスを用いた装置では、最も小さいキャプチャー画像でも人の指先のサイズよりは大きく表示させることができ、目的のブックマークをそのキャプチャー画像で指示できれば操作が直感的に分かりやすく、迅速かつ容易にブックマークの指示ができるからである。   FIG. 10A shows an example of a bookmark screen in this modification. In this example, a plurality of capture screens corresponding to a plurality of URLs registered in the bookmark storage area 220 are displayed as perspective images with perspective as if the cards or karuta were viewed on the table diagonally from above. ing. That is, many captured images are displayed in a small size, and the captured image is displayed in a larger size as it gets closer. (The captured image is shown in white in FIG. 10 for the sake of convenience, but is actually an image obtained by reducing the web page.) Although the arrangement position of the captured image is arbitrary, for example, a frequently viewed URL or recently A captured image of a URL that meets a predetermined condition such as a browsed URL may be positioned in front. Although such a bookmark screen is not particularly limited, it is preferable to use a touch panel with an input area overlapping the display screen as one of the operation units. In an apparatus using a display device with a display size of a certain size or larger, even the smallest captured image can be displayed larger than the size of a human fingertip, and if the target bookmark can be indicated by the captured image, the operation is intuitively understood. This is because bookmarks can be easily and quickly instructed.

図10(a)のブックマーク画面において、例えばキャプチャー画像604をユーザが指示したとき、図10(b)に示すように、いままで斜視像で表示されていたキャプチャー画像を正立させた状態で表示させる。キャプチャー画像が正立することにより、この選択されたキャプチャー画像の輪郭形状は元のひしゃげた四角形から長方形に変化し、他のキャプチャー画像と明確に区別することができる。キャプチャー画像の正立とともに、そのキャプチャー画像のハイライト表示および/またはそのキャプチャー画像以外の他の表示領域の暗転(低輝度化)を行うようにしてもよい。   In the bookmark screen of FIG. 10A, for example, when the user designates a capture image 604, the captured image displayed as a perspective image until now is displayed in an upright state as shown in FIG. 10B. Let When the captured image is erected, the outline shape of the selected captured image changes from the original square shape to a rectangular shape, and can be clearly distinguished from other captured images. Along with the erecting of the captured image, highlighting of the captured image and / or darkening (reducing the brightness) of the display area other than the captured image may be performed.

またキャプチャー画像の選択(正立)時、その近傍に当該キャプチャー画像604aのタイトルおよびURLを併せて表示する。キャプチャー画像のみではそのウェブページの内容が判りづらい場合に、タイトルおよびURLの表示はウェブページの認識に役立つ。ブックマーク表示画面においてキャプチャー画像の選択時に初めてタイトルおよびURLを表示することにより、ブックマーク表示時に各キャプチャー画像のタイトルおよびURLを常時表示する場合に比べて、当該タイトル等の表示が各キャプチャー画像の認識の邪魔になったり、より画像を縮小したりする必要がなくなる。タイトルおよびURLの表示位置は特に限定するものではないが、好ましい例としては、当該正立したキャプチャー画像604aの周囲に空き領域(他のキャプチャー画像が存在しない領域)があれば、そこに表示させる。空き領域がなければ、周囲の表示可能な領域に表示する。   When the captured image is selected (upright), the title and URL of the captured image 604a are also displayed in the vicinity thereof. Displaying the title and URL is useful for recognizing the web page when it is difficult to understand the content of the web page only by the captured image. By displaying the title and URL for the first time when the captured image is selected on the bookmark display screen, the display of the title and the like is more effective in recognizing each captured image than when the title and URL of each captured image are always displayed when the bookmark is displayed. There is no need to get in the way or to further reduce the image. Although the display position of the title and URL is not particularly limited, as a preferable example, if there is an empty area (an area where no other captured image exists) around the upright capture image 604a, the display position is displayed there. . If there is no empty area, it is displayed in the surrounding displayable area.

図10(b)の状態で、正立したキャプチャー画像604aをさらにユーザが指示すると、図10(c)のようにキャプチャー画像があたかも風に吹かれて舞い上がるような動的表示がなされ、その後、図5で説明した動的表示へ移行する。図10(c)の動的表示は必須ではないが、図10(b)のブックマーク画面から図5の動的表示への移行時の“つなぎ”としてスムーズな動的表示の遷移が行われる。   In the state of FIG. 10B, when the user further instructs an upright captured image 604a, a dynamic display is performed as if the captured image is blown up in the wind as shown in FIG. The display shifts to the dynamic display described in FIG. The dynamic display of FIG. 10C is not essential, but a smooth transition of the dynamic display is performed as a “connection” at the time of transition from the bookmark screen of FIG. 10B to the dynamic display of FIG.

上記実施の形態によれば、ユーザがML文書の表示を指示したあと、そのウェブページが表示されるまでの待機時間中に当該ウェブページの過去のキャプチャー画像を利用してユーザ操作に応じた動的表示を行うことにより、動作の内容が直感的に分かりやすく、かつ、待機時間を長く感じさせることのないユーザインタフェースが提供される。   According to the above embodiment, after the user instructs display of the ML document, during the standby time until the web page is displayed, the past captured image of the web page is used to respond to the user operation. By performing the target display, it is possible to provide a user interface in which the content of the operation is intuitively easy to understand and does not make the standby time feel long.

以上、本発明の好適な実施の形態について説明したが、上記で言及した以外にも種々の変形、変更を行うことが可能である。例えば、スライドインの代わりに、いわゆるドライブインさせる、ドロップインさせる、フェイドインさせる、のいずれかを行ってもよい。また、スライドアウトの代わりにフェードアウトさせるようにしてもよい。   The preferred embodiments of the present invention have been described above, but various modifications and changes other than those mentioned above can be made. For example, so-called drive-in, drop-in, or fade-in may be performed instead of slide-in. Further, fade-out may be performed instead of slide-out.

本発明のマークアップ言語文書表示方法を実現するブラウザを搭載したマークアップ言語文書処理装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the markup language document processing apparatus carrying the browser which implement | achieves the markup language document display method of this invention. 本発明の実施の形態におけるブラウザの機能を示すブロック図である。It is a block diagram which shows the function of the browser in embodiment of this invention. 図2に示したブラウザ内の主要機能部としてのブラウザエンジンの内部構成を示すブロック図である。It is a block diagram which shows the internal structure of the browser engine as a main function part in the browser shown in FIG. 本発明の実施の形態における記憶部に記憶される情報を示す図である。It is a figure which shows the information memorize | stored in the memory | storage part in embodiment of this invention. 本発明の実施の形態におけるブックマーク選択時のブラウザによる表示画面の遷移例を示す図である。It is a figure which shows the example of a transition of the display screen by a browser at the time of the bookmark selection in embodiment of this invention. 本発明の実施の形態における、履歴データに基づく「戻り(Backward)」操作時のブラウザによる表示画面の遷移例を示す図である。It is a figure which shows the example of a transition of the display screen by a browser at the time of "Backward" operation based on history data in an embodiment of the invention. 本発明の実施の形態におけるキャプチャー画像取得のための処理フローを示すフローチャートである。It is a flowchart which shows the processing flow for capture image acquisition in embodiment of this invention. 本発明の実施の形態におけるブックマーク指定時または新規URL指定時に動作する動的表示フロー(1)を示すフローチャートである。It is a flowchart which shows the dynamic display flow (1) which operate | moves at the time of bookmark specification or new URL specification in embodiment of this invention. 本発明の実施の形態における履歴指定時に動作する動的表示フロー(2)を示すフローチャートである。It is a flowchart which shows the dynamic display flow (2) which operate | moves at the time of the log | history designation | designated in embodiment of this invention. 本発明の実施の形態の変形例として、ブックマークの他の表示例を示す図である。It is a figure which shows the other example of a display of a bookmark as a modification of embodiment of this invention.

符号の説明Explanation of symbols

21…パーサ、22…ドキュメントツリー、23…ページメーカ、24…レイアウトツリー、25…フォーマッタ、100…マークアップ言語文書処理装置、101…制御部、102…信号処理部、103…画像処理部、105…表示部、107…マイク、108…スピーカ、113…入力部、120…記憶部、200…ブラウザ、201…マークアップ言語文書、211…文書取得部、213…ブラウザエンジン、215…検索部、216…キャプチャー画像取得部、217…アニメーション実現部、218…デフォルト画像取得部、219…キャプチャー画像作成部、220…ブックマーク記憶領域、221…ブックマーク制御部、230…履歴記憶領域、231…履歴制御部、240…キャッシュ記憶領域、241…キャッシュ制御部、260…ユーザ操作受付部、301…メニュー操作プログラム、302…ソフトウェアキーボード操作プログラム、405…表示画面、511…画面、604…キャプチャー画像、604a…キャプチャー画像 DESCRIPTION OF SYMBOLS 21 ... Parser, 22 ... Document tree, 23 ... Page maker, 24 ... Layout tree, 25 ... Formatter, 100 ... Markup language document processing apparatus, 101 ... Control part, 102 ... Signal processing part, 103 ... Image processing part, 105 DESCRIPTION OF SYMBOLS ... Display part, 107 ... Microphone, 108 ... Speaker, 113 ... Input part, 120 ... Storage part, 200 ... Browser, 201 ... Markup language document, 211 ... Document acquisition part, 213 ... Browser engine, 215 ... Search part, 216 ... capture image acquisition unit, 217 ... animation realization unit, 218 ... default image acquisition unit, 219 ... capture image creation unit, 220 ... bookmark storage region, 221 ... bookmark control unit, 230 ... history storage region, 231 ... history control unit, 240: cache storage area, 241: cache control unit 260 ... user operation accepting unit, 301 ... menu operation program, 302 ... software keyboard operation program, 405 ... screen, 511 ... screen, 604 ... captured image, 604a ... captured image

Claims (7)

ウェブページの閲覧の履歴を当該ウェブページのURLとして蓄積するステップと、
閲覧した各ウェブページのマークアップ言語文書をキャッシュ記憶領域に一時的に記憶するステップと、
前記閲覧した各ウェブページ画面をキャプチャーして得られたキャプチャー画像を記憶するステップと、
現在のウェブページから前記履歴の蓄積されたウェブページへの移行の指示を受けたとき、当該ウェブページに対応するマークアップ言語文書を前記キャッシュ記憶領域から取得するステップと、
前記取得されたマークアップ言語文書の表示の準備が整う前に当該ウェブページ画面のキャプチャー画像を用いた動的表示を行うステップと、
前記キャプチャー画像の動的表示から前記マークアップ言語文書の表示に切り替えるステップと
を備えたことを特徴とするウェブブラウザ。
Accumulating web page browsing history as the URL of the web page ;
Temporarily storing a markup language document for each viewed web page in a cache storage area;
Storing captured images obtained by capturing each viewed web page screen;
Obtaining a markup language document corresponding to the web page from the cache storage area when receiving an instruction to move from the current web page to the web page in which the history is accumulated;
Performing dynamic display using a captured image of the web page screen before the acquired markup language document is ready for display;
Switching from dynamic display of the captured image to display of the markup language document.
前記動的表示を行うステップでは、現在のウェブページから当該ウェブページ画面のキャプチャー画像へ段階的に切り替えて表示することを特徴とする請求項1記載のウェブブラウザ。The web browser according to claim 1, wherein in the step of performing the dynamic display, the current web page is switched to a captured image of the web page screen in a stepwise manner. 前記動的表示を行うステップでは、前記キャプチャー画像を表示スクリーン内へスライドインさせる、ドライブインさせる、ドロップインさせる、フェイドインさせる、のいずれかを行うことを特徴とする請求項2記載のウェブブラウザ。3. The web browser according to claim 2, wherein in the step of performing dynamic display, the captured image is slid into a display screen, driven in, dropped in, or faded in. . 前記動的表示を行うステップでは、切り替え前のウェブページ画面を表示スクリーンからスライドアウトさせる、または、フェードアウトさせることを特徴とする請求項3記載のウェブブラウザ。4. The web browser according to claim 3, wherein, in the step of performing the dynamic display, the web page screen before switching is slid out from the display screen or faded out. ウェブページを表示する表示装置であって、
ウェブページを構成するマークアップ言語文書を通信ネットワーク経由で取得する手段と、
ウェブページの閲覧の履歴を当該ウェブページのURLとして蓄積する履歴蓄積手段と、
閲覧した各ウェブページのマークアップ言語文書をキャッシュ記憶領域に一時的に記憶するキャッシュ記憶手段と、
前記閲覧した各ウェブページ画面をキャプチャーして得られたキャプチャー画像を記憶する画面記憶手段と、
ユーザの操作を受け付ける操作受付手段と、
ユーザの操作により、現在のウェブページから前記履歴の蓄積されたウェブページへの移行の指示を受けたとき、当該ウェブページに対応するマークアップ言語文書を前記キャッシュ記憶領域から取得する手段と、
前記取得されたマークアップ言語文書の表示の準備が整う前に当該ウェブページ画面のキャプチャー画像を用いた動的表示を行う表示手段と、
前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替える制御手段と
を備えたことを特徴とする表示装置。
A display device for displaying a web page,
Means for acquiring a markup language document constituting a web page via a communication network;
History storage means for storing the browsing history of a web page as the URL of the web page ;
Cache storage means for temporarily storing a markup language document of each viewed web page in a cache storage area;
Screen storage means for storing captured images obtained by capturing each of the browsed web page screens;
Operation accepting means for accepting a user operation;
Means for acquiring a markup language document corresponding to the web page from the cache storage area when receiving an instruction to move from the current web page to the web page in which the history is accumulated by a user operation;
Display means for performing dynamic display using a captured image of the web page screen before preparation for display of the acquired markup language document is completed ;
Control means for switching from a captured image of the web page screen to display of the markup language document.
ブックマークとして登録されたURLに対応するマークアップ言語文書の表示により得られたウェブページ画面をキャプチャーして得られたキャプチャー画像を記憶するステップと、
ブックマークが選択されたとき、当該ブックマークに対応するURLからマークアップ言語文書を通信ネットワーク経由で取得するステップと、
前記取得されたマークアップ言語文書の表示の準備が整う前に当該ウェブページ画面のキャプチャー画像を用いた動的表示を行うステップと、
前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替えるステップとを備え
前記キャプチャー画像は前記ウェブページ画面の縮小コピーであり、前記動的表示を行うステップでは、前記キャプチャー画像が遠くから近くへ迫ってくるように、前記キャプチャー画像を小さい画面サイズから次第に拡大していくことを特徴とするウェブブラウザ。
Storing a captured image obtained by capturing a web page screen obtained by displaying a markup language document corresponding to a URL registered as a bookmark;
Acquiring a markup language document from a URL corresponding to the bookmark when the bookmark is selected, via a communication network;
Performing dynamic display using a captured image of the web page screen before the acquired markup language document is ready for display ;
Switching from the captured image of the web page screen to the display of the markup language document ,
The captured image is a reduced copy of the web page screen. In the step of performing the dynamic display, the captured image is gradually enlarged from a small screen size so that the captured image approaches from near to far. A web browser characterized by that.
ウェブページを表示する表示装置であって、
ブックマークとして登録されたURLに対応するマークアップ言語文書の表示により得られたウェブページ画面をキャプチャーして得られたキャプチャー画像を記憶する記憶手段と、
ユーザの操作を受け付ける操作受付手段と、
ユーザの操作によりブックマークが選択されたとき、当該ブックマークに対応するURLからマークアップ言語文書を通信ネットワーク経由で取得する手段と、
前記取得されたマークアップ言語文書の表示の準備が整う前に当該ウェブページ画面のキャプチャー画像を用いた動的表示を行う表示手段と、
前記ウェブページ画面のキャプチャー画像から前記マークアップ言語文書の表示に切り替える制御手段とを備え
前記キャプチャー画像は前記ウェブページ画面の縮小コピーであり、前記動的表示手段は、前記動画表示として、前記キャプチャー画像が遠くから近くへ迫ってくるように、前記キャプチャー画像を小さい画面サイズから次第に拡大していくことを特徴とする表示装置。
A display device for displaying a web page,
Storage means for storing a captured image obtained by capturing a web page screen obtained by displaying a markup language document corresponding to a URL registered as a bookmark;
Operation accepting means for accepting a user operation;
Means for acquiring a markup language document from a URL corresponding to the bookmark when the bookmark is selected by a user operation, via a communication network;
Display means for performing dynamic display using a captured image of the web page screen before preparation for display of the acquired markup language document is completed ;
Control means for switching from the captured image of the web page screen to the display of the markup language document ,
The captured image is a reduced copy of the web page screen, and the dynamic display means gradually enlarges the captured image from a small screen size as the moving image display so that the captured image approaches from near to far. display apparatus characterized by going to.
JP2004329640A 2004-11-12 2004-11-12 Web browser and display device Expired - Fee Related JP4547236B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004329640A JP4547236B2 (en) 2004-11-12 2004-11-12 Web browser and display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004329640A JP4547236B2 (en) 2004-11-12 2004-11-12 Web browser and display device

Publications (3)

Publication Number Publication Date
JP2006139614A JP2006139614A (en) 2006-06-01
JP2006139614A5 JP2006139614A5 (en) 2007-12-20
JP4547236B2 true JP4547236B2 (en) 2010-09-22

Family

ID=36620396

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004329640A Expired - Fee Related JP4547236B2 (en) 2004-11-12 2004-11-12 Web browser and display device

Country Status (1)

Country Link
JP (1) JP4547236B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488396A (en) * 2013-09-13 2014-01-01 天脉聚源(北京)传媒科技有限公司 Method and device for eliminating interfaces

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4624376B2 (en) * 2007-04-26 2011-02-02 株式会社損害保険ジャパン Data visual cabinet system and data display method using the system
WO2010073343A1 (en) * 2008-12-25 2010-07-01 パイオニア株式会社 Content reproducing device, content reproducing system, content reproducing method, content reproducing program, and recording medium
JP4894879B2 (en) * 2009-03-31 2012-03-14 ブラザー工業株式会社 COMMUNICATION DEVICE AND PROGRAM FOR FUNCTIONING COMMUNICATION DEVICE
JP5306984B2 (en) * 2009-12-28 2013-10-02 シャープ株式会社 Screen transition device and screen transition method
JP5418350B2 (en) * 2010-03-24 2014-02-19 富士通モバイルコミュニケーションズ株式会社 Information processing device
JP2012085009A (en) 2010-10-07 2012-04-26 Sony Corp Information processor and information processing method
KR102006740B1 (en) 2010-10-20 2019-08-02 삼성전자 주식회사 Method and apparatus for displaying screen in mobile terminal
KR20140067755A (en) * 2012-11-27 2014-06-05 삼성전자주식회사 Electronic device and method for presenting movement between pages thereof
JP5963815B2 (en) * 2013-11-08 2016-08-03 株式会社ソニー・インタラクティブエンタテインメント Information processing apparatus and information processing method
JP6255966B2 (en) * 2013-12-13 2018-01-10 コニカミノルタ株式会社 Operation screen display system, server, client, operation screen display method, and computer program
JP2014209778A (en) * 2014-06-26 2014-11-06 ソニー株式会社 Information processing device and information processing method
JP6141349B2 (en) * 2015-04-16 2017-06-07 本田技研工業株式会社 Program and application control method
CN105741091B (en) * 2016-01-28 2019-09-17 腾讯科技(深圳)有限公司 Resource sharing method, system and resource acquiring method
US11017484B2 (en) 2016-01-21 2021-05-25 Tencent Technology (Shenzhen) Company Limited Resource sharing method and terminal
JP6505322B2 (en) * 2016-06-08 2019-04-24 三菱電機株式会社 User interface device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002049644A (en) * 2000-05-26 2002-02-15 Fujitsu Ltd Information processor, recording medium and computer program
JP2002368634A (en) * 2001-06-12 2002-12-20 Mitsubishi Electric Corp Data broadcast reception system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002049644A (en) * 2000-05-26 2002-02-15 Fujitsu Ltd Information processor, recording medium and computer program
JP2002368634A (en) * 2001-06-12 2002-12-20 Mitsubishi Electric Corp Data broadcast reception system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488396A (en) * 2013-09-13 2014-01-01 天脉聚源(北京)传媒科技有限公司 Method and device for eliminating interfaces

Also Published As

Publication number Publication date
JP2006139614A (en) 2006-06-01

Similar Documents

Publication Publication Date Title
JP4547236B2 (en) Web browser and display device
JP5941093B2 (en) Device and method for dynamically placing text when displaying a selected area of an electronic document
KR100274135B1 (en) Web browser allowing navigation between hypertext objects using remote control
US7810049B2 (en) System and method for web navigation using images
US9753900B2 (en) Universal content referencing, packaging, distribution system, and a tool for customizing web content
EP2074497B1 (en) Method and device for selecting and displaying a region of interest in an electronic document
US7984376B2 (en) Frame page displaying method, frame page displaying device, and program
US7797641B2 (en) Mobile communications terminal and method therefore
JP5235671B2 (en) Terminal device, content display method, and content display program
US20020163545A1 (en) Method of previewing web page content while interacting with multiple web page controls
US20030115167A1 (en) Web browser implemented in an Internet appliance
JP6223405B2 (en) Information display device, information display method, and information display program
JP5840722B2 (en) Information display device, information display method, and information display program
JP4938589B2 (en) Web page browsing device and web page browsing server
JP4079287B2 (en) HTML document display control method and display device
JPH11143891A (en) Television receiver with built-in internet
KR100639761B1 (en) tool bar providing system and method thereof
JP2002091646A (en) Compact information terminal device, method for operation thereof and medium
JP4652144B2 (en) Display processing method, display processing program, and markup language processing apparatus
JP2003157282A (en) Method and program for processing history information of contents
JP2005316523A (en) Information supporting system and its method, control program and readable recording medium
KR101131215B1 (en) Method of processing hyperlink, mobile communication terminal for implementing the method and computer-readable store media
KR20020005364A (en) System and method for managing background of internet
JP2002091849A (en) Web browser device, web browsing method and recording medium
JP2003316628A (en) Document management system, method and program and storage medium

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071102

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071102

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100309

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100401

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100624

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100705

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130709

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130709

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130709

Year of fee payment: 3

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130709

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees