JP2003058576A - Method and program for controlling display of web page - Google Patents

Method and program for controlling display of web page

Info

Publication number
JP2003058576A
JP2003058576A JP2001247656A JP2001247656A JP2003058576A JP 2003058576 A JP2003058576 A JP 2003058576A JP 2001247656 A JP2001247656 A JP 2001247656A JP 2001247656 A JP2001247656 A JP 2001247656A JP 2003058576 A JP2003058576 A JP 2003058576A
Authority
JP
Japan
Prior art keywords
web page
anchor element
display
user
bookmark
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.)
Pending
Application number
JP2001247656A
Other languages
Japanese (ja)
Inventor
Morio Kinoshita
盛夫 木下
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2001247656A priority Critical patent/JP2003058576A/en
Publication of JP2003058576A publication Critical patent/JP2003058576A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To enable a user to designate an optional position in a Web page and to register the optional position in a bookmark. SOLUTION: A method for controlling Web page display is provided with a step of receiving additional designation operation of an anchor element by the user in a displayed Web page, preparing a Web page file in an HTML format with the anchor element embedded in the designated display position and storing the Web page file in a first storing means, a step of generating address information indicating the anchor element and storing a pair of the address information and an inherent name to be attached to the Web page information in the second storing means, and a step of reading a Web page file corresponding to the address information and displaying the Web page file on a display screen in the case a Web page display request by the user is a request with the address information indicating the anchor element.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、Webブラウザを
使用して閲覧する文書をブックマークに登録し、再表示
させるのに有益なWebページの表示制御方法およびプ
ログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a Web page display control method and program useful for registering a document to be browsed by using a Web browser in a bookmark and displaying it again.

【0002】[0002]

【従来の技術】インターネットの機能であるWWW(World
Wide Web)では、インターネットに接続された無数
のコンピュータ上で公開されているWebページをユー
ザコンピュータのWebブラウザを使用して閲覧するこ
とができる。各Webページには独自のアドレスがあ
る。このアドレスは URL (Uniform Resource Locato
r)とも呼ばれる。WebブラウザにWebページのアド
レスを入力すると、指定したアドレスのWebページが
Webブラウザ上に表示される。多くの場合、Webペ
ージはHTML(HyperText Markup Language)という
形式でユーザコンピュータのWebブラウザに送られて
くる。
2. Description of the Related Art WWW (World
In Wide Web, a Web page published on an infinite number of computers connected to the Internet can be browsed using a Web browser of a user computer. Each web page has its own address. This address is a URL (Uniform Resource Locato)
Also called r). When the web page address is input to the web browser, the web page at the specified address is displayed on the web browser. In many cases, the Web page is sent to the Web browser of the user computer in the form of HTML (HyperText Markup Language).

【0003】HTMLは、プラットフォームから他のプ
ラットフォームへと移動可能なハイパーテキスト文書を
制作するために使われるマークアップ言語である。HT
MLで記述されたWebページには、リンク又はハイパ
ーリンクと呼ばれるテキストや画像などが含まれている
場合がある。リンクにはアドレスが組み込まれており、
Webブラウザ上でリンクを選択すると、そのリンクに
組み込まれたアドレスのWebページがWebブラウザ
上に表示される。
HTML is a markup language used to create hypertext documents that can be moved from one platform to another. HT
Web pages described in ML may include texts and images called links or hyperlinks. The link contains the address,
When a link is selected on the web browser, the web page of the address incorporated in the link is displayed on the web browser.

【0004】HTMLで記述されたWebページの中に
は名前が付けられた部分を定義することができる。これ
を定義するにはHTMLのアンカーエレメントを使用す
る。アンカーエレメントを用いてWebページ中に名前
が付けられた部分が定義されていると、この部分をアド
レス(URL)で指し示すことができ、この部分をリン
クのターゲットとすることができる。WebブラウザにWeb
ページのアドレスを入力したり、Webブラウザ上でリン
クを選択した際に、そのアドレスがWebページのアドレ
スであり、Webページ中の名前が付けられた部分のアド
レスでない場合、Webブラウザには指定されたアドレス
(URL)のWebページの先頭の方から順に表示され
る。もしWebページの情報量が多く、画面に表示しき
れない場合、画面に表示しきれない後ろの部分は、通
常、画面の右端に表示されるスクロールバーを操作しな
ければ見ることが出来ない。
A named portion can be defined in a Web page described in HTML. An HTML anchor element is used to define this. When a named part is defined in the web page using the anchor element, this part can be pointed by the address (URL), and this part can be the target of the link. Web to Web browser
When you enter the address of a page or select a link in a web browser, if the address is the address of a web page and not the address of the named part of the web page, it will be specified by the web browser. The URLs are displayed in order from the top of the Web page. If the Web page has a large amount of information that cannot be displayed on the screen, the rear part that cannot be displayed on the screen cannot be viewed unless the scroll bar displayed on the right end of the screen is operated.

【0005】一方、WebブラウザにWebページのア
ドレスを入力したり、Webブラウザ上でリンクを選択し
た際に、そのアドレスがWebページ中の名前が付けられ
た部分のアドレスであった場合、Webブラウザには指定
されたアドレスのWebページが表示されると共に、もしW
ebページの情報量が多く、そのままではアドレスで示さ
れたWebページ中の名前が付けられた部分が画面上に表
示されない場合、自動的に画面がスクロールされ、アド
レスで示されたWebページ中の名前が付けられた部分が
画面上に表示される。以上のように、Webブラウザに
アドレスを入力したり、リンクを選択するなどしてイン
ターネット上に公開されているWebページを閲覧して
行くことができる。
On the other hand, when the address of the Web page is input to the Web browser or the link is selected on the Web browser, if the address is the address of the named portion of the Web page, the Web browser Will display the web page of the specified address, and if W
If the eb page has a lot of information and the named part of the web page indicated by the address is not displayed on the screen as it is, the screen is automatically scrolled and the The named part is displayed on the screen. As described above, it is possible to browse a web page published on the Internet by inputting an address into the web browser or selecting a link.

【0006】多くのWebブラウザは「ブックマーク」
又は「お気に入り」と呼ばれる機能を持っている(以
下、ブックマークと呼ぶ)。この機能を使うと、ユーザ
は将来参照すると思われるアドレスを登録しておくこと
ができる。また、登録しておいたアドレスのWebペー
ジを素早く表示することができる。図10にブックマー
クを実現するために必要な情報(以下、ブックマークの
索引情報と呼ぶ)を示す。ここでは、公知の著名なWe
bサイトのトップページのURLの例を示している。W
ebブラウザのブックマーク機能は、ブックマークを識
別するためのブックマークの名称101とユーザが登録
するよう指定したアドレス(URL)102を対にし
て、Webブラウザが動作しているユーザコンピュータ
の記憶装置上に記憶している。ユーザがあるWebペー
ジをブックマークに登録するよう指定すると、Webブ
ラウザはどのような名称でブックマークに登録するかを
ユーザに問い合わせるか、又はブックマークに登録する
よう指定されたWebページのタイトルの情報を元に自
動的に文字列を組み立てるなどしてブックマークに登録
する名称を決定する。そして、決定したブックマークの
名称101とブックマークに登録するよう指定されたW
ebページのアドレス102の対をブックマークの索引
情報に追加する。ユーザが登録しておいたブックマーク
を使用してWebページを表示する場合、先ずWebブ
ラウザに対して、登録されているブックマークの一覧を
表示するよう操作する。
Many Web browsers are "bookmarks"
Or, it has a function called "favorite" (hereinafter called a bookmark). This feature allows users to register addresses that they may reference in the future. Moreover, the Web page of the registered address can be displayed quickly. FIG. 10 shows information necessary for realizing a bookmark (hereinafter referred to as bookmark index information). Here, well-known and famous We
An example of the URL of the top page of the b site is shown. W
The bookmark function of the eb browser stores a bookmark name 101 for identifying a bookmark and an address (URL) 102 designated by the user for registration in a storage device of a user computer on which a web browser is operating. is doing. When a user specifies to register a web page in a bookmark, the web browser asks the user what name to register in the bookmark, or based on the information of the title of the web page specified to be registered in the bookmark. The name to be registered in the bookmark is determined by automatically assembling a character string in. Then, the name 101 of the determined bookmark and the W designated to be registered in the bookmark
Add the pair of eb page addresses 102 to the bookmark index information. When displaying a web page using a bookmark registered by the user, first, the web browser is operated to display a list of registered bookmarks.

【0007】図11は、米国マイクロソフト社が提供し
ているWebブラウザである“Microsoft Internet Exp
lorer” で「お気に入り」メニューを選択し、既に登録
されているブックマークの一覧110を表示した例を示
している。このブックマークの一覧110には、ブック
マークの索引情報に登録されているブックマークの名称
の一覧が表示される。ユーザがブックマークの一覧11
0から閲覧したいWebページのブックマークの名称を
マウス操作等によって選択すると、選択されたブックマ
ークの名称に対応するアドレス(URL)がブックマー
クの索引情報から求められ、そのアドレス(URL)の
WebページがWebブラウザ上に表示される。このよ
うなブックマークの機能により、ユーザは、Webペー
ジのアドレスをWebブラウザに入力することなしに、
ブックマークの一覧から目的のブックマークの名称を選
択するだけでWebブラウザ上に閲覧したいWebペー
ジを表示させることができる。
FIG. 11 shows "Microsoft Internet Exp" which is a Web browser provided by Microsoft Corporation in the United States.
An example is shown in which the "favorite" menu is selected with "lorer" and a list 110 of already registered bookmarks is displayed. In the bookmark list 110, a list of bookmark names registered in the bookmark index information is displayed. List of bookmarks by the user 11
When the bookmark name of the Web page to be browsed from 0 is selected by a mouse operation or the like, the address (URL) corresponding to the selected bookmark name is obtained from the bookmark index information, and the Web page of the address (URL) is displayed on the Web page. Displayed on the browser. With such a bookmark function, the user does not have to enter the address of the web page in the web browser,
A desired web page can be displayed on the web browser simply by selecting the name of the desired bookmark from the list of bookmarks.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、この技
術は、将来参照すると思われるWebページのアドレス
を登録することができ、また、登録しておいたWebペ
ージを素早く表示することができるものの、1つのWe
bページ中に大量の情報が含まれている長大なWebペ
ージのアドレス(URL)をブックマークに登録した場
合に、ブックマークを使用してWebページを表示して
も、Webブラウザには登録したWebページの先頭の
方から表示され、画面に表示しきれない後ろの部分は、
スクロールバーを操作しなければ見ることが出来ない。
このため、ユーザが実際に参照しようとしている情報が
Webブラウザに表示されたWebページの何処にある
のか直ぐには分からないので、Webページ中を探し回
らなければならないという問題がある。
However, although this technique can register the address of a Web page which is considered to be referred to in the future and can quickly display the registered Web page, Two We
If the address (URL) of a long web page that contains a large amount of information in page b is registered in the bookmark, even if the web page is displayed using the bookmark, the registered web page in the web browser The part that is displayed from the beginning and cannot be displayed on the screen is
You cannot see it without operating the scroll bar.
For this reason, there is a problem that it is necessary to search around the web page because it is not immediately known where the web page displayed on the web browser is where the information that the user is actually referring to is.

【0009】この場合、従来の技術でも、Webページ
中の名前が付けられた部分のアドレスをブックマークに
登録することができるが、ユーザが将来参照するだろう
と予想したWebページ中の部分に、予めアンカーエレ
メントで名前が付けられていない場合、ユーザが将来参
照すると予想したWebページ中の部分をブックマーク
に登録することができない。また、偶然にもユーザが将
来参照すると予想したWebページ中の部分に、予めア
ンカーエレメントで名前が付けられていた場合であって
も、そのWebページ中の名前が付けられた部分のアド
レス(URL)を指し示すリンクの存在をユーザが知ら
ない場合、そのWebページ中の名前が付けられた部分
のアドレスをユーザが知ることが難しく、ブックマーク
に登録することは難しいという問題がある。
In this case, even with the conventional technique, the address of the named portion in the Web page can be registered in the bookmark, but the portion in the Web page expected to be referred to by the user in the future can be previously registered. If not named in the anchor element, the portion of the web page that the user expects to reference in the future cannot be bookmarked. Even if a part of the web page that the user expects to refer to in the future is named by an anchor element in advance, the address (URL: URL) of the named part of the web page will be used. If the user does not know the existence of the link pointing to (1), it is difficult for the user to know the address of the named portion in the Web page, and it is difficult to register the bookmark.

【0010】本発明の目的は、ユーザがWebページ中
の任意の位置を指定してブックマークに登録することを
可能とし、またユーザがWebページ中の実際に参照し
たい場所を容易に発見可能に支援することができるWe
bページの表示制御方法およびプログラムを提供するこ
とにある。
An object of the present invention is to enable a user to specify an arbitrary position in a Web page and register it in a bookmark, and also to assist the user in easily finding a place in the Web page to actually refer to. We can do
It is to provide a display control method and a program for page b.

【0011】[0011]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、HTML形式のWebページファイルを
記憶する第1の記憶手段と、表示されたWebページに
付与される固有名称とユーザが任意に指定した位置に埋
め込んだアンカーエレメントのアドレスとの対を記憶す
る第2の記憶手段とを有し、表示画面に表示されたWe
bページ中でユーザが任意に指定した表示位置のページ
情報を再表示させるWebページの表示制御方法であっ
て、表示されたWebページ中でユーザによるアンカー
エレメントの追加指定操作を受付け、指定された表示位
置にアンカーエレメントを埋め込んだHTML形式のW
ebページファイルを作成し、前記第1の記憶手段に格
納するステップと、前記HTML形式のWebページフ
ァイル中に埋め込んだアンカーエレメントに付加した属
性情報と当該Webページファイルの前記第1の記憶手
段への格納アドレスとに基づき、前記アンカーエレメン
トを指し示すアドレス情報を生成し、該アドレス情報と
当該Webページ情報に付与される固有名称との対を前
記第2の記憶手段に格納するステップと、ユーザによる
Webページ表示要求を受付け、該Webページ要求が
前記アンカーエレメントを指し示すアドレス情報による
要求であれば、当該アドレス情報に対応するWebペー
ジファイルを前記第1の記憶手段から読出し、表示画面
に表示させるステップとを備えることを特徴とする。ま
た、前記Webページのアンカーエレメントに付加された
前記属性情報に基づき、アンカーエレメントの埋め込み
位置に対応する表示位置に特定の標識を表示するステッ
プとを備えることを特徴とする。また、前記アンカーエ
レメントの埋め込み位置に対応する表示位置までWeb
ページ情報をスクロールさせるステップをさらに備える
ことを特徴とする。
In order to achieve the above object, the present invention provides a first storage unit for storing a Web page file in HTML format, a unique name given to a displayed Web page and a user. Has a second storage means for storing a pair with the address of the anchor element embedded at an arbitrarily designated position, and the We displayed on the display screen is displayed.
A display control method of a web page for redisplaying page information at a display position arbitrarily designated by a user in page b, which is specified by accepting an additional designation operation of an anchor element by the user in the displayed web page. HTML format W with an anchor element embedded in the display position
creating an eb page file and storing it in the first storage means; attribute information added to the anchor element embedded in the HTML format web page file and the first storage means of the web page file. And storing the pair of the address information and the unique name given to the Web page information in the second storage means, based on the storage address of A step of receiving a web page display request and reading the web page file corresponding to the address information from the first storage means and displaying the web page file on the display screen if the web page request is a request based on address information pointing to the anchor element; And is provided. The method further comprises the step of displaying a specific marker at a display position corresponding to the embedded position of the anchor element based on the attribute information added to the anchor element of the Web page. In addition, the web can be displayed up to the display position corresponding to the embedded position of the anchor element.
The method further comprises a step of scrolling the page information.

【0012】本発明にかかるWebページの表示制御プ
ログラムは、表示画面に表示されたWebページ中でユ
ーザが任意に指定した位置のページ情報を再表示させる
Webページの表示制御プログラムであって、表示され
たWebページ中でユーザによるアンカーエレメントの
追加指定操作を受付け、指定された表示位置にアンカー
エレメントを埋め込んだHTML形式のWebページフ
ァイルを作成し、第1の記憶手段に格納する処理と、前
記HTML形式のWebページファイル中に埋め込んだ
アンカーエレメントに付加した属性情報と当該Webペ
ージファイルの前記第1の記憶手段への格納アドレスと
に基づき、前記アンカーエレメントを指し示すアドレス
情報を生成し、該アドレス情報と当該Webページ情報
に付与される固有名称との対を第2の記憶手段に格納す
る処理と、ユーザによるWebページ表示要求を受付
け、該Webページ要求が前記アンカーエレメントを指
し示すアドレス情報による要求であれば、当該アドレス
情報に対応するWebページファイルを前記第1の記憶
手段から読出し、表示画面に表示させる処理とを含むこ
とを特徴とする。
A Web page display control program according to the present invention is a Web page display control program for re-displaying page information at a position arbitrarily designated by a user in a Web page displayed on a display screen. A process for accepting a user's operation of adding and designating an anchor element in the created Web page, creating an HTML format Web page file in which the anchor element is embedded at the specified display position, and storing the HTML page file in the first storage means; Address information indicating the anchor element is generated based on the attribute information added to the anchor element embedded in the HTML-format Web page file and the storage address of the Web page file in the first storage unit, and the address is generated. Uniqueness given to the information and the Web page information A process of storing a pair of "name" in the second storage means and a web page display request by the user, and if the web page request is a request by the address information indicating the anchor element, the web corresponding to the address information is received. And a process of reading the page file from the first storage unit and displaying the page file on the display screen.

【0013】[0013]

【発明の実施の形態】以下、本発明を実施する場合の一
形態を図面を参照して具体的に説明する。図1は、本発
明の表示制御方法を実施するユーザコンピュータのハー
ドウェア構成およびソフトウェア構成の一実施の形態を
示す機能ブロック図である。また、図2はブックマーク
の索引情報及びアンカーエレメントを埋め込んだWeb
ページのHTML形式のファイル(以下、ブックマーク
用キャッシュファイルと呼ぶ)の関係を示す図である。
ここで例示するユーザコンピュータは、ディスプレイ装
置11およびマウス等の入力装置12並びにWebペー
ジの表示制御用の各種プログラムおよびファイル等を格
納する記憶装置13を備え、インターネット14を介し
て所望のWebサイトのWebページをディスプレイ装
置11の画面に表示する。記憶装置に13には、HTM
L解析処理131、画面表示処理132を含むWebペ
ージ表示処理133と、ブックマーク登録処理134、
ブックマーク選択時の処理135といったプログラムが
格納されると共に、DOMツリー形式のデータ136、
ブックマーク用キャッシュファイル137、ブックマー
クの索引情報138が格納されるようになっている。な
お、ここでは、本発明の主要部に関するものだけを図示
し、その他の機能部分は図示を省略している。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment for carrying out the present invention will be specifically described below with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment of a hardware configuration and a software configuration of a user computer that implements the display control method of the present invention. In addition, FIG. 2 shows a Web in which bookmark index information and anchor elements are embedded.
It is a figure which shows the relationship of the HTML format file (henceforth a bookmark cache file) of a page.
The user computer illustrated here includes a display device 11, an input device 12 such as a mouse, and a storage device 13 for storing various programs and files for display control of a web page, and stores a desired website via an internet 14. The web page is displayed on the screen of the display device 11. 13 in storage device, HTM
Web page display processing 133 including L analysis processing 131 and screen display processing 132, bookmark registration processing 134,
A program such as a process 135 for selecting a bookmark is stored, and data 136 in the DOM tree format,
A bookmark cache file 137 and bookmark index information 138 are stored. It should be noted that only the main parts of the present invention are shown here, and other functional parts are omitted.

【0014】ブックマーク用キャッシュファイル137
には、図2に示すように、ブックマークに登録するよう
指定されたWebページの内容のデータがHTML形式
で格納されている。また、ブックマーク用キャッシュフ
ァイル137には、ブックマーク登録時にユーザが指定
した表示位置にアンカーエレメント21を埋め込むこと
により、その位置に名前が付けられた部分が定義されて
いる。ブックマークの索引情報138には、ブックマー
クの名称22と、その名称に対応するブックマーク用キ
ャッシュファイル137の中のアンカーエレメントで名
前が付けられた部分のアドレス23の対が格納されてい
る。このアドレス23は、例えば、後述するように、H
TML形式のWebページファイル中に埋め込んだアン
カーエレメントに付加した属性情報と当該Webページ
を格納する前記ブックマーク用キャッシュファイル13
7の格納アドレスとを結合することによって作成され
る。
Bookmark cache file 137
2, the data of the content of the Web page designated to be registered in the bookmark is stored in HTML format, as shown in FIG. Further, in the bookmark cache file 137, the anchor element 21 is embedded in the display position designated by the user at the time of bookmark registration, thereby defining a portion named at that position. The bookmark index information 138 stores a pair of the bookmark name 22 and the address 23 of the portion named by the anchor element in the bookmark cache file 137 corresponding to the bookmark name. This address 23 is, for example, H
The bookmark cache file 13 for storing the attribute information added to the anchor element embedded in the TML format web page file and the web page
It is created by combining with the storage address of 7.

【0015】記憶装置13に格納された各種プログラム
のうち、Webページ表示処理133には、ユーザがW
ebブラウザにアドレスを入力したり、リンクを選択す
るなどした場合に、Webブラウザ(図示せず)に入力
されたアドレス、又は選択されたリンクに組み込まれて
いたアドレス139が渡される。
Of the various programs stored in the storage device 13, the user can execute the W
When an address is input to the eb browser or a link is selected, the address input to the Web browser (not shown) or the address 139 incorporated in the selected link is passed.

【0016】Webページ表示処理133の中のHTM
L解析処理131は、指定されたアドレス139が指し
示す場所(インターネット14やローカルのファイルシ
ステム等)からWebページの情報を取得し、その取得
したHTMLの情報を解析し、DOM(Document Object
Model)でアクセス可能な形式のデータ136(以下、
DOMツリー形式のデータと呼ぶ)を作成する。DOM
とはW3C(The World Wide Web Consortium)がW3C標準
規格としているもので、HTMLやXMLなどの言語で記
述された文書の構造や内容に容易にアクセスするための
Application Programming Interface(API)である。
HTM in Web page display processing 133
The L analysis processing 131 acquires information on a Web page from a location indicated by the designated address 139 (such as the Internet 14 or a local file system), analyzes the acquired HTML information, and performs DOM (Document Object).
Model 136 accessible data 136 (hereinafter,
Created as DOM tree format data). DOM
The W3C (The World Wide Web Consortium) is a W3C standard, and is used to easily access the structure and contents of documents written in languages such as HTML and XML.
Application Programming Interface (API).

【0017】Webページ表示処理133の中の画面表
示処理132は、DOMツリー形式のデータ136を元
に、ディスプレイ装置11上のWebブラウザウィンド
ウにWebページの内容を表示する。このとき、Web
ページ表示処理133に渡されたアドレスが、Webペ
ージ中のアンカーエレメントで名前が付けられた部分の
アドレスであった場合には、Webページ表示処理13
3はDOMツリー形式のデータ136内からそのアドレ
スで指定されたアンカーエレメントを探し出し、該アド
レスで指定されたアンカーエレメントが埋め込まれた表
示位置(あるいはその近傍の)のページ情報が必ず画面
上に表示されるようにする為に、必要であれば自動的に
表示画面をスクロールさせる。また、画面表示処理13
2は、DOMツリー形式のデータ136内のどのデータ
がWebブラウザ内の何処の表示位置に表示したかを記
憶している。これは、ユーザによってWebページ内の
特定の位置を指定してブックマークの登録操作が行われ
た際に、その操作位置に対応する表示データを特定する
のに使用するためである。
The screen display process 132 in the web page display process 133 displays the contents of the web page in the web browser window on the display device 11 based on the DOM tree format data 136. At this time, the Web
If the address passed to the page display process 133 is the address of the part named by the anchor element in the web page, the web page display process 13
3 finds the anchor element designated by the address from the data 136 in the DOM tree format, and the page information at the display position (or in the vicinity) in which the anchor element designated by the address is embedded is always displayed on the screen. In order to do so, the display screen is automatically scrolled if necessary. Also, the screen display processing 13
2 stores which data in the DOM tree format data 136 is displayed at which display position in the Web browser. This is because when the user specifies a specific position in the Web page and performs a bookmark registration operation, the bookmark is used to specify the display data corresponding to the operation position.

【0018】ユーザがブックマーク登録の操作を行う
と、ブックマーク登録処理134は、ユーザがWebブ
ラウザ内の何処を指定していたかという情報をマウスな
どの入力装置12から受け取り、DOMツリー形式のデ
ータ136内のユーザに指定された位置に対応する位置
にアンカーエレメントのデータを追加し、このDOMツ
リー形式のデータ136を元にブックマーク用キャッシ
ュファイル137を作成する。また、作成したブックマ
ーク用キャッシュファイル137の中に埋め込んだアン
カーエレメントのアドレス23とブックマークの名称2
2の情報をブックマークの索引情報138に追加する。
When the user performs a bookmark registration operation, the bookmark registration process 134 receives information from the input device 12 such as a mouse where the user has specified in the Web browser, and the bookmark registration process 134 stores data in the DOM tree format data 136. The data of the anchor element is added to the position corresponding to the position designated by the user, and the bookmark cache file 137 is created based on this DOM tree format data 136. In addition, the address 23 of the anchor element and the bookmark name 2 embedded in the created bookmark cache file 137
2 information is added to the index information 138 of the bookmark.

【0019】ユーザがブックマークの一覧からブックマ
ークの名称を選択し、ブックマークの名称に対応するW
ebページを表示する操作を行った場合、ブックマーク
選択時の処理135は、ユーザが選択したブックマーク
の名称に対応するアドレスをブックマークの索引情報1
38から読み込む。次に、ブックマーク選択時の処理1
35はブックマークの索引情報138から読み込んだア
ドレスをWebページ表示処理133に渡し、そのアド
レスが指し示すWebページを画面に表示する。Web
ページ表示処理133に渡したアドレスがブックマーク
用キャッシュファイル137に埋め込まれたアンカーエ
レメントのアドレス23であった場合、Webページ表
示処理133は、そのアドレス23で示されるブックマ
ーク用キャッシュファイル137を読み込んでWebブ
ラウザ上に表示すると共に、アンカーエレメントで名前
が付けられた部分の情報がWebブラウザの画面上に表
示されるようにする為に、必要であれば自動的に画面を
スクロールさせる。
The user selects a bookmark name from the bookmark list, and the W corresponding to the bookmark name is selected.
When the operation of displaying the eb page is performed, the process 135 when selecting the bookmark is the bookmark index information 1 for the address corresponding to the name of the bookmark selected by the user.
Read from 38. Next, processing 1 when selecting a bookmark
35 passes the address read from the bookmark index information 138 to the web page display processing 133, and displays the web page pointed to by the address on the screen. Web
When the address passed to the page display processing 133 is the address 23 of the anchor element embedded in the bookmark cache file 137, the Web page display processing 133 reads the bookmark cache file 137 indicated by the address 23 and executes the Web processing. The screen is automatically scrolled if necessary so that the information of the part named by the anchor element is displayed on the screen of the Web browser while being displayed on the browser.

【0020】以下に、それぞれの処理を詳しく説明す
る。図3にHTML解析処理131の入力となるHTM
Lで記述されたWebページのデータ31(以下、HT
ML文書と呼ぶ)と、出力となるDOMツリー形式のデ
ータ136の関係を示す。DOMとは、前述のように、
HTML文書をDOMツリーと呼ばれるツリー構造に分
解したものをメモリ上に展開し、そのツリー構造に対し
てさまざまな操作を行うことのできるAPIである。DO
Mを用いて、HTML文書を構築したり、HTML文書
の構造を調べ、HTML文書内のエレメントや内容を追
加、修正、削除することができる。
Each processing will be described in detail below. FIG. 3 shows an HTML as an input of the HTML analysis processing 131.
Web page data 31 described in L (hereinafter referred to as HT
ML document) and the output DOM tree format data 136. As mentioned above, DOM is
It is an API that decomposes an HTML document into a tree structure called a DOM tree, expands it on a memory, and can perform various operations on the tree structure. DO
M can be used to construct an HTML document, examine the structure of the HTML document, and add, modify, or delete elements and contents in the HTML document.

【0021】HTML解析処理131は、入力となるH
TML文書31を解析し、DOMツリー形式のデータ1
36をメモリ上に構築する。HTML文書31内の開始
タグと終了タグは、DOMツリー形式のデータ136で
はツリー構造の1つのノードとして表現される。また、
開始タグと終了タグにはさまれた情報は、ツリー構造の
ノードの下位の構造として表現される。
The HTML analysis processing 131 receives an H
Analyzing the TML document 31 and DOM tree format data 1
36 is built on the memory. The start tag and the end tag in the HTML document 31 are represented as one node of the tree structure in the DOM tree format data 136. Also,
The information sandwiched between the start tag and the end tag is represented as a structure below the tree structure node.

【0022】図4に画面表示処理132の入力となるD
OMツリー形式のデータ136と出力となるWebペー
ジ表示画面41の関係を示す。画面表示処理132は、
DOMツリー形式のデータ136の末端の文字列データ
や図のデータ等を、順にWebページ表示画面41に表
示して行く。このときDOMツリー形式のデータ136
内のどのデータをWebページ表示画面41の何処に表
示したかという情報を保持しておく。
In FIG. 4, D which is an input of the screen display processing 132
The relationship between the OM tree format data 136 and the output Web page display screen 41 is shown. The screen display process 132
The character string data at the end of the DOM tree format data 136, the data of the figure, and the like are sequentially displayed on the Web page display screen 41. At this time, the data 136 in the DOM tree format
Information on which data in which is displayed on the Web page display screen 41 is held.

【0023】図5にブックマーク登録処理134とWe
bページ表示画面41と作業用のDOMツリー形式のデ
ータ51の関係を示す。ユーザがWebページ内の特定
の位置を指定してブックマークの登録操作を行った場
合、ブックマーク登録処理134は、先ず、DOMツリ
ー形式のデータ136を複製し、作業用のDOMツリー
形式のデータ51を作成する。次に、ユーザがWebペ
ージ表示画面41内で指定した位置53に対応する作業
用のDOMツリー形式のデータ51内のノードの位置に
アンカーエレメントノード54を追加する。このとき、
追加するアンカーエレメントノードのname属性に、ブッ
クマークで使用するアンカーエレメントであることを示
す名称(例えば"mark")を設定する。この名称には、作
業用のDOMツリー形式のデータ51内に既に存在する
アンカーエレメントノードのname属性の値と重複しない
名称を自動的に生成し、設定する。また、追加したアン
カーエレメントノードの下位に、ブックマークに登録し
た位置を見つけるときの目印(標識)となる記号や文字
列(例えば”◎”)などを格納したテキストノードを追
加する。この目印となる記号や文字列にどのような情報
を設定するかは、ユーザがブックマークの登録操作を行
ったときに毎回ユーザに問い合わせるか、又はユーザが
予め登録して置いた記号や文字列を使用する。
FIG. 5 shows bookmark registration processing 134 and We.
The relationship between the b-page display screen 41 and the working DOM tree format data 51 is shown. When the user performs a bookmark registration operation by designating a specific position in the web page, the bookmark registration processing 134 first copies the DOM tree format data 136 and outputs the work DOM tree format data 51. create. Next, the anchor element node 54 is added to the position of the node in the work DOM tree format data 51 corresponding to the position 53 designated by the user on the web page display screen 41. At this time,
In the name attribute of the anchor element node to be added, set a name (for example, "mark") indicating that it is an anchor element used in bookmark. For this name, a name that does not overlap with the value of the name attribute of the anchor element node already existing in the work DOM tree format data 51 is automatically generated and set. In addition, a text node that stores a symbol or a character string (for example, “⊚”) that serves as a mark (marker) when finding the position registered in the bookmark is added below the added anchor element node. As for what kind of information should be set in this mark or character string, the user should be inquired every time the user performs a bookmark registration operation, or the symbol or character string that the user registered in advance should be placed. use.

【0024】以下に、ブックマーク登録処理134が作
業用のDOMツリー形式のデータ51内の何処にアンカ
ーエレメントノード54を追加するかを決定するための
ルールの例を示す。ユーザがWebページ表示画面41
内で指定した位置が、作業用のDOMツリー形式のデー
タ51の末端のテキストノードのデータを表示している
領域の内部の場合の例を図6に示す。この場合、ユーザ
に指定された位置に表示しているデータに該当するテキ
ストノードを、ユーザに指定された位置で「こんに」と
「ちは」の2つに分割し、分割してできた2つのノード
の間にアンカーエレメントノード54を追加する。
The following is an example of a rule for the bookmark registration process 134 to determine where in the working DOM tree format data 51 the anchor element node 54 should be added. The user displays the web page display screen 41
FIG. 6 shows an example in which the position designated within is inside the area displaying the data of the text node at the end of the working DOM tree format data 51. In this case, the text node corresponding to the data displayed at the position specified by the user is divided into two parts, "hello" and "chiha", at the position specified by the user An anchor element node 54 is added between the two nodes.

【0025】ユーザがWebページ表示画面41内で指
定した位置が、作業用のDOMツリー形式のデータ51
の末端のテキストノードのデータを表示している2つの
領域の境界の場合の例を図7に示す。この場合、ユーザ
に指定された位置の前の領域に表示しているデータに該
当するテキストノード「こんにちは」の直後の兄弟ノー
ドとしてアンカーエレメントノード54Aを追加する
か、もしくは、ユーザに指定された位置の後ろの領域に
該当するテキストノード「世界」の直前の兄弟ノードと
してアンカーエレメントノード54Bを追加するかのい
ずれかの方法でアンカーエレメントノードを追加する。
The position designated on the Web page display screen 41 by the user is the data 51 in the DOM tree format for work.
FIG. 7 shows an example in the case of a boundary between two regions displaying the data of the text node at the end of the. In this case, add the anchor element node 54A as a sibling node immediately following the text node "Hello" corresponding to data displayed in front of the area at a position specified by the user, or, specified by the user position An anchor element node is added by any method of adding the anchor element node 54B as a sibling node immediately before the text node "world" corresponding to the area behind.

【0026】図8にブックマーク登録処理134と作業
用のDOMツリー形式のデータ51とブックマーク用キ
ャッシュファイル137の関係を示す。ブックマーク登
録処理134は作業用のDOMツリー形式のデータ51
にアンカーエレメントノードを追加した後、作業用のD
OMツリー形式のデータ51を元にHTML形式のデー
タを作成し、そのHTML形式のデータを新規に作成し
たブックマーク用キャッシュファイル137に出力す
る。その後、ブックマーク登録処理134は、図2に示
すように、このブックマーク用キャッシュファイル13
7内のアンカーエレメントのアドレス23とブックマー
クの名称22をブックマークの索引情報138に追加す
る。ブックマーク用キャッシュファイル137内のアン
カーエレメントのアドレス23は、作成したブックマー
ク用キャッシュファイル137のアドレスと追加したア
ンカーエレメントのname属性に設定した値(例えば"mar
k")を'#'で区切ってつなぐことにより作成する。
FIG. 8 shows the relationship between the bookmark registration processing 134, the working DOM tree format data 51, and the bookmark cache file 137. The bookmark registration processing 134 is the data 51 in the DOM tree format for work.
After adding the anchor element node to the
HTML format data is created based on the OM tree format data 51, and the HTML format data is output to the newly created bookmark cache file 137. After that, the bookmark registration processing 134, as shown in FIG.
The address 23 of the anchor element in 7 and the name 22 of the bookmark are added to the index information 138 of the bookmark. The address 23 of the anchor element in the bookmark cache file 137 is the address of the created bookmark cache file 137 and the value set in the name attribute of the added anchor element (for example, "mar
It is created by separating k ") with '#'.

【0027】ブックマーク選択時の処理135を図9を
使って説明する。ユーザがブックマーク一覧からブック
マークの名称を選択し、選択したブックマークの名称に
対応するWebページを表示する操作を行った場合、ブ
ックマーク選択時の処理135は、ユーザが選択したブ
ックマークの名称に対応するアドレス23をブックマー
クの索引情報138から読み込む。そして、ブックマー
ク選択時の処理135は読み込んだアドレスが指し示す
Webページの情報をWebブラウザ上に表示するよう
Webページ表示処理133に指示する。これにより、
Webページ表示処理133は、アドレス23が指し示
すブックマーク用キャッシュファイル137を読み込
み、Webページ表示画面41に表示し、アドレス23
で示されているアンカーエレメントの位置の情報が画面
に表示されるよう、必要であれば画面を自動的にスクロ
ールする。この結果、Webページ表示画面41には、
ユーザがブックマーク登録時に指定した位置の情報が表
示され、さらに、ユーザがブックマーク登録時に指定し
た位置に、ブックマークに登録した位置を見つけるとき
の目印(標識)となる記号や文字列(例えば”◎”)が
表示される。
The process 135 when selecting a bookmark will be described with reference to FIG. When the user selects a bookmark name from the bookmark list and performs an operation of displaying the Web page corresponding to the selected bookmark name, the process 135 at the time of bookmark selection is the address corresponding to the bookmark name selected by the user. 23 is read from the index information 138 of the bookmark. Then, the processing 135 at the time of selecting the bookmark instructs the web page display processing 133 to display the information of the web page indicated by the read address on the web browser. This allows
In the web page display processing 133, the bookmark cache file 137 pointed to by the address 23 is read and displayed on the web page display screen 41.
If necessary, the screen is automatically scrolled so that the information on the position of the anchor element indicated by is displayed on the screen. As a result, on the Web page display screen 41,
Information of the position specified by the user at the time of bookmark registration is displayed. Further, at the position specified by the user at the time of bookmark registration, a symbol or character string (for example, “◎”) that serves as a mark (marker) when finding the position registered in the bookmark. ) Is displayed.

【0028】なお、本発明を実現するプログラムは、C
D・ROMなどの記録媒体に格納してコンピュータユーザ
に提供することも可能である。また、既存のWebブラウ
ザと結合し、あるいは単体でコンピュータユーザに提供
することができる。
A program for realizing the present invention is C
It is also possible to store it in a recording medium such as a D-ROM and provide it to a computer user. Also, it can be provided to computer users by combining it with an existing Web browser or by itself.

【0029】[0029]

【発明の効果】以上、説明したように、本発明によれ
ば、ユーザがWebページ中の任意の位置を指定してブ
ックマークに登録することが可能となり、またユーザが
Webページ中の実際に参照したい場所を容易に発見可
能に支援することができる。また、ブックマークに登録
したWebページが長大な場合であっても、ユーザがブ
ックマーク登録時に指定した位置の情報を迅速に見つけ
出すのを支援することができる。
As described above, according to the present invention, a user can specify an arbitrary position in a Web page and register it in a bookmark, and the user can actually refer to the Web page. You can easily and easily find the place you want. Further, even when the Web page registered in the bookmark is long, it is possible to assist the user in quickly finding information on the position designated at the time of bookmark registration.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の表示制御方法を実施するユーザコンピ
ュータのハードウェア構成およびソフトウェア構成の一
実施の形態を示す機能ブロック図である。
FIG. 1 is a functional block diagram showing an embodiment of a hardware configuration and a software configuration of a user computer that implements a display control method of the present invention.

【図2】ブックマークの索引情報及びアンカーエレメン
トを埋め込んだWebページのHTML形式のファイル
の関係を示す図である。
FIG. 2 is a diagram showing a relationship between HTML format files of a Web page in which bookmark index information and anchor elements are embedded.

【図3】HTML解析処理とHTML文書とDOMツリ
ー形式のデータの関係を示す図である。
FIG. 3 is a diagram showing a relationship between an HTML analysis process, an HTML document, and DOM tree format data.

【図4】画面表示処理とDOMツリー形式のデータとW
ebページ表示画面の関係を示す図である。
[FIG. 4] Screen display processing, DOM tree format data and W
It is a figure which shows the relationship of an eb page display screen.

【図5】ブックマーク登録処理とWebページ表示画面
と作業用のDOMツリー形式のデータの関係を示す図で
ある。
FIG. 5 is a diagram showing a relationship between bookmark registration processing, a web page display screen, and work DOM tree format data.

【図6】DOMツリー形式のデータ内の何処にアンカー
エレメントノードを追加するかを決定するためのルール
の1つを説明する図である。
FIG. 6 is a diagram illustrating one of rules for determining where to add an anchor element node in DOM tree format data.

【図7】DOMツリー形式のデータ内の何処にアンカー
エレメントノードを追加するかを決定するためのもう1
つのルールを説明する図である。
FIG. 7: Another for deciding where to add an anchor element node in DOM tree format data
It is a figure explaining two rules.

【図8】ブックマーク登録処理と作業用のDOMツリー
形式のデータとブックマーク用キャッシュファイルの関
係を示す図である。
FIG. 8 is a diagram showing a relationship between bookmark registration processing and work DOM tree format data and a bookmark cache file.

【図9】ブックマーク選択時の処理を説明する図であ
る。
FIG. 9 is a diagram illustrating a process when a bookmark is selected.

【図10】従来のブックマークの索引情報の構成を示す
図である。
FIG. 10 is a diagram showing a configuration of conventional bookmark index information.

【図11】ブックマーク一覧を表示する画面の従来例を
示す図である。
FIG. 11 is a diagram showing a conventional example of a screen displaying a bookmark list.

【符号の説明】[Explanation of symbols]

11…ディスプレイ装置、12…マウス等の入力装置、
13…記憶装置、14…インターネット、21…ブック
マーク用キャッシュファイルに埋め込んだアンカーエレ
メント、22…ブックマークの名称、23…ブックマー
クに登録したアドレス、31…HTMLで記述されたW
ebページのデータ、41…Webページ表示画面、5
1…作業用のDOMツリー形式のデータ、131…HT
ML解析処理、132…画面表示処理、133…Web
ページ表示処理、134…ブックマーク登録処理、13
5…ブックマーク選択時の処理、136…DOMツリー
形式のデータ、137…ブックマーク用キャッシュファ
イル、138…ブックマークの索引情報。
11 ... Display device, 12 ... Input device such as mouse,
13 ... Storage device, 14 ... Internet, 21 ... Anchor element embedded in bookmark cache file, 22 ... Bookmark name, 23 ... Address registered in bookmark, 31 ... W described in HTML
eb page data, 41 ... Web page display screen, 5
1 ... DOM tree format data for work, 131 ... HT
ML analysis process, 132 ... Screen display process, 133 ... Web
Page display process, 134 ... Bookmark registration process, 13
5 ... Process when bookmark is selected, 136 ... DOM tree format data, 137 ... Bookmark cache file, 138 ... Bookmark index information.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 HTML形式のWebページファイルを
記憶する第1の記憶手段と、表示されたWebページに
付与される固有名称とユーザが任意に指定した位置に埋
め込んだアンカーエレメントのアドレスとの対を記憶す
る第2の記憶手段とを有し、表示画面に表示されたWe
bページ中でユーザが任意に指定した表示位置のページ
情報を再表示させるWebページの表示制御方法であっ
て、 表示されたWebページ中でユーザによるアンカーエレ
メントの追加指定操作を受付け、指定された表示位置に
アンカーエレメントを埋め込んだHTML形式のWeb
ページファイルを作成し、前記第1の記憶手段に格納す
るステップと、 前記HTML形式のWebページファイル中に埋め込ん
だアンカーエレメントに付加した属性情報と当該Web
ページファイルの前記第1の記憶手段への格納アドレス
とに基づき、前記アンカーエレメントを指し示すアドレ
ス情報を生成し、該アドレス情報と当該Webページ情
報に付与される固有名称との対を前記第2の記憶手段に
格納するステップと、 ユーザによるWebページ表示要求を受付け、該Web
ページ要求が前記アンカーエレメントを指し示すアドレ
ス情報による要求であれば、当該アドレス情報に対応す
るWebページファイルを前記第1の記憶手段から読出
し、表示画面に表示させるステップとを備えることを特
徴とするWebページの表示制御方法。
1. A pair of first storage means for storing a Web page file in HTML format, a unique name given to a displayed Web page, and an address of an anchor element embedded at a position arbitrarily designated by a user. And a second storage means for storing
A display control method of a web page for redisplaying page information at a display position arbitrarily designated by a user in page b, which is specified by accepting an additional designation operation of an anchor element by the user in the displayed web page. Web in HTML format with anchor elements embedded in the display position
Creating a page file and storing it in the first storage means; attribute information added to the anchor element embedded in the HTML-formatted web page file;
Address information indicating the anchor element is generated based on a storage address of the page file in the first storage unit, and a pair of the address information and a unique name given to the Web page information is used as the second pair. The step of storing in the storage means and the step of accepting a web page display request from the user
If the page request is a request by address information indicating the anchor element, a step of reading a Web page file corresponding to the address information from the first storage unit and displaying the Web page file on a display screen is provided. How to control page display.
【請求項2】 前記Webページのアンカーエレメントに
付加された前記属性情報に基づき、アンカーエレメント
の埋め込み位置に対応する表示位置に特定の標識を表示
するステップとを備えることを特徴とする請求項1に記
載のWebページの表示制御方法。
2. A step of displaying a specific marker at a display position corresponding to the embedding position of the anchor element based on the attribute information added to the anchor element of the Web page. A method for controlling display of a web page described in 1.
【請求項3】 前記アンカーエレメントの埋め込み位置
に対応する表示位置までWebページ情報をスクロール
させるステップをさらに備えることを特徴とする請求項
1または2に記載のWebページの表示制御方法。
3. The method for controlling display of a web page according to claim 1, further comprising a step of scrolling the web page information to a display position corresponding to an embedded position of the anchor element.
【請求項4】 表示画面に表示されたWebページ中で
ユーザが任意に指定した位置のページ情報を再表示させ
るWebページの表示制御プログラムであって、 表示されたWebページ中でユーザによるアンカーエレ
メントの追加指定操作を受付け、指定された表示位置に
アンカーエレメントを埋め込んだHTML形式のWeb
ページファイルを作成し、第1の記憶手段に格納する処
理と、 前記HTML形式のWebページファイル中に埋め込ん
だアンカーエレメントに付加した属性情報と当該Web
ページファイルの前記第1の記憶手段への格納アドレス
とに基づき、前記アンカーエレメントを指し示すアドレ
ス情報を生成し、該アドレス情報と当該Webページ情
報に付与される固有名称との対を第2の記憶手段に格納
する処理と、 ユーザによるWebページ表示要求を受付け、該Web
ページ要求が前記アンカーエレメントを指し示すアドレ
ス情報による要求であれば、当該アドレス情報に対応す
るWebページファイルを前記第1の記憶手段から読出
し、表示画面に表示させる処理とを含むコンピュータが
実行可能なWebページの表示制御プログラム。
4. A Web page display control program for redisplaying page information at a position arbitrarily designated by the user on the Web page displayed on the display screen, wherein the anchor element by the user in the displayed Web page. Of the HTML format in which the anchor element is embedded in the designated display position by accepting the additional designation operation of
A process of creating a page file and storing it in the first storage means, attribute information added to the anchor element embedded in the HTML-formatted Web page file, and the Web
Address information indicating the anchor element is generated based on a storage address of the page file in the first storage unit, and a pair of the address information and a unique name given to the Web page information is stored in the second storage. And a process of storing a Web page display request by a user,
If the page request is a request by address information indicating the anchor element, a computer-executable Web including a process of reading a Web page file corresponding to the address information from the first storage unit and displaying the Web page file on a display screen is displayed. Page display control program.
JP2001247656A 2001-08-17 2001-08-17 Method and program for controlling display of web page Pending JP2003058576A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001247656A JP2003058576A (en) 2001-08-17 2001-08-17 Method and program for controlling display of web page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001247656A JP2003058576A (en) 2001-08-17 2001-08-17 Method and program for controlling display of web page

Publications (1)

Publication Number Publication Date
JP2003058576A true JP2003058576A (en) 2003-02-28

Family

ID=19076947

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001247656A Pending JP2003058576A (en) 2001-08-17 2001-08-17 Method and program for controlling display of web page

Country Status (1)

Country Link
JP (1) JP2003058576A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010518532A (en) * 2007-02-12 2010-05-27 マイクロソフト コーポレーション Using structured data for online searching
JP2012022497A (en) * 2010-07-14 2012-02-02 Yahoo Japan Corp Web server and method for generating web page for which window control is performed
JP2012524341A (en) * 2009-04-14 2012-10-11 フリーダム サイエンティフィック インコーポレイテッド Document navigation method
US8595259B2 (en) 2007-02-12 2013-11-26 Microsoft Corporation Web data usage platform

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010518532A (en) * 2007-02-12 2010-05-27 マイクロソフト コーポレーション Using structured data for online searching
US8429185B2 (en) 2007-02-12 2013-04-23 Microsoft Corporation Using structured data for online research
US8595259B2 (en) 2007-02-12 2013-11-26 Microsoft Corporation Web data usage platform
US8832146B2 (en) 2007-02-12 2014-09-09 Microsoft Corporation Using structured data for online research
US9164970B2 (en) 2007-02-12 2015-10-20 Microsoft Technology Licensing, Llc Using structured data for online research
JP2012524341A (en) * 2009-04-14 2012-10-11 フリーダム サイエンティフィック インコーポレイテッド Document navigation method
JP2012022497A (en) * 2010-07-14 2012-02-02 Yahoo Japan Corp Web server and method for generating web page for which window control is performed

Similar Documents

Publication Publication Date Title
US6785865B1 (en) Discoverability and navigation of hyperlinks via tabs
CN100474300C (en) Method and system for administration of search results
US6338075B2 (en) Hypertext reader which performs a reading process on a hierarchically constructed hypertext
US8826112B2 (en) Navigating table data with mouse actions
JP2006107458A (en) Document content transmitting system, online content transmitting method, online information storage system, common online content system, and online content transmitting program
JP2000067038A (en) Homepage preparing device
JP2003281093A (en) Method and device for browsing link destination information in browser
JP2003186911A (en) Data display device
JPH09185633A (en) Information open supporting method for hypermedia system
JP2003058576A (en) Method and program for controlling display of web page
JPH10187112A (en) Information processing device and display control method
JPH09265475A (en) Screen transition system
US6651097B1 (en) Learning support method, system and computer readable medium storing learning support program
KR100573091B1 (en) Personal banner creating program
JPH10171703A (en) Site map display device and document access supporting device
KR20030003818A (en) System and method for bookmarking specific position inside of web pages
KR20000049891A (en) System and method for electronic publishing with structured data
JP3989929B2 (en) Method and apparatus for maintaining browser navigation relationships and for selecting a browser window for a new document
JP2003091450A (en) Web PAGE DISPLAY DEVICE, Web PAGE DISPLAY METHOD AND Web PAGE DISPLAY PROCESSING PROGRAM
US8639732B2 (en) Method for storing and reading-out data handled by application operating on HTTP client, data storage program, and data read-out program
JP2001306550A (en) Display information processor
JP5276903B2 (en) Browsing system, plug-in program, and introduction program
JP4081231B2 (en) Printing system and printing method
JP2009064080A (en) Image processor, image processing method, and program
JP2006003999A (en) Information processing method and device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040517

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060912

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070122