JP4097008B2 - Electronic bulletin board page creation method and server device - Google Patents

Electronic bulletin board page creation method and server device Download PDF

Info

Publication number
JP4097008B2
JP4097008B2 JP2000383396A JP2000383396A JP4097008B2 JP 4097008 B2 JP4097008 B2 JP 4097008B2 JP 2000383396 A JP2000383396 A JP 2000383396A JP 2000383396 A JP2000383396 A JP 2000383396A JP 4097008 B2 JP4097008 B2 JP 4097008B2
Authority
JP
Japan
Prior art keywords
posted
article
page
posted article
bulletin board
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 - Lifetime
Application number
JP2000383396A
Other languages
Japanese (ja)
Other versions
JP2002183039A (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.)
Yamaha Corp
Original Assignee
Yamaha Corp
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 Yamaha Corp filed Critical Yamaha Corp
Priority to JP2000383396A priority Critical patent/JP4097008B2/en
Publication of JP2002183039A publication Critical patent/JP2002183039A/en
Application granted granted Critical
Publication of JP4097008B2 publication Critical patent/JP4097008B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワーク等を利用しユーザが所望する投稿記事を表示する電子掲示板(Electronic Bulletin Board System)のページ作成方法およびサーバ装置に関するものである。
【0002】
【従来の技術】
従来、ネットワークを利用して複数のユーザのコンピュータからの投稿記事を受信して蓄積し、各コンピュータに電子掲示板サービスを提供するサーバ装置が知られている。
図22は、ネットワークを利用した従来の電子掲示板サービスを説明するためのシステム概要図である。
図中、201はパーソナルコンピュータ、202はインターネットなどのネットワーク、203はWWW(World Wide Web)サーバ、204はWWWサーバ203の外部記憶装置、205は携帯電話端末、206はPDA(Personal Digital Assistant)端末、207は基地局である。
パーソナルコンピュータ201は、ネットワーク202を介してWWW(World Wide Web)サーバ203に接続されて、電子掲示板のサービスを受けるユーザ端末(クライアント)となる。また、携帯電話端末205,PDA端末206等の無線端末は、基地局207を介してネットワーク202に接続され、同様に、WWWサーバ203と接続されて電子掲示板のサービスを受けるユーザ端末となる。
【0003】
図23は、従来のネットワークを利用した電子掲示板サービスを説明するための機能構成図である。ユーザ端末としてパーソナルコンピュータ201を例示する。
図中、211はディスプレイなどの表示器、212はキーボード,マウス等の入力部、201aは、WWWブラウザであって、入力部212から入力された投稿記事や各種の要求を、URL(Uniform Resource Locators)を使用してWWWサーバ203に送信させるとともに、WWWサーバ203からHTML(Hypertext Markup Language)ファイルとして受信されたWebページを表示器211に表示させる。
【0004】
WWWサーバ203は、パーソナルコンピュータ201から送信された投稿記事を受信し、掲示板ページ作成部203aを起動する。掲示板ページ作成部203aは、データベース管理システム213に対し、投稿記事および投稿番号等の管理情報を転送して投稿記事データベース214を作成させる。
WWWサーバ203は、また、パーソナルコンピュータ201から送信された各種の要求を受信して、掲示板ページ作成部203aを起動する。掲示板ページ作成部203aは、上述した要求の内容に応じて、データベース管理システム213に対し、投稿記事データベース214に蓄積された投稿記事および種々の管理情報を読み出させ、電子掲示板のページを表示させるためのHTMLファイルを作成し、WWWサーバに対し、作成したHTMLファイルをパーソナルコンピュータ201に送信させる。
【0005】
投稿記事データベース214は、例えば、図22に示したような、WWWサーバ203の外部記憶装置204上に構築される。あるいは、データベース管理システム213とともに、ネットワーク202、あるいは、図示しないLANを介したファイルサーバに設けることもできる。
なお、図22に示した携帯電話端末205,PDA端末206であっても、WWWブラウザ機能を有するものであれば、例示したパーソナルコンピュータ201の場合と同様に機能する。
上述したWWWサーバ203のWWWサーバプログラムとしては、例えばApacheが用いられる。上述した掲示板ページ作成部203aの機能は、例えばCGI(Common Gateway Interface)プログラムで実行され、具体的には、例えばPerl(Practical Extraction and Report Language)が用いられ、データベース管理システム213に対して構造化照会言語SQL(Structured Query Language)を用いてアクセスする。
【0006】
上述した従来の電子掲示板サービスを提供するサーバ装置における掲示板ページの作成方法には、種々の作成方法がある。
第1の作成方法として、全ての投稿記事の本文を時間順に表示させる。この場合、投稿記事の本文は数行にわたる場合が多いため、所望の投稿記事を探し出すことが難しい。
そのため、第2の作成方法として、投稿記事のリストをまず表示させ、その中から所望の投稿記事を探し出し、所望の投稿記事の題名等をクリックすることにより、所望の投稿記事の内容を表示させる。
リスト表示としては、時間順序表示のほか、新規投稿記事およびそれに関連する応答投稿記事の階層を考慮して、下位の階層であるほど、各投稿記事リスト項目の行頭を右方向にずらせるというツリー表示がある。ツリー表示の場合、新規投稿および応答投稿の応答の階層関係が明瞭となる。
【0008】
一方、新規投稿記事を入力する際に、投稿記事の内容を特定する項目を指定し、かつ、投稿記事のリスト表示において、行頭に投稿記事の内容を特定する項目にあらかじめ対応付けられたアイコンを表示させれば、リスト表示において各投稿記事の内容が一見して判別できる。すなわち、投稿記事の内容を説明する必要がなく、ひいてはより小さな表示スペースでリスト表示を済ませることができる。
しかし、上述したツリー表示では、新規投稿記事とこれに関連する応答投稿記事の群は全て同じ内容項目に属するにもかかわらす、各応答投稿記事のリスト表示項目の行頭に同じアイコンを表示させても、表示スペースが無駄になるだけで、かえって、内容の判別が煩わしくなるという問題がある。
【0010】
【発明が解決しようとする課題】
本発明は、上述した問題点を解決するためになされたもので、投稿記事のリストにおいて、各投稿記事の内容を判別するアイコンを無駄なく表示させる電子掲示板のページ作成方法およびサーバ装置を提供することを目的とするものである
【0013】
【課題を解決するための手段】
請求項に記載の発明においては、投稿記事を表示する電子掲示板のページを作成する、サーバ装置における電子掲示板のページ作成方法において、前記投稿記事は応答の階層関係を有し、該階層関係の最上位にあって内容を特定する項目が設定された1または複数の新規投稿記事および該新規投稿記事のうちいずれかの下位にある1または複数の応答投稿記事が、前記階層関係とともに記憶され、ユーザにより前記投稿記事の全部または一部が指定されたときに、指定された前記投稿記事の前記階層関係を識別する階層関係識別ステップ、識別された前記階層関係に基づいて、前記指定された投稿記事と前記指定された投稿記事に対して前記階層関係を有する前記投稿記事とが階層的に示されるとともに、階層的に示される前記投稿記事の中で、前記新規投稿記事に対してのみ当該新規投稿記事に設定された前記内容を特定する項目にあらかじめ対応づけられたアイコンが示されるリスト、を表示するページファイルを作成するファイル作成ステップを有するものである。
したがって、各投稿記事の内容が一見して判別できる。その結果、小さな表示スペースでリスト表示を済ませることもできる。さらに、投稿記事のリストにおいて、各投稿記事の内容を特定する項目にあらかじめ対応づけられたアイコンを無駄なく表示させることができ、アイコンの判別が煩わしいものとならない。
なお、ユーザにより前記投稿記事の内容を指定してリスト表示される場合には、前記投稿記事の一部がリスト表示されることになる。
また、指定された投稿記事の内容とともにリスト表示される場合に本発明を適用することもできる。
【0018】
請求項に記載の発明においては、投稿記事を表示する電子掲示板のページを成するサーバ装置において、前記投稿記事は応答の階層関係を有し、該階層関係の最上位にあって内容を特定する項目が設定された1または複数の新規投稿記事および該新規投稿記事のうちいずれかの下位にある1または複数の応答投稿記事が、前記階層関係とともに記憶される記憶手段、ユーザにより前記投稿記事の全部または一部が指定されたときに、指定された前記投稿記事の前記階層関係を識別する階層関係識別手段、識別された前記階層関係に基づいて、前記指定された投稿記事と前記指定された投稿記事に対して前記階層関係を有する前記投稿記事とが階層的に示されるとともに、階層的に示される前記投稿記事の中で、前記新規投稿記事に対してのみ当該新規投稿記事に設定された前記内容を特定する項目にあらかじめ対応付けられたアイコンが示されるリスト、を表示するページファイルを作成するファイル作成手段を有するものである。
したがって、請求項に記載の発明と同様に、各投稿記事の内容が一見して判別できる。さらに、投稿記事のリストにおいて、各投稿記事の内容を特定する項目にあらかじめ対応付けられたアイコンを無駄なく表示させることができ、アイコンの判別が煩わしいものとならない。
なお、ユーザにより前記投稿記事の内容を指定してリスト表示される場合には、前記投稿記事の一部がリスト表示されることになる。また、指定された投稿記事の内容とともにリスト表示される場合に本発明を適用することもできる。
【0019】
上述した請求項1,2に記載の電子掲示板のページ作成方法は、コンピュータにより実行される電子掲示板のページ作成プログラムにより実現することができる。この電子掲示板のページ作成プログラムは、記録媒体に記録しておくことができ、また、記録媒体に記録してサーバ装置に供給することができる
【0021】
【発明の実施の形態】
図1は、本発明の実施の一形態によって、ユーザ端末の表示器に表示される表示ページの説明図である。
各表示ページ間の移動は主要なものを示している。
このような表示ページを実現する本発明のシステム概要図および機能構成図は、図22,図23を参照して説明した従来のものと同様である。しかし、掲示板ページ作成部203aの機能および、投稿記事データベース214のデータ構造は異なる。
図1中、1は一覧表示ページである。この一覧表示ページ1には、内容項目選択用ドロップダウンリスト1a、新規投稿ボタン1b、アイコン1c、各投稿記事のリスト表示項目1dが表示されている。
投稿された複数の投稿記事の各リスト表示項目1dの行頭部分には、アイコン1cが付与されている。後述するように、ユーザは、投稿記事の内容を特定する内容項目を指定する。アイコン1cは、この投稿記事の内容を特定する項目を象徴する画像表示である。パーソナルコンピュータ201の表示器202よりも小さい携帯電話端末205やPDA端末206の表示器で見るときには、アイコン1cが特に有効である。項目内容を文字で説明しなくても、アイコン1cだけでわかるので、表示文字数が少なくて済む。
【0022】
投稿記事には、掲示板に新規に投稿するときの「新規投稿」と、この「新規投稿」に応答して投稿される「応答投稿記事」とがある。「新規投稿」と「応答投稿記事」の各リスト表示項目1dは、その応答の階層関係にしたがって、階層的なツリー構造で表示される。
すなわち、「応答投稿記事」は、「新規投稿記事」に従属する形で表示される。さらに、これらの階層関係にある投稿記事のリスト表示は、1つの窓枠にまとめられて表示される。その結果、議論や話題になっている関連投稿記事群がすぐにわかり、まとめて読むことができる。
このように階層関係にある関連投稿記事群に対しては、新規投稿のリスト表示項目1dに対してのみ、1つのアイコンを表示させる。その結果、表示が単純で見やすくなる。
【0023】
一覧表示ページ1を初めて表示させたときには、初期表示として、全ての項目の記事を新規投稿の投稿時間順序(昇順あるいは降順)で表示させる。
しかし、内容項目選択用ドロップダウンリスト1aによって、ユーザが内容項目(内容を特定する項目)を指定することにより、この初期表示後の再表示として、該当する内容項目の投稿記事だけを選択的に一覧表示させることができる。投稿記事の内容に絞り込まれて一覧表示されるので、必要な内容の投稿記事を探しやすい。また、見たい項目の投稿記事だけを見ることができる。
なお、各投稿記事のリスト表示項目が1行の範囲を超えたときには、さらに次の行にまたがって表示される。
【0024】
次に、2は新規投稿ページである。一覧表示ページ1における新規投稿ボタン1bをクリックすることにより、WWWサーバ203により、新規投稿ページ2が作成され、パーソナルコンピュータ201の表示器202に表示される。2bは内容項目指定用ドロップダウンリスト、2aは新規投稿文書を入力するための入力領域、2cは送信ボタンである。
投稿者は、内容項目指定用ドロップダウンリスト2bにあらかじめデフォルトで表示された複数項目の中からその投稿内容に応じた内容項目を指定し、入力領域2aに新規投稿のタイトルやメッセージ等を入力する。送信ボタン2cをクリックすることにより、内容項目指定情報および新規投稿データがWWWサーバ203に送信される。WWWサーバ203では、内容を更新した一覧表示ページ1を作成して、パーソナルコンピュータ201の表示器202に表示させる。
【0025】
次に、3は投稿記事ページである。一覧表示ページ1において、リスト表示項目1dの一部、通常、アンダーラインが付されている部分をクリックすることによって、このリスト表示項目1dに対応する投稿記事を指定してその内容の表示要求がWWWサーバ203に送信される。WWWサーバ203では、投稿記事ページ3を作成して、パーソナルコンピュータ201の表示器202に表示させる。
なお、全ての投稿記事の投稿記事ページが先に作成されている場合もある。このような場合には、指定された投稿記事ページ3を選択して表示させるだけである。
また、一覧表示ページ1の下に全ての投稿記事の内容が順に表示されるような長いページである場合もある。このような場合には、指定された投稿記事について、図示された投稿記事ページ3の内容が画面に表示されるように、ページ内の画面表示位置を変更させる。
【0026】
投稿記事ページ3において、3aは投稿記事表示部、3bは応答投稿ボタン、3cは「もどるボタン」、3dは階層リスト表示部、3eは矢印である。この投稿記事ページ3においては、指定された投稿記事の内容の表示部3aとともに、階層リスト表示部3dが表示されている。
この階層リスト表示部3dは、指定された投稿記事と、この指定された投稿記事に対して階層関係を有する投稿記事との各リスト表示項目を階層的に表示する部分である。矢印3eは、表示部3aに現に記事内容が表示されている投稿記事の階層位置を容易に識別できるようにするためのものである。
【0027】
図示の例では矢印3eの形状のアイコン標識を用いている。しかし、指定された投稿記事の位置がわかるものであれば、このような標識を表示させる方法に限らない。例えば、指定された投稿記事に対応するリスト用表示項目の1つである投稿番号の文字色を他とは異なる色にしてもよい。
また、階層リスト表示部3dにおいて、指定された投稿記事自身のリスト表示項目は省略してもよい。この指定された投稿記事の上の階層となる階層関係を有する投稿記事の各リスト表示項目と、指定された投稿記事の下の階層となる階層関係を有する投稿記事の各リスト表示項目とを、別々に表示させれば、指定された投稿記事の位置がわかる。
【0028】
ユーザが応答ボタン3bをクリックすることにより、応答投稿要求がWWWサーバ203に送信される。WWWサーバ203では、応答投稿ページ4を作成して、パーソナルコンピュータ201の表示器202に表示させる。
一方、ユーザが「もどるボタン」3cをクリックすれば、戻り要求がWWWサーバ203に送信される。WWWサーバ203では、再び一覧表示ページ1を作成して、パーソナルコンピュータ201に送信し、表示器202で表示させる。
【0029】
次に、4は応答投稿ページである。ユーザは、応答投稿記事を、応答投稿の入力領域4a内のテキストボックスに入力する。次に、送信ボタン4bをクリックすれば、応答投稿記事がWWWサーバ203に送信される。WWWサーバ203では、内容を更新した一覧表示ページ1を作成して、パーソナルコンピュータ201の表示器202に表示させる。
すなわち、応答投稿記事を投稿すれば、自動的に関連する投稿記事群に取り込まれる。「もどるボタン」4cをクリックすれば、投稿記事ページ3に戻る。
【0030】
図2は、投稿記事データベース214におけるデータ構造の一例を模式的に示す説明図である。
図2(a)は投稿記事データベースのデータ構造である。
図1の新規投稿ページ2を用いて、ユーザが新規に記事を投稿すると、掲示板ページ作成部203aは、10個のデータベースフィールドを作成する。すなわち、新規投稿a,b,c,……毎に、投稿の発生順に10個のデータベースフィールドからなるレコードが作成される。最初のデータベースフィールドは新規投稿のためのデータベースフィールドである。残りのデータベースフィールドは、この新規投稿に応答する応答投稿、あるいは、この応答投稿に応答する応答投稿のためのデータベースフィールドである。図示の例では、1つの新規投稿に対して、合計9個までの応答投稿(1)〜(9)が許容される。
【0031】
図2(b)は、各データベースフィールドの内容を示す模式的説明図である。
各データベースフィールドは、複数の属性を有するフィールドに分かれている。各属性は、投稿番号、投稿日,階層,内容項目,題名,投稿者(ハンドルネーム),投稿者(メールアドレス),投稿記事本文(メッセージ)である。
投稿番号は、投稿順に付される番号である。投稿番号、投稿日、階層は、管理番号の一種として、掲示板ページ作成部203aにおいて生成される。階層は、例えば、新規投稿を1とし、新規投稿に応答する応答投稿を2とする。応答投稿を基礎としてさらに応答投稿をした場合には、基礎とする応答投稿の階層に+1する。なお、投稿記事本文は比較的長いので、別のレコードとして、元のレコードとの関連づけを行ってもよい。
【0032】
上述したデータ構造にしたがって、投稿記事および投稿番号等の管理情報を外部記憶装置204などに記憶させる。すなわち、1または複数の新規の投稿記事および該新規の投稿記事に対する1または複数の応答用の投稿記事が、応答の階層関係とともに記憶される。
その結果、図1に示した一覧表示ページ1あるいは投稿記事ページ3のHTMLファイルを作成するときに、投稿記事のリストを階層的に表示させ、かつ、新規投稿記事に対してのみ当該新規投稿記事の内容項目にあらかじめ対応づけられたアイコンを表示させるとともに、各投稿記事の内容を表示する画面にジャンプさせるリンクが張られたHTML文書を作成することができる。
投稿記事のリスト表示項目は、投稿番号,題名,投稿者(ハンドルネーム),投稿日である。新規投稿記事に対してのみ、その先頭(行頭)位置に、新規投稿記事の内容項目にあらかじめ対応づけられたアイコンの画像データファイルへのリンクを記述しておく。また、各投稿リスト用表示の題名に関連づけて、その投稿記事ページ3を作成するための処理プログラムを起動させる。
その際、投稿記事の内容項目が指定されたときには、各投稿記事の内容項目について検索を行うことにより、指定された内容項目を有する投稿記事についてのみ、一覧表示させることができる。
【0033】
また、ユーザにより投稿記事が指定されたときに、指定された投稿記事の階層関係を識別する階層関係を識別し、識別された階層関係に基づいて、指定された投稿記事の内容とともに、指定された投稿記事と、この指定された投稿記事に対して階層関係を有する投稿記事が階層的に示されるリストを表示する投稿記事ページ3のファイルを作成することができる。
すなわち、この指定された投稿記事によって、新規投稿a,新規投稿b,……のレコードを特定することにより、指定された投稿記事対して階層関係を有する関連する投稿記事群を識別する。
【0034】
そして、投稿記事群を構成する投稿記事のリスト、すなわち、新規投稿、応答投稿(1),応答投稿(2),……の各リスト表示項目、例えば、投稿番号,題名,投稿者(ハンドルネーム),投稿日を、階層表示させる。
この階層表示において、指定された投稿記事の先頭(行頭)部分に、標識とする記号を表示させるか、標識とするアイコンの画像ファイルへのリンクを記述することにより、指定された投稿記事がわかるようにする。
なお、図示の例では、新規投稿、応答投稿のいずれに対しても同じ属性のフィールドを割り当てたが、異なる属性のフィールドを割り当ててもよい。例えば、新規投稿に対しては階層のフィールドをなくし、応答投稿に対しては内容項目のフィールドをなくしてもよい。
【0035】
本発明の実施の形態を具体的に実行する方法は、1つに限られない。HTML文書内に記述されるサーバサイドスクリプト言語であるPHP(Personal Homepage/Form InterpreterあるいはHypertext Preprocessor)スクリプトを使用して実現することができる。しかし、従来と同様にCGIプログラムを用いても実現することもできる。この他、サーバ用のオペレーティングシステムに組み込まれてCGIとして機能するASP(Active Server Pages)プログラムを用いてもよい。
【0036】
以下、具体例を参照することによって本発明の実施の形態を説明する。
以下に示す図3〜図15は、パーソナルコンピュータ201の表示器211で表示される表示画面の一例を示す説明図である。次の図16〜図21は、そのような表示画面を表示させるための処理を説明するフローチャートである。
【0037】
図3は、「電子楽器ステーション」という仮の名前の、あるインターネットサービスのトップページの一例を示す説明図である。
「掲示板」のアイコンが表示されている。この表示位置にポインタを合わせてマウスの左ボタンをクリックすることにより、電子掲示板を提供するトップページにジャンプする。なお、電子掲示板を提供するWWWサーバは、図3に示すインターネットサービスのトップページを提供するWWWサーバと必ずしも一致しない。
電子掲示板サービスのメンバー登録を行うページにリンクする「メンバーズ」のアイコンもある。メンバー登録においては、電子楽器の演奏方法を教える音楽教室の先生の登録を行う。
【0038】
図4は、電子掲示板のトップページの一例を示す説明図である。
ここで、「先生の掲示板」の所定の表示位置をクリックすれば、先生専用の掲示板に移動する。「みんなの掲示板」の所定の表示位置をクリックすれば、一般ユーザの掲示板の一覧表示ページに移動する。
なお、「先生の掲示板」に移動するには、まずIDおよびパスワードを入力する画面において、登録されたIDおよびパスワードを入力する必要がある。「みんなの掲示板」については、使用条件を設けないが、あらかじめ登録されたユーザのみが使用できるように、メールアドレスやパスワード等の入力を条件づけてもよい。
【0039】
図5は、一覧表示ページの一例を示す第1の説明図である。この説明図は、一覧表示ページの上側を表示している画面を示す。
図6は、一覧表示ページの一例を示す第2の説明図である。この説明図は、一覧表示ページの下側を表示する画面を示している。
なお、「みんなの掲示板」は「先生の掲示板」に比べて、一覧表示ページにおいて投稿者検索ができない点を除いて同様である。したがって、特に「先生の掲示板」と「みんなの掲示板」とを区別しないで説明する。
【0040】
図5に示すように、一覧表示ページの初期画面で、内容項目を指定するドロップダウンリスト1aは、デフォルトで「すべて表示」となっている。したがって、内容項目を限定しない一覧リストが表示されている。各投稿記事について、投稿番号,題名,投稿者(ハンドル名),投稿日が一覧表示されている。
関連する投稿記事群は、1つの窓枠内に、ツリー構造で表示される。すなわち、図示の例では、下位の階層は、1つ上の階層の投稿記事の下に、その先頭(行頭)位置に「L」の記号を付し、かつ、右に字下げして表示される。
次の図6に示すように、一覧表示ページに表示する新規投稿記事数を、1ページ行数(ここでは、1つの窓枠を「行」という)として指定する。このテキストボックスに数値を入力し、設定ボタンをクリックすれば行数を変えることができる。なお、新規投稿記事と応答投稿記事とを区別しないで、表示記事数を指定できるようにしてもよい。
【0041】
図6に示すように、1つの投稿記事のリスト表示項目が長くなった場合には、すぐ次の行に続いているが、続く行は左端から開始されている。これに代えて、次に続く行も、最初の行の先頭と同じ位置から開始されるようにしてもよい。すなわち、その投稿記事の階層に応じて、リスト表示項目がインデントされて表示されるようにしてもよい。
ユーザが、例えば、投稿番号127の題名部分をクリックすると、その投稿記事の内容を表示する投稿記事ページ3の画面に移行する。
【0042】
図7は、投稿記事ページ3の一例を示す説明図である。
投稿番号127の指定された投稿記事の内容として、内容項目にあらかじめ対応づけられたアイコン、題名、投稿日、投稿者(ハンドルネーム)、投稿記事本文(メッセージ)とともに、この投稿記事に対して階層関係を有する関連する投稿記事群のリスト表示項目がツリー構造で表示される。このツリー構造において、矢印3eが指定された投稿番号127の位置を示している。
投稿番号127は、新規投稿から2階層下の応答投稿であるので、題名は、「Re:」が2個表示されている。記事本文欄には、最初の新規投稿記事「abcdefghijkl」が消されずに残されて「>>」の後に表示されている。また、次の行に、投稿番号127自体の応答投稿メッセージ「mnopqrstuvwxyz」が表示されている。
投稿記事群内の他の投稿記事の内容を見たいときには、それぞれの題名部分をクリックする。
この投稿記事に応答して返事を出すときには、「返信」ボタン3bをクリックする。一覧表示ページに戻るときには、「もどる」ボタン3cをクリックする。なお、WWWブラウザのツールバーにある「もどる」アイコンによっても戻ることができるが、WWWブラウザのツールバーやメニューバー等を用いた操作については説明を省略する。
【0043】
図8は、応答投稿ページ4の一例を示す説明図である。
図示の例では、題目(タイトル)、投稿者(ハンドルネーム)、投稿者(メールアドレス)、投稿記事本文(メッセージ)には、それぞれテキストボックスが用意され、あらかじめ、それまでにサーバ装置に送信されていたデータに基づいた内容がデフォルト表示されている。メッセージのテキストボックスには、残されていた最初の新規投稿記事「abcdefghijkl」が「>>>」の後に表示され、次の行の「>」の後に、投稿番号127自体の応答メッセージ「mnopqrstuvwxyz」が残されて表示されている。
ユーザは、デフォルト表示されたテキストを適宜、削除あるいは追加を行う。図示の例では、メッセージにテキスト文「zyxwuvtsrqponmlkjihgfedcba」を追加入力している。なお、メールアドレスを、掲示板に表示させるか否かは、ラジオボタンで選択する。
ユーザが送信ボタン4bをクリックすると、上述した応答投稿記事が送信され、投稿番号127の応答投稿記事となり、一覧表示ページ1が新たに表示されることになる。
【0044】
図9は、応答投稿記事の内容が反映された一覧表示ページ1の一例を示す説明図である。
先程の応答投稿記事には投稿番号135が付与され、そのリスト表示項目が、投稿番号127の次の行に、先頭に「L」記号を付し、先頭位置を右にずらせて表示されている。
【0045】
次に、図10は、図5に示した一覧表示ページ1において、内容項目を指定するときの画面の一例を示す説明図である。
ユーザが内容項目選択用ドロップダウンリスト1aの三角表示ボタンをクリックするとリストが表示される。その中から1つの内容項目、例えば、「買います」をクリックすることにより、内容項目を指定して、見たい投稿記事のみを抽出することができる。
【0046】
図11は、内容項目として「買います」が指定されたときの一覧表示ページ1の画面の一例を示す説明図である。内容項目として「買います」が設定された投稿記事だけのリストが表示される。
また、図12は、内容項目として「教えて」が選択されたときの一覧表示ページ1の画面の一例を示す説明図である。内容項目として「教えて」が設定された投稿記事だけのリストが表示される。
【0047】
次に、図13は、新規投稿ページ2の画面の一例を示す説明図である。
既に投稿者名(ハンドルネーム)およびメールアドレスがサーバ装置203に送信されているので、これらのテキストボックスはデフォルト表示がされている。ドロップダウンリスト2bの三角表示ボタンをクリックして、リストを表示させ、その中から1つの内容項目をクリックすることにより、新規投稿記事に内容項目を設定する。ユーザが選択しなければ、一律に一般投稿を示す「じぇねらる」を設定してもよい。
【0048】
図14は、新規投稿ページ2の画面において、ドロップダウンリストを表示させたときの画面の一例を示す説明図である。
図13,図14において、送信ボタン2cをクリックすることにより、新規投稿記事のタイトル、ハンドルネーム、メールアドレス、内容項目、メッセージのデータがWWWサーバ203に送信される。WWWサーバ203ではこの新規投稿内容が反映されて更新された一覧表示ページ1のHTMLファイルが作成され、ユーザのパーソナルコンピュータ201の表示画面に、更新された一覧表示ページ1が表示される。
図15は、アイコン説明のページの一例を示す説明図である。
既に説明したように、アイコンは、投稿記事の内容項目にあらかじめ対応づけられ、投稿記事の内容項目を示すシンボル表示である。使用する画面によって、大小2つのサイズが用意されている。
【0049】
次に、上述した各ページを参照しながら、以下に示すフローチャートを用いて、本発明の実施の一形態の動作を説明する。上述した各ページには、様々なリンクが張られているが、フローチャートでは主要なリンクについて説明する。
図16は、ユーザ端末からWWWサーバの電子掲示板サービスにアクセスする処理の動作例を示すフローチャートである。図17〜図20は、図16のフローチャートにおけるS19,S38における「先生の掲示板」の処理の詳細を説明するフロ−チャートである。S18およびS39における「みんなの掲示板」の処理は説明を省略する。「先生の掲示板」と「みんなの掲示板」とを同時に利用するときには、それぞれ別々のWWWブラウザ画面で表示される。
図21は、投稿内容検索および投稿者検索を実行するフローチャートである。説明の便宜上、図17〜図20の処理から抜き出して最後に説明する。
【0050】
図16のS11において、ユーザ端末(パーソナルコンピュータ201)は、WWWブラウザソフトウエアプログラムを立ち上げ、WWWサーバ203のURLを送信する。WWWサーバのS31において、ユーザからアクセスがあったか否かを判定し、アクセスがあればS32に処理を進め、トップページ(図3)のHTMLファイルを送信する。
ユーザ端末のS12においてトップページ(図3)を表示し、ユーザに各種サービスから1つを選択させ、選択されたサービスの要求を送信する。WWWサーバのS33において、このサービス要求を受信し、要求が「掲示板」サービスの要求であればS35に処理を進め、その他のサービスの要求であればS34に処理を進める。
S34においては、他のサービスのトップページのHTMLファイルを送信し、ユーザの要求に応じたサービスを実行してS32に処理を戻す。一方、S35においては、「掲示板」トップページのHTMLファイルを送信する。
【0051】
ユーザ端末のS13においては、HTMLファイルを受信したか否かを判定し、受信したときには、それが他のサービスのトップページであれば、S14に示す、他のサービスのトップページを表示し、所望のサービスを受けてS12に処理を戻す。
一方、S13において、受信したHTMLファイルが「掲示板」トップページであれば、「掲示板」トップページ(図4)を表示して、S16に処理を進める。S16において、「先生の掲示板」,「みんなの掲示板」の一方を選択して要求を送信する。
【0052】
WWWサーバのS36において、要求を受信したか否かを判定し、「みんなの掲示板」の要求を受信したときにはS37に処理を進め、「先生の掲示板」の要求を受信したときにはS38に処理を進める。
S37において、「みんなの掲示板」のHTMLファイルを送信し、S39において「みんなの掲示板」の処理を実行してS32に処理を戻す。一方、S38において、「先生の掲示板」のHTMLファイルを送信し、S40において、「先生の掲示板」の処理を実行してS32に処理を戻す。
ユーザ端末のS17において、HTMLファイルを受信したか否かを判定し、受信したHTMLファイルが、「みんなの掲示板」のHTMLファイルであれば、S18に処理を進め、S18において、「みんなの掲示板」の処理を実行し、S12に処理を戻す。一方、S17において、受信したHTMLファイルが、「先生の掲示板」のHTMLファイルであれば、S19に処理を進め、「先生の掲示板」の処理を実行してS12に処理を戻す。
【0053】
図17は、図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第1のフロ−チャートである。
WWWサーバのS61において、「先生の掲示板」に属する投稿記事の一覧表示ページ(図5,図6)のHTMLファイルを送信する。この一覧表示ページには、内容項目を示すアイコンが付され、デフォルトでは、新しい順に10件(投稿記事群の数)ずつのリストが表示される。内容項目は、初期状態では全ての内容を表示する設定になっている。
【0054】
ユーザ端末のS51において、「先生の掲示板」に属する投稿記事の一覧表示ページ(図5,図6)のHTMLファイルを受信して表示する。
S52において、内容項目ドロップダウンリスト(図5,図9,図10,図11,図12の1a)の三角表示ボタンのクリックがされたか否かを判定し、クリックされたときにはS53に処理を進め、クリックされていないときには、次の図17のS71に処理を進める。
S53において、内容項目一覧をドロップダウン表示させ、S54において、ユーザに内容項目の1つを指定させて内容項目指定要求を送信する。
【0055】
WWWサーバのS62において、内容項目指定要求を受信したか否かを判定し、受信したときにはS63に処理を進め、受信しないときには、次の図17のS91に処理を進める。S63において、指定された内容項目に属する投稿記事を検索・抽出する。指定された内容項目に属する投稿記事の一覧表示ページ(図11,図12)のHTMLファイルを送信する。この一覧表示ページも、S61で送信する一覧表示ページと同様に、内容項目を示すアイコンが付され、デフォルトでは、新しい順に10件(投稿記事群の数)ずつのリストが表示される。
ユーザ端末のS55において、指定された内容項目に属する投稿記事の一覧表示ページ(図11,図12)のHTMLファイルを受信して表示する。
【0056】
図18は、図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第2のフロ−チャートである。
ユーザ端末のS71において、新規投稿ボタンがクリックされたか否かを判定し、クリックされたときにはS72に処理を進めて新規投稿要求を送信し、クリックされていないときには、次の図19のS101に処理を進める。
WWWサーバのS91において、新規投稿要求を受信したか否かを判定し、受信したときにはS92に処理を進め、受信しないときには、次の図19のS121に処理を進める。S92において、新規投稿ページ(図13)のHTMLファイルを送信し、S93に処理を進める。この新規投稿ページ(図13)には、内容項目の選択入力のためのドロップダウンリストが設けられている。
【0057】
ユーザ端末のS73において、新規投稿ページ(図13)のHTMLファイルを受信して表示する。S74において、新規投稿メッセージ等の入力とその表示を実行する。S75においては、内容項目ドロップダウンリスト2bの三角表示ボタンがクリックされたか否かを判定し、クリックされたときときにはS76に処理を進め、クリックされていないときにはS78に処理を進める。
S76において、内容項目一覧をドロップダウン表示させ、S77において、内容項目の1つを指定させて設定し、S78に処理を進める。S78においては、送信ボタンがクリックされたか否かを判定し、クリックされたときにはS79に処理を進め、新規投稿メッセージ等を送信し、図17のS51に戻って、一覧表示ページのHTMLファイルを受信する。クリックされていないときには、S74に処理を戻す。
WWWサーバのS93において、新規投稿メッセージ等を受信したか否かを判定し、受信したときにはS94に処理を進め、新規投稿メッセージが反映された、一覧表示ページのHTMLファイルを作成し、図17のS61に戻って、HTMLファイルを送信する。ただし、既に図17のS63において内容項目が指定された投稿記事が検索.抽出されているときには、その指定された内容項目に属する投稿記事の一覧表示ページとなる。
【0058】
図19は、図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第3のフロ−チャートである。
ユーザ端末のS101において、一覧表示された投稿記事のリンク部分がクリックされたか否かを判定し、クリックされたときにはS102に処理を進め、クリックされていないときには、次の図20のS131に処理を進める。S102において、投稿記事ページの要求を送信する。
WWWサーバのS121において、投稿記事ページの要求を受信したか否かを判定し、受信したときには、S122に処理を進め、受信しないときには、次の図20のS141に処理を進める。
S122においては、要求された投稿記事ページのHTMLファイルを送信する。この投稿記事ページ(図7)には、要求された投稿記事の内容のほか、この投稿記事に対して階層関係を有する関連する投稿記事群の一覧リストがツリー表示される。
【0059】
ユーザ端末のS103において、要求した投稿記事ページ(図7)のHTMLファイルを受信して表示し、S104に処理を進める。
S104において、返信ボタンがクリックされたか否かを判定し、クリックされたときにはS105に処理を進め、クリックされないときにはS106に処理を進める。
S106において、「もどるボタン」がクリックされたときには、S113に処理を進め、戻る要求を送信し、図17のS51に処理を戻し、一覧表示ページのHTMLファイルを受信して表示する。一方、「もどるボタン」がクリックされていないときには、この図19のS104に処理を戻す。
S105においては、応答要求を送信し、S107に処理を進める。
WWWサーバのS123において、応答要求を受信したか否かを判定し、受信したときにはS124に処理を進め、受信しないときにはS125に処理を進める。S125において、戻る要求を受信したか否かを判定し、受信したときには図17のS61に処理を戻し、一覧表示ページのHTMLファイルを送信する。
S124において、応答投稿ページ(図8)のHTMLファイルを送信する。タイトル等は、デフォルト表示されるようになっている。
【0060】
ユーザ端末のS107において、応答投稿ページ(図8)のHTMLファイルを受信して表示し、S108に処理を進め、応答投稿メッセージ等の入力と表示を行う。
S109において、送信ボタン4bがクリックされたか否かを判定し、クリックされたときにはS110に処理を進め、クリックされていないときにはS111に処理を進める。S110において、応答投稿メッセージ等を送信し、図17のS51に処理を戻し、一覧表示ページのHTMLファイルを受信して表示する。
【0061】
WWWサーバのS126において、応答投稿メッセージ等を受信したか否かを判定し、受信したときにはS127に処理を進め、受信しないときには、S128に処理を進める。
S127において、応答投稿メッセージが反映された「先生の掲示板」の一覧表示ページのHTMLファイルを作成し、図17のS61に処理を戻す。ここで、既に、S63において一覧表示する内容項目が指定されていたときには、引き続き、内容項目が指定された一覧表示を行わせる。内容項目が指定されていなかったときには、全ての投稿記事の一覧表示を行う。
S128において戻る要求を受信したときには、この図19のS122に処理を戻し、受信しないときにはS126に処理を戻す。
なお、このフローチャートでは、説明を簡単にするため、階層リスト表示部3d中の投稿記事へのリンクを省略した。
【0062】
図20は、図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第4のフロ−チャートである。
ユーザ端末のS131においては、アイコン説明ボタンがクリックされたか否かを判定し、クリックされたときにS132に処理を進め、クリックされていないときには、S133に処理を進める。
S133において、最初のページ(図3)に戻るボタンがクリックされたか否かを判定し、クリックされたときにはS137に処理を進め、最初のページ(図3)に戻る要求を送信し、図16のフローに戻る。クリックされていないときには、図17のS52に処理を戻す。
WWWサーバのS141において、アイコン説明要求を受信したか否かを判定し、受信したときにはS142に処理を進め、受信しないときにはS143に処理を進める。
S143において、最初のページ(図3)に戻る要求を受信したか否かを判定し、受信したときには、図16のフローに戻り、受信しないときには図17のS62に処理を戻す。
【0063】
ユーザ端末のS132においては、アイコン説明要求を送信する。
WWWサーバのS142において、アイコン説明表示ページ(図15)のHTMLファイルを送信し、S144に処理を進める。
ユーザ端末のS134においては、アイコン説明表示ページ(図15)のHTMLファイルを受信して表示し、S135に処理を進める。S135において、「閉じるボタン」がクリックされたか否かを判定し、クリックされたときにはS136に処理を進め、閉じる要求を送信し、図17のS51に処理を戻し、一覧表示ページのHTMLファイルを受信して表示する。
WWWサーバのS144において、閉じる要求を受信したか否かを判定し、受信したときには、図17のS61に処理を戻し、一覧表示ページのHTMLファイルを送信する。
【0064】
次に、投稿内容検索および投稿者検索について説明する。
図21は、「みんなの掲示板」において、先生が投稿内容検索および投稿者検索を行うフローチャートである。図20においてS133の直前、S143の直前に挿入することができる。
ユーザ端末のS151において、投稿内容検索ボタンがクリックされたか否かを判定し、クリックされたときにはS152に処理を進め、クリックされていないときにはS157に処理を進める。S152において、投稿内容検索要求を送信する。
WWWサーバのS171において、投稿内容検索要求を受信したか否かを判定し、受信したときはS172に処理を進め、受信していないときはS176に処理を進める。S172において、投稿内容検索条件ページ(図示せず)のHTMLファイルを送信する。このページには、例えば、検索語のテキストボックスが設けられている。
【0065】
ユーザ端末のS153において、投稿内容検索条件ページのHTMLファイルを受信して投稿内容検索条件ページを表示する。
S154において、ユーザに検索語を入力させ、検索語を表示する。S155において、送信ボタンがクリックされたか否かを判定し、クリックされたときにはS156に処理を進める。S156において、検索語を送信して、図17のS51に処理を戻す。
WWWサーバのS173において、検索語を受信したか否かを判定し、受信したときには、S174に処理を進め、受信した検索語をタイトルやメッセージ等に含んでいる投稿記事を検索・抽出し、S175において、受信した検索語を含む投稿記事の一覧表示ページ1のHTMLファイルを作成して、図17のS61に処理を進める。
なお、既に、S63において内容項目を条件として検索・抽出されていたときには、この指定された内容項目に属する投稿記事についてS174で検索・抽出することになる。あるいは、S174における検索・抽出においては、内容項目の指定を行わないようにしてもよい。
【0066】
次に、ユーザ端末のS157において、投稿者検索ボタンがクリックされたか否かを判定し、クリックされていないときには、図20のS133に処理を進め、クリックされたときにはS158に処理を進める。S158において、投稿者検索要求を送信し、S159に処理を進める。
WWWサーバのS176において、投稿者検索要求を受信したか否かを判定し、受信しなかったときには、図20のS144に処理を進め、受信したときにはS177に処理を進める。S177において、投稿者検索条件ページ(図示せず)のHTMLファイルを送信する。
【0067】
ユーザ端末のS159において、投稿者検索条件ページのHTMLファイルを受信して投稿者検索条件ページを表示する。音楽教室の先生としてのメンバー登録を行ったユーザの端末には、あらかじめその音楽教室の生徒の名簿がWWWサーバから送信されている。既に入力された生徒名(ハンドルネームあるいはメールアドレス)は、投稿者検索条件ページにデフォルト表示されるようにする。
S160において、検索投稿者名等(ハンドル名またはメールアドレス)をデフォルトで表示の中から指定するか、名簿にない投稿者についてタイプ入力して表示させる。S161において、送信ボタンがクリックされたか否かを判定し、クリックされたときにはS162に処理を進め、検索投稿者名等を送信して、図17のS51に処理を戻す。
【0068】
WWWサーバのS178において、検索投稿者名等を受信したか否かを判定し、受信したときにはS179に処理を進め、受信した検索投稿者名等の投稿記事を検索・抽出し、S180において、受信した検索投稿者等の投稿記事の一覧表示ページのHTMLファイルを作成し、図17のS61に処理を戻す。
なお、既にS63において、内容項目を条件として検索・抽出をしていたときには、この指定された内容項目に属する投稿記事についてS179で検索・抽出することになる。あるいは、S179における検索・抽出においては、内容項目の指定を行わないようにしてもよい。
【0069】
上述したS157〜S162の処理を簡易化することもできる。
先生用の「生徒自動抽出ボタン」を「みんなの掲示板」に設けておき、このボタンをクリックするだけで、WWWサーバに記憶された自分の生徒名(ハンドルネームあるいはメールアドレス等)の投稿記事を自動抽出させて一覧表示させることができる。
上述した説明は、先生が利用できる検索機能を説明した。生徒あるいは一般ユーザは、図5等の一覧表示ページ1が「みんなの掲示板」であっても、投稿者検索ボタンをクリックしても機能しないようにしている。しかし、生徒あるい一般ユーザにも、投稿者検索機能を実行させてもよい。この場合、検索投稿者名は、テキストボックスにタイプ入力すればよい。
【0070】
上述した説明では、「先生の掲示板」と「みんなの掲示板」という複数の掲示板を設け、それぞれが独立した異なるWWWブラウザ画面で表示されるようにした。「先生の掲示板」とは、登録された会員だけがアクセスして利用できる掲示板であり、IDやパスワードを入力することによって利用できる。一方、「みんなの掲示番」は、あらかじめ登録を義務づけてもよいが、原則として自由に参加できる。
【0071】
先生は、「先生の掲示板」だけでなく、「みんなの掲示板」を利用できる。そこで、「先生の掲示板」の投稿記事の中に、みんなの掲示板を意味する「掲示板管理番号」と「みんなの掲示板」における投稿番号等の投稿記事を特定する「投稿記事管理番号」とを組みあわせて引用し、サーバ側では、この「みんなの掲示板を示す「掲示板管理番号」を識別して「みんなの掲示板」の投稿記事にリンクを張るようにしてもよい。投稿記事の本文中に、リンクされたテキストをクリックすると、「みんなの掲示板」の投稿記事が「先生の掲示板」とは別の「みんなの掲示板」の画面に表示される。
図21においては、先生が「みんなの掲示板」において、自分の生徒名を検索対象として投稿者名検索を行った。上述した「みんなの掲示板」を示す「掲示板管理番号」も条件として検索することにより、「先生の掲示板」から、上述した自分の生徒名を検索対象とした投稿者名検索を行うことができる。
なお、「みんなの掲示板」からは、先生しか見られない「先生の掲示板」にアクセスできないようにする。
【0072】
上述した説明では、2つの掲示板として、先生という特定会員用と生徒あるいは一般ユーザ用の2つの掲示板について説明した。
しかし、インターネット上では、一般に、種々のテーマを有する掲示板が複数存在する。このように異なる掲示板の間でも、同様にして、複数の掲示板が、互いに、あるいは、一方向にアクセスすることができる。具体的には、他方の掲示板を意味する「掲示板管理番号」と「投稿者名」(あるいは「検索語」)とを組みあわせて検索・抽出を行う。あるいは、一方の掲示板の投稿記事の中に他方の掲示板を意味する「掲示板管理番号」と投稿記事を特定する「投稿記事管理番号」とを組みあわせて投稿記事中に引用してリンクを張る。
【0073】
【発明の効果】
本発明は、上述した説明から明らかなように、投稿記事のリストにおいて、各投稿記事の内容を判別するアイコンを無駄なく表示させることができるという効果がある
【図面の簡単な説明】
【図1】 本発明の実施の一形態によって、ユーザ端末の表示器に表示される表示ページの説明図である。
【図2】 投稿記事データベース214におけるデータ構造の一例を模式的に示す説明図である。
【図3】 あるインターネットサービスのトップページの一例を示す説明図である。
【図4】 電子掲示板のトップページの一例を示す説明図である。
【図5】 一覧表示ページの一例を示す第1の説明図である。
【図6】 一覧表示ページの一例を示す第2の説明図である。
【図7】 投稿記事ページ3の一例を示す説明図である。
【図8】 応答投稿ページ4の一例を示す説明図である。
【図9】 応答投稿記事の内容が反映された一覧表示ページ1の一例を示す説明図である。
【図10】 図5に示した一覧表示ページ1において、内容項目を指定するときの画面の一例を示す説明図である。
【図11】 内容項目として「買います」が指定されたときの一覧表示ページ1の画面の一例を示す説明図である。
【図12】 内容項目として「教えて」が選択されたときの一覧表示ページ1の画面の一例を示す説明図である。
【図13】 新規投稿ページ2の画面の一例を示す説明図である。
【図14】 新規投稿ページ2の画面において、ドロップダウンリストを表示させたときの画面の一例を示す説明図である。
【図15】 アイコン説明のページの一例を示す説明図である。
【図16】 ユーザ端末からWWWサーバの電子掲示板サービスにアクセスする処理の動作例を示すフローチャートである。
【図17】 図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第1のフロ−チャートである。
【図18】 図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第2のフロ−チャートである。
【図19】 図16のS19,S38における「先生の掲示板」の処理の詳細を説明する第3のフロ−チャートである。
【図20】 図16のフローチャートにおけるS19,S38における「先生の掲示板」の処理の詳細を説明するフロ−チャートである。
【図21】 投稿内容検索および投稿者検索を実行するフローチャートである。
【図22】 ネットワークを利用した従来の電子掲示板サービスを説明するためのシステム概要図である。
【図23】 従来のネットワークを利用した電子掲示板の表示制御方法を説明するための機能構成図である。
【符号の説明】
1 一覧表示ページ、1a 内容項目選択用ドロップダウンリスト、1b 新規投稿ボタン、1c アイコン、1d 各投稿記事のリスト表示項目、2 新規投稿ページ、2a 入力領域、2b 内容項目指定用ドロップダウンリスト、2c 送信ボタン、3 投稿記事ページ、3a 投稿記事表示部、3b 応答投稿ボタン、3c もどるボタン、3d 階層リスト表示部、3e 矢印、4 応答投稿ページ、4a 入力領域、4b 送信ボタン、4c もどるボタン
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a page creation method and server device for an electronic bulletin board system that displays posted articles desired by a user using a network or the like.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, a server device that receives and accumulates posted articles from a plurality of users' computers using a network and provides an electronic bulletin board service to each computer is known.
FIG. 22 is a system outline diagram for explaining a conventional electronic bulletin board service using a network.
In the figure, 201 is a personal computer, 202 is a network such as the Internet, 203 is a WWW (World Wide Web) server, 204 is an external storage device of the WWW server 203, 205 is a mobile phone terminal, and 206 is a PDA (Personal Digital Assistant) terminal. , 207 are base stations.
The personal computer 201 is connected to a WWW (World Wide Web) server 203 via a network 202 and becomes a user terminal (client) that receives services of an electronic bulletin board. In addition, wireless terminals such as the mobile phone terminal 205 and the PDA terminal 206 are connected to the network 202 via the base station 207, and are similarly connected to the WWW server 203 to be user terminals that receive electronic bulletin board services.
[0003]
FIG. 23 is a functional configuration diagram for explaining an electronic bulletin board service using a conventional network. The personal computer 201 is illustrated as a user terminal.
In the figure, 211 is a display such as a display, 212 is an input unit such as a keyboard and a mouse, 201a is a WWW browser, and posts articles and various requests input from the input unit 212, URL (Uniform Resource Locators) ) Is transmitted to the WWW server 203 and a Web page received as an HTML (Hypertext Markup Language) file from the WWW server 203 is displayed on the display 211.
[0004]
The WWW server 203 receives the posted article transmitted from the personal computer 201 and activates the bulletin board page creation unit 203a. The bulletin board page creation unit 203a causes the database management system 213 to create a posted article database 214 by transferring management information such as a posted article and a posted number.
The WWW server 203 also receives various requests transmitted from the personal computer 201 and activates the bulletin board page creation unit 203a. The bulletin board page creation unit 203a causes the database management system 213 to read the posted articles and various management information stored in the posted article database 214 in accordance with the content of the request described above, and display the page of the electronic bulletin board. An HTML file is created, and the created HTML file is transmitted to the personal computer 201 to the WWW server.
[0005]
The posted article database 214 is constructed on the external storage device 204 of the WWW server 203 as shown in FIG. 22, for example. Alternatively, it may be provided in the file server via the network 202 or a LAN (not shown) together with the database management system 213.
Note that even the cellular phone terminal 205 and the PDA terminal 206 shown in FIG. 22 function in the same manner as the personal computer 201 illustrated as long as they have a WWW browser function.
For example, Apache is used as the WWW server program of the WWW server 203 described above. The functions of the bulletin board page creation unit 203a described above are executed by, for example, a CGI (Common Gateway Interface) program. Specifically, for example, Perl (Practical Extraction and Report Language) is used, and the database management system 213 is structured. Access using the query language SQL (Structured Query Language).
[0006]
There are various creation methods for the bulletin board page creation method in the server device that provides the above-described conventional electronic bulletin board service.
As a first creation method, the texts of all posted articles are displayed in chronological order. In this case, since the body of the posted article often extends over several lines, it is difficult to find a desired posted article.
Therefore, as a second creation method, a list of posted articles is first displayed, a desired posted article is searched from the list, and the title of the desired posted article is clicked to display the contents of the desired posted article. .
As a list display, in addition to time order display, considering the hierarchy of newly posted articles and related response posted articles, the tree that shifts the head of each posted article list item to the right in the lower hierarchy There is a display. In the case of a tree display, the hierarchical relationship between responses of new posts and response posts becomes clear.
[0008]
  On the other hand, when entering a new posted article, specify the item that identifies the content of the posted article, and specify the posted article content at the beginning of the line in the posted article list displayPre-associated with itemIf the icon is displayed, the contents of each posted article can be distinguished at a glance in the list display. That is, it is not necessary to explain the contents of the posted article, and as a result, the list can be displayed in a smaller display space.
  However, in the tree display described above, the same icon is displayed at the beginning of the list display item of each response posted article, even though the group of newly posted articles and the related posted response articles all belong to the same content item. However, there is a problem that only the display space is wasted and the determination of the contents becomes troublesome.
[0010]
[Problems to be solved by the invention]
  The present invention has been made to solve the above-described problems., ThrowIt is an object of the present invention to provide an electronic bulletin board page creation method and server device that display an icon for determining the content of each posted article without waste in a list of article articles..
[0013]
[Means for Solving the Problems]
  Claim1In the invention described in, the posted article is displayed.In the server device that creates pages for electronic bulletin boardsIn the method of creating pages for electronic bulletin boards,The posted article has a hierarchical relationship of responses, and an item for specifying the content is set at the top of the hierarchical relationship.One or more newRegulationArticles and the newRegulationArticleOne of the subordinatesOne or more responsesAnsweringThe article isSaidA hierarchical relationship identifying step that is stored together with a hierarchical relationship and identifies the hierarchical relationship of the specified posted article when all or part of the posted article is specified by a user, based on the identified hierarchical relationship The specified posted article and the posted article having the hierarchical relationship with respect to the specified posted article are hierarchically displayed, and the newly posted article is hierarchically displayed among the posted articles. Only for new articlesSet toIdentify contentPre-associated with itemsA file creation step for creating a page file displaying a list with icons;
  Therefore, the contents of each posted article can be distinguished at a glance. As a result, the list display can be completed in a small display space. In addition, in the list of posted articles, identify the content of each posted articlePre-associated with itemsThe icon can be displayed without waste, and the determination of the icon is not troublesome.
  When the user specifies the content of the posted article and displays the list, a part of the posted article is displayed as a list.
  Also,fingerThe present invention can also be applied to the case where a list is displayed together with the contents of the defined posted articles.
[0018]
  Claim2In the invention described in, the page of the electronic bulletin board displaying the posted articlesProductIn the server deviceThe posted article has a hierarchical relationship of responses, and an item for specifying the content is set at the top of the hierarchical relationship.One or more newRegulationArticles and the newRegulationArticleOne of the subordinatesOne or more responsesAnsweringThe article isSaidStorage means stored together with the hierarchical relation, hierarchical relation identifying means for identifying the hierarchical relation of the specified posted article when all or part of the posted article is designated by the user, and the identified hierarchical relation Based on the specified posted article and the posted article having the hierarchical relationship with respect to the specified posted article, and among the posted articles shown hierarchically, New post only for new postSet toContentIdentifyitemPre-associated withIt has file creation means for creating a page file that displays a list showing icons.
  Therefore, the claims1As in the invention described in, the contents of each posted article can be distinguished at a glance. In addition, in the list of posted articles, an item that identifies the content of each posted articlePre-associated withThe icon can be displayed without waste, and the determination of the icon is not troublesome.
  When the user specifies the content of the posted article and displays the list, a part of the posted article is displayed as a list. Also,fingerThe present invention can also be applied to the case where a list is displayed together with the contents of the defined posted articles.
[0019]
  Claim 1 above, 2The electronic bulletin board page creation method described in (1) can be realized by an electronic bulletin board page creation program executed by a computer. This electronic bulletin board page creation program can be recorded on a recording medium, and can also be recorded on a recording medium and supplied to a server device..
[0021]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 is an explanatory diagram of a display page displayed on a display of a user terminal according to an embodiment of the present invention.
The movement between each display page shows the main ones.
The system outline diagram and functional configuration diagram of the present invention for realizing such a display page are the same as those of the conventional one described with reference to FIGS. However, the function of the bulletin board page creation unit 203a and the data structure of the posted article database 214 are different.
In FIG. 1, 1 is a list display page. The list display page 1 displays a content item selection drop-down list 1a, a new posting button 1b, an icon 1c, and a list display item 1d for each posted article.
An icon 1c is assigned to the head of each list display item 1d of a plurality of posted articles. As will be described later, the user designates a content item that specifies the content of the posted article. The icon 1c is an image display that symbolizes an item that specifies the content of the posted article. The icon 1c is particularly effective when viewed on a display of a mobile phone terminal 205 or a PDA terminal 206 that is smaller than the display 202 of the personal computer 201. Even if the item content is not explained in characters, it can be understood only by the icon 1c, so that the number of displayed characters can be reduced.
[0022]
Posting articles include “new posting” when newly posting on the bulletin board and “response posting article” posted in response to this “new posting”. Each list display item 1d of “new posting” and “response posting article” is displayed in a hierarchical tree structure according to the hierarchical relationship of the responses.
That is, the “response posted article” is displayed in a form subordinate to the “new posted article”. Furthermore, the list display of the posted articles having these hierarchical relationships is displayed in a single window frame. As a result, related posts that are the subject of discussion and topics can be immediately identified and read together.
In this way, for the related posted article group having a hierarchical relationship, one icon is displayed only for the new posted list display item 1d. As a result, the display is simple and easy to see.
[0023]
When the list display page 1 is displayed for the first time, as an initial display, articles of all items are displayed in the posting time order (ascending order or descending order) of new posts.
However, when the user designates a content item (item for specifying content) from the content item selection drop-down list 1a, only the posted articles of the corresponding content item are selectively displayed as redisplay after the initial display. A list can be displayed. The list is narrowed down to the content of the posted article, so it is easy to find the posted article with the required content. You can also see only the posts you want to see.
When the list display item of each posted article exceeds the range of one line, it is displayed across the next line.
[0024]
Next, 2 is a new posting page. By clicking the new posting button 1 b on the list display page 1, a new posting page 2 is created by the WWW server 203 and displayed on the display 202 of the personal computer 201. 2b is a content item designating drop-down list, 2a is an input area for inputting a new posted document, and 2c is a send button.
The contributor designates a content item corresponding to the content of the post from among a plurality of items displayed by default in advance in the content item designation drop-down list 2b, and inputs the title, message, etc. of the new post in the input area 2a. . By clicking the send button 2c, the content item designation information and new post data are sent to the WWW server 203. The WWW server 203 creates a list display page 1 with updated contents and displays it on the display 202 of the personal computer 201.
[0025]
Next, 3 is a posted article page. On the list display page 1, by clicking a part of the list display item 1d, usually an underlined part, a posted article corresponding to the list display item 1d is specified and a display request for the content is made. It is transmitted to the WWW server 203. The WWW server 203 creates a posted article page 3 and displays it on the display 202 of the personal computer 201.
In some cases, the posted article pages of all posted articles are created first. In such a case, only the designated posted article page 3 is selected and displayed.
Moreover, it may be a long page in which the contents of all posted articles are displayed in order under the list display page 1. In such a case, the screen display position in the page is changed so that the content of the posted article page 3 shown in the figure is displayed on the screen for the designated posted article.
[0026]
In the posted article page 3, 3a is a posted article display section, 3b is a response posting button, 3c is a "return button", 3d is a hierarchical list display section, and 3e is an arrow. In this posted article page 3, a hierarchical list display section 3d is displayed together with a display section 3a for the content of the designated posted article.
The hierarchical list display unit 3d is a part that hierarchically displays each list display item of a designated posted article and a posted article having a hierarchical relationship with the designated posted article. The arrow 3e is for easily identifying the hierarchical position of the posted article whose article content is currently displayed on the display unit 3a.
[0027]
In the illustrated example, an icon sign in the shape of an arrow 3e is used. However, the method of displaying such a sign is not limited as long as the position of the designated posted article is known. For example, the text color of the post number, which is one of the display items for the list corresponding to the specified post article, may be a different color from the others.
In addition, the list display item of the designated posted article itself may be omitted in the hierarchical list display unit 3d. Each list display item of a posted article having a hierarchical relationship that is a hierarchy above the specified posted article, and each list display item of a posted article having a hierarchical relationship that is a layer below the specified posted article, If they are displayed separately, the position of the specified posted article can be known.
[0028]
When the user clicks the response button 3b, a response posting request is transmitted to the WWW server 203. The WWW server 203 creates a response posting page 4 and displays it on the display 202 of the personal computer 201.
On the other hand, if the user clicks the “return button” 3 c, a return request is transmitted to the WWW server 203. In the WWW server 203, the list display page 1 is created again, transmitted to the personal computer 201, and displayed on the display unit 202.
[0029]
Next, 4 is a response posting page. The user inputs the response posting article in a text box in the response posting input area 4a. Next, when the transmission button 4 b is clicked, the response posting article is transmitted to the WWW server 203. The WWW server 203 creates a list display page 1 with updated contents and displays it on the display 202 of the personal computer 201.
That is, if a response post article is posted, it is automatically taken into a related post article group. If the “return button” 4 c is clicked, it returns to the posted article page 3.
[0030]
FIG. 2 is an explanatory diagram schematically showing an example of the data structure in the posted article database 214.
FIG. 2A shows the data structure of the posted article database.
When a user posts a new article using the new posting page 2 in FIG. 1, the bulletin board page creation unit 203a creates 10 database fields. That is, for each new post a, b, c,..., A record consisting of 10 database fields is created in the order in which the posts are generated. The first database field is a database field for new posts. The remaining database fields are database fields for response posts responding to this new post or response posts responding to this response post. In the illustrated example, a total of nine response posts (1) to (9) are allowed for one new post.
[0031]
FIG. 2B is a schematic explanatory diagram showing the contents of each database field.
Each database field is divided into fields having a plurality of attributes. Each attribute includes a posting number, a posting date, a hierarchy, a content item, a title, a contributor (handle name), a contributor (email address), and a post article text (message).
The posting number is a number assigned in the order of posting. The posting number, posting date, and hierarchy are generated in the bulletin board page creation unit 203a as a kind of management number. The hierarchy is, for example, 1 for a new post and 2 for a response post in response to the new post. When a response post is further made based on the response post, +1 is added to the base level of the response post. Since the posted article body is relatively long, it may be associated with the original record as another record.
[0032]
  Management information such as a posted article and a posted number is stored in the external storage device 204 in accordance with the data structure described above. That is, one or a plurality of new posted articles and one or a plurality of posted articles for response to the new posted articles are stored together with a hierarchical relationship of responses.
  As a result, when the HTML file of the list display page 1 or the posted article page 3 shown in FIG. 1 is created, a list of posted articles is displayed in a hierarchical manner, and the new posted article is only displayed for newly posted articles. Contents ofPre-associated with itemsIn addition to displaying icons, you can create an HTML document with a link that jumps to a screen that displays the content of each posted article.
  The list display items of the posted articles are a posting number, a title, a contributor (handle name), and a posting date. Only for newly posted articles, a link to an image data file of an icon associated in advance with the content item of the newly posted article is described at the top (line head) position. In addition, a processing program for creating the posted article page 3 is started in association with the title of each posted list display.
  At this time, when the content item of the posted article is specified, only the posted articles having the specified content item can be displayed as a list by searching for the content item of each posted article.
[0033]
Also, when a posted article is specified by the user, the hierarchical relationship that identifies the hierarchical relationship of the specified posted article is identified, and the specified posted article is specified along with the content of the specified posted article based on the identified hierarchical relationship. It is possible to create a file of the posted article page 3 that displays a list in which the posted articles and the posted articles having a hierarchical relationship with the designated posted articles are displayed hierarchically.
That is, by specifying a record of a new post a, a new post b,... By the specified posted article, a related posted article group having a hierarchical relationship with the specified posted article is identified.
[0034]
Then, a list of posted articles constituting the posted article group, that is, each list display item of new posts, response posts (1), response posts (2),..., For example, post number, title, contributor (handle name) ), The posting date is hierarchically displayed.
In this hierarchical display, the specified posted article can be identified by displaying a symbol as a sign at the beginning (line head) of the specified posted article or by describing a link to the image file of the icon as the sign Like that.
In the illustrated example, a field having the same attribute is assigned to both a new post and a response post, but a field having a different attribute may be assigned. For example, the hierarchical field may be eliminated for new posts, and the content item field may be eliminated for response posts.
[0035]
The method for specifically executing the embodiment of the present invention is not limited to one. It can be realized using a PHP (Personal Homepage / Form Interpreter or Hypertext Preprocessor) script, which is a server-side scripting language described in an HTML document. However, it can also be realized using a CGI program as in the past. In addition, an ASP (Active Server Pages) program that functions as a CGI incorporated in the server operating system may be used.
[0036]
Hereinafter, embodiments of the present invention will be described with reference to specific examples.
3 to 15 described below are explanatory diagrams illustrating an example of a display screen displayed on the display 211 of the personal computer 201. FIG. Next, FIGS. 16 to 21 are flowcharts for explaining processing for displaying such a display screen.
[0037]
FIG. 3 is an explanatory diagram showing an example of a top page of an Internet service with a temporary name “electronic musical instrument station”.
The “bulletin board” icon is displayed. By moving the pointer to this display position and clicking the left button of the mouse, it jumps to the top page that provides the electronic bulletin board. Note that the WWW server that provides the electronic bulletin board does not necessarily match the WWW server that provides the top page of the Internet service shown in FIG.
There is also a “Members” icon that links to a page for registering members of the electronic bulletin board service. When registering as a member, register as a teacher in a music class that teaches how to play electronic musical instruments.
[0038]
FIG. 4 is an explanatory diagram showing an example of the top page of the electronic bulletin board.
Here, if a predetermined display position of “teacher bulletin board” is clicked, it moves to a bulletin board dedicated to teachers. If a predetermined display position of “Minna no bulletin board” is clicked, it moves to a list display page of a general user bulletin board.
In order to move to the “teacher bulletin board”, it is necessary to input the registered ID and password on the screen for inputting the ID and password. For “Minna no Bulletin Board”, use conditions are not set, but input of an e-mail address, a password, or the like may be made so that only registered users can use it.
[0039]
FIG. 5 is a first explanatory diagram illustrating an example of a list display page. This explanatory diagram shows a screen displaying the upper side of the list display page.
FIG. 6 is a second explanatory diagram illustrating an example of the list display page. This explanatory view shows a screen for displaying the lower side of the list display page.
Note that “Minna no bulletin board” is the same as “Teacher bulletin board” except that the poster search is not possible on the list display page. Therefore, the explanation will be made without distinguishing between “teacher bulletin board” and “everyone bulletin board”.
[0040]
As shown in FIG. 5, in the initial screen of the list display page, the drop-down list 1a for designating content items is “display all” by default. Therefore, a list that does not limit the content items is displayed. For each post, the post number, title, contributor (handle name), and post date are listed.
The related posted article group is displayed in a tree structure in one window frame. That is, in the example shown in the figure, the lower hierarchy is displayed below the posted article one level above, with the “L” symbol at the beginning (line head) position and indented to the right. The
As shown in FIG. 6, the number of newly posted articles to be displayed on the list display page is designated as the number of lines per page (here, one window frame is referred to as “line”). You can change the number of lines by entering a number in this text box and clicking the set button. Note that the number of displayed articles may be specified without distinguishing between newly posted articles and response posted articles.
[0041]
As shown in FIG. 6, when the list display item of one posted article becomes long, it continues immediately to the next line, but the subsequent line starts from the left end. Alternatively, the next line may be started from the same position as the top of the first line. That is, the list display item may be indented and displayed according to the hierarchy of the posted article.
For example, when the user clicks on the title part of the posting number 127, the screen shifts to a posted article page 3 screen that displays the contents of the posted article.
[0042]
  FIG. 7 is an explanatory diagram illustrating an example of the posted article page 3.
  Content item as the content of the posted article with post number 127Pre-corresponding toAlong with the icon, title, posting date, contributor (handle name), and posted article body (message), a list display item of related posted articles having a hierarchical relationship with this posted article is displayed in a tree structure. In this tree structure, an arrow 3e indicates the position of the post number 127 designated.
  Since the posting number 127 is a response posting that is two layers below the new posting, two “Re:” titles are displayed. In the article text column, the first newly posted article “abcdefghijkl” is left without being deleted and is displayed after “>>”. Further, the response post message “mnopqrstuvwxyz” of the post number 127 itself is displayed on the next line.
  When you want to see the contents of other posted articles in the group of posted articles, click on the respective title part.
  When replying to this posted article, a “reply” button 3b is clicked. When returning to the list display page, the “return” button 3c is clicked. Although it is possible to return by using the “return” icon on the toolbar of the WWW browser, the description of the operation using the WWW browser toolbar, menu bar, etc. will be omitted.
[0043]
FIG. 8 is an explanatory diagram illustrating an example of the response posting page 4.
In the example shown in the figure, text boxes are prepared for the title (title), contributor (handle name), contributor (email address), and posted article body (message), which have been sent to the server device in advance. The contents based on the stored data are displayed by default. In the message text box, the first new post article “abcdefghijkl” that has been left is displayed after “>>”, and after the “>>” in the next line, the response message “mnopqrstuvwxyz” of the post number 127 itself. Is left and displayed.
The user deletes or adds the default displayed text as appropriate. In the illustrated example, a text sentence “zyxwuvtsrqponmlkjihgfedcba” is additionally input to the message. Whether or not to display the mail address on the bulletin board is selected with a radio button.
When the user clicks the send button 4b, the above-described response posted article is transmitted to become the response posted article with the post number 127, and the list display page 1 is newly displayed.
[0044]
FIG. 9 is an explanatory diagram illustrating an example of the list display page 1 in which the content of the response posting article is reflected.
A post number 135 is assigned to the previous response post article, and the list display item is displayed with the “L” symbol at the head and the head position shifted to the right on the line next to the post number 127. .
[0045]
Next, FIG. 10 is an explanatory diagram showing an example of a screen when a content item is designated on the list display page 1 shown in FIG.
When the user clicks the triangle display button of the content item selection drop-down list 1a, the list is displayed. By clicking one of the content items, for example, “Buy”, it is possible to specify the content item and extract only the posted articles that the user wants to see.
[0046]
FIG. 11 is an explanatory diagram showing an example of the screen of the list display page 1 when “Buy” is specified as the content item. A list of only posted articles for which “Buy” is set as the content item is displayed.
FIG. 12 is an explanatory diagram showing an example of the screen of the list display page 1 when “Teach me” is selected as the content item. A list of only posted articles with "Tell me" as the content item is displayed.
[0047]
Next, FIG. 13 is an explanatory diagram illustrating an example of a screen of the new posting page 2.
Since the poster name (handle name) and the mail address have already been transmitted to the server device 203, these text boxes are displayed as default. By clicking the triangle display button of the drop-down list 2b to display the list and clicking one content item from the list, the content item is set to the newly posted article. If the user does not select it, “general” indicating general posting may be set uniformly.
[0048]
  FIG. 14 is an explanatory diagram showing an example of a screen when a drop-down list is displayed on the screen of the new posting page 2.
  13 and 14, the title, handle name, mail address, content item, and message data of the newly posted article are transmitted to the WWW server 203 by clicking the send button 2 c. The WWW server 203 creates an HTML file of the list display page 1 that is updated by reflecting the contents of the new post, and the updated list display page 1 is displayed on the display screen of the user's personal computer 201.
  FIG. 15 is an explanatory diagram illustrating an example of an icon explanation page.
  As already explained, the iconCorresponding to the content item of the posted article in advance,It is a symbol display which shows the content item of a contribution article. There are two sizes, large and small, depending on the screen used.
[0049]
Next, the operation of the embodiment of the present invention will be described using the flowchart shown below with reference to each page described above. Various links are provided on each page described above, but the main links will be described in the flowchart.
FIG. 16 is a flowchart showing an operation example of processing for accessing the electronic bulletin board service of the WWW server from the user terminal. FIGS. 17 to 20 are flowcharts for explaining details of the “teacher bulletin board” process in S19 and S38 in the flowchart of FIG. Description of the “Minna no Bulletin Board” process in S18 and S39 is omitted. When “Teacher's Bulletin Board” and “Everyone's Bulletin Board” are used simultaneously, they are displayed on different WWW browser screens.
FIG. 21 is a flowchart for executing posted content search and poster search. For the sake of convenience of explanation, the processing will be extracted from the processing of FIGS.
[0050]
In S11 of FIG. 16, the user terminal (personal computer 201) starts up a WWW browser software program and transmits the URL of the WWW server 203. In S31 of the WWW server, it is determined whether or not there is an access from the user. If there is an access, the process proceeds to S32 and the HTML file of the top page (FIG. 3) is transmitted.
In S12 of the user terminal, the top page (FIG. 3) is displayed, the user is allowed to select one from various services, and a request for the selected service is transmitted. In S33 of the WWW server, this service request is received. If the request is a request for the “bulletin board” service, the process proceeds to S35, and if it is a request for other services, the process proceeds to S34.
In S34, the HTML file of the top page of another service is transmitted, the service according to the user's request is executed, and the process returns to S32. On the other hand, in S35, the HTML file of the “bulletin board” top page is transmitted.
[0051]
In S13 of the user terminal, it is determined whether or not an HTML file has been received. When the HTML file is received, if it is the top page of another service, the top page of the other service shown in S14 is displayed, The service is returned to S12.
On the other hand, if the received HTML file is the “bulletin board” top page in S13, the “bulletin board” top page (FIG. 4) is displayed, and the process proceeds to S16. In S16, one of “teacher bulletin board” and “everyone bulletin board” is selected and a request is transmitted.
[0052]
In S36 of the WWW server, it is determined whether or not a request has been received. When a request for “Everyone's bulletin board” is received, the process proceeds to S37. When a request for “Teacher's bulletin board” is received, the process proceeds to S38.
In S37, the HTML file of “Minna no bulletin board” is transmitted. In S39, the process of “Minna no bulletin board” is executed, and the process returns to S32. On the other hand, the HTML file of “Teacher's bulletin board” is transmitted in S38, and the process of “Teacher's bulletin board” is executed in S40, and the process returns to S32.
In S17 of the user terminal, it is determined whether or not an HTML file has been received. If the received HTML file is an HTML file of “everyone's bulletin board”, the process proceeds to S18. Is executed, and the process returns to S12. On the other hand, if the received HTML file is an HTML file of “Teacher's bulletin board” in S17, the process proceeds to S19, the process of “Teacher's bulletin board” is executed, and the process returns to S12.
[0053]
FIG. 17 is a first flowchart for explaining the details of the “teacher bulletin board” process in S19 and S38 of FIG.
In S61 of the WWW server, the HTML file of the posted article list display page (FIGS. 5 and 6) belonging to the “teacher bulletin board” is transmitted. On this list display page, icons indicating content items are attached, and by default, a list of 10 items (the number of posted articles) is displayed in order from the newest. The contents item is set to display all contents in the initial state.
[0054]
In S51 of the user terminal, the HTML file of the posted article list display page (FIGS. 5 and 6) belonging to “Teacher's bulletin board” is received and displayed.
In S52, it is determined whether or not the triangular display button in the content item drop-down list (1a in FIGS. 5, 9, 10, 11, and 12) has been clicked, and if clicked, the process proceeds to S53. If not clicked, the process proceeds to S71 in FIG.
In S53, the content item list is displayed in a drop-down manner, and in S54, the user is allowed to designate one of the content items and a content item designation request is transmitted.
[0055]
In S62 of the WWW server, it is determined whether or not a content item designation request has been received. If received, the process proceeds to S63, and if not received, the process proceeds to S91 in FIG. In S63, a posted article belonging to the designated content item is searched and extracted. An HTML file of a list display page (FIGS. 11 and 12) of posted articles belonging to the specified content item is transmitted. Similarly to the list display page transmitted in S61, this list display page is also provided with an icon indicating a content item. By default, a list of 10 items (the number of posted articles) is displayed in order from the newest.
In S55 of the user terminal, the HTML file of the posted article list display page (FIGS. 11 and 12) belonging to the specified content item is received and displayed.
[0056]
FIG. 18 is a second flowchart for explaining the details of the “teacher bulletin board” process in S19 and S38 of FIG.
In S71 of the user terminal, it is determined whether or not the new posting button has been clicked. If the new posting button has been clicked, the process proceeds to S72 to transmit a new posting request. If not clicked, the process proceeds to S101 in FIG. To proceed.
In S91 of the WWW server, it is determined whether a new posting request has been received. If received, the process proceeds to S92. If not received, the process proceeds to S121 in FIG. In S92, the HTML file of the new posting page (FIG. 13) is transmitted, and the process proceeds to S93. This new posting page (FIG. 13) is provided with a drop-down list for selecting and inputting content items.
[0057]
In S73 of the user terminal, the HTML file of the new posting page (FIG. 13) is received and displayed. In S74, input and display of a new post message and the like are executed. In S75, it is determined whether or not the triangular display button of the content item drop-down list 2b has been clicked. When the button is clicked, the process proceeds to S76, and when not clicked, the process proceeds to S78.
In S76, the content item list is displayed in a drop-down manner. In S77, one of the content items is designated and set, and the process proceeds to S78. In S78, it is determined whether or not the send button has been clicked. When the send button is clicked, the process proceeds to S79, a new post message is transmitted, and the process returns to S51 in FIG. 17 to receive the HTML file of the list display page. To do. If not clicked, the process returns to S74.
In S93 of the WWW server, it is determined whether or not a new post message or the like has been received. If received, the process proceeds to S94, and an HTML file of a list display page reflecting the new post message is created, as shown in FIG. Returning to S61, the HTML file is transmitted. However, the posted article in which the content item is already designated in S63 of FIG. When extracted, it becomes a list display page of posted articles belonging to the designated content item.
[0058]
FIG. 19 is a third flowchart for explaining the details of the “teacher bulletin board” process in S19 and S38 of FIG.
In S101 of the user terminal, it is determined whether or not the link portion of the posted article displayed in a list is clicked. If it is clicked, the process proceeds to S102. If not clicked, the process proceeds to S131 in FIG. Proceed. In S102, a request for a posted article page is transmitted.
In S121 of the WWW server, it is determined whether a request for a posted article page has been received. If received, the process proceeds to S122. If not received, the process proceeds to S141 in FIG.
In S122, the requested post article page HTML file is transmitted. In this posted article page (FIG. 7), in addition to the requested posted article content, a list of related posted article groups having a hierarchical relationship with the posted article is displayed in a tree form.
[0059]
In S103 of the user terminal, the HTML file of the requested posted article page (FIG. 7) is received and displayed, and the process proceeds to S104.
In S104, it is determined whether or not the reply button has been clicked. If it is clicked, the process proceeds to S105, and if not clicked, the process proceeds to S106.
When the “return button” is clicked in S106, the process proceeds to S113, a return request is transmitted, the process returns to S51 in FIG. 17, and the HTML file of the list display page is received and displayed. On the other hand, when the “return button” is not clicked, the process returns to S104 of FIG.
In S105, a response request is transmitted, and the process proceeds to S107.
In S123 of the WWW server, it is determined whether or not a response request has been received. If received, the process proceeds to S124, and if not received, the process proceeds to S125. In S125, it is determined whether or not a return request has been received. If received, the process returns to S61 in FIG. 17, and the HTML file of the list display page is transmitted.
In S124, the HTML file of the response posting page (FIG. 8) is transmitted. Titles and the like are displayed by default.
[0060]
In S107 of the user terminal, the HTML file of the response posting page (FIG. 8) is received and displayed, and the process proceeds to S108 to input and display a response posting message or the like.
In S109, it is determined whether or not the transmission button 4b has been clicked. If it has been clicked, the process proceeds to S110, and if it has not been clicked, the process proceeds to S111. In S110, a response posting message or the like is transmitted, the process returns to S51 in FIG. 17, and the HTML file of the list display page is received and displayed.
[0061]
In S126 of the WWW server, it is determined whether a response posting message or the like has been received. If received, the process proceeds to S127. If not received, the process proceeds to S128.
In S127, an HTML file of the list display page of “Teacher's bulletin board” reflecting the response posting message is created, and the process returns to S61 of FIG. If the content item to be displayed as a list has already been specified in S63, the list display with the specified content item is continued. When no content item is specified, a list of all posted articles is displayed.
When a return request is received in S128, the process returns to S122 of FIG. 19, and when not received, the process returns to S126.
In this flowchart, for the sake of simplicity, the link to the posted article in the hierarchical list display unit 3d is omitted.
[0062]
FIG. 20 is a fourth flowchart for explaining the details of the “teacher bulletin board” process in S19 and S38 of FIG.
In S131 of the user terminal, it is determined whether or not the icon explanation button has been clicked, and when it is clicked, the process proceeds to S132, and when it is not clicked, the process proceeds to S133.
In S133, it is determined whether or not the button for returning to the first page (FIG. 3) has been clicked. When the button is clicked, the process proceeds to S137, and a request to return to the first page (FIG. 3) is transmitted. Return to flow. If not clicked, the process returns to S52 of FIG.
In S141 of the WWW server, it is determined whether an icon explanation request has been received. If received, the process proceeds to S142. If not received, the process proceeds to S143.
In S143, it is determined whether or not a request to return to the first page (FIG. 3) has been received. If received, the process returns to the flow of FIG. 16, and if not received, the process returns to S62 of FIG.
[0063]
In S132 of the user terminal, an icon explanation request is transmitted.
In S142 of the WWW server, the HTML file of the icon explanation display page (FIG. 15) is transmitted, and the process proceeds to S144.
In S134 of the user terminal, the HTML file of the icon explanation display page (FIG. 15) is received and displayed, and the process proceeds to S135. In S135, it is determined whether or not the “close button” has been clicked. When the button is clicked, the process proceeds to S136, a close request is transmitted, the process returns to S51 in FIG. 17, and the HTML file of the list display page is received. And display.
In S144 of the WWW server, it is determined whether or not a close request has been received. If received, the process returns to S61 in FIG. 17 to transmit the HTML file of the list display page.
[0064]
Next, posting content search and poster search will be described.
FIG. 21 is a flowchart in which the teacher performs a post content search and a contributor search in the “everyone's bulletin board”. In FIG. 20, it can be inserted immediately before S133 and immediately before S143.
In S151 of the user terminal, it is determined whether or not the posted content search button has been clicked. If clicked, the process proceeds to S152, and if not clicked, the process proceeds to S157. In S152, a posting content search request is transmitted.
In S171 of the WWW server, it is determined whether or not a posting content search request has been received. If received, the process proceeds to S172, and if not received, the process proceeds to S176. In S172, an HTML file of a posted content search condition page (not shown) is transmitted. On this page, for example, a text box for a search term is provided.
[0065]
In S153 of the user terminal, the HTML file of the posted content search condition page is received and the posted content search condition page is displayed.
In S154, the user is made to input a search word, and the search word is displayed. In S155, it is determined whether or not the send button has been clicked, and if it has been clicked, the process proceeds to S156. In S156, the search word is transmitted, and the process returns to S51 in FIG.
In S173 of the WWW server, it is determined whether or not a search word has been received. When the search word is received, the process proceeds to S174, and a posted article that includes the received search word in a title, a message, or the like is searched for and extracted. In FIG. 17, an HTML file of the posted article list display page 1 including the received search word is created, and the process proceeds to S61 in FIG.
Note that if the content item has already been searched and extracted in S63 as a condition, the posted article belonging to the specified content item is searched and extracted in S174. Alternatively, the content item may not be specified in the search / extraction in S174.
[0066]
Next, in S157 of the user terminal, it is determined whether or not the contributor search button has been clicked. If not clicked, the process proceeds to S133 in FIG. 20, and if clicked, the process proceeds to S158. In S158, a contributor search request is transmitted, and the process proceeds to S159.
In S176 of the WWW server, it is determined whether or not a contributor search request has been received. If not received, the process proceeds to S144 in FIG. 20, and if received, the process proceeds to S177. In S177, an HTML file of a contributor search condition page (not shown) is transmitted.
[0067]
In S159 of the user terminal, the HTML file of the contributor search condition page is received and the contributor search condition page is displayed. A list of students of the music classroom is transmitted in advance from the WWW server to the terminal of the user who has registered as a music classroom teacher. The student name (handle name or email address) that has already been entered is displayed by default on the poster search condition page.
In S160, a search poster name or the like (handle name or email address) is designated by default from the display, or a poster who is not in the name list is typed and displayed. In S161, it is determined whether or not the send button has been clicked. If the send button has been clicked, the process proceeds to S162, the search contributor name and the like are transmitted, and the process returns to S51 in FIG.
[0068]
In S178 of the WWW server, it is determined whether or not a search poster name or the like is received. An HTML file of a list display page of posted articles such as the search contributor who has made is created, and the process returns to S61 of FIG.
Note that if the search / extraction has already been performed using the content item as a condition in S63, the posted article belonging to the designated content item is searched / extracted in S179. Alternatively, the content item may not be specified in the search / extraction in S179.
[0069]
The processing of S157 to S162 described above can be simplified.
A “student automatic extraction button” for teachers is provided on the “Minna no Bulletin Board”, and by clicking this button, posts of your student name (handle name or e-mail address, etc.) stored on the WWW server are automatically created. It can be extracted and displayed in a list.
The above description has explained the search functions available to teachers. A student or a general user does not function even if the list display page 1 in FIG. However, a student or a general user may execute the poster search function. In this case, the search contributor name may be typed into the text box.
[0070]
In the above explanation, a plurality of bulletin boards called “teacher bulletin board” and “everyone bulletin board” are provided and displayed on different WWW browser screens. The “teacher bulletin board” is a bulletin board that can be accessed and used only by registered members, and can be used by entering an ID or password. On the other hand, “Minna no bulletin numbers” may be required to be registered in advance, but in principle you can participate freely.
[0071]
Teachers can use “Minna no Bulletin Board” as well as “Teacher Bulletin Board”. Therefore, in the posted article of “Teacher's bulletin board”, the “Bulletin board management number” that means everyone's bulletin board and the “Posted article management number” that specifies the posted article etc. in the “Minna no bulletin board” To quote, the server side may identify a “bulletin board management number indicating everyone's bulletin board” and link to a posted article of “everyone's bulletin board”. When the linked text is clicked in the text of the posted article, the posted article of “Minna no bulletin board” is displayed on the screen of “Minna no bulletin board” different from “Teacher bulletin board”.
In FIG. 21, the teacher performed a poster name search on the “Minna no Bulletin Board” using his / her student name as a search target. By searching for the “bulletin board management number” indicating the above-mentioned “everybody's bulletin board”, it is possible to perform the above-described poster name search for the student name from the “teacher bulletin board”.
From the “Minna no Bulletin Board”, the “Teacher Bulletin Board”, which can only be viewed by the teacher, is not accessible.
[0072]
In the above description, as the two bulletin boards, two bulletin boards for a specific member called a teacher and for students or general users have been explained.
However, on the Internet, there are generally a plurality of bulletin boards having various themes. In this manner, a plurality of bulletin boards can access each other or in one direction between different bulletin boards. Specifically, the “Bulletin board management number” meaning the other bulletin board and the “poster name” (or “search word”) are combined and searched and extracted. Alternatively, in the posted article on one bulletin board, a “bulletin board management number” meaning the other bulletin board and a “posted article management number” specifying the posted article are combined and quoted in the posted article.
[0073]
【The invention's effect】
  As apparent from the above description, the present invention, ThrowIn the article list, there is an effect that an icon for determining the contents of each posted article can be displayed without waste..
[Brief description of the drawings]
FIG. 1 is an explanatory diagram of a display page displayed on a display of a user terminal according to an embodiment of the present invention.
FIG. 2 is an explanatory diagram schematically showing an example of a data structure in a posted article database 214;
FIG. 3 is an explanatory diagram showing an example of a top page of a certain Internet service.
FIG. 4 is an explanatory diagram showing an example of a top page of an electronic bulletin board.
FIG. 5 is a first explanatory diagram showing an example of a list display page.
FIG. 6 is a second explanatory diagram showing an example of a list display page.
FIG. 7 is an explanatory diagram illustrating an example of a posted article page 3;
FIG. 8 is an explanatory diagram showing an example of a response posting page 4;
FIG. 9 is an explanatory diagram showing an example of a list display page 1 in which the contents of response posting articles are reflected.
10 is an explanatory diagram showing an example of a screen when a content item is designated on the list display page 1 shown in FIG.
FIG. 11 is an explanatory diagram showing an example of a screen of a list display page 1 when “Buy” is specified as a content item.
FIG. 12 is an explanatory diagram showing an example of a screen of a list display page 1 when “Tell me” is selected as a content item.
13 is an explanatory diagram showing an example of a screen of a new posting page 2. FIG.
FIG. 14 is an explanatory diagram showing an example of a screen when a drop-down list is displayed on the screen of the new posting page 2;
FIG. 15 is an explanatory diagram illustrating an example of an icon explanation page;
FIG. 16 is a flowchart showing an operation example of processing for accessing an electronic bulletin board service of a WWW server from a user terminal.
FIG. 17 is a first flowchart explaining details of processing of “teacher bulletin board” in S19 and S38 of FIG. 16;
FIG. 18 is a second flowchart explaining the details of the “teacher bulletin board” process in S19 and S38 of FIG. 16;
FIG. 19 is a third flowchart explaining details of the “teacher bulletin board” process in S19 and S38 of FIG. 16;
FIG. 20 is a flowchart for explaining details of processing of “teacher bulletin board” in S19 and S38 in the flowchart of FIG. 16;
FIG. 21 is a flowchart for executing post content search and contributor search;
FIG. 22 is a system outline diagram for explaining a conventional electronic bulletin board service using a network.
FIG. 23 is a functional configuration diagram for explaining a display control method for an electronic bulletin board using a conventional network.
[Explanation of symbols]
1 List display page, 1a Content item selection drop-down list, 1b New post button, 1c icon, 1d List display item of each posted article, 2 New post page, 2a input area, 2b Content item specification drop-down list, 2c Send button, 3 Post article page, 3a Post article display section, 3b Response post button, 3c return button, 3d Hierarchical list display section, 3e arrow, 4 Response post page, 4a input area, 4b Send button, 4c return button

Claims (2)

投稿記事を表示する電子掲示板のページを作成する、サーバ装置における電子掲示板のページ作成方法において、
前記投稿記事は応答の階層関係を有し、該階層関係の最上位にあって内容を特定する項目が設定された1または複数の新規投稿記事および該新規投稿記事のうちいずれかの下位にある1または複数の応答投稿記事が、前記階層関係とともに記憶され、
ユーザにより前記投稿記事の全部または一部が指定されたときに、指定された前記投稿記事の前記階層関係を識別する階層関係識別ステップ、
識別された前記階層関係に基づいて、前記指定された投稿記事と前記指定された投稿記事に対して前記階層関係を有する前記投稿記事とが階層的に示されるとともに、階層的に示される前記投稿記事の中で、前記新規投稿記事に対してのみ当該新規投稿記事に設定された前記内容を特定する項目にあらかじめ対応づけられたアイコンが示されるリスト、を表示するページファイルを作成するファイル作成ステップ、
を有することを特徴とする電子掲示板のページ作成方法。
In the electronic bulletin board page creation method in the server device for creating the electronic bulletin board page for displaying the posted article,
The posts have a hierarchical relationship of the response, one of the one or more new Tadashito draft articles and該新Tadashito draft article item specifying contents In the uppermost set of the hierarchical relationship 1 or more response Kotaeto draft articles in the lower is stored with the hierarchical relationship,
A hierarchical relationship identifying step for identifying the hierarchical relationship of the designated posted article when all or part of the posted article is designated by the user;
Based on the identified hierarchical relationship, the designated posted article and the posted article having the hierarchical relationship with respect to the designated posted article are hierarchically displayed and the posted hierarchically A file creation step of creating a page file that displays a list in which an icon pre-associated with an item for specifying the content set in the newly posted article is displayed only for the newly posted article in the article ,
An electronic bulletin board page creation method characterized by comprising:
投稿記事を表示する電子掲示板のページを成するサーバ装置において、
前記投稿記事は応答の階層関係を有し、該階層関係の最上位にあって内容を特定する項目が設定された1または複数の新規投稿記事および該新規投稿記事のうちいずれかの下位にある1または複数の応答投稿記事が、前記階層関係とともに記憶される記憶手段、
ユーザにより前記投稿記事の全部または一部が指定されたときに、指定された前記投稿記事の前記階層関係を識別する階層関係識別手段、
識別された前記階層関係に基づいて、前記指定された投稿記事と前記指定された投稿記事に対して前記階層関係を有する前記投稿記事とが階層的に示されるとともに、階層的に示される前記投稿記事の中で、前記新規投稿記事に対してのみ当該新規投稿記事に設定された前記内容を特定する項目にあらかじめ対応付けられたアイコンが示されるリスト、を表示するページファイルを作成するファイル作成手段、
を有することを特徴とするサーバ装置。
In the server device to create a page of an electronic bulletin board that displays the posts,
The posts have a hierarchical relationship of the response, one of the one or more new Tadashito draft articles and該新Tadashito draft article item specifying contents In the uppermost set of the hierarchical relationship storage means one or more response Kotaeto draft articles in the lower order, which are stored with the hierarchical relationship,
A hierarchical relationship identifying means for identifying the hierarchical relationship of the designated posted article when all or part of the posted article is designated by the user;
Based on the identified hierarchical relationship, the designated posted article and the posted article having the hierarchical relationship with respect to the designated posted article are hierarchically displayed and the posted hierarchically File creation means for creating a page file for displaying a list in which an icon previously associated with an item for specifying the content set in the newly posted article is displayed only for the newly posted article in the article ,
The server apparatus characterized by having.
JP2000383396A 2000-12-18 2000-12-18 Electronic bulletin board page creation method and server device Expired - Lifetime JP4097008B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000383396A JP4097008B2 (en) 2000-12-18 2000-12-18 Electronic bulletin board page creation method and server device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000383396A JP4097008B2 (en) 2000-12-18 2000-12-18 Electronic bulletin board page creation method and server device

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2004255434A Division JP2005004794A (en) 2004-09-02 2004-09-02 Page creation method of electronic bulletin board, and server device

Publications (2)

Publication Number Publication Date
JP2002183039A JP2002183039A (en) 2002-06-28
JP4097008B2 true JP4097008B2 (en) 2008-06-04

Family

ID=18851059

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000383396A Expired - Lifetime JP4097008B2 (en) 2000-12-18 2000-12-18 Electronic bulletin board page creation method and server device

Country Status (1)

Country Link
JP (1) JP4097008B2 (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4172390B2 (en) 2003-12-22 2008-10-29 ヤマハ株式会社 Server computer and program applied thereto
JP2005275985A (en) * 2004-03-25 2005-10-06 Dainippon Printing Co Ltd Information transmitting system and method
JP5245573B2 (en) * 2008-06-27 2013-07-24 富士通株式会社 Related article information display data creation method and server
JP2011199360A (en) * 2010-03-17 2011-10-06 Toshiba Corp Apparatus and program for deliverying content, content reproducing program, content delivery method, and content reproducing method
JP5583510B2 (en) * 2010-07-30 2014-09-03 楽天株式会社 Article selection display system
CN102387126A (en) * 2010-09-01 2012-03-21 腾讯科技(深圳)有限公司 Method, server, client and system for converging single microblog message
US20140173287A1 (en) * 2011-07-11 2014-06-19 Takeshi Mizunuma Identifier management method and system
JP5568077B2 (en) 2011-12-28 2014-08-06 楽天株式会社 Information processing apparatus, information processing method, information processing program, and recording medium on which information processing program is recorded
JP5977597B2 (en) * 2012-06-22 2016-08-24 シャープ株式会社 Information processing apparatus, communication system, communication method, and program
JP6420670B2 (en) * 2015-01-15 2018-11-07 富盛 陸川 Information browsing system
JP6839868B1 (en) * 2019-09-20 2021-03-10 博之 宮▲崎▼ Comment sharing method, comment sharing system and comment sharing program

Also Published As

Publication number Publication date
JP2002183039A (en) 2002-06-28

Similar Documents

Publication Publication Date Title
US10482164B2 (en) Hyperlink with graphical cue
JP4064549B2 (en) Method and system to assist in document creation
CN102902738B (en) Use the search system and method for in-line contextual queries
US20180131680A1 (en) System, method and apparatus for selecting content from web sources and posting content to web logs
US7305616B1 (en) Document builder for interactive dynamic documentation web site
US7562287B1 (en) System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US7360166B1 (en) System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US7840648B1 (en) Web-page authoring tool for automatic enrollment in advertising program
Bila et al. Pagetailor: reusable end-user customization for the mobile web
US20090300476A1 (en) Internet Guide Link Matching System
US20120036429A1 (en) Electronic book system and content server
JP2006309801A (en) Distributed publishing for hypermedia on wide area network and integrated development platform for management
JPH10116220A (en) System and method for easily displaying parameter on local display device
JP4097008B2 (en) Electronic bulletin board page creation method and server device
JP2008250661A (en) Information retrieval system, information retrieval device, history sharing method and history sharing processing program
US20020062358A1 (en) Review data retrieval system
JP2000067038A (en) Homepage preparing device
JP5462591B2 (en) Specific content determination device, specific content determination method, specific content determination program, and related content insertion device
JPH11212998A (en) Data display device and record medium
JP2005004794A (en) Page creation method of electronic bulletin board, and server device
US20040221232A1 (en) Method for readily storing and accessing information in electronic documents
JP2010140275A (en) Content retrieval device, content retrieval method and program
KR20000024317A (en) Method of providing information about semiconductor product through internet
JP2000222326A (en) Learning supporting method and its system and storage medium for storing learning supporting program
TW556099B (en) Highlighting World Wide Web documents of special interest in a displayed session history list of web documents received during a web access session at a receiving web display station

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040629

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040713

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040902

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041012

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050208

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050407

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080304

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110321

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120321

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130321

Year of fee payment: 5