JP2001034527A - Method for generating html film and recording medium where program therefor is recorded - Google Patents

Method for generating html film and recording medium where program therefor is recorded

Info

Publication number
JP2001034527A
JP2001034527A JP20894599A JP20894599A JP2001034527A JP 2001034527 A JP2001034527 A JP 2001034527A JP 20894599 A JP20894599 A JP 20894599A JP 20894599 A JP20894599 A JP 20894599A JP 2001034527 A JP2001034527 A JP 2001034527A
Authority
JP
Japan
Prior art keywords
frame
www
www browser
contents
content
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.)
Granted
Application number
JP20894599A
Other languages
Japanese (ja)
Other versions
JP3615090B2 (en
Inventor
Hiroaki Horie
広明 堀江
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 Information Systems Ltd
Original Assignee
Hitachi Information Systems 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 Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP20894599A priority Critical patent/JP3615090B2/en
Publication of JP2001034527A publication Critical patent/JP2001034527A/en
Application granted granted Critical
Publication of JP3615090B2 publication Critical patent/JP3615090B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To speed up an altered screen display by managing the frame display definitions at one place and requesting only altered contents of a WWW server when the frame arrangement is changed. SOLUTION: A frame management sheet wherein plural combination patterns of frame arrangement and contents are described as defined as one file is held as initial display information by a WWW browser (503). A frame display definition file is read in and the contents which are described therein are displayed (504). When an operator makes a request to alter the contents (505), it is decided whether or not there is a frame having the same arrangement in case of an alteration request by referring to the frame management sheets (506), thereby requesting only contents whose arrangement is to be altered of the WWW server (507). When the contents to be altered are received from the WWW server, the contents having been altered are displayed (508).

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、インターネット上
でWWWサーバに格納されている複数のHTMLコンテ
ンツを、画面を分割するフレームを用いてWWWブラウ
ザの画面に表示する場合に、フレームの配置変更を伴う
コンテンツの表示変更があるときには、変更のあるコン
テンツのみをサーバから受け取るだけで済むHTMLコ
ンテンツの表示方法およびそのプログラムを記録した記
録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for changing the arrangement of frames when displaying a plurality of HTML contents stored in a WWW server on the screen of a WWW browser using frames for dividing the screen on the Internet. The present invention relates to a method for displaying HTML content in which only the changed content needs to be received from the server when there is a display change of the content, and a recording medium on which the program is recorded.

【0002】[0002]

【従来の技術】インターネットのWWWブラウザで、1
つのウインドウの中をいくつかに区切って、それぞれの
領域(セル)に別々のコンテンツあるいはドキュメント
を表示させる機能を、フレーム機能という。なお、コン
テンツは内容や中味を意味し、ドキュメントはウィンド
ウに映像された文書や書類を意味している。すなわち、
フレーム機能は、ブラウザのウィンドウを複数の領域に
分割して使用する機能である。その場合に、COLS=
“ ”は縦に分割する際の大きさ(ピクセル値)や割合
(%)を指定し、ROWS=“ ”は横に分割する際の
大きさ(ピクセル値)や割合(%)を指定する。このフ
レーム機能を備えることにより、例えば目次を残したま
ま、次々と項目内容を見る使い方ができる。図5および
図6は、従来のフレーム機能の動作説明図である。図
5、図6の(a)はWWWブラウザ側であり、(b)は
WWWサーバ側を示している。図5(a)に示すよう
に、WWWブラウザで1つの画面にPage1、Page2、
Page3の3つのコンテンツをaaa、bbb、ccc
の複数の領域に分割して表示するためには、WWWブラ
ウザはそれぞれのコンテンツをWWWサーバに要求する
のではなく、図5(b)の201、202、203のよ
うにコンテンツ名、フレーム名の初期表示情報をHTM
Lを用いたプログラム中に記述したフレーム表示定義フ
ァイルFrame1を、WWWブラウザがWWWサーバに要
求し、WWWサーバはFrame1をWWWブラウザに送る
ことにより、WWWブラウザがFrame1に記述されたプ
ログラムを処理し、コンテンツPage1、Page2、Pag
e3を再度WWWサーバに要求することにより、WWW
サーバから各コンテンツをWWWブラウザに送信する必
要があった。なお、図5(b)の201、202、20
3はコンテンツファイル名(Page1,Page2,Page
3)とフレーム名称(name)を記述している行であ
る。
2. Description of the Related Art With a WWW browser on the Internet, 1
The function of dividing one window into several and displaying different contents or documents in each area (cell) is called a frame function. Note that the content means content and contents, and the document means a document or document imaged on a window. That is,
The frame function is a function that divides a browser window into a plurality of areas to use. In that case, COLS =
“” Specifies the size (pixel value) and ratio (%) when dividing vertically, and ROWS = “” specifies the size (pixel value) and ratio (%) when dividing horizontally. By providing this frame function, it is possible to use the item contents one after another, for example, while leaving the table of contents. 5 and 6 are explanatory diagrams of the operation of the conventional frame function. 5A and 6A show the WWW browser side, and FIGS. 5B and 6B show the WWW server side. As shown in FIG. 5A, Page1, Page2,
The three contents of Page3 are aaa, bbb, ccc
In order to divide and display the content into a plurality of areas, the WWW browser does not request each content from the WWW server, but displays the content name and the frame name as indicated by 201, 202, and 203 in FIG. HTM for initial display information
L, the WWW browser requests the WWW server for the frame display definition file Frame1 described in the program using L, and the WWW server sends the Frame1 to the WWW browser, so that the WWW browser processes the program described in Frame1; Content Page1, Page2, Pag
By requesting the e3 again from the WWW server, the WWW
Each content must be transmitted from the server to the WWW browser. In addition, 201, 202, 20 of FIG.
3 is the content file name (Page1, Page2, Page
3) and a line describing the frame name (name).

【0003】図6(a)は、図5(a)の分割表示から
操作者の画面表示変更指示により変更された分割表示の
画面図である。いま、図5(a)から図6(a)のよう
に、Page1、Page4の2つのコンテンツをaaa、d
ddの複数のフレームに分割表示するためには、図6
(b)の401、402のようにコンテンツ名、フレー
ム名の初期表示情報としてHTMLを用いたプログラム
中に記述したフレーム表示定義ファイルFrame2を、W
WWブラウザがWWWサーバに要求し、WWWサーバは
Frame2を送ることにより、WWWブラウザがFrame2
に記述されたプログラムを処理し、再度WWWサーバに
コンテンツを要求することで、WWWサーバからコンテ
ンツPage1、Page4をWWWブラウザに送信する必要
があった。
FIG. 6A is a screen view of a divided display changed from the divided display of FIG. 5A by an operator's screen display change instruction. Now, as shown in FIG. 5 (a) to FIG. 6 (a), two contents of Page1 and Page4 are aaa and d.
In order to divide and display a plurality of frames of dd, FIG.
A frame display definition file Frame2 described in a program using HTML as initial display information of a content name and a frame name, such as 401 and 402 in FIG.
The WWW browser makes a request to the WWW server, and the WWW server sends Frame2 so that the WWW browser can use the Frame2.
In this case, it is necessary to transmit the contents Page1 and Page4 from the WWW server to the WWW browser by processing the program described in.

【0004】コンピュータ画面を複数ブロックに分割す
る際のレイアウト編集方法として、例えば特開平10−
222508号公報に記載されたものがある。これは、
インターネットに発信するホームページの作成に用いる
コンピュータ画面レイアウト編集に関するものであっ
て、最初に上下方向に分割するか、左右方向に分割する
かの入力パターンを指定し、指定された入力パターンに
応じてコンピュータ画面を複数のブロックに分割し、各
ブロックに順番に番号付けを行う。ブロック番号を指定
し、ブロック単位で文字データまたは画像データを入力
する。ブロック番号の若い順に入力データに基づいて仕
上り画面のデータを生成し、ホームページのHTMLフ
ァイルを作成する。そして、ホームページのHTMLフ
ァイルをWWWサーバに登録する。しかし、この場合に
も、分割数を変更する際には、変更していないコンテン
ツにかかわらず、変更した画面のフレームの全てのコン
テンツをWWWサーバから送ってもらう必要がある。
As a layout editing method for dividing a computer screen into a plurality of blocks, for example, Japanese Patent Laid-Open No.
There is one described in JP-A-222508. this is,
This is related to editing the layout of a computer screen used to create a homepage to be transmitted to the Internet. First, an input pattern for dividing vertically or horizontally is specified, and the computer is designed according to the specified input pattern. The screen is divided into a plurality of blocks, and each block is numbered sequentially. Specify a block number and input character data or image data in block units. The data of the finished screen is generated based on the input data in ascending order of the block number, and the HTML file of the homepage is generated. Then, the HTML file of the homepage is registered in the WWW server. However, also in this case, when changing the number of divisions, it is necessary to have the WWW server send all the contents of the changed screen frame, regardless of the contents that have not been changed.

【0005】[0005]

【発明が解決しようとする課題】このように、従来の処
理方法では、フレームの表示定義はフレームの配置パタ
ーン毎に別々のファイルとしてWWWサーバで管理され
ている。従って、図5から図6のようなフレームの配置
変更を伴うコンテンツの変更が行われる場合、WWWブ
ラウザは変更したコンテンツPage4ではなく、フレー
ム表示定義ファイルであるFrame2をWWWサーバに要
求しなければならない為、WWWサーバは図5から図6
の変更ではフレームaaaとコンテンツPage1は共通
であることを認識できず、コンテンツPage1を再度、
WWWブラウザに送信しなければならないため、コンテ
ンツの表示性能が遅くなり、ネットワーク負荷の原因と
もなるという問題があった。
As described above, in the conventional processing method, the display definition of the frame is managed by the WWW server as a separate file for each layout pattern of the frame. Therefore, when the contents are changed with the change in the arrangement of the frames as shown in FIGS. 5 and 6, the WWW browser must request the WWW server not the changed contents Page4 but the frame display definition file Frame2. Therefore, the WWW server is shown in FIGS.
Cannot be recognized that the frame aaa and the content Page1 are common, and the content Page1 is
Since the content must be transmitted to the WWW browser, there is a problem that the display performance of the content becomes slow, which causes a network load.

【0006】そこで、本発明の目的は、上記のような従
来の課題を解決し、フレームの配置を変更してコンテン
ツをWWWブラウザで表示させる場合に、フレーム表示
定義ファイルではなく、変更があるコンテンツのみをW
WWサーバに要求することにより、効率のよいHTML
ファイル作成方法およびそのプログラムを記録した記録
媒体を提供することにある。
Accordingly, an object of the present invention is to solve the conventional problems as described above, and to change the arrangement of frames and display the contents on a WWW browser, instead of a frame display definition file, a changed content. Only w
Efficient HTML by requesting WW server
An object of the present invention is to provide a file creation method and a recording medium on which the program is recorded.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するた
め、本発明のHTMLファイル作成方法では、フレーム
の配置についての複数のパターンを1つのフレーム表示
定義としたフレーム管理シートを作成して、これをWW
Wサーバで保持し、WWWブラウザはこのフレーム管理
シートを受信し、フレーム表示情報として保持する。こ
れにより、複数のパターンのフレームの配置とコンテン
ツの初期表示情報をフレーム管理シートとしてWWWブ
ラウザで保持しているため、WWWサーバでのフレーム
表示定義の一元管理が可能となる。また、フレームの配
置変更を伴うコンテンツの表示変更においては、表示変
更があるコンテンツのみをWWWブラウザからWWWサ
ーバに要求するだけでよいため、コンテンツの表示速度
を高速化することが可能になる。
In order to achieve the above object, in the HTML file creation method according to the present invention, a frame management sheet is prepared in which a plurality of patterns of frame arrangement are defined as one frame display definition. The WW
The WWW browser receives the frame management sheet and holds it as frame display information. Thus, since the arrangement of the frames of the plurality of patterns and the initial display information of the content are held in the WWW browser as the frame management sheet, the frame display definition can be centrally managed in the WWW server. Further, in the display change of the content accompanied by the change in the arrangement of the frames, only the content having the display change need only be requested from the WWW browser to the WWW server, so that the display speed of the content can be increased.

【0008】[0008]

【発明の実施の形態】以下、本発明の実施例を、図面に
より詳細に説明する。図1は、本発明の一実施例を示す
フレーム分割する場合のWWWブラウザの初期表示位置
とWWWサーバのフレーム表示定義ファイルの図であ
り、図2は、本発明で使用されるフレーム管理シートの
内容を示す図であり、図3は、フレームのレイアウト変
更を伴うコンテンツ変更が行われた場合の表示位置を示
す図である。先ずWWWブラウザでの初期表示位置とし
て、図1(a)に示すように、複数のコンテンツPage
1,Page2,Page3がフレームに分割表示されている
ものとする。そのとき、WWWサーバにある初期表示情
報を記述したフレーム表示定義ファイルには、図1
(b)に示すように、フレーム管理シート(Sheet
1)とのリンク情報701と、初期表示フレーム(fr
ame1)の情報702とを定義したHTMLファイル
が作成され、記憶されている。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a diagram showing an initial display position of a WWW browser and a frame display definition file of a WWW server when a frame is divided according to an embodiment of the present invention, and FIG. 2 is a diagram showing a frame management sheet used in the present invention. FIG. 3 is a diagram showing contents, and FIG. 3 is a diagram showing a display position when a content change accompanied by a frame layout change is made. First, as an initial display position in a WWW browser, as shown in FIG.
It is assumed that 1, Page2, and Page3 are divided and displayed in frames. At this time, the frame display definition file that describes the initial display information in the WWW server is included in FIG.
As shown in (b), the frame management sheet (Sheet
1) and an initial display frame (fr)
An HTML file defining the information 702 of ame1) is created and stored.

【0009】フレームの配置についての複数のパターン
を1つのフレーム表示定義としたフレーム管理シートの
具体例を、図8に示す。図8において、Frame1(80
1〜804)とFrame2(805〜807)とで、2つ
のフレーム定義を記述している。Frame1とFrame2の
それぞれに、フレーム定義情報(framesetro
ws,frameset cols,)とコンテンツ情
報(Page1,Page2,Page3,Page
1,Page4)を記述し、これら複数のフレーム定義
を1つのファイル=フレーム管理シートとして、WWW
ページのコンテンツ提供者が、WWWサーバの記憶装置
に予め作成しておく。このように、本発明においては、
複数のパターンのフレームの配置とコンテンツの初期表
示情報をフレーム管理シートとしてWWWサーバに設定
することにより、WWWサーバにおいてフレーム管理シ
ートを一元管理する。そして、操作者が画面表示変更を
指示した場合には、WWWブラウザが要求することで、
WWWサーバから上記フレーム管理シートを送信しても
らい、WWWブラウザがこれを読み込んで記憶すること
により、画面表示変更後の各フレームの位置情報の一致
と不一致をフレーム管理シートを参照することでチェッ
クし、不一致のフレームについてのみ対応するコンテン
ツをWWWサーバに要求する。これにより、画面変更の
際のコンテンツの表示速度を高速化することができる。
FIG. 8 shows a specific example of a frame management sheet in which a plurality of patterns regarding the arrangement of frames are defined as one frame display definition. In FIG. 8, Frame 1 (80
1 to 804) and Frame 2 (805 to 807) describe two frame definitions. Each of Frame1 and Frame2 has frame definition information (framesetro).
ws, frameset cols,) and content information (Page1, Page2, Page3, Page)
1, Page 4), and the plurality of frame definitions are defined as one file = frame management sheet in WWW.
A page content provider creates the page in a storage device of the WWW server in advance. Thus, in the present invention,
By setting the arrangement of frames of a plurality of patterns and the initial display information of contents as a frame management sheet in the WWW server, the frame management sheet is centrally managed in the WWW server. Then, when the operator instructs to change the screen display, the WWW browser makes a request,
The WWW server transmits the above frame management sheet, and the WWW browser reads and stores the frame management sheet, thereby checking whether the position information of each frame after the screen display is changed matches or not by referring to the frame management sheet. , Requesting the WWW server for the content corresponding only to the unmatched frame. Thereby, the display speed of the content at the time of changing the screen can be increased.

【0010】図4は、本発明の一実施例を示すWWWブ
ラウザのフレーム表示変更処理のフローチャートであ
る。ここでは、図1に示すFrame1が図3に示すF
rame2に変更する場合の処理を説明する。図1
(a)の複数フレームの初期表示位置、図1(b)の初
期表示情報を記述したフレーム表示定義ファイル、図2
のフレーム管理シート、および図3(a)のフレームの
配置変更を伴うコンテンツの変更が行われた場合の表示
位置も併せて参照する。 (1)操作者がWWWブラウザに対し入力したURLア
ドレスに基づき、WWWブラウザはフレーム表示が定義
されたHTMLファイルをWWWサーバに要求する(ス
テップ501)。 (2)WWWサーバは記憶装置から該当HTMLファイ
ルを読込み、これをWWWブラウザに送信する。このと
き送信されるHTMLファイルには、複数のフレーム定
義情報とコンテンツ情報の組合せ情報であるフレーム管
理シート(Sheet1)と、初期表示情報(Frame1)、と初
期表示情報に基づくコンテンツ情報としてPage1、Pa
ge2、Page3をWWWブラウザに送信する(ステップ
502)。WWWブラウザは、これらの情報を受信し
て、フレーム定義情報に記述されたプログラムを処理す
る。
FIG. 4 is a flowchart of a frame display changing process of a WWW browser according to an embodiment of the present invention. Here, Frame 1 shown in FIG. 1 is replaced by F shown in FIG.
The process when changing to frame2 will be described. FIG.
2A shows the initial display positions of a plurality of frames, FIG. 1B shows a frame display definition file describing initial display information, FIG.
3A, and the display position when the content is changed with the change in the arrangement of the frames in FIG. 3A. (1) Based on the URL address input to the WWW browser by the operator, the WWW browser requests an HTML file in which frame display is defined from the WWW server (step 501). (2) The WWW server reads the corresponding HTML file from the storage device and sends it to the WWW browser. The HTML file transmitted at this time includes a frame management sheet (Sheet1), which is combination information of a plurality of frame definition information and content information, initial display information (Frame1), and Page1, Pa as content information based on the initial display information.
ge2 and Page3 are transmitted to the WWW browser (step 502). The WWW browser receives the information and processes the program described in the frame definition information.

【0011】(3)WWWブラウザでは、受信した図2
のフレーム管理シートを、一旦、クライアントの記憶装
置に記憶する(ステップ503)。 (4)WWWブラウザは初期表示情報で定義されたフレ
ーム表示定義ファイル(Frame1)を読込み、Page
1、Page2、Page3の各コンテンツを表示する(ステ
ップ504)。図1(a)の表示が、このステップの動
作を示している。 (5)操作者が、表示情報のいずれかに埋め込まれたF
rame2のリンク情報をクリックすることにより、操作者
のFrame2の表示指示が行われ、コンテンツの変更要求
が行われる(ステップ505)。 (6)WWWブラウザはフレーム管理シート(図2)のF
rame2のフレーム表示定義を参照し、変更前の各フレー
ムと、変更後の各フレームのそれぞれのフレーム位置情
報(コンテンツ含む)の一致、不一致をチェックする。
すなわち、配置が同じフレームがあるか否かを判別する
(ステップ506)。WWWブラウザは不一致のフレー
ムについてのみ、対応するコンテンツをWWWサーバに
要求する。この例では、Page1は一致、Page4が不一
致と判定されたので、Page4のコンテンツのみをWW
Wサーバに要求する(ステップ507)。 (7)Page4のコンテンツを受信したWWWブラウザ
が、Page1、Page4のコンテンツをFrame2として画
面に表示する(ステップ508)。その表示結果を図3
(a)に示す。
(3) In the WWW browser, the received FIG.
Is temporarily stored in the storage device of the client (step 503). (4) The WWW browser reads the frame display definition file (Frame1) defined in the initial display information, and
The contents of 1, Page2 and Page3 are displayed (step 504). The display of FIG. 1A shows the operation of this step. (5) The operator selects the F embedded in any of the display information.
By clicking the link information of rame2, the operator is instructed to display Frame2 and a content change request is made (step 505). (6) The WWW browser uses F in the frame management sheet (Fig. 2).
By referring to the frame display definition of rame2, it checks whether or not each frame position information (including contents) of each frame before change and each frame after change matches or does not match.
That is, it is determined whether or not there is a frame having the same arrangement (step 506). The WWW browser requests the corresponding content from the WWW server only for the mismatched frame. In this example, since it is determined that Page1 matches and Page4 does not match, only the content of Page4 is
A request is made to the W server (step 507). (7) The WWW browser that has received the content of page 4 displays the content of page 1 and page 4 on the screen as frame 2 (step 508). Figure 3 shows the display results.
(A).

【0012】図4のフローチャートで説明した処理は、
各ステップをプログラムに変換することで、WWWブラ
ウザと呼ばれるコンピュータ・プログラムの処理機能と
して実現される。このコンピュータ・プログラムは、C
D-ROM等のコンピュータで読取り可能な記録媒体に
一旦記録され、その記録媒体からコンピュータに読込ま
れて実行されることで、上記の機能を実現できる。ま
た、このコンピュータ・プログラムは、WWWサーバ・
コンピュータの記録媒体に記録され、そこからインター
ネットを介して、WWWブラウザが稼動する各クライア
ント・コンピュータにダウン・ロードされることで実行
することもできる。
The processing described in the flowchart of FIG.
By converting each step into a program, it is realized as a processing function of a computer program called a WWW browser. This computer program is C
The above-described functions can be realized by being once recorded on a computer-readable recording medium such as a D-ROM, and read from the recording medium into a computer and executed. Also, this computer program is stored on a WWW server
The program can also be executed by being recorded on a recording medium of a computer and then downloaded to each client computer running a WWW browser via the Internet.

【0013】以上、本実施例によれば、WWWブラウザ
でWWWコンテンツを表示する時に、表示フレームおよ
び表示コンテンツの変更の都度、当該画面を構成する全
てのフレーム定義情報とコンテンツとをWWWサーバに
送信要求することなく、当該画面の変更部分のみのフレ
ーム定義情報およびコンテンツを要求し、それらのみを
受信することで、指示された画面を表示することができ
るので、WWWブラウザにおける表示処理の高速化が実
現する。
As described above, according to the present embodiment, when displaying WWW contents on a WWW browser, every time the display frame and display contents are changed, all frame definition information and contents constituting the screen are transmitted to the WWW server. The requested screen can be displayed by requesting the frame definition information and the content of only the changed portion of the screen without request, and by receiving only the frame definition information and the content, the display processing in the WWW browser can be speeded up. Realize.

【0014】[0014]

【発明の効果】以上説明したように、本発明によれば、
フレーム配置とコンテンツの組合せパターンを複数記述
して1つのファイルで定義したフレーム管理シートを、
初期表示情報としてWWWブラウザで保持しているた
め、フレーム表示定義の一元管理が可能となる。また、
フレームの配置変更を伴うコンテンツの表示変更におい
て、変更があるコンテンツのみをWWWサーバに要求す
るだけでよいため、コンテンツの表示動作を高速化する
ことができる。
As described above, according to the present invention,
A frame management sheet that describes a plurality of combination patterns of frame arrangement and content and defines it in one file,
Since the initial display information is stored in the WWW browser, the frame display definition can be centrally managed. Also,
In the display change of the content accompanied by the change in the arrangement of the frames, only the changed content needs to be requested to the WWW server, so that the display operation of the content can be sped up.

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

【図1】本発明の一実施例であるコンテンツの表示位置
を示す図である。
FIG. 1 is a diagram showing a display position of a content according to an embodiment of the present invention.

【図2】本発明の一実施例を示すフレーム管理シートの
記述例図である。
FIG. 2 is a diagram illustrating a description example of a frame management sheet according to an embodiment of the present invention.

【図3】本発明の一実施例による変更後のコンテンツの
表示処理を示す図である。
FIG. 3 is a diagram illustrating a display process of content after change according to an embodiment of the present invention.

【図4】本発明の一実施例によるフレーム変更処理を説
明するフローチャートである。
FIG. 4 is a flowchart illustrating a frame change process according to an embodiment of the present invention.

【図5】従来技術におけるコンテンツの表示位置とHT
MLの記述例を示す図である。
FIG. 5 shows a display position and HT of a content in the related art.
FIG. 9 is a diagram illustrating a description example of an ML.

【図6】従来技術における変更後のコンテンツの表示位
置とHTML記述例を示す図である。
FIG. 6 is a diagram showing a display position of a content after a change and an HTML description example in the related art.

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

701…フレーム管理シートとのリンク情報、 702…初期表示フレーム情報、805〜807…Fr
ame2の定義記述、 801〜804…Frame1の定義の記述、 201〜203…フレーム定義情報、401,402…
フレーム定義情報、 aaa,bbb,ccc…各フレーム、 Frame1,Frame2,Frame3…各フレー
ム定義ファイル、 Page1,Page2,Page3…各コンテンツ。
701: link information to the frame management sheet 702: initial display frame information, 805 to 807 ... Fr
. a2 definition description, 801-804... Frame1 definition description, 201-203... frame definition information, 401, 402.
Frame definition information, aaa, bbb, ccc ... each frame, Frame1, Frame2, Frame3 ... each frame definition file, Page1, Page2, Page3 ... each content.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 インターネットのWWWブラウザで、1
つのウインドウの中をいくつかの領域に区切って、区切
られた複数の各フレーム毎に別々のコンテンツを表示さ
せるHTMLファイルの作成方法であって、 各フレームの分割方法と分割された領域の位置、および
該領域の大きさを定義するフレーム定義情報と、 該フレーム定義情報によって定義される各フレームに対
応するコンテンツ定義情報との組合せパターンの複数組
みを、フレーム管理シートとして1つのファイルで定義
し、 WWWサーバは該フレーム管理シートを一元的に管理
し、WWWブラウザの要求により該フレーム管理シート
を送信することを特徴とするHTMLファイル作成方
法。
1. An Internet WWW browser, 1
A method of creating an HTML file that divides one window into several regions and displays different contents for each of a plurality of divided frames, including a method of dividing each frame, a position of the divided region, And a plurality of combinations of combination patterns of frame definition information defining the size of the region and content definition information corresponding to each frame defined by the frame definition information are defined in one file as a frame management sheet; A WWW server centrally manages the frame management sheet, and transmits the frame management sheet in response to a request from a WWW browser.
【請求項2】 インターネットのWWWブラウザで、1
つのウインドウの中をいくつかの領域に区切って、区切
られた複数の各フレーム毎に別々のコンテンツを表示さ
せるHTMLファイルの作成方法であって、 前記WWWブラウザは、フレームの分割方法と分割位置
および領域の大きさを定義するフレーム定義情報と、前
記フレーム定義情報によって定義される各フレームに対
応するコンテンツ定義情報との組合せパターンの複数組
みを、1つのファイルとして定義したフレーム管理シー
トを初期表示処理時に読込み、 操作者の画面表示変更指示によって画面再表示処理する
際に、前記フレーム管理シートを参照して変更前画面構
成情報と変更後画面構成情報とを比較して、差異部分情
報を特定し、 特定した差異部分情報である画面構成情報のみをWWW
サーバに対し指定して対応するコンテンツを要求し、 該WWWサーバから送信された画面構成情報を受信し、
該画面構成情をウィンドウに再表示処理することを特徴
とするHTMLファイル作成方法。
2. Using a WWW browser on the Internet, 1
A method of creating an HTML file that divides one window into several areas and displays different contents for each of a plurality of divided frames, wherein the WWW browser includes: Initial display processing of a frame management sheet in which a plurality of combinations of combination patterns of frame definition information defining an area size and content definition information corresponding to each frame defined by the frame definition information are defined as one file. At the time of reading, when the screen re-display processing is performed by the screen display change instruction of the operator, the difference screen information is identified by comparing the screen configuration information before change and the screen configuration information after change with reference to the frame management sheet. Only the screen configuration information that is the specified difference information is WWW
Requesting the corresponding content by designating the server, receiving the screen configuration information transmitted from the WWW server,
A method for creating an HTML file, wherein the screen configuration information is redisplayed in a window.
【請求項3】 請求項2に記載のHTMLファイル作成
方法の手順をWWWブラウザ・プログラムに変換し、変
換したWWWブラウザ・プログラムを媒体に記録し、媒
体に記録したプログラムを当該パソコンに直接ロードす
るか、あるいは他のパソコンからダウンロードすること
を特徴とするプログラムを記録した記憶媒体。
3. The procedure of the HTML file creation method according to claim 2 is converted into a WWW browser program, the converted WWW browser program is recorded on a medium, and the program recorded on the medium is directly loaded on the personal computer. Or a storage medium storing a program characterized by being downloaded from another personal computer.
JP20894599A 1999-07-23 1999-07-23 HTML file display method and recording medium recording the program Expired - Fee Related JP3615090B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20894599A JP3615090B2 (en) 1999-07-23 1999-07-23 HTML file display method and recording medium recording the program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20894599A JP3615090B2 (en) 1999-07-23 1999-07-23 HTML file display method and recording medium recording the program

Publications (2)

Publication Number Publication Date
JP2001034527A true JP2001034527A (en) 2001-02-09
JP3615090B2 JP3615090B2 (en) 2005-01-26

Family

ID=16564754

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20894599A Expired - Fee Related JP3615090B2 (en) 1999-07-23 1999-07-23 HTML file display method and recording medium recording the program

Country Status (1)

Country Link
JP (1) JP3615090B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004032216A (en) * 2002-06-24 2004-01-29 Ejworks.Com Kk Information processing device, information processing method, and program
US9069871B2 (en) 2010-09-27 2015-06-30 International Business Machines Corporation System, method, and program for generating web page

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004032216A (en) * 2002-06-24 2004-01-29 Ejworks.Com Kk Information processing device, information processing method, and program
US9069871B2 (en) 2010-09-27 2015-06-30 International Business Machines Corporation System, method, and program for generating web page

Also Published As

Publication number Publication date
JP3615090B2 (en) 2005-01-26

Similar Documents

Publication Publication Date Title
US20220101582A1 (en) Content replacement system using visual design object models
US10210144B2 (en) Creation and display of a webpage with alternative layouts for different webpage widths
JP2006114012A (en) Optimized access to electronic document
JPH11219242A (en) Method for generating page
JP2001034527A (en) Method for generating html film and recording medium where program therefor is recorded
JP2908425B1 (en) Marking / redisplay method for homepages using frames
JP2006526190A (en) System and method for providing multiple renditions of document content
KR100900488B1 (en) Systems and method of printing web-pages
JP2001243151A (en) Browser system and recording medium
JP2005085057A (en) Content display control system
KR100573091B1 (en) Personal banner creating program
JP2004342061A (en) Development method and development supporting device for web application using link between screen and component
JP2001014211A (en) Method and device for outputting data and recording medium recording processing program therefor
JPH11338456A (en) Map display system and image scroll processing method in it
JP5857281B2 (en) Layout processing apparatus, layout processing method, and program
JP5589396B2 (en) Layout support device, layout support method, and program
JP3910680B2 (en) Material allocation device prepared as digital data
JPH10269374A (en) Device for allocating material prepared as digital data
JP2003058576A (en) Method and program for controlling display of web page
JP3596523B2 (en) Image forming program and image forming apparatus
JP2021114193A (en) Information processing apparatus and program
JP5808484B2 (en) Program, information processing apparatus and data providing method
CN116415084A (en) Webpage display method, device, equipment and storage medium
KR20010081538A (en) Common order' data of the print on the Internet
JP2003316628A (en) Document management system, method and program and storage medium

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040716

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040908

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041028

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20081112

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20091112

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20091112

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20101112

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20101112

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111112

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20121112

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20121112

Year of fee payment: 8

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20121112

Year of fee payment: 8

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20131112

Year of fee payment: 9

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees