JP4113269B2 - Browser device - Google Patents

Browser device Download PDF

Info

Publication number
JP4113269B2
JP4113269B2 JP18196397A JP18196397A JP4113269B2 JP 4113269 B2 JP4113269 B2 JP 4113269B2 JP 18196397 A JP18196397 A JP 18196397A JP 18196397 A JP18196397 A JP 18196397A JP 4113269 B2 JP4113269 B2 JP 4113269B2
Authority
JP
Japan
Prior art keywords
page
information
image
display
link 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
JP18196397A
Other languages
Japanese (ja)
Other versions
JPH1125114A (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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial 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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP18196397A priority Critical patent/JP4113269B2/en
Publication of JPH1125114A publication Critical patent/JPH1125114A/en
Application granted granted Critical
Publication of JP4113269B2 publication Critical patent/JP4113269B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、マウスなどのポインティングデバイスの無いテレビやワードプロセッサー上で動作するWorld Wide Web(以下、WWWと略す。)ブラウザにおいて、アンカータグやフォームなどの選択に関する。
【0002】
【従来の技術】
WWWは、インターネット上の一つの情報システムであり、文書、画像、音声、動画などの情報を混在して転送できる。WWWブラウザは、WWWにアクセスするためのソフトウェアであり、Netscape Navigator(Netscape NavigatorはNetscape Communications corporationの商標)やインターネットエクスプローラ、文字型WWWブラウザLynx、WEBBOYなどのWWWブラウザが開発されている。これらのWWWブラウザでは、WWWサーバーから転送されてきたHyper Text Markup Language(以下、HTMLと略す。)テキストを解析し、画面に表示する。HTMLテキスト中には、指定されると他のHTMLテキストを読み込むためのアンカータグ、画面に表示されているイメージ上を指定するとその位置に割り当てられた他のHTMLテキストを読み込むためのクライアントサイドクリッカブルマップ、サーバーへ転送する情報を記述するためのフォーム等が記述可能である。
【0003】
図23は、HTMLテキストの例である。HTMLテキストの文法については「HTML入門 WWWページの作成と公開」(ローラ・メリイ著、武舎広幸他訳、株式会社プレンティスホール出版発行)などに記述されている。ここでは、本発明に関係する部分のみを簡単に説明する。このHTMLテキストでは、4つのホームページへのアンカータグを記述している。<A HREF=”xxx”>と</A>で囲まれた文字列が、アンカータグとして表示され、選択される文字列であり、xxxがアンカータグが選択されたときの表示すべきホームページのUniform Resource Locator(以下、URLと略す。)アドレスである。URLアドレスはホームページの存在位置を表す。
【0004】
図24は、Netscape NavigatorやInternet ExplorerなどのWWWブラウザが図23に示すHTMLテキストを解析し、画面表示を行なった結果を示す模式図である。アンカータグの文字列部分は下線が引かれて表示が行われ、アンカータグであることを表している。符号2401はマウスカーソルであり、マウスを用いてマウスカーソルを移動しアンカータグを選択する。
【0005】
図25はマウスの模式図である。符号2501はマウスを動かすためのマウス台、符号2502はマウス、符号2503はマウス上のボタンである。ユーザーはマウス2502をマウス台2501上で上下左右に移動させる。その移動に合わせ画面上のマウスカーソル2401も上下左右に移動し、画面上のアンカータグの文字列に合わせることが出来る。マウス上のボタン2503がクリックされる(押される)と、マウスカーソル2401が指し示すアンカータグの文字列が選択され、対応するURLアドレスのホームページを読み込み、表示する。
【0006】
図26は、文字型WWWブラウザLynxが図23に示すHTMLテキストを読み込み、解析し、画面表示を行なった結果を示す模式図である。選択可能なアンカータグの文字列は、任意の1つが反転表示されている。図27はキーボードの模式図である。符号2701は下カーソルキー、符号2702は上カーソルキー、符号2705はリターンキーである。下カーソルキー2701が押されると、画面上のアンカータグの文字列の反転が一つ下方向へ移動する。図26の状態で下カーソルキー2701が押されると、反転文字列は「2.松下グループのホームページ」に移動する。上カーソルキー2702が押されると、下カーソル2701が押されたときは逆に、上方向に反転が移動する。リターンキー2705が押されると、反転しているアンカータグの文字列が選択され、対応するURLアドレスのホームページを読み込み、表示する。
【0007】
また、図28は、クライアントサイドクリッカブルマップを定義したHTMLテキストの例である。クライアントサイドクリッカブルマップは、画面に表示されているイメージ上をクリックすることで、その位置に割り当てられているURLへリンクする機能である。例えば、地図などのイメージを表示しておき、その地図上をクリックすると、目的の場所の説明やイメージを表示させることができる。図28に示すHTMLテキストの中で、行2801「<IMG SRC=NIPPON.GIF USEMAP=#japan」は、日本地図の画像を格納したGIFファイルである「NIPPON.GIF」を表示することを表す。行2802「<MAP NAME=japan>」と行2804「</MAP>」とで囲まれた「<AREA」で始まるテキストが、画像中の位置が指定された時に読み込むHTMLファイルを示している。「<AREA」で始まり「>」で終わる範囲は、1つの領域とその領域に対応するHTMLファイルを表す。例えば、行2803「<AREA SHAPE=rect COORDS=250,30,350,40 HREF=hokkaido.htm」は,左上座標(250,30)と右下座標(350,40)の四角形の中が指定されると「hokkaido.htm」を読み込むことを意味する。
【0008】
図29は、WWWブラウザにより、図28に示されたHTMLファイルを表示している状態を表し、GIFファイル「NIPPON.GIF」による日本地図と十字カーソル2901とが表示されている。WEBBOYでは、日本地図が表示され、ユーザーは、まずカーソルキーでこの地図を選択し、地図が選択されると、続いて十字カーソルキー2901が表示される。この状態でカーソルーキー2701〜2704を用いて、ユーザーは、表示画面上の任意の位置に十字カーソルキー2901を移動する。目的の位置に十字カーソルキー2901を移動し、リターンキー2705を押すと、対応するHTMLファイルが呼び出される。
【0009】
インターネットエクスプローラやNetscape Navigatorではマウスカーソルが表示されており、ユーザはマウスカーソルを地図上の任意の位置に移動する。画面の特定の部分には、マウスカーソルの位置に対応するHTMLファイルのファイル名が表示される。マウス上のボタンをクリックする(押す)と、対応するHTMLファイルが呼び出される。
【0010】
【発明が解決しようとする課題】
しかし、上記の従来例によれば、マウスによるアンカータグの選択は、文字列の表示範囲内に正確にマウスカーソルを移動させなければならず、マウスカーソルの移動操作が煩雑である。また、カーソルキーによる選択ではアンカータグが多いときに、目的のアンカータグまで、カーソルキーを繰り返し押さなければならず、カーソルキーを繰り返し操作する手間が増大するという問題点が有る。
【0011】
また、マウスが装備されていないブラウザ装置による場合、クライアントサイドクリッカブルマップの選択では、最初にマップを選択したあと、十字カーソルキーで位置を指定するという繁雑な操作が必要である。
また、クライアントサイドクリッカブルマップでは、画面上のどの位置を指定するとどのHTMLテキストが呼び出されるのか分かりにくい。
【0012】
本発明は、これらの問題点を解決し、容易にアンカータグなどの選択を行なうWWWブラウザ装置を提供することを目的とする。
【0013】
【課題を解決するための手段】
上記の目的を達成するために、本発明のブラウザ装置は、操作者による操作を受け付け所定の処理を行うために用いるリンク情報が設定された文字または画像を含むページ情報を読み込み表示するブラウザ装置であって、1以上のボタンを有し、前記操作者からの入力を受け付ける入力手段と、第1のページ情報を読み込むページ情報読み込み手段と、前記ページ情報読み込み手段が読み込んだ第1のページ情報を表示するための表示用データに変換するページ情報解析手段と、前記ページ情報読み込み手段が読み込んだ第 1 のページ情報を表示するための表示用データを表示する表示手段と、前記表示用データを表示する表示手段により一度に表示できる前記表示用データの表示範囲を特定し、前記表示範囲に対応する情報を前記表示用データに埋め込む表示範囲特定手段と、前記表示範囲内の表示用データから前記リンク情報を抽出し、前記入力手段が有するいずれか1つのボタンと前記抽出したリンク情報とを一対一に対応付けられるように割り付けるための情報を新たに生成し、前記生成した情報を前記表示用データに埋め込む割付手段と、前記ボタンにより入力が受け付けられた時、前記割付手段が前記ボタンに対応付けた前記リンク情報を用いて前記所定の処理を実行する制御手段を備え、前記入力部より前記表示手段に表示された表示用データの表示範囲を変更するための入力が受け付けられたとき、前記表示範囲特定手段および前記割付手段を起動させ、前記表示範囲の変更の入力に起因して、前記表示範囲に含まれなくなったリンク情報に割り付けた前記ボタンを前記表示範囲の変更の入力に起因して、新たに表示範囲に含まれるようになったリンク情報に割り付けることができるように構成したことを特徴とする。
【0015】
また、前記リンク情報は、第2のページ情報の存在位置情報を含む、第2のページ情報を読み込むための情報であり、前記制御手段は、前記所定の処理として、前記リンク情報が示す第2のページ情報を前記ページ情報読み込み手段に引渡すことにより、前記第2のページ情報を読み込むことを特徴とする。
【0016】
また、前記ボタンは識別のための符号が表記されていることを特徴とする。
【0017】
また、前記ボタンには識別のための符号が表記されており、前記符号は数字であることを特徴とする。
【0018】
また、前記ページ情報読み込み手段が読み込んだページ情報を保存するページ保存手段を備えることを特徴とする。
【0019】
また、前記表示用データを保存する表示用データ保存手段を備えることを特徴とする。
また、前記割付手段は前記読み込まれた第1のページ情報から、リンク情報を含むアンカータグまたはクライアントサイドクリッカマブルマップ文字と画像とを抽出する抽出手段を備え、前記ブラウザ装置は更に前記抽出されたリンク情報を含むアンカータグまたはクライアントサイドクリッカマブルマップを用いて操作画像を生成する操作画像生成手段と、前記抽出された文字を画像化した文字画像と、前記抽出された画像と、前記生成された操作画像の近傍に前記ボタンに表記された符号を画像化して付加した画像とを合成して一つのページ画像を作成するページ画像作成手段と、前記表示手段により前記作成されたぺージ画像を表示させることを特徴とする。
また前記制御手段は、前記ボタンにより入力が受け付けられたときに、前記ページ情報読込手段により前記リンク情報が示す第2のページ情報を読み込ませ、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段により前記作成されたページ画像を表示させることを特徴とする。
また、前記制御手段は、前記ボタンにより入力が受け付けられたときに、前記生成された操作画像に修飾画像を付加し、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段によりページ画像を表示させ、再度前記同一の入力が受け付けられたとき、前記ページ情報読込手段により前記リンク情報が示す第2のページ情報を読み込ませ、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段により作成されたページ画像を表示させることを特徴とする。
また、前記ページ画像作成手段は、前記表示手段により表示可能な画像のサイズを記憶し、前記合成したページ画像において、前記表示範囲特定手段によって特定された表示範囲内の表示可能な操作画像に符号を画像化して付加し、ページ画像を合成することを特徴とする。
また、前記入力手段は、表示切替の指示を受け付け、前記ページ画像作成手段は、前記表示切替の指示が受け付けられる度に、前記画像化された 符号の操作画像への付加と前記操作画像に付加された画像化された符号の消去とを交互に行い、ページ画像を作成することを特徴とする。
また、前記操作画像生成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報である場合に、操作画像と前記領域リンク情報が示す領域の枠を作成することを特徴とする。
また、前記操作画像生成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報である場合に、前記入力手段により入力を受け付けられた領域リンク情報に対して領域の枠を作成することを特徴とする。
また、前記操作画像生成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報であり、同一のページ情報を示す領域リンク情報が複数存在する場合に、当該複数の領域リンク情報に対して領域の枠を作成することを特徴とする。
また、前記ページ画像作成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報である場合に、前記操作画像の近傍に前記符号を画像化して付加することを特徴とする
【0020】
【発明の実施の形態】
以下に、本発明の一つの実施形態としてのWWWブラウザ装置について、図面を参照しながら説明する。
(WWWブラウザ装置の構成)
図1は本発明の一つの実施の形態におけるWWWブラウザ装置の構成を示すブロック図である。
【0021】
図1のWWWブラウザ装置は、HTMLテキスト読込部101、HTMLテキスト記憶部102、HTML解析部103、表示用データ記憶部104、符号割当部105、入力部107、制御部108、表示部106から構成される。
HTMLテキスト読込部101は、公衆回線やネットワークなどを経由して、WWWサーバーからHTMLテキストや画像データなどを読み込む。
【0022】
HTMLテキスト記憶部102は、前記読み込まれたHTMLテキストや画像データを記憶し、具体的にはハードディスクやメモリーなどで構成される。
HTML解析部103は、HTMLテキストの解析を行い、表示用データを作成する。
表示用データ記憶部104は、前記作成された表示用データを格納し、具体的にはハードディスクやメモリーなどで構成される。
【0023】
符号割当部105は、表示用データ記憶部104に記憶されている表示用データ中のアンカータグに符号を割り振る。
表示部106は、表示用データを表示し、具体的にはディスプレイで構成される。
入力部107は、ユーザーからの入力を受け付け、具体的にはリモコンで構成される。
【0024】
制御部108は、全体動作の制御を行なう。
(WWWブラウザ装置の動作)
次に、HTMLテキストが読み込まれ、描画され、ユーザーの指示により次のHTMLテキストが読み込まれるまでの一連の動作について具体的に説明する。WWWブラウザ装置が起動されると、制御部108は、HTMLテキスト読込部101にデフォルトで指定されているホームページのURLを引き渡し、対応するHTMLテキストを読み込む指示を出す。
【0025】
HTMLテキスト読込部101は、指定されたURLに対応する情報を、電話回線などの公衆回線を経由してWWWサーバーから、又はWWWブラウザ装置にCDーROMなどの記憶装置が装備されていれば、その記憶装置などから読み込み、HTMLテキスト記憶部102に記憶する。図2は、一例としてHTMLテキストがHTMLテキスト記憶部102に記憶された状態を表す。
【0026】
次に、制御部108はHTML解析部103を起動する。
HTML解析部103は、HTMLテキスト記憶部102が記憶するHTMLテキストを解析し、表示用データを作成し、作成した表示用データを表示用データ記憶部104に記憶する。図3は、一例として作成された表示用データが表示用データ記憶部104に記憶されている状態を表す。表示用データは、HTMLテキスト全体に係わる情報と、表示するデータ要素に係わる情報の2つに大別される。HTMLテキスト全体に係わる情報の一例は、タイトル情報である。図3中、符号301はタイトル情報を示す。これは図2の行201の<TITLE>と</TITLE>で囲まれた部分の文字列「特許実施例」が抽出され格納さたものである。
【0027】
データ要素とは、HTMLテキストの表示すべき本文データに関するものである。図3中、符号311、符号312、符号313、符号314、符号315がこれにあたる。各データ要素は、表示すべき文字列データと、その付加情報で構成される。
データ要素311は、図2中の行202「<H1>リンク集</H1>」から抽出されたものである。ここで、<H1>は大きな文字で出力することを意味し、HTML解析部103は大きな文字として文字の大きさを32ドットに設定し、データ要素311中に「size=32」を格納している。また、文字の表示座標として、データ要素を表示する論理座標系の先頭(0、0)を与え、データ要素311中に「x=0、y=0」を格納している。この他に、デフォルトの設定として文字の黒色を示す「forecolor=000000」、背景色の白色示す「backcolor=FFFFFF」を格納している。ここで「000000」、「FFFFFF」は16進数により表現されており、上位の2桁が3原色の赤(R)、まん中の2桁が3原色の緑(G)に、下2桁が3原色の青(B)に対応した表現となっている。行202は「</H1>」で終了しており、これは改行し、空行を1行あけることを意味していると解釈し、次の要素の書き出しY座標を文字の大きさ32に空行16ドットを加えた48とする。
【0028】
データ要素312は、図2中の行204「<LI><A HREF=”http://www.youhiーnet.or.jp/kenken/”>日本けんけん協会</A>」から作成されたものである。まず最初の<LI>は、箇条書きの項目開始であることを表す。この文字列の前に箇条書きを開始することを宣言する行203<OL>があるので、まず、文字列の書き出し位置のx座標を1文字分字下げし、「x=16」を格納する。y座標は、既に決定されている「y=48」を格納する。次に「<LI>」を箇条書きの項目を表す「●」という文字に変換し、文字列「日本けんけん協会」と併せて「lex=●日本けんけん協会」として格納する。また、「日本けんけん協会」はアンカータグ「<A」、「</A>」で囲まれているので、そのURLアドレスとして「URL=http://www.youhiーnet.or.jp/kenken/」を格納する。さらに、「日本けんけん協会」がアンカータグ「<A」、「</A>」で囲まれているので、文字の色は青色と解釈し、「forecolor=0000FF」を格納し、背景色は白色と解釈し、「backcolor=FFFFFF」を格納する。
【0029】
同様にして、図2の行205、行206、行207を基にして、それぞれ図3に示すデータ要素313、データ要素314、データ要素315が作成される。
図3に示す表示用データの作成が終了すると、制御部108は、表示用データの中で、表示部106に最初に表示する表示範囲を判定する。これは、表示用データが表示部106に表示可能なデータ数よりも多い場合、表示部106のディスプレイ中にすべての表示用データを表示できないことに対応するためである。表示用データのうち最初に表示できない部分は、入力部107からのスクロールの指示によりスクロールされ表示される。
【0030】
本実施の形態では、表示部106のデータ要素表示部分のサイズが縦96ドットであるとする。作成された表示用データを表示部106の先頭から表示すると、図3のデータ要素315は、y座標が96であるので、表示できないことが分かる。そこで、制御部108は、表示可能なデータの最初と最後にマークを記憶する。図4は、最初のマーク421「Top」と最後のマーク422「Bottom」が記憶されている状態を表す。
【0031】
表示範囲の設定が終了すると、制御部108は、符号割当部105を起動する。
符号割当部105は、図4に示す表示用データ記憶部104に記憶されている表示可能なデータの最初のマーク421「Top」と最後のマーク422「Bottom」で囲まれた表示範囲からアンカータグに対応する文字列を検索し、その文字列に順次符号を割り当てる。割り当てた符号は、表示用データ記憶部104に記憶される。図5は、割当てが終了したときの表示用データ記憶部104の状態を表している。データ要素512の最後には、割り当てられた符号が、割当情報「Mark=1」として記憶されている。同様に、データ要素513、514にも、それぞれ割当情報「Mark=2」、割当情報「Mark=3」が記憶されている。
【0032】
割当てが終了すると、制御部108は、表示用データを表示部106に表示する。タイトルをタイトル表示部に表示し、各要素データをそのXY座標、文字サイズ、文字色、背景色、文字列に従い、順次表示する。なお、割当情報「Mark=*」が付加されたデータ要素に関しては、割り当てられた符号を括弧記号「[」及び「]」で囲んで、データ要素の文字列に続けて表示し、下線を付けて、マーク番号とする。図6は、表示が終了した表示部106の状態を表す。符号601はタイトルである。符号602「[1]」、符号603「[2]」、符号604「[3]」が下線とともに、マーク番号である。ここで、下線を引かなくても実施可能であるし、下線以外にも背景色や文字色を変更したり、文字フォントを変えたり、網掛などの文字修飾などを行なって、アンカータグに対応する文字列との関連を明示することが実施可能である。またマーク番号を構成する括弧記号も、「[」、「]」以外に、括弧記号「(」、「)」などを用いてもよく、符号を丸で囲んだり符号を反転表示するなどとしてもよい。ここで、符号は入力部107のリモコンのボタンに対応した表示になっている。
【0033】
表示が終了した時点で、制御部108は入力部107から入力を受け付ける。図7は入力部107のリモコンの概略図である。図7に示すリモコンには、画面の上スクロールを指示する上ボタン701、画面の下スクロールを指示する下ボタン702、アンカータグを指定するための数字ボタン711〜722、アンカー文字列のマーク番号を切り替える切替ボタン703、アンカー文字列のマーク番号を付けたり消したりするためのアンカーボタン704、WWWブラウザ装置の電源ボタン705が形成されている。
【0034】
ここで、数字ボタン711が押されると、数字ボタン711の表記「1」に対応し、図6に示される「[1]」が付加された「日本けんけん協会」のアンカー文字列が選択される。制御部108は、対応するデータ要素512からURLアドレス「http://www.youhiーnet.or.jp/kenken/」を取り出し、HTMLテキスト読込部101に引き渡し、指定されたホームページを読み込み、表示を行なう。
【0035】
数字ボタン712や数字ボタン713が押された場合も、数字ボタン711が押された場合と同様に、制御部108が対応するURLアドレスを取り出し、取り出したURLアドレスをHTMLテキスト読込部101に引き渡し、指定されたホームページを読み込み、表示を行なう。
上ボタン701、下ボタン702が押されたときは、制御部108は次に示すスクロール処理を行なう。制御部108は、現状の表示範囲から、アンカータグの文字列に割り当てられたマーク番号を消去する。次に、表示用データ記憶部104に記憶されている「Top」、「Bottom」の位置を移動する。図6の状態で、下ボタン702が押されると、制御部108は、表示用データ記憶部104を図8の状態に書き換え、最初のマーク821「Top」、最後のマーク822「Bottom」の位置が変更される。さらに制御部108は、符号割当部105を起動し、最初のマーク821「Top」及び最後のマーク822「Bottom」で囲まれた表示範囲内のアンカータグの文字列に符号を割り当てさせる。図9は、符号の割当てが終わった時点の表示用データ記憶部104の状態を表す。割当てが終了すると、制御部108は、表示部106に表示範囲の表示用データを表示する。図10は、この時の表示部106の状態を表す。
【0036】
本実施の形態では、表示範囲内に対してのみマーク番号を割り当てているが、表示範囲のみでなく、表示用データ全体に対してマーク番号を割り当てることも実施可能である。図11は、表示範囲のみでなく、表示用データ全体に対してマーク番号を割り当てたときのデータ記憶部104の状態を表す。本実施の形態では、図7に示すリモコンにはアンカーを選択するボタンは12個あり、HTMLテキスト中の選択できるアンカー個数は4であるので、ボタンとアンカータグとを1対1に対応させることが可能である。
【0037】
しかし、リモコン上のボタンの数を上回るアンカータグの文字列があった場合には、アンカータグとボタンとの1対1の対応が取れない。このため、スクロールの際、表示範囲内でマーク番号を振り直すことにより、画面上のアンカー文字列とリモコン上のボタンの1対1の対応を保つことが可能となる。
しかし、上記方法でも、1画面中のアンカータグの文字列の個数がリモコンボタンの個数を上回る場合もある。図12は、表示部106に20個のアンカー文字列が表示されている場合の例である。このとき、最初の12個のアンカー文字列1201〜1212のみにマーク番号を表示し、アンカー文字列1213〜1220には、括弧記号のみが付加されている。ここで、切替ボタン703が押されると、制御部108は符号割当部105に、表示中のデータ要素のマーク番号の再割当てを指示する。再割当てが終了すると、制御部108は表示部106に表示し直す。図13は、図12の状態で切替ボタン703が押されたあとの表示部106の状態を表す。アンカー文字列1301〜1312に付加されていた符号が消され、括弧記号のみが付されている。アンカー文字列1313〜1320に、符号が割り当てられたマーク番号が付加されている。
【0038】
アンカーボタン704が押されると、表示されているアンカー文字列のマークを消す。これは、マークを表示しない方が画面が見易くなる場合に有効である。図14は、表示部106が図6の状態でアンカーボタン704が押されたときの状態を表す。アンカー文字列1401〜1403から、マーク番号が消されている。この状態で、再度アンカーボタン704が押されると、アンカー文字列1401〜1403に、マーク番号が付加され、図6に示すように表示される。
【0039】
電源ボタン705が押されると、WWWブラウザ装置は終了する。また、電源ボタン705は起動ボタンでもあるので、WWWブラウザ装置が終了している状態で押されると、WWWブラウザ装置が起動する。
(WWWブラウザ装置の処理動作)
図1に示すWWWブラウザ装置の処理動作を図15、図16のフローチャートを用いて説明する。
【0040】
図1に示すWWWブラウザ装置が起動されると、制御部108は、WWWブラウザ装置の起動直後に表示するデフォルトのHTMLテキストを指定し(ステップS1501)、HTMLテキスト読込部101は、指定されたHTMLテキストを読み込む(ステップS1502)。次にHTML解析部103は、読み込まれたHTMLテキストの解析を行い表示用データを作成する(ステップS1503)。制御部108は、表示用データの中から表示部106に表示する表示範囲を設定する(ステップS1504)。符号割当部105は、表示用データの表示範囲内のアンカータグの文字列に符号を割り当てる(ステップS1505)。続けて、制御部108は、表示用データの表示範囲内のアンカータグの文字列にマーク番号が付加された表示用データを表示部106に表示する(ステップS1506)。
【0041】
入力部107のリモコンの数字ボタンが押され、アンカータグの文字列が指定されると(ステップS1507)、制御部108は、対応するURLアドレス抽出し(ステップS1601)、制御をステップS1502に移し、指定されたHTMLテキストの読込み、解析、表示用データの作成、表示範囲の設定、マーク番号の付加及び表示用データの表示を行なう(ステップS1502〜S1506)。
【0042】
また、入力部107のリモコンの上ボタン又は下ボタンが押されると(ステップS1508)、制御部108は、表示範囲を再設定し(ステップS1602)、制御をステップS1505に移し、再度アンカータグの文字列のマーク番号を割り当て直して表示を行なう(ステップS1505〜S1506)。
また、入力部107のリモコンの切替ボタンが押されたとき(ステップS1509)、1画面中でマーク番号を割り当てることが出来なかったアンカータグの文字列にマーク番号が割り当たるように、マーク番号の再割り当てを行ない(ステップS1603)、制御をステップS1506に移し、再表示を行なう(ステップS1506)。
【0043】
また、入力部107のリモコンのアンカーボタンが押されたときは(ステップS1510)、まず、現状の表示でアンカータグのマーク番号が表示されているかどうかを調べる(ステップS1604)。表示されていないときは、制御をステップS1506に移し、マーク番号を付けた状態で、表示をやり直す(ステップS1506)。マーク番号が表示されているときは、アンカータグの文字列にマーク番号を付けずに表示を行ない(ステップS1605)、制御をステップS1507に移す。
【0044】
また、入力部107で、電源ボタンが押されたときは(ステップS1511)、WWWブラウザ装置を終了する。
なお、本実施の形態では、1回数字ボタンを押すと、即座に対応するURLアドレスのHTMLテキストを読み込み表示している。これに対して、間違ってボタンを押していないか確認するため、数字ボタンを押すと、指定されたアンカータグの文字列を反転表示し、もう一度同じ数字ボタンを押すとHTMLテキストの読み込みを行なうとすることも実施可能である。図17は、図6の状態でリモコン上の数字ボタン711が押されたときの状態を表す。数字ボタン711に対応するアンカータグの文字列「●日本けんけん協会」が反転表示される(符号1701)。なお、ここで、反転表示を行う代わりに、文字の色を変える、網掛を行なうなど他の修飾方法を用いることも可能である。このような表示を行なうことにより、ユーザーは自分の押したボタンを容易に確認することができる。HTMLテキストの読み込み時間は、特に低速の公衆回線を経由する場合に、長いため、アンカータグの指定の誤りは操作時間全体の長さを増長させる。上記のように、アンカータグの文字列を反転するなどにより、指定されたアンカータグを強調することにより、これらアンカータグの指定誤りによる操作時間全体の長さの増長を防ぐことが出来る。なお、アンカータグの文字列を反転した状態で同じボタンをもう1度押すと、実際にHTMLテキストを読み込み、表示を行なうとしたが、入力部107のリモコンに決定ボタンを設け、これを押すことによってHTMLテキストを読み込み表示を行ない、他の数字ボタンを押すと前記指定されたアンカータグの反転表示が、元の表示に戻り、新たに押された数字ボタンに対応するアンカータグの文字列を反転表示し前記他のアンカータグが指定されるようにすることも可能である。このようにして、間違って同じ数字ボタンを2度押した場合にも、対応するHTMLテキストを読み込み、表示することがなく、操作誤りによる操作時間全体の長さの増長を防ぐことが出来る。
【0045】
なお、本実施の形態では、入力部107としてリモコン上のボタンを用いたが、キーボードのボタンを用いても実施可能である。
また、本実施の形態では、HTMLテキスト中のアンカータグの選択に関して記述しているが、フォームの選択、クライアントサイドクリッカブルマップの選にも実施可能である。
【0046】
フォームには、文字入力を行なうテキストボックスや、各種ボタン、リストボックスなどがあり、これらの選択を行う際にも上記手法の適応が可能である。フォーム中の各テキストボックスやボタンにマーク番号を割り振り表示し、入力部のリモコンの数字ボタンを押すことにより、対応するマーク番号を選択することができる。
【0047】
クライアントサイドクリッカブルマップは、画像上の指定された位置に対して、呼び出すHTMLテキストが割り当てられるものである。図18は、クライアントサイドクリッカブルマップを定義したHTMLファイルの一例である。このなかで、行1801「<IMG SRC=NIPPON.GIF USEMAP=#japan」は、日本地図の画像を格納したGIFファイル「NIPPON.GIF」を表示することを表す。行1802「<MAP」と行1812「/MAP」とで囲まれた範囲の行1803〜行1811が、画像中の指定された位置と指定された時に読み込むHTMLファイルとの対応を示しており、「<AREA」で始まり「>」で終わる範囲に、1つの領域とその領域に対応するHTMLファイルとを指定する。例えば、行1804「<AREA SHAPE=rect COORDS=250,30,350,40 HREF=hokkaido.htm」は、左上座標(250,30)と右下座標(350,40)とにより決定される四角形の中が指定されると、「hokkaido.htm」を読み込むことを意味する。
【0048】
図19は、図18に示されたHTMLファイルが表示部106に表示された状態を表し、日本地図が表示されている。図18のHTMLファイル中で定義された各領域1901〜1908は、領域の境界を太線により表示されている。ここでは太線で表示しているが、普通の実線や破線などでも実施可能であるし、目立つように領域内に色や網かけを付けることも可能である。各領域には、符号割り当て部105が割り当てた番号が表示されている。
【0049】
ここで、マーク番号1911「[1]」とマーク番号1912「[2]」がそれぞれ割り当てられた領域1901、1902に対応するHTMLファイルは同じであるので、これに同じ符号を割り当てることも可能である。図20は、同じHTMLファイルを呼び出す領域には同じ符号を割り当てた場合の表示部106の状態を表す。ここで、領域2001、2002に対応するHTMLファイルは同じであるので、マーク番号2011「[1]」とマーク番号2012「[1]」とは、同じ符号が割り当てられている。
【0050】
また、マウス及びマウスカーソルを用いるのではなく、カーソルキーで注目するアンカータグを移動させる従来のWWWブラウザでは、クライアントサイドクリッカブルマップを指定すると、マップ内に位置を指定するための十字カーソルキーが表示され、カーソルキーにより十字カーソルを移動させて、位置を指定する方法が用いられている。しかし、本実施の形態のように領域を順次、枠で囲んで表示することで、十字カーソルキーを表示して位置を指定するという繁雑なことをしなくても、指定することができる。
【0051】
例えば、図18のHTMLのHTMLファイルを表示する場合、図21に示すように、まず、1つのHTMLファイルに対応する領域の枠2101、2102だけが表示される。ここで、従来例と同様に、次の領域を表示するための指示がなされると、図22のように次の領域の枠2201、2202が表示される。このようにユーザーは領域を順次表示し、目的とする領域を見つけた場合、指定し、対応するHTMLファイルを呼び出すことができる。
【0052】
なお、上記の実施例に関して、本発明はプログラムによって実現し、これをフロッピー(登録商標)ディスク等の記録媒体に記録して移送する、あるいは、通信回線を通して移送することにより、独立した他のコンピュータシステムで容易に実施することができる。
以上説明したように、文字と画像と操作者による操作を受け付け所定の処理を行うことを示す操作制御情報とのうち、少なくとも1つを含むページ情報を読み込んで、ページ画像を表示するネットワーク情報システムのブラウザ装置であって、識別のための符号が表記されたボタン群を有した入力受付手段と、ページ情報を読み込むページ情報読込手段と、前記読み込まれたページ情報から、文字と画像と操作制御情報とを抽出する抽出手段と、前記抽出された操作制御情報から操作画像を生成する操作画像生成手段と、前記抽出された文字を画像化した文字画像と、前記抽出された画像と、前記生成された操作画像の近傍に前記ボタンに表記された符号を画像化して付加した画像とを合成して一つのページ画像を作成するページ画像作成手段と、前記作成されたぺージ画像を表示する表示手段と、前記ボタンにより入力が受け付けられた場合に、前記ボタンに表記された符号が付加された操作画像に対応する操作制御情報に示された所定の処理を行う制御手段とを備えるので、HTMLテキスト中から抽出され、画像化された操作制御情報に符号を付けて表示を行なうことにより、符号を参照して入力手段により容易に画像化された操作制御情報を選択できるという効果がある。画像化された操作制御情報に付けられた符号はリモコン上のボタンに対応しており、リモコンのボタンを押すことで容易に画像化された操作制御情報を選択できるという効果がある。
ここで、前記抽出された操作制御情報が他のページへのリンクを示すリンク情報である場合、前記制御手段は、前記ボタンにより入力が受け付けられたときに、前記ページ情報読込手段により前記リンク情報が示す他のページ情報を読み込ませ、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段により前記作成されたページ画像を表示させるので、符号が付けられた画像化された操作制御情報を容易に選択することができ、選択された画像化された操作制御情報が示す新しいHTMLテキストを呼び出し表示することができるという効果がある。
ここで、前記抽出された操作制御情報が他のページへのリンクを示すリンク情報である場合、前記制御手段は、前記ボタンにより入力が受け付けられたときに、前記生成された操作画像に修飾画像を付加し、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段によりページ画像を表示させ、再度前記同一の入力が受け付けられたとき、前記ページ情報読込手段により前記リンク情報が示す他のページ情報を読み込ませ、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段により作成されたページ画像を表示させるので、符号が付けられた画像化された操作制御情報が1度めに選択されたとは、表示された画像化された操作制御情報を網かけなどで修飾表示して選択されたことを明確に示し、2度めに選択された場合に、選択された画像化された操作制御情報が示す新しいHTMLテキストを呼び出し表示することができ、画像化された操作制御情報を1度の選択で決定するのではなく、ユーザーに確認させることが可能となり、ユーザーが誤って所望しない操作を行なうことを防ぐことができるという効果がある。
ここで、前記ページ画像作成手段は、前記表示手段により表示可能な画像のサイズを記憶し、前記合成したページ画像が前記表示可能な画像のサイズを超える場合、前記サイズ内に表示可能な操作画像に符号を画像化して付加し、ページ画像を合成するので、符号を付ける範囲を限定することにより、符号を付ける時間を短縮でき、ページ情報を読み込んで、表示するまでの時間を短縮することができるという効果がある。また、表示画面毎に符号をつけることにより、同じ符号を画面毎に何度も使えるので、符号の種類を少なくすることができる。このため、入力手段であるリモコンに形成されたボタン上に表示された符号の個数が少なく又は個数が限定されている場合にも、符号を付加することができるという効果がある。
ここで、前記入力受付手段は、表示切替の指示を受け付け、前記ページ画像作成手段は、前記表示切替の指示が受け付けられる度に、前記画像化された符号の操作画像への付加 と前記操作画像に付加された画像化された符号の消去とを交互に行い、ページ画像を作成するので、表示中の符号を消し、画面を見易くすることができるという効果がある。また、一旦消した符号を再度表示することもできる。
ここで、前記操作画像生成手段は、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報である場合に、操作画像と前記領域リンク情報が示す領域の枠を作成するので、クライアントサイドクリッカブルマップのクリックすべき領域を容易に知ることが出来るという効果がある。
ここで、前記操作画像生成手段は、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報である場合に、前記入力受付手段により入力を受け付けられた領域リンク情報に対して領域の枠を作成するので、キーボード上に配置されたカーソル移動キーなどにより選択された状態のクライアントサイドクリッカブルマップの枠が表示でき、マウスのようなポインティングデバイスが装備されていないパーソナルコンピュータやワードプロセッサなどであっても、クライアントサイドクリッカブルマップの領域を容易に選択することが出来るという効果がある。
ここで、前記操作画像生成手段は、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報であり、同一のページ情報を示す領域リンク情報が複数存在する場合に、当該複数の領域リンク情報に対して領域の枠を作成するので、クライアントサイドクリッカブルマップの領域を選択する際の、領域候補の数を減らすことができ、少ない手順で領域を選択することが出来るという効果がある。
ここで、前記ページ画像作成手段は、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報である場合に、前記操作画像の近傍に前記符号を画像化して付加するので、クライアントサイドクリッカブルマップの領域に枠とともに符号を付けて表示を行なうことにより、符号を参照して入力手段により容易に操作制御情報を選択できるという効果がある。
また、本発明は、識別のための符号が表記されたボタン群を有した入力受付手段と前記作成されたぺージ画像を表示する表示手段とを備えるネットワーク情報システムのブラウザ装置で用いられ、文字と画像と操作者による操作を受け付け所定の処理を行うことを示す操作制御情報とのうち、少なくとも1つを含むページ情報を読み込んで、ページ画像を表示するネットワーク情報システムのブラウズ方法であって、ページ情報を読み込むページ情報読込ステップと、前記読み込まれたページ情報から、文字と画像と操作制御情報とを抽出する抽出ステップと、前記抽出された操作制御情報から操作画像を生成する操作画像生成ステップと、前記抽出された文字を画像化した文字画像と、前記抽出された画像と、前記生成された操作画像の近傍に前記ボタンに表記された符号を画像化して付加した画像とを合成して一つのページ画像を作成するページ画像作成ステップと、前記ボタンにより入力が受け付けられた場合に、前記ボタンに表記された符号が付加された操作画像に対応する操作制御情報に示された所定の処理を行う制御ステップとを含むので、HTMLテキスト中から抽出され、画像化された操作制御情報に符号を付けて表示を行なうことにより、符号を参照して入力手段により容易に画像化された操作制御情報を選択できるという効果がある。画像化された操作制御情報に付けられた符号はリモコン上のボタンに対応しており、リモコンのボタンを押すことで容易に画像化された操作制御情報を選択できるという効果がある。
ここで、前記抽出された操作制御情報が他のページへのリンクを示すリンク情報である場合、前記制御ステップは、前記ボタンにより入力が受け付けられたときに、前記ページ情報読込ステップにより前記リンク情報が示す他のページ情報を読み込ませ、前記ページ画像作成ステップによりページ画像を作成させ、前記表示手段により前記作成されたページ画像を表示させるので、符号が付けられた画像化された操作制御情報を容易に選択することができ、選択された画像化された操作制御情報が示す新しいHTMLテキストを呼び出し表示することができるという効果がある。
ここで、前記抽出された操作制御情報が他のページへのリンクを示すリンク情報である場合、前記制御ステップは、前記ボタンにより入力が受け付けられたときに、前記生成さ れた操作画像に修飾画像を付加し、前記ページ画像作成ステップによりページ画像を作成させ、前記表示手段によりページ画像を表示させ、再度前記同一の入力が受け付けられたとき、前記ページ情報読込ステップにより前記リンク情報が示す他のページ情報を読み込ませ、前記ページ画像作成ステップによりページ画像を作成させ、前記表示手段により作成されたページ画像を表示させるので、符号が付けられた画像化された操作制御情報が1度めに選択されたとは、表示された画像化された操作制御情報を網かけなどで修飾表示して選択されたことを明確に示し、2度めに選択された場合に、選択された画像化された操作制御情報が示す新しいHTMLテキストを呼び出し表示することができ、画像化された操作制御情報を1度の選択で決定するのではなく、ユーザーに確認させることが可能となり、ユーザーが誤って所望しない操作を行なうことを防ぐことができるという効果がある。
ここで、前記ページ画像作成ステップは、前記表示手段により表示可能な画像のサイズを記憶し、前記合成したページ画像が前記表示可能な画像のサイズを超える場合、前記サイズ内に表示可能な操作画像に符号を画像化して付加し、ページ画像を合成するので、符号を付ける範囲を限定することにより、符号を付ける時間を短縮でき、ページ情報を読み込んで、表示するまでの時間を短縮することができるという効果がある。また、表示画面毎に符号をつけることにより、同じ符号を画面毎に何度も使えるので、符号の種類を少なくすることができる。このため、入力手段であるリモコンに形成されたボタン上に表示された符号の個数が少なく又は個数が限定されている場合にも、符号を付加することができるという効果がある。
ここで、前記入力受付手段は、表示切替の指示を受け付け、前記ページ画像作成ステップは、前記表示切替の指示が受け付けられる度に、前記画像化された符号の操作画像への付加と前記操作画像に付加された画像化された符号の消去とを交互に行い、ページ画像を作成するので、表示中の符号を消し、画面を見易くすることができるという効果がある。また、一旦消した符号を再度表示することもできる。
ここで、前記操作画像生成ステップは、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報である場合に、操作画像と前記領域リンク情報が示す領域の枠を作成するので、クライアントサイドクリッカブルマップのクリックすべき領域を容易に知ることが出来るという効果がある。
ここで、前記操作画像生成ステップは、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報である場合に、前記入力受付手段により入力を受け付けられた領域リンク情報に対して領域の枠を作成するので、キーボード上に配置されたカーソル移動キーなどにより選択された状態のクライアントサイドクリッカブルマップの枠が表示でき、マウスのようなポインティングデバイスが装備されていないパーソナルコンピュータやワードプロセッサなどであっても、クライアントサイドクリッカブルマップの領域を容易に選択することが出来るという効果がある。
ここで、前記操作画像生成ステップは、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報であり、同一のページ情報を示す領域リンク情報が複数存在する場合に、当該複数の領域リンク情報に対して領域の枠を作成するので、クライアントサイドクリッカブルマップの領域を選択する際の、領域候補の数を減らすことができ、少ない手順で領域を選択することが出来るという効果がある。
ここで、前記ページ画像作成ステップは、前記抽出された操作制御情報が他のページへのリンクを示す領域リンク情報である場合に、前記操作画像の近傍に前記符号を画像化して付加するので、クライアントサイドクリッカブルマップの領域に枠とともに符号を付けて表示を行なうことにより、符号を参照して入力手段により容易に操作制御情報を選択できるという効果がある。
【0053】
【発明の効果】
以上説明したように、本発明は、操作者による操作を受け付け所定の処理を行うために用いるリンク情報が設定された文字または画像を含むページ情報を読み込み表示するブラウザ装置であって、1以上のボタンを有し、前記操作者からの入力を受け付ける入力手段と第1のページ情報を読み込むページ情報読み込み手段と、前記ページ情報読み込み手段が読み込んだ第1のページ情報を表示するための表示用データに変換するページ情報解析手段と、前記ページ情報読み込み手段が読み込んだ第 1 のページ情報を表示するための表示用データを表示する表示手段と、前記表示用データを表示する表示手段により一度に表示できる前記表示用データの表示範囲を特定し、前記表示範囲に対応する情報を前記表示用データに埋め込む表示範囲特定手段と、前記表示範囲内の表示用データから前記リンク情報を抽出し、前記入力手段が有するいずれか1つのボタンと前記抽出したリンク情報とを一対一に対応付けられるように割り付けるための情報を新たに生成し、前記生成した情報を前記表示用データに埋め込む割付手段と、前記リンク情報に割り付けたボタンにより入力が受け付けられた時、前記割付手段が前記ボタンに対応付けた前記リンク情報を用いて前記所定の処理を実行する制御手段を備え、前記入力部より前記表示手段に表示された表示用データの表示範囲を変更するための入力が受け付けられたとき、前記表示範囲特定手段および前記割付手段を起動させ、前記表示範囲の変更の入力に起因して、前記表示範囲に含まれなくなったリンク情報に割り付けた前記ボタンを前記表示範囲の変更の入力に起因して、新たに表示範囲に含まれるようになったリンク情報に割り付けることができるように構成したので、第1ページ情報内にリンク情報を用いた所定の処理の実行を入力手段が有するボタンに割り付けるための設定情報を含ませることなく、第1ページ情報から抽出されたリンク情報を前記入力手段が有する前記ボタンに自動的に割り付けることが可能となり、入力手段が有するボタンを操作することで、リンク情報を用いた所定の処理を実行させることができ、従来のようにリンク情報を用いた所定の処理を実行を選択するまでにカーソルキーを繰り返し押し返し操作する手間を削減することが可能となるばかりか、表示手段に表示される表示用データの表示範囲の変化に応じてリンク情報に割り付けたボタンを割り付け直すことが可能となり、リンク情報とボタンとを一対一の対応としやすくなる。
【0054】
また、前記割付手段は前記読み込まれた第1のページ情報から、リンク情報を含むアンカータグまたはクライアントサイドクリッカマブルマップと文字と画像とを抽出する抽出手段を備え、前記ブラウザ装置は更に前記抽出されたリンク情報を含むアンカータグまたはクライアントサイドクリッカマブルマップを用いて操作画像を生成する操作画像生成手段と、前記抽出された文字を画像化した文字画像と、前記抽出された画像と、前記生成された操作画像の近傍に前記ボタンに表記された符号を画像化して付加した画像とを合成して一つのページ画像を作成するページ画像作成手段と、前記表示手段により前記作成されたぺージ画像を表示させるので、第1のページ情報から抽出され、画像化された操作画像近傍にボタンに表記された符号を画像化して表示を行なうことにより、入力手段が有するボタンの選択を容易に行えるという効果がある。
【0069】
また、本発明は、以上に説明したネットワーク情報システムのブラウズプログラムを記録したコンピュータ読み取り可能な記録媒体であるので、上記ブラウズ方法をコンピュータに実行させることにより、上記ブラウザ装置と同様の効果を奏することは明らかである。
【図面の簡単な説明】
【図1】本発明の一つの実施の形態としてのWWWブラウザ装置のブロック図である。
【図2】図1に示すWWWブラウザ装置のHTMLテキスト記憶部に格納されているデータの一例を示す。
【図3】図1に示すWWWブラウザ装置の表示用データ記憶部に格納されている表示用データの一例を示す。
【図4】図1に示すWWWブラウザ装置の表示用データ記憶部に格納されている表示用データの一例を示す。
【図5】図1に示すWWWブラウザ装置の表示用データ記憶部に格納されている表示用データの一例を示す。
【図6】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図7】図1に示すWWWブラウザ装置の入力部の一例を示す。
【図8】図1に示すWWWブラウザ装置の表示用データ記憶部に格納されている表示用データの一例を示す。
【図9】図1に示すWWWブラウザ装置の表示用データ記憶部に格納されている表示用データの一例を示す。
【図10】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図11】図1に示すWWWブラウザ装置の表示用データ記憶部に格納されている表示用データの一例を示す。
【図12】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図13】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図14】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図15】図1に示すWWWブラウザ装置の動作を表すフローチャートを示す。
【図16】図1に示すWWWブラウザ装置の動作を表すフローチャートを示す。
【図17】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図18】図1に示すWWWブラウザ装置のHTMLテキスト
【図19】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図20】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図21】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図22】図1に示すWWWブラウザ装置の表示部の一例を示す。
【図23】従来のWWWブラウザ装置のHTMLテキストの一例を示す。
【図24】従来のWWWブラウザ装置の表示の一例を示す。
【図25】従来のWWWブラウザ装置で用いられる入力部の一例を示す。
【図26】従来のWWWブラウザ装置の表示の一例を示す。
【図27】従来のWWWブラウザ装置で用いられる入力部の一例を示す。
【図28】従来のWWWブラウザ装置で用いられるHTMLテキストの一例を示す。
【図29】従来のWWWブラウザ装置の表示の一例を示す。
【符号の説明】
101 HTMLテキスト読込部
102 HTMLテキスト記憶部
103 HTML解析部
104 表示用データ記憶部
105 符号割当部
106 表示部
107 入力部
108 制御部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to selection of an anchor tag, a form, or the like in a World Wide Web (hereinafter abbreviated as WWW) browser that operates on a television or a word processor without a pointing device such as a mouse.
[0002]
[Prior art]
WWW is an information system on the Internet and can transfer information such as documents, images, sounds, and moving images in a mixed manner. A WWW browser is software for accessing the WWW, and Netscape Navigator (Netscape Navigator is a trademark of Netscape Communications Corporation), Internet Explorer, WWW browsers such as the character-type WWW browser Lynx and WEBBOY are being developed. In these WWW browsers, Hyper Text Markup Language (hereinafter abbreviated as HTML) text transferred from the WWW server is analyzed and displayed on the screen. In HTML text, if specified, an anchor tag for reading another HTML text, and specifying on the image displayed on the screen, a client-side clickable map for reading other HTML text assigned to that position A form or the like for describing information to be transferred to the server can be described.
[0003]
FIG. 23 is an example of HTML text. The HTML text grammar is described in “Introduction to HTML and WWW page creation and release” (written by Laura Merii, translated by Hiroyuki Takeshi, published by Prentice Hall, Inc.). Here, only the portion related to the present invention will be briefly described. In this HTML text, anchor tags to four home pages are described. <A HREF=“xxx”> and a character string enclosed by </A> are displayed as anchor tags and are character strings to be selected, and xxx is a homepage to be displayed when the anchor tag is selected. A Uniform Resource Locator (hereinafter abbreviated as URL) address. The URL address represents the location of the home page.
[0004]
FIG. 24 is a schematic diagram showing a result of analyzing the HTML text shown in FIG. 23 by a WWW browser such as Netscape Navigator or Internet Explorer and displaying the screen. The character string portion of the anchor tag is underlined and displayed, indicating that it is an anchor tag. Reference numeral 2401 denotes a mouse cursor, which is used to move the mouse cursor and select an anchor tag.
[0005]
FIG. 25 is a schematic diagram of a mouse. Reference numeral 2501 denotes a mouse base for moving the mouse, reference numeral 2502 denotes a mouse, and reference numeral 2503 denotes a button on the mouse. The user moves the mouse 2502 vertically and horizontally on the mouse base 2501. In accordance with the movement, the mouse cursor 2401 on the screen can also be moved up, down, left, and right to match the character string of the anchor tag on the screen. When button 2503 on the mouse is clicked (pressed), the character string of the anchor tag pointed to by mouse cursor 2401 is selected, and the home page of the corresponding URL address is read and displayed.
[0006]
FIG. 26 is a schematic diagram showing a result of the character-type WWW browser Lynx reading, analyzing, and displaying the HTML text shown in FIG. Any one of the selectable anchor tag character strings is highlighted. FIG. 27 is a schematic diagram of a keyboard. Reference numeral 2701 is a down cursor key, reference numeral 2702 is an up cursor key, and reference numeral 2705 is a return key. When the down cursor key 2701 is pressed, the character string of the anchor tag on the screen is moved downward by one. When the down cursor key 2701 is pressed in the state of FIG. 26, the reverse character string moves to “2. Matsushita Group Home Page”. When the up cursor key 2702 is pressed, the inversion moves upward when the down cursor 2701 is pressed. When the return key 2705 is pressed, the highlighted anchor tag character string is selected, and the home page of the corresponding URL address is read and displayed.
[0007]
FIG. 28 is an example of HTML text that defines a client-side clickable map. The client-side clickable map is a function for linking to a URL assigned to the position by clicking on the image displayed on the screen. For example, when an image such as a map is displayed and the map is clicked, an explanation or image of the target place can be displayed. In the HTML text shown in FIG. 28, a line 2801 “<IMG SRC = NIPPON.GIF USEMAP = # japan” represents that “NIPPON.GIF”, which is a GIF file storing an image of a Japanese map, is displayed. A text starting with “<AREA” surrounded by a line 2802 “<MAP NAME = japan>” and a line 2804 “</ MAP>” indicates an HTML file to be read when a position in the image is designated. A range starting with “<AREA” and ending with “>” represents one area and an HTML file corresponding to the area. For example, the line 2803 “<AREA SHAPE = rect COORDS = 250, 30, 350, 40 HREF = hokkaido.htm” specifies the upper left coordinates (250, 30) and the lower right coordinates (350, 40). Then, “hokaido.htm” is read.
[0008]
FIG. 29 shows a state in which the HTML file shown in FIG. 28 is being displayed by the WWW browser, in which a map of Japan by the GIF file “NIPPON.GIF” and a cross cursor 2901 are displayed. In WEBBOY, a map of Japan is displayed, and the user first selects this map with the cursor keys, and when a map is selected, a cross cursor key 2901 is subsequently displayed. In this state, using the cursor keys 2701 to 2704, the user moves the cross cursor key 2901 to an arbitrary position on the display screen. When the cross cursor key 2901 is moved to the target position and the return key 2705 is pressed, the corresponding HTML file is called.
[0009]
A mouse cursor is displayed in Internet Explorer or Netscape Navigator, and the user moves the mouse cursor to an arbitrary position on the map. In a specific part of the screen, the file name of the HTML file corresponding to the position of the mouse cursor is displayed. When a button on the mouse is clicked (pressed), the corresponding HTML file is called.
[0010]
[Problems to be solved by the invention]
However, according to the above conventional example, the selection of the anchor tag by the mouse has to move the mouse cursor accurately within the display range of the character string, and the movement operation of the mouse cursor is complicated. Further, in the selection by the cursor key, when there are many anchor tags, it is necessary to repeatedly press the cursor key up to the target anchor tag, and there is a problem that the trouble of repeatedly operating the cursor key increases.
[0011]
Also, when using a browser device that is not equipped with a mouse, selecting a client-side clickable map requires a complicated operation of first selecting a map and then specifying a position with the cross cursor key.
In addition, in the client-side clickable map, it is difficult to understand which HTML text is called when a position on the screen is designated.
[0012]
An object of the present invention is to provide a WWW browser device that solves these problems and easily selects an anchor tag or the like.
[0013]
[Means for Solving the Problems]
  In order to achieve the above object, the browser device of the present invention is a browser device that reads and displays page information including characters or images in which link information used for accepting an operation by an operator and performing a predetermined process is set. An input means for receiving an input from the operator; a page information reading means for reading first page information; and a first page information read by the page information reading means. Page information analysis means for converting to display data for display;The page information reading means reads 1 Display means for displaying display data for displaying the page information ofA display range of the display data that can be displayed at once by a display unit that displays the display data, and a display range specifying unit that embeds information corresponding to the display range in the display data; The link information is extracted from the display data, and information for allocating any one button of the input unit and the extracted link information so as to be associated one-to-one is newly generated. Allocating means for embedding information in the display data, and control means for executing the predetermined processing using the link information associated with the button when the input is accepted by the button, When the input for changing the display range of the display data displayed on the display means is received from the input unit, the display range is specified. The button assigned to the link information that is no longer included in the display range due to the input of the change of the display range is newly activated due to the input of the change of the display range. It is characterized in that it can be allocated to link information that is included in the display range.
[0015]
Also, the aboveLinkThe information includes the location information of the second page information.SecondFor reading page informationinformationAnd the control meansJournalAs a default process, the link informationShowThe second page information is the pageinformationThe second page information can be read by passing it to the reading means.AndFeatures.
[0016]
Further, the button is marked with a code for identification.
[0017]
  Also, the aboveThe button has a code for identification,The sign is a number.
[0018]
The page information read by the page information reading means is stored.PageIt is characterized by comprising a storage means.
[0019]
  Further, the display data storage means for storing the display data is provided.
  Also,SaidThe allocating means comprises extraction means for extracting an anchor tag or client side clickable map character and image including link information from the read first page information, and the browser device further includes the extracted link information. An operation image generating means for generating an operation image using an anchor tag or a client side clickable map including a character image obtained by imaging the extracted character, the extracted image, and the generated operation A page image creation means for creating a single page image by synthesizing an image added with the code written on the button in the vicinity of the image, and displaying the created page image by the display means It is characterized by that.
  In addition, when the input is accepted by the button, the control unit reads the second page information indicated by the link information by the page information reading unit, causes the page image creation unit to create a page image, The created page image is displayed by a display means.
  The control means adds a modification image to the generated operation image when the input is accepted by the button, causes the page image creation means to create a page image, and causes the display means to create the page image. When the same input is received again, the second page information indicated by the link information is read by the page information reading means, a page image is created by the page image creating means, and the display means is used. The created page image is displayed.
  Further, the page image creation means stores the size of an image that can be displayed by the display means, and encodes the displayable operation image within the display range specified by the display range specifying means in the synthesized page image. Is added as an image, and a page image is synthesized.
  The input means accepts a display switching instruction, and the page image creation means adds the imaged code to the operation image and adds it to the operation image every time the display switching instruction is accepted. A page image is created by alternately erasing the imaged code.
  The operation image generation means creates a frame of an area indicated by the operation image and the area link information when the link information is area link information indicating a link to the second page. To do.
  When the link information is area link information indicating a link to the second page, the operation image generating means sets an area frame for the area link information accepted by the input means. It is characterized by creating.
  Further, the operation image generation means is configured to output the plurality of area links when the link information is area link information indicating a link to the second page and a plurality of area link information indicating the same page information exists. An area frame is created for information.
  Further, the page image creation means, when the link information is area link information indicating a link to the second page, images the code and adds it to the vicinity of the operation image..
[0020]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, a WWW browser apparatus as one embodiment of the present invention will be described with reference to the drawings.
(Configuration of WWW browser device)
FIG. 1 is a block diagram showing a configuration of a WWW browser apparatus according to an embodiment of the present invention.
[0021]
The WWW browser apparatus of FIG. 1 includes an HTML text reading unit 101, an HTML text storage unit 102, an HTML analysis unit 103, a display data storage unit 104, a code allocation unit 105, an input unit 107, a control unit 108, and a display unit 106. Is done.
The HTML text reading unit 101 reads HTML text, image data, and the like from a WWW server via a public line or a network.
[0022]
The HTML text storage unit 102 stores the read HTML text and image data, and specifically includes a hard disk, a memory, and the like.
The HTML analysis unit 103 analyzes the HTML text and creates display data.
The display data storage unit 104 stores the created display data, and specifically includes a hard disk, a memory, and the like.
[0023]
The code assigning unit 105 assigns a code to the anchor tag in the display data stored in the display data storage unit 104.
The display unit 106 displays display data, and specifically includes a display.
The input unit 107 receives an input from the user, and specifically includes a remote controller.
[0024]
The control unit 108 controls the overall operation.
(Operation of WWW browser device)
Next, a series of operations from when the HTML text is read and rendered until the next HTML text is read according to a user instruction will be specifically described. When the WWW browser apparatus is activated, the control unit 108 delivers the URL of the homepage specified by default to the HTML text reading unit 101 and issues an instruction to read the corresponding HTML text.
[0025]
If the HTML text reading unit 101 receives information corresponding to the designated URL from a WWW server via a public line such as a telephone line, or a WWW browser device is equipped with a storage device such as a CD-ROM, The data is read from the storage device and stored in the HTML text storage unit 102. FIG. 2 shows a state in which HTML text is stored in the HTML text storage unit 102 as an example.
[0026]
Next, the control unit 108 activates the HTML analysis unit 103.
The HTML analysis unit 103 analyzes the HTML text stored in the HTML text storage unit 102, creates display data, and stores the created display data in the display data storage unit 104. FIG. 3 shows a state in which display data created as an example is stored in the display data storage unit 104. The display data is roughly classified into two types: information related to the entire HTML text and information related to the data element to be displayed. An example of information related to the entire HTML text is title information. In FIG. 3, reference numeral 301 indicates title information. This is obtained by extracting and storing a character string “patent embodiment” in a portion surrounded by <TITLE> and </ TITLE> in the row 201 of FIG.
[0027]
The data element relates to body data to be displayed in HTML text. In FIG. 3, reference numerals 311, 312, 313, 314, and 315 correspond to this. Each data element includes character string data to be displayed and additional information thereof.
The data element 311 is extracted from the row 202 “<H1> link collection </ H1>” in FIG. Here, <H1> means that a large character is output, and the HTML analysis unit 103 sets the character size to 32 dots as a large character, and stores “size = 32” in the data element 311. Yes. Further, the head (0, 0) of the logical coordinate system for displaying the data element is given as the character display coordinates, and “x = 0, y = 0” is stored in the data element 311. In addition, “forecolor = 000000” indicating the black color of the character and “backcolor = FFFFFF” indicating the white color of the background are stored as default settings. Here, “000000” and “FFFFFF” are expressed in hexadecimal numbers, the upper two digits are the three primary colors red (R), the middle two digits are the three primary colors green (G), and the lower two digits are three. The expression corresponds to the primary color blue (B). The line 202 ends with “</ H1>”, which means that it means a line break and a blank line is opened, and the next element's export Y coordinate is set to the character size 32. It is set to 48 including 16 blank lines.
[0028]
The data element 312 is stored in the row 204 “<LI> <A HREF =” http: // www. youhi-net. or. jp / kenken / "> Japan Kenken Association </A>". The first <LI> represents the start of a bulleted item. Since there is a line 203 <OL> declaring that bullets are to be started before this character string, first, the x coordinate of the character string writing position is indented by one character, and "x = 16" is stored. . The y coordinate stores “y = 48” which has already been determined. Next, “<LI>” is converted into a character “●” representing a bulleted item, and is stored together with the character string “Japan Kenken Association” as “lex = ● Japan Kenken Association”. In addition, since “Japan Kenken Association” is surrounded by anchor tags “<A” and “</ A>”, the URL address is “URL = http: //www.youhinet.or.jp/kenken”. / "Is stored. Furthermore, since “Japan Kenken Association” is surrounded by anchor tags “<A”, “</ A>”, the color of the character is interpreted as blue, “forecolor = 0000FF” is stored, and the background color is white And “backcolor = FFFFFF” is stored.
[0029]
Similarly, a data element 313, a data element 314, and a data element 315 shown in FIG. 3 are created based on the lines 205, 206, and 207 in FIG.
When the creation of the display data shown in FIG. 3 is completed, the control unit 108 determines a display range to be displayed first on the display unit 106 in the display data. This is to cope with the fact that not all display data can be displayed on the display of the display unit 106 when the display data is larger than the number of data that can be displayed on the display unit 106. A portion of the display data that cannot be displayed first is scrolled and displayed in accordance with a scroll instruction from the input unit 107.
[0030]
In the present embodiment, it is assumed that the size of the data element display portion of the display unit 106 is 96 dots vertically. When the created display data is displayed from the top of the display unit 106, it can be seen that the data element 315 in FIG. Therefore, the control unit 108 stores marks at the beginning and end of displayable data. FIG. 4 shows a state in which the first mark 421 “Top” and the last mark 422 “Bottom” are stored.
[0031]
When the setting of the display range is completed, the control unit 108 activates the code allocation unit 105.
The code assigning unit 105 selects an anchor tag from the display range surrounded by the first mark 421 “Top” and the last mark 422 “Bottom” of the displayable data stored in the display data storage unit 104 shown in FIG. A character string corresponding to is searched, and a code is sequentially assigned to the character string. The assigned code is stored in the display data storage unit 104. FIG. 5 shows the state of the display data storage unit 104 when the assignment is completed. At the end of the data element 512, the assigned code is stored as assignment information “Mark = 1”. Similarly, allocation information “Mark = 2” and allocation information “Mark = 3” are also stored in the data elements 513 and 514, respectively.
[0032]
When the assignment is completed, the control unit 108 displays the display data on the display unit 106. The title is displayed on the title display section, and each element data is sequentially displayed according to the XY coordinates, character size, character color, background color, and character string. For the data element to which the allocation information “Mark = *” is added, the assigned code is enclosed in parentheses “[” and “]”, followed by the data element character string, and underlined. Mark number. FIG. 6 shows the state of the display unit 106 that has finished displaying. Reference numeral 601 denotes a title. Reference numerals 602 “[1]”, 603 “[2]”, and 604 “[3]” are underlined and mark numbers. Here, it can be done without underlining, and in addition to underlining, the background color and character color can be changed, the character font can be changed, and character modifications such as shading can be applied to support anchor tags. It is feasible to specify the relationship with the character string. In addition to the brackets “[” and “]”, parentheses “(”, “)”, etc. may be used as the parentheses constituting the mark number. Good. Here, the reference numerals are displayed corresponding to the buttons on the remote controller of the input unit 107.
[0033]
When the display is finished, the control unit 108 receives an input from the input unit 107. FIG. 7 is a schematic diagram of the remote controller of the input unit 107. The remote control shown in FIG. 7 includes an upper button 701 for instructing an upward scroll of the screen, a lower button 702 for instructing an upward scroll of the screen, numeric buttons 711 to 722 for designating an anchor tag, and an anchor character string mark number. A switching button 703 for switching, an anchor button 704 for assigning and erasing the mark number of the anchor character string, and a power button 705 for the WWW browser device are formed.
[0034]
Here, when the numeric button 711 is pressed, an anchor character string “Japan Kenken Association” corresponding to the notation “1” of the numeric button 711 and “[1]” shown in FIG. 6 is added. . The control unit 108 extracts the URL address “http://www.youhi-net.or.jp/kenken/” from the corresponding data element 512, passes it to the HTML text reading unit 101, reads the designated home page, and displays it. To do.
[0035]
When the numeric button 712 or the numeric button 713 is pressed, similarly to when the numeric button 711 is pressed, the control unit 108 retrieves the corresponding URL address, and passes the retrieved URL address to the HTML text reading unit 101. Read the specified home page and display it.
When the upper button 701 and the lower button 702 are pressed, the control unit 108 performs the following scroll process. The control unit 108 deletes the mark number assigned to the character string of the anchor tag from the current display range. Next, the positions of “Top” and “Bottom” stored in the display data storage unit 104 are moved. When the down button 702 is pressed in the state of FIG. 6, the control unit 108 rewrites the display data storage unit 104 to the state of FIG. 8 and positions the first mark 821 “Top” and the last mark 822 “Bottom”. Is changed. Furthermore, the control unit 108 activates the code assigning unit 105 to assign a code to the character string of the anchor tag within the display range surrounded by the first mark 821 “Top” and the last mark 822 “Bottom”. FIG. 9 shows the state of the display data storage unit 104 at the time when the code assignment is finished. When the assignment is completed, the control unit 108 displays the display range display data on the display unit 106. FIG. 10 shows the state of the display unit 106 at this time.
[0036]
In this embodiment, mark numbers are assigned only to the display range, but it is also possible to assign mark numbers not only to the display range but also to the entire display data. FIG. 11 shows the state of the data storage unit 104 when not only the display range but also the mark number is assigned to the entire display data. In the present embodiment, the remote control shown in FIG. 7 has 12 buttons for selecting anchors, and the number of anchors that can be selected in the HTML text is 4. Therefore, the buttons and the anchor tags are made to correspond one-to-one. Is possible.
[0037]
However, if there are more anchor tag character strings than the number of buttons on the remote control, the one-to-one correspondence between the anchor tag and the button cannot be obtained. For this reason, it is possible to maintain a one-to-one correspondence between the anchor character string on the screen and the button on the remote control by reassigning the mark number within the display range when scrolling.
However, even in the above method, the number of anchor tag character strings in one screen may exceed the number of remote control buttons. FIG. 12 shows an example in which 20 anchor character strings are displayed on the display unit 106. At this time, mark numbers are displayed only on the first 12 anchor character strings 1201 to 1212, and only parenthesis symbols are added to the anchor character strings 1213 to 1220. Here, when the switch button 703 is pressed, the control unit 108 instructs the code allocation unit 105 to reassign the mark number of the data element being displayed. When the reassignment is completed, the control unit 108 displays the information on the display unit 106 again. FIG. 13 shows the state of the display unit 106 after the switch button 703 is pressed in the state of FIG. The reference numerals added to the anchor character strings 1301 to 1312 are deleted, and only parenthesis symbols are added. Mark numbers assigned with codes are added to the anchor character strings 1313 to 1320.
[0038]
When the anchor button 704 is pressed, the mark of the displayed anchor character string is deleted. This is effective when it is easier to see the screen if no mark is displayed. FIG. 14 shows a state when the anchor button 704 is pressed while the display unit 106 is in the state of FIG. Mark numbers are deleted from the anchor character strings 1401 to 1403. When the anchor button 704 is pressed again in this state, a mark number is added to the anchor character strings 1401 to 1403 and displayed as shown in FIG.
[0039]
When the power button 705 is pressed, the WWW browser device ends. Further, since the power button 705 is also an activation button, the WWW browser device is activated when pressed when the WWW browser device is finished.
(Processing operation of WWW browser device)
The processing operation of the WWW browser apparatus shown in FIG. 1 will be described with reference to the flowcharts of FIGS.
[0040]
When the WWW browser apparatus shown in FIG. 1 is activated, the control unit 108 designates a default HTML text to be displayed immediately after the activation of the WWW browser apparatus (step S1501), and the HTML text reading unit 101 designates the designated HTML. The text is read (step S1502). Next, the HTML analysis unit 103 analyzes the read HTML text and creates display data (step S1503). The control unit 108 sets a display range to be displayed on the display unit 106 from the display data (step S1504). The code assigning unit 105 assigns a code to the character string of the anchor tag within the display range of the display data (step S1505). Subsequently, the control unit 108 displays the display data in which the mark number is added to the character string of the anchor tag within the display range of the display data on the display unit 106 (step S1506).
[0041]
When the numeric button on the remote controller of the input unit 107 is pressed and the character string of the anchor tag is designated (step S1507), the control unit 108 extracts the corresponding URL address (step S1601), and the control moves to step S1502. The designated HTML text is read, analyzed, display data is created, a display range is set, a mark number is added, and display data is displayed (steps S1502 to S1506).
[0042]
When the up button or down button of the remote controller of the input unit 107 is pressed (step S1508), the control unit 108 resets the display range (step S1602), moves the control to step S1505, and again returns the character of the anchor tag. The column mark numbers are reassigned and displayed (steps S1505 to S1506).
When the switch button on the remote controller of the input unit 107 is pressed (step S1509), the mark number is set so that the mark number is assigned to the character string of the anchor tag that could not be assigned the mark number in one screen. Reassignment is performed (step S1603), control is transferred to step S1506, and redisplay is performed (step S1506).
[0043]
When the anchor button on the remote controller of the input unit 107 is pressed (step S1510), it is first checked whether the mark number of the anchor tag is displayed in the current display (step S1604). If not displayed, control is passed to step S1506, and the display is restarted with the mark number assigned (step S1506). If the mark number is displayed, the character string of the anchor tag is displayed without adding the mark number (step S1605), and the control is transferred to step S1507.
[0044]
If the power button is pressed on the input unit 107 (step S1511), the WWW browser device is terminated.
In this embodiment, when the number button is pressed once, the HTML text of the corresponding URL address is read and displayed immediately. On the other hand, in order to check whether the button has been pressed by mistake, when the numeric button is pressed, the character string of the designated anchor tag is highlighted, and when the same numeric button is pressed again, the HTML text is read. Can also be implemented. FIG. 17 shows a state when the numeric button 711 on the remote controller is pressed in the state of FIG. The anchor tag character string “Nippon Kenken Association” corresponding to the numeric button 711 is highlighted (reference numeral 1701). Here, instead of performing the reverse display, it is possible to use other modification methods such as changing the color of characters or performing shading. By performing such display, the user can easily confirm the button that the user has pressed. Since the reading time of the HTML text is long, especially when a low-speed public line is used, an error in specifying an anchor tag increases the length of the entire operation time. As described above, by emphasizing the designated anchor tag by inverting the character string of the anchor tag, it is possible to prevent an increase in the length of the entire operation time due to the designation error of the anchor tag. When the same button is pressed again while the character string of the anchor tag is inverted, the HTML text is actually read and displayed. However, a determination button is provided on the remote controller of the input unit 107 and pressed. When the HTML text is read and displayed, and the other numeric buttons are pressed, the highlighted display of the anchor tag returns to the original display, and the character string of the anchor tag corresponding to the newly pressed numeric button is reversed. It is also possible to display and specify the other anchor tag. In this way, even if the same number button is pressed twice by mistake, the corresponding HTML text is not read and displayed, and an increase in the length of the entire operation time due to an operation error can be prevented.
[0045]
In the present embodiment, the buttons on the remote controller are used as the input unit 107, but the present invention can also be implemented using keyboard buttons.
In the present embodiment, the description is made with respect to the selection of the anchor tag in the HTML text.
[0046]
The form includes a text box for inputting characters, various buttons, a list box, and the like, and the above method can be applied to the selection of these. A mark number is assigned to each text box or button in the form and displayed, and a corresponding mark number can be selected by pressing a numeric button on the remote controller of the input unit.
[0047]
In the client-side clickable map, HTML text to be called is assigned to a designated position on the image. FIG. 18 is an example of an HTML file that defines a client-side clickable map. Among them, a row 1801 “<IMG SRC = NIPPON.GIF USEMAP = # japan” represents that a GIF file “NIPPON.GIF” storing an image of a Japanese map is displayed. Lines 1803 to 1811 in a range surrounded by line 1802 “<MAP” and line 1812 “/ MAP” indicate the correspondence between the designated position in the image and the HTML file read when designated. One area and an HTML file corresponding to the area are designated in a range starting with “<AREA” and ending with “>”. For example, the line 1804 “<AREA SHAPE = rect COORDS = 250, 30, 350, 40 HREF = hokaido.htm” is a square determined by the upper left coordinates (250, 30) and the lower right coordinates (350, 40). When inside is designated, it means that “hokaido.html” is read.
[0048]
FIG. 19 shows a state in which the HTML file shown in FIG. 18 is displayed on the display unit 106, and a map of Japan is displayed. The areas 1901 to 1908 defined in the HTML file in FIG. 18 are displayed with bold lines at the boundaries of the areas. Although this is indicated by a bold line, it can also be implemented with a normal solid line or a broken line, and it is also possible to add a color or shading to the area so as to stand out. In each area, a number assigned by the code assigning unit 105 is displayed.
[0049]
Here, since the HTML files corresponding to the areas 1901 and 1902 to which the mark number 1911 “[1]” and the mark number 1912 “[2]” are respectively assigned are the same, it is also possible to assign the same code thereto. is there. FIG. 20 shows the state of the display unit 106 when the same code is assigned to the area for calling the same HTML file. Here, since the HTML files corresponding to the areas 2001 and 2002 are the same, the mark number 2011 “[1]” and the mark number 2012 “[1]” are assigned the same code.
[0050]
In addition, when a client-side clickable map is specified in a conventional WWW browser that moves an anchor tag of interest with a cursor key instead of using a mouse and mouse cursor, a cross cursor key for specifying a position in the map is displayed. Then, a method is used in which a cross cursor is moved by a cursor key and a position is designated. However, as shown in the present embodiment, the regions can be specified without being complicated by displaying the cross cursor key and specifying the position by sequentially enclosing and displaying the region with a frame.
[0051]
For example, when displaying the HTML file of HTML shown in FIG. 18, only the frames 2101 and 2102 of the area corresponding to one HTML file are displayed as shown in FIG. Here, as in the conventional example, when an instruction to display the next area is given, frames 2201 and 2202 of the next area are displayed as shown in FIG. In this way, the user can sequentially display the area, and if the target area is found, can specify and call the corresponding HTML file.
[0052]
  Regarding the above embodiments, the present invention is realized by a program, and this is recorded on a recording medium such as a floppy (registered trademark) disk and transferred, or transferred through a communication line, so that another independent computer can be used. Can be easily implemented in the system.
As described above, the network information system reads page information including at least one of characters, images, and operation control information indicating that an operation by an operator is accepted and performs predetermined processing, and displays the page image. An input receiving means having a button group with a code for identification, page information reading means for reading page information, and characters, images, and operation control from the read page information. Extraction means for extracting information, operation image generation means for generating an operation image from the extracted operation control information, a character image obtained by imaging the extracted character, the extracted image, and the generation A page image creation method for creating one page image by synthesizing an image added with the code written on the button in the vicinity of the displayed operation image And display means for displaying the created page image, and when the input is accepted by the button, the operation control information corresponding to the operation image to which the code written on the button is added. Control means for performing predetermined processing, and by displaying the operation control information extracted from the HTML text and imaged with a code, it is easily imaged by the input means with reference to the code. The operation control information can be selected. The symbols attached to the imaged operation control information correspond to the buttons on the remote controller, and there is an effect that the imaged operation control information can be easily selected by pressing the button on the remote controller.
Here, when the extracted operation control information is link information indicating a link to another page, the control unit receives the link information by the page information reading unit when an input is received by the button. Is read, and the page image creating means creates a page image, and the display means displays the created page image. There is an effect that it is possible to easily select and to display and display new HTML text indicated by the selected imaged operation control information.
Here, when the extracted operation control information is link information indicating a link to another page, the control means adds a modified image to the generated operation image when an input is accepted by the button. The page image creating means creates a page image, the display means displays the page image, and when the same input is received again, the page information reading means displays another link information indicated by the link information. Since the page information is read, the page image is created by the page image creation means, and the page image created by the display means is displayed, so that the imaged operation control information with a sign is selected for the first time. “Cleared” clearly indicates that the displayed operation control information has been modified and displayed by shading or the like, and is selected the second time. In this case, the new HTML text indicated by the selected imaged operation control information can be called and displayed, and the user can confirm the imaged operation control information instead of determining it by a single selection. Therefore, it is possible to prevent the user from performing an undesired operation accidentally.
Here, the page image creation means stores the size of an image that can be displayed by the display means, and if the synthesized page image exceeds the size of the displayable image, the operation image that can be displayed within the size Since the code is imaged and added to the page and the page image is synthesized, the time for applying the code can be reduced by limiting the range to which the code is applied, and the time until the page information is read and displayed can be reduced. There is an effect that can be done. In addition, by attaching a code to each display screen, the same code can be used many times for each screen, so that the types of codes can be reduced. For this reason, there is an effect that it is possible to add a code even when the number of codes displayed on a button formed on a remote controller as input means is small or the number is limited.
Here, the input receiving unit receives a display switching instruction, and the page image creating unit adds the imaged code to the operation image every time the display switching instruction is received. Since the page image is created by alternately performing erasing of the imaged code added to the operation image, there is an effect that the displayed code can be erased and the screen can be easily viewed. Moreover, the code once erased can be displayed again.
Here, when the extracted operation control information is area link information indicating a link to another page, the operation image generating means creates a frame of the area indicated by the operation image and the area link information. There is an effect that it is possible to easily know the area to be clicked on the client-side clickable map.
Here, when the extracted operation control information is area link information indicating a link to another page, the operation image generating means applies to the area link information received by the input receiving means. Since the frame of the area is created, the client-side clickable map frame selected by the cursor movement key placed on the keyboard can be displayed, and a personal computer or word processor that is not equipped with a pointing device such as a mouse Even so, the client-side clickable map region can be easily selected.
Here, when the extracted operation control information is area link information indicating a link to another page and there are a plurality of area link information indicating the same page information, the operation image generation means Since the frame of the area is created for the area link information, the number of area candidates when selecting the area of the client-side clickable map can be reduced, and the area can be selected with fewer steps. is there.
Here, when the extracted operation control information is area link information indicating a link to another page, the page image creation means images and adds the code in the vicinity of the operation image. By displaying the client side clickable map area with a reference numeral together with a frame, the operation control information can be easily selected by the input means with reference to the reference numeral.
Further, the present invention is used in a browser device of a network information system including an input receiving unit having a button group in which a code for identification is written and a display unit for displaying the created page image. A browsing method of a network information system that reads page information including at least one of image information and operation control information indicating that an operation by an operator and a predetermined process is performed, and displays a page image, A page information reading step for reading page information, an extraction step for extracting characters, images, and operation control information from the read page information, and an operation image generation step for generating an operation image from the extracted operation control information A character image obtained by imaging the extracted character, the extracted image, and the generated operation image. A page image creation step of creating a single page image by compositing an image added with the image of the code written on the button, and when the input is accepted by the button, And a control step for performing a predetermined process indicated in the operation control information corresponding to the operation image to which the code is added. Therefore, the operation control information extracted from the HTML text and imaged is added with a code to be displayed. By doing so, there is an effect that the operation control information imaged by the input means can be easily selected with reference to the reference numerals. The symbols attached to the imaged operation control information correspond to the buttons on the remote controller, and there is an effect that the imaged operation control information can be easily selected by pressing the button on the remote controller.
Here, when the extracted operation control information is link information indicating a link to another page, the control step includes the link information by the page information reading step when an input is accepted by the button. Is read, and the page image is created by the page image creation step, and the created page image is displayed by the display means. There is an effect that it is possible to easily select and to display and display new HTML text indicated by the selected imaged operation control information.
Here, when the extracted operation control information is link information indicating a link to another page, the control step is generated when an input is accepted by the button. The modified image is added to the operation image, the page image is created by the page image creation step, the page image is displayed by the display means, and when the same input is accepted again, the page information reading step Other page information indicated by the link information is read, a page image is created by the page image creation step, and the page image created by the display means is displayed. The information is selected for the first time clearly indicates that the displayed imaged operation control information is modified and displayed by shading or the like, and is selected when the information is selected for the second time. New HTML text indicated by the imaged operation control information can be called and displayed, and the imaged operation control information can be selected by one selection. Instead of a constant, it becomes possible to confirm the user, there is an effect that it is possible to prevent performing an operation the user does not desire accidentally.
Here, the page image creation step stores the size of an image that can be displayed by the display means, and if the synthesized page image exceeds the size of the displayable image, the operation image that can be displayed within the size Since the code is imaged and added to the page and the page image is synthesized, the time for applying the code can be reduced by limiting the range to which the code is applied, and the time until the page information is read and displayed can be reduced. There is an effect that can be done. In addition, by attaching a code to each display screen, the same code can be used many times for each screen, so that the types of codes can be reduced. For this reason, there is an effect that it is possible to add a code even when the number of codes displayed on a button formed on a remote controller as input means is small or the number is limited.
Here, the input receiving means receives a display switching instruction, and the page image creation step adds the imaged code to the operation image and the operation image every time the display switching instruction is received. Since the page image is created by alternately erasing the imaged code added to the image, it is possible to erase the code being displayed and make the screen easier to see. Moreover, the code once erased can be displayed again.
Here, when the extracted operation control information is area link information indicating a link to another page, the operation image generation step creates a frame of the area indicated by the operation image and the area link information. There is an effect that it is possible to easily know the area to be clicked on the client-side clickable map.
Here, when the extracted operation control information is area link information indicating a link to another page, the operation image generation step is performed on the area link information received by the input receiving unit. Since the frame of the area is created, the client-side clickable map frame selected by the cursor movement key placed on the keyboard can be displayed, and a personal computer or word processor that is not equipped with a pointing device such as a mouse Even so, the client-side clickable map region can be easily selected.
Here, when the extracted operation control information is area link information indicating a link to another page and there are a plurality of area link information indicating the same page information, the operation image generation step Since the frame of the area is created for the area link information, the number of area candidates when selecting the area of the client-side clickable map can be reduced, and the area can be selected with fewer steps. is there.
Here, in the page image creation step, when the extracted operation control information is region link information indicating a link to another page, the code is imaged and added in the vicinity of the operation image. By displaying the client side clickable map area with a reference numeral together with a frame, the operation control information can be easily selected by the input means with reference to the reference numeral.
[0053]
【The invention's effect】
  As described above, the present invention is a browser device that reads and displays page information including characters or images in which link information used for accepting an operation by an operator and performing predetermined processing is performed. An input unit having a button and receiving an input from the operator;,Page information reading means for reading first page information; page information analyzing means for converting the first page information read by the page information reading means into display data for displaying;The page information reading means reads 1 Display means for displaying display data for displaying the page information ofA display range of the display data that can be displayed at once by a display unit that displays the display data, and a display range specifying unit that embeds information corresponding to the display range in the display data; The link information is extracted from the display data, and information for allocating any one button of the input unit and the extracted link information so as to be associated one-to-one is newly generated. When an input is received by an allocation unit that embeds information in the display data and a button allocated to the link information, the allocation unit executes the predetermined process using the link information associated with the button. An input for changing the display range of the display data displayed on the display means from the input unit; The display range specifying means and the assigning means are activated, and the button assigned to the link information that is no longer included in the display range due to the input of the display range change is input to change the display range. Due to the above, since it is configured so that it can be assigned to the link information newly included in the display range, the input means has execution of a predetermined process using the link information in the first page information The link information extracted from the first page information can be automatically assigned to the button of the input means without including the setting information for assigning to the button, and the button of the input means is operated. Can execute a predetermined process using link information, and until execution of a predetermined process using link information is selected. -It is possible not only to reduce the trouble of repeatedly pressing and releasing the Solkey, but also to reassign the button assigned to the link information according to the change in the display range of the display data displayed on the display means. It becomes easy to make one-to-one correspondence between information and buttons.
[0054]
  Also,SaidThe allocating means comprises extraction means for extracting an anchor tag or client-side clickable map including link information, characters, and an image from the read first page information, and the browser device further includes the extracted link Operation image generation means for generating an operation image using an anchor tag or client side clickable map including information, a character image obtained by imaging the extracted character, the extracted image, and the generated image A page image creating means for creating one page image by synthesizing an image added with the code written on the button in the vicinity of the operation image, and displaying the created page image by the display means Therefore, the code displayed on the button is imaged in the vicinity of the operation image extracted from the first page information and imaged. By performing the display, there is an effect that the buttons of the input means can be easily selected.
[0069]
Further, the present invention is a computer-readable recording medium in which the above-described network information system browse program is recorded. Therefore, by causing the computer to execute the browse method, the same effects as the browser apparatus can be obtained. Is clear.
[Brief description of the drawings]
FIG. 1 is a block diagram of a WWW browser device as one embodiment of the present invention.
FIG. 2 shows an example of data stored in an HTML text storage unit of the WWW browser apparatus shown in FIG.
3 shows an example of display data stored in a display data storage unit of the WWW browser apparatus shown in FIG.
4 shows an example of display data stored in a display data storage unit of the WWW browser apparatus shown in FIG. 1. FIG.
5 shows an example of display data stored in a display data storage unit of the WWW browser apparatus shown in FIG.
6 shows an example of a display unit of the WWW browser apparatus shown in FIG.
7 shows an example of an input unit of the WWW browser apparatus shown in FIG.
8 shows an example of display data stored in a display data storage unit of the WWW browser apparatus shown in FIG.
9 shows an example of display data stored in a display data storage unit of the WWW browser apparatus shown in FIG.
10 shows an example of a display unit of the WWW browser apparatus shown in FIG.
11 shows an example of display data stored in a display data storage unit of the WWW browser apparatus shown in FIG.
12 shows an example of a display unit of the WWW browser apparatus shown in FIG.
13 shows an example of a display unit of the WWW browser apparatus shown in FIG.
14 shows an example of a display unit of the WWW browser apparatus shown in FIG.
FIG. 15 is a flowchart showing the operation of the WWW browser apparatus shown in FIG.
FIG. 16 is a flowchart showing the operation of the WWW browser apparatus shown in FIG.
17 shows an example of a display unit of the WWW browser apparatus shown in FIG.
18 is an HTML text of the WWW browser device shown in FIG.
FIG. 19 shows an example of a display unit of the WWW browser apparatus shown in FIG.
20 shows an example of a display unit of the WWW browser apparatus shown in FIG.
FIG. 21 shows an example of a display unit of the WWW browser apparatus shown in FIG.
22 shows an example of a display unit of the WWW browser device shown in FIG.
FIG. 23 shows an example of HTML text of a conventional WWW browser device.
FIG. 24 shows an example of display on a conventional WWW browser device.
FIG. 25 shows an example of an input unit used in a conventional WWW browser device.
FIG. 26 shows an example of display on a conventional WWW browser device.
FIG. 27 shows an example of an input unit used in a conventional WWW browser apparatus.
FIG. 28 shows an example of HTML text used in a conventional WWW browser apparatus.
FIG. 29 shows an example of display on a conventional WWW browser device.
[Explanation of symbols]
101 HTML text reading part
102 HTML text storage
103 HTML analyzer
104 Display data storage unit
105 Code allocation unit
106 Display section
107 Input section
108 Control unit

Claims (15)

操作者による操作を受け付け所定の処理を行うために用いるリンク情報が設定された文字または画像を含むページ情報を読み込み表示するブラウザ装置であって、
1以上のボタンを有し、前記操作者からの入力を受け付ける入力手段と、
第1のページ情報を読み込むページ情報読み込み手段と、
前記ページ情報読み込み手段が読み込んだ第1のページ情報を表示するための表示用データに変換するページ情報解析手段と、
前記ページ情報読み込み手段が読み込んだ第 1 のページ情報を表示するための表示用データを表示する表示手段と、
前記表示用データを表示する表示手段により一度に表示できる前記表示用データの表示範囲を特定し、前記表示範囲に対応する情報を前記表示用データに埋め込む表示範囲特定手段と、
前記表示範囲内の表示用データから前記リンク情報を抽出し、前記入力手段が有するいずれか1つのボタンと前記抽出したリンク情報とを一対一に対応付けられるように割り付けるための情報を新たに生成し、前記生成した情報を前記表示用データに埋め込む割付手段と、
前記リンク情報に割り付けたボタンにより入力が受け付けられた時、前記割付手段が前記ボタンに対応付けた前記リンク情報を用いて前記所定の処理を実行する制御手段を備え、
前記入力部より前記表示手段に表示された表示用データの表示範囲を変更するための入力が受け付けられたとき、前記表示範囲特定手段および前記割付手段を起動させ、前記表示範囲の変更の入力に起因して、前記表示範囲に含まれなくなったリンク情報に割り付けた前記ボタンを前記表示範囲の変更の入力に起因して、新たに表示範囲に含まれるようになったリンク情報に割り付けることができるように構成した
ことを特徴とするブラウザ装置。
A browser device that reads and displays page information including characters or images in which link information used for receiving an operation by an operator and performing predetermined processing is set,
An input means having one or more buttons and receiving an input from the operator;
Page information reading means for reading the first page information;
Page information analysis means for converting the first page information read by the page information reading means into display data for display;
Display means for displaying display data for displaying the first page information read by the page information reading means ;
A display range specifying means for specifying a display range of the display data that can be displayed at once by the display means for displaying the display data, and embedding information corresponding to the display range in the display data;
The link information is extracted from the display data within the display range, and information for newly allocating any one button of the input means and the extracted link information so as to be associated with each other is generated. And assigning means for embedding the generated information in the display data;
When an input is accepted by a button assigned to the link information, the assigning means includes a control means for executing the predetermined process using the link information associated with the button,
When an input for changing the display range of the display data displayed on the display unit is received from the input unit, the display range specifying unit and the allocating unit are activated to input the change of the display range. Therefore, the button assigned to the link information that is no longer included in the display range can be assigned to the link information that is newly included in the display range due to the input of the change of the display range. A browser device that is configured as described above.
前記リンク情報は、第2のページ情報の存在位置情報を含む、第2のページ情報を読み込むための情報であり、
前記制御手段は、前記所定の処理として、前記リンク情報が示す第2のページ情報を前記ページ情報読み込み手段に引渡すことにより、前記第2のページ情報を読み込む
ことを特徴とする請求項1記載のブラウザ装置。
The link information is information for reading the second page information including the location information of the second page information,
The said control means reads the said 2nd page information by delivering the said 2nd page information which the said link information shows to the said page information reading means as the said predetermined process, The said 2nd page information is read. Browser device.
前記ボタンは識別のための符号が表記されている
ことを特徴とする請求項1記載のブラウザ装置。
The browser device according to claim 1, wherein a code for identification is written on the button.
前記ボタンには識別のための符号が表記されており、前記符号は数字である
ことを特徴とする請求項1記載のブラウザ装置。
The browser device according to claim 1 , wherein a sign for identification is written on the button, and the sign is a number.
前記ページ情報読み込み手段が読み込んだページ情報を保存するページ保存手段
を備えることを特徴とする請求項1記載のブラウザ装置。
The browser device according to claim 1, further comprising page storage means for storing page information read by the page information reading means.
前記表示用データを保存する表示用データ保存手段
を備えることを特徴とする請求項1記載のブラウザ装置。
The browser device according to claim 1, further comprising display data storage means for storing the display data.
前記割付手段は前記読み込まれた第1のページ情報から、リンク情報を含むアンカータグまたはクライアントサイドクリッカマブルマップと文字と画像とを抽出する抽出手段を備え、前記ブラウザ装置は更に
前記抽出されたリンク情報を含むアンカータグまたはクライアントサイドクリッカマブルマップを用いて操作画像を生成する操作画像生成手段と、
前記抽出された文字を画像化した文字画像と、前記抽出された画像と、前記生成された操作画像の近傍に前記ボタンに表記された符号を画像化して付加した画像とを合成して一つのページ画像を作成するページ画像作成手段とを備え、
前記表示手段により前記作成されたぺージ画像を表示させることを特徴とする請求項1記載のブラウザ装置。
The allocating means includes extraction means for extracting an anchor tag or client-side clickable map including link information, characters, and an image from the read first page information, and the browser device further includes the extracted Operation image generation means for generating an operation image using an anchor tag or client side clickable map including link information;
A character image obtained by imaging the extracted character, the extracted image, and an image obtained by imaging and adding a code written on the button in the vicinity of the generated operation image are combined into one image. A page image creating means for creating a page image,
2. The browser apparatus according to claim 1, wherein the created page image is displayed by the display means.
前記制御手段は、前記ボタンにより入力が受け付けられたときに、前記ページ情報読込手段により前記リンク情報が示す第2のページ情報を読み込ませ、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段により前記作成されたページ画像を表示させる
ことを特徴とする請求項記載のブラウザ装置。
When the input is accepted by the button, the control means reads the second page information indicated by the link information by the page information reading means, creates a page image by the page image creating means, and displays the display The browser device according to claim 7, wherein the created page image is displayed by means.
前記制御手段は、前記ボタンにより入力が受け付けられたときに、前記生成された操作画像に修飾画像を付加し、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段によりページ画像を表示させ、再度前記同一の入力が受け付けられたとき、前記ページ情報読込手段により前記リンク情報が示す第2のページ情報を読み込ませ、前記ページ画像作成手段によりページ画像を作成させ、前記表示手段により作成されたページ画像を表示させる
ことを特徴とする請求項記載のブラウザ装置。
The control means adds a modified image to the generated operation image when the input is accepted by the button, causes the page image creation means to create a page image, and causes the display means to display the page image. When the same input is received again, the second page information indicated by the link information is read by the page information reading means, a page image is created by the page image creating means, and is created by the display means. The browser device according to claim 7, wherein a page image is displayed.
前記ページ画像作成手段は、前記表示手段により表示可能な画像のサイズを記憶し、前記合成したページ画像において、前記表示範囲特定手段によって特定された表示範囲内の表示可能な操作画像に符号を画像化して付加し、ページ画像を合成する
ことを特徴とする請求項記載のブラウザ装置。
The page image creating means stores the size of an image that can be displayed by the display means, and in the synthesized page image, a code is added to the displayable operation image within the display range specified by the display range specifying means. The browser device according to claim 7 , wherein the page image is synthesized by adding the page image.
前記入力手段は、表示切替の指示を受け付け、
前記ページ画像作成手段は、前記表示切替の指示が受け付けられる度に、前記画像化された符号の操作画像への付加と前記操作画像に付加された画像化された符号の消去とを交互に行い、ページ画像を作成する
ことを特徴とする請求項記載のブラウザ装置。
The input means receives a display switching instruction,
The page image creation means alternately performs addition of the imaged code to the operation image and erasure of the imaged code added to the operation image every time the display switching instruction is received. The browser device according to claim 7 , wherein a page image is created.
前記操作画像生成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報である場合に、操作画像と前記領域リンク情報が示す領域の枠を作成する
ことを特徴とする請求項記載のブラウザ装置。
The operation image generation means creates an area frame indicated by the operation image and the area link information when the link information is area link information indicating a link to the second page. Item 8. The browser device according to Item 7 .
前記操作画像生成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報である場合に、前記入力手段により入力を受け付けられた領域リンク情報に対して領域の枠を作成する
ことを特徴とする請求項12記載のブラウザ装置。
When the link information is area link information indicating a link to the second page, the operation image generation means creates an area frame for the area link information accepted by the input means. The browser device according to claim 12 .
前記操作画像生成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報であり、同一のページ情報を示す領域リンク情報が複数存在する場合に、当該複数の領域リンク情報に対して領域の枠を作成することを特徴とする請求項12記載のブラウザ装置。When the link information is area link information indicating a link to the second page and there are a plurality of area link information indicating the same page information, the operation image generation unit includes the plurality of area link information. The browser device according to claim 12 , wherein an area frame is created. 前記ページ画像作成手段は、前記リンク情報が前記第2のページへのリンクを示す領域リンク情報である場合に、前記操作画像の近傍に前記符号を画像化して付加する
ことを特徴とする請求項1213、又は14のいずれかに記載のブラウザ装置。
The page image creation means, when the link information is area link information indicating a link to the second page, images the code and adds it to the vicinity of the operation image. The browser device according to any one of 12 , 13 and 14 .
JP18196397A 1997-07-08 1997-07-08 Browser device Expired - Fee Related JP4113269B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18196397A JP4113269B2 (en) 1997-07-08 1997-07-08 Browser device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18196397A JP4113269B2 (en) 1997-07-08 1997-07-08 Browser device

Publications (2)

Publication Number Publication Date
JPH1125114A JPH1125114A (en) 1999-01-29
JP4113269B2 true JP4113269B2 (en) 2008-07-09

Family

ID=16109938

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18196397A Expired - Fee Related JP4113269B2 (en) 1997-07-08 1997-07-08 Browser device

Country Status (1)

Country Link
JP (1) JP4113269B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853263B (en) * 2009-04-03 2012-09-19 鸿富锦精密工业(深圳)有限公司 Data structuralizing system and method

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6978475B1 (en) 1999-11-24 2005-12-20 Ecable, Llc Method and apparatus for internet TV
JP3905717B2 (en) 2001-04-25 2007-04-18 東芝テック株式会社 Information providing apparatus, merchandise sales data processing apparatus, storage medium for storing computer program, and computer program
JP4750128B2 (en) * 2005-11-08 2011-08-17 株式会社カデンザ Browser with numbering function
JP4805188B2 (en) * 2007-03-01 2011-11-02 日本電信電話株式会社 Web page browsing method, web page browsing apparatus, web page browsing program, and recording medium recording the web page browsing program
JP4926125B2 (en) * 2008-02-04 2012-05-09 日本電信電話株式会社 Web page information display apparatus and method
JP2010003100A (en) * 2008-06-20 2010-01-07 Konica Minolta Business Technologies Inc Data processor, data processing method, and data processing program
JP4894879B2 (en) 2009-03-31 2012-03-14 ブラザー工業株式会社 COMMUNICATION DEVICE AND PROGRAM FOR FUNCTIONING COMMUNICATION DEVICE
JP2012056187A (en) * 2010-09-08 2012-03-22 Konica Minolta Business Technologies Inc Image forming apparatus, its control method, and computer program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101853263B (en) * 2009-04-03 2012-09-19 鸿富锦精密工业(深圳)有限公司 Data structuralizing system and method

Also Published As

Publication number Publication date
JPH1125114A (en) 1999-01-29

Similar Documents

Publication Publication Date Title
US20070279437A1 (en) Method and apparatus for displaying document image, and information processing device
JP4893108B2 (en) Information processing apparatus, information processing method, and computer program
JP4113269B2 (en) Browser device
US6307641B1 (en) Image information retrieving device, image database device, image information storing device and recording medium on which a program performed by the image information retrieving device is recorded
JP3006482B2 (en) Information retrieval apparatus and method
JP2005346666A (en) System and method for web page translation
JP4079287B2 (en) HTML document display control method and display device
JP3942098B2 (en) Information processing system, information registration information processing apparatus, information search information processing apparatus, information registration information processing method, information search information processing method, program, and recording medium
JPH10162002A (en) Internet browsing device
JP4932775B2 (en) Method, apparatus and program for generating page to be displayed on network terminal
US11379282B2 (en) Recording medium, recording system, recording device, analysis device, and recording method
JPH1115787A (en) Browser for internet, display method of browser for internet and storage medium
JP4689145B2 (en) Information browsing system, program, and information browsing method
JP4484619B2 (en) Method, terminal device and program for image output by automatic recognition of table image
KR100416420B1 (en) Method and system of modifing an web page
JP2002373044A (en) Icon preparing device
JP3139972B2 (en) Facsimile terminal-based WWW search device having script interpretation and execution function, and image database device
JP2005025295A (en) Content conversion program, method and device thereof
JP2001117550A (en) Device and method for transforming data and computer- readable recording medium
JPH11203282A (en) Data processor, method for processing contents data for data processor and storage medium stored with computer readable program
JPH09237274A (en) Method and device for generating html file for www
JP3855334B2 (en) Text printing system and text processing system
JP2002063186A (en) Web-browsing device and web-browsing method
JP2005301967A (en) Program execution system and execution method utilizing simultaneous click of both left and right buttons of mouse
JP4460962B2 (en) Database usage system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040706

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040706

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040903

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070605

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070802

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080122

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080220

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: 20080318

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080411

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: 20110418

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees