JP2005050020A - Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system - Google Patents

Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system Download PDF

Info

Publication number
JP2005050020A
JP2005050020A JP2003204425A JP2003204425A JP2005050020A JP 2005050020 A JP2005050020 A JP 2005050020A JP 2003204425 A JP2003204425 A JP 2003204425A JP 2003204425 A JP2003204425 A JP 2003204425A JP 2005050020 A JP2005050020 A JP 2005050020A
Authority
JP
Japan
Prior art keywords
index file
tab page
information
tab
update
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003204425A
Other languages
Japanese (ja)
Inventor
Masashi Kato
雅司 加藤
Kazuto Kubo
一人 久保
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.)
Dwango Co Ltd
Original Assignee
Dwango Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dwango Co Ltd filed Critical Dwango Co Ltd
Priority to JP2003204425A priority Critical patent/JP2005050020A/en
Publication of JP2005050020A publication Critical patent/JP2005050020A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To increase communication efficiency by reducing traffic between a portable terminal and a Web server in web page browsing. <P>SOLUTION: The Web server sends update information about a plurality of different pieces of tabbed page information in the format of an index file IDXF in response to a request from a cellular telephone, commands the cellular telephone to compare the update information with the preceding downloaded update information about the tabbed page information for every page in order to determine whether there are updates on the tabbed page information or not, and if requested to provide only updated tabbed page information, sends the requested tabbed page information to the cellular telephone. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、たとえば、ウェブサーバ、ウェブ閲覧提供方法、ウェブ閲覧提供プログラム、ウェブ閲覧方法およびウェブ閲覧システムに関する。
【0002】
【従来の技術】
今日、クライアント側の表示画面上に複数のタブ付きHTMLページを重ねて表示させ、選択されたタブ付きHTMLページを最前面に表示させるタブブラウザが登場している。
【0003】
タブブラウザを構成する複数のタブ付きHTMLページには、それぞれ異なるURLが割り当てられている。クライアントにおいて、マウスなどの入力デバイスによりタブのひとつが選択されると、その選択されたタブに対応付けられたURLからタブ付きHTMLページが該当ウェブサーバに対して要求される。
【0004】
ウェブサーバ側では、クライアントからの要求が受け付けられると、その要求されたタブ付きHTMLページのファイルが読み出されてクライアントに対して送信される。クライアント側では、そのタブ付きHTMLページがダウンロードされてタブブラウザの最前面に表示される(特許文献1、特許文献2)。
【0005】
【特許文献1】
特開2000−172398号公報
【特許文献2】
特開2002−41296号公報
【0006】
【発明が解決しようとする課題】
上述したようにタブブラウザの通信手法はすでに確立されているので、表示スペースに制約のある携帯電話などの携帯端末にも適用させることは可能である。
【0007】
タブブラウザにおいては、HTML規格により1ページ単位での通信が基本となるので、HTMLページを切り替える度に、携帯端末がウェブサーバにアクセスしてページデータを読み込む必要がある。すなわち、タブブラウザから所望のタブ付きHTMLページが選択される度に、そのページの更新有無が携帯端末とウェブサーバ間の通信を通じて確認される。
【0008】
タブブラウザが5ページ分のタブ付きHTMLページから構成されるとした場合には、全ページの更新有無を確認するために、携帯端末とウェブサーバとの間で5回分の通信が必要である。
【0009】
したがって、携帯電話のように携帯電話網を通じてインターネットにアクセスする仕組みを利用する場合には、携帯端末とウェブサーバ間の通信量が増えてパケット料金が嵩むことになり、ユーザのコスト負担が増すという危惧がある。
【0010】
本発明の目的は、ウェブページ閲覧において携帯端末とウェブサーバとの間の通信量を低減させ、通信効率を向上させることが可能なウェブサーバ、ウェブ閲覧提供方法、ウェブ閲覧提供プログラム、ウェブ閲覧方法およびウェブ閲覧システムを提供することにある。
【0011】
【課題を解決するための手段】
上述した課題を解決し、上記目的を達成するため、請求項1の発明に係るウェブサーバは、携帯端末に対してウェブ閲覧のサービスを提供するウェブサーバであって、更新情報をそれぞれ含む、複数の異なるタブページ情報を記憶するタブページ記憶手段と、前記タブページ記憶手段に記憶されている複数の異なるタブページ情報の更新情報を含むインデックスファイルを記憶するインデックスファイル記憶手段と、携帯端末からのアクセスに応じて当該携帯端末に対して前記インデックスファイル記憶手段に記憶されているインデックスファイルを送信するインデックスファイル送信手段と、前記インデックスファイル送信手段による送信後に前記携帯端末より要求されるタブページ情報についてのみ前記タブページ記憶手段から読み出して送信するタブページ送信手段と、を備えたことを特徴とするものである。
【0012】
請求項1の発明は、請求項2の発明のように、前記携帯端末からのアクセスを受けた際に、前記タブページ記憶手段に記憶されている複数の異なるタブページ情報の更新情報と前記インデックスファイル記憶手段に記憶されるインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記インデックスファイル記憶手段に記憶されるインデックスファイルを更新処理するインデックスファイル更新処理手段をさらに有したものでもよい。
【0013】
請求項2の発明は、請求項3の発明のように、前記インデックスファイル送信手段は、前記インデックスファイル更新処理手段の更新処理を経たインデックスファイルを送信するようにしてもよい。
【0014】
請求項1、2または3の発明は、請求項4の発明のように、前記携帯端末との間の通信方式はパケット通信であってもよい。
【0015】
また、請求項5の発明に係るウェブ閲覧提供方法は、携帯端末に対してウェブ閲覧のサービスを提供するウェブ閲覧提供方法であって、更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとをメモリに記憶しており、携帯端末からのアクセスに応じて当該携帯端末に対して前記メモリに記憶されているインデックスファイルを送信する第1ステップと、前記第1ステップによる送信後に前記携帯端末より要求されるタブページ情報についてのみ前記メモリから読み出して送信する第2ステップと、を含んだことを特徴とするものである。
【0016】
請求項5の発明は、請求項6の発明のように、前記携帯端末からのアクセスを受けた際に、前記メモリに記憶されている複数の異なるタブページ情報の更新情報と前記メモリに記憶されるインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記メモリに記憶されるインデックスファイルを更新処理する第3ステップをさらに含んだものでもよい。
【0017】
請求項6の発明は、請求項7の発明のように、前記第2ステップは、前記第3ステップの更新処理を経たインデックスファイルを送信するようにしてもよい。
【0018】
請求項5、6または7の発明は、請求項8の発明のように、前記携帯端末との間の通信方式はパケット通信であってもよい。
【0019】
また、請求項9の発明に係るウェブ閲覧提供プログラムは、携帯端末に対してウェブ閲覧のサービスを提供する処理をコンピュータに実行させるウェブサーバのウェブ閲覧提供プログラムであって、前記コンピュータに、更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとをメモリに記憶しており、携帯端末からのアクセスに応じて当該携帯端末に対して前記メモリに記憶されているインデックスファイルを送信する第1ステップと、前記第1ステップによる送信後に前記携帯端末より要求されるタブページ情報についてのみ前記メモリから読み出して送信する第2ステップと、を実行させることを特徴とするものである。
【0020】
請求項9の発明は、請求項10の発明のように、前記携帯端末からのアクセスを受けた際に、前記メモリに記憶されている複数の異なるタブページ情報の更新情報と前記メモリに記憶されるインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記メモリに記憶されるインデックスファイルを更新処理する第3ステップをさらに含んだものでもよい。
【0021】
請求項10の発明は、請求項11の発明のように、前記第2ステップは、前記第3ステップの更新処理を経たインデックスファイルを送信するようにしてもよい。
【0022】
請求項9、10または11の発明は、請求項12の発明のように、前記携帯端末との間の通信方式はパケット通信であってもよい。
【0023】
また、請求項13の発明に係るウェブ閲覧方法は、ウェブサーバに記憶されているタブページを携帯端末により閲覧するウェブ閲覧方法であって、タブブラウザにより複数のタブページを閲覧する場合、前記ウェブサーバから携帯端末に対して前記複数のタブページに関する更新情報を一括して取得させ、前記携帯端末側で前記一括して取得された更新情報と現在前期携帯端末に記憶されている複数のタブページに関する更新情報とをタブページ毎に比較し、前記携帯端末側の更新有無の判断結果にしたがって更新有りのタブページのみを前記ウェブサーバから前記携帯端末に送信してタブページの更新を行うことを特徴とするものである。
【0024】
また、請求項14の発明に係るウェブ閲覧方法は、ウェブサーバより携帯端末に対してウェブ閲覧のサービスを提供するウェブ閲覧方法であって、前記ウェブサーバには、更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとが記憶されており、携帯端末から前記ウェブサーバへのアクセスに応じて前記ウェブサーバから前記携帯端末に対して前記記憶されているインデックスファイルを送信する第1ステップと、前記携帯端末には、更新情報をそれぞれ含む、複数の異なるタブページ情報が記憶されており、前記携帯端末において、前記第1ステップにより取得されたインデックスファイルの更新情報と前記携帯端末に記憶されたタブページ情報の更新情報とをページ毎に比較してタブページ情報の更新有無を判定する第2ステップと、前記第2ステップにより更新有が確認されたタブページ情報のみを前記ウェブサーバから前記携帯端末に対して送信して前記携帯端末のタブページ情報を更新する第3ステップと、を含んだことを特徴とするものである。
【0025】
請求項14の発明は、請求項15の発明のように、前記ウェブサーバにおいては、前記携帯端末からのアクセスを受けた際に、前記ウェブサーバに記憶されている複数の異なるタブページ情報の更新情報とインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記ウェブサーバに記憶されるインデックスファイルを更新処理する第4ステップをさらに含んだものでもよい。
【0026】
請求項15の発明は、請求項16の発明のように、前記第2ステップは、前記第4ステップの更新処理を経たインデックスファイルを送信するようにしてもよい。
【0027】
請求項14、15または16の発明は、請求項17の発明のように、前記携帯端末においては、前記複数の異なるタブページ情報に基づいてタブページを重ねてタブブラウザを表示する第5ステップをさらに含んだものでもよい。
【0028】
また、請求項18の発明に係るウェブ閲覧システムは、ウェブサーバより携帯端末に対してウェブ閲覧のサービスを提供するウェブ閲覧システムであって、前記ウェブサーバにおいては、更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとを記憶する記憶手段と、携帯端末からのアクセスに応じて前記携帯端末に対して前記記憶手段に記憶されているインデックスファイルを送信するインデックスファイル送信手段と、前記インデックスファイル送信手段による送信後に前記携帯端末より要求されるタブページ情報についてのみ前記記憶手段から読み出して送信するタブページ送信手段と、を備え、前記携帯端末においては、更新情報をそれぞれ含む、複数の異なるタブページ情報を記憶するタブページ記憶手段と、前記ウェブサーバにアクセスして前記インデックスファイル送信手段によるインデックスファイルを受信するインデックスファイル受信手段と、前記インデックスファイル受信手段により取得されたインデックスファイルの更新情報と前記タブページ記憶手段に記憶されたタブページ情報の更新情報とをタブページ毎に比較してタブページ情報の更新有無を判定する更新判定手段と、前記更新判定手段により更新有が確認されたタブページ情報のみを前記タブページ送信手段により取得して前記タブページ記憶手段に記憶されるタブページ情報を更新するタブページ更新手段と、を備えたことを特徴とするものである。
【0029】
請求項18の発明は、請求項19の発明のように、前記ウェブサーバにおいては、前記携帯端末からのアクセスを受けた際に、前記記憶手段に記憶されている複数の異なるタブページ情報の更新情報とインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記記憶手段に記憶されるインデックスファイルを更新処理するインデックスファイル更新手段をさらに有したものでもよい。
【0030】
請求項19の発明は、請求項20の発明のように、前記インデックスファイル送信手段は、前記インデックスファイル更新手段の更新処理を経たインデックスファイルを送信するようにしてもよい。
【0031】
請求項18、19または20の発明は、請求項21の発明のように、前記携帯端末においては、前記複数の異なるタブページ情報に基づいてタブページを重ねてタブブラウザを表示する表示手段をさらに有したものでもよい。
【0032】
請求項18〜21のいずれか1つの発明は、請求項22の発明のように、前記更新情報は、更新日付を含むようにしてもよい。
【0033】
請求項18〜22のいずれか1つの発明は、請求項23の発明のように、前記タブページ情報は、各タブページのトップページであってもよい。
【0034】
請求項18〜23のいずれか1つの発明は、請求項24の発明のように、前記携帯端末と前記ウェブサーバとの通信方式はパケット通信であってもよい。
【0035】
請求項18〜24のいずれか1つの発明は、請求項25の発明のように、前記インデックスファイルには、それぞれ更新情報に対応させたURLが含まれ、前記タブページ更新手段は、前記インデックスファイルに含まれるURLにしたがってタブページ情報を受信するようにしてもよい。
【0036】
【発明の実施の形態】
以下に添付図面を参照して、本発明にかかる一実施の形態を詳細に説明する。
【0037】
まず、全体について説明する。図1は本発明の一実施の形態によるウェブサーバシステムを示す構成図である。本実施の形態によるウェブサーバシステムは、たとえば図1に示したように、携帯端末の1種である携帯電話とウェブサーバとの間を携帯電話網3およびインターネット6で通信可能に接続する構成である。
【0038】
携帯電話1は、複数の携帯電話のうちの代表例を示しており、音声通話、インターネット通信などを機能として備えている。ウェブサーバ2は、複数のウェブサーバのうちの代表例を示しており、携帯電話などの携帯端末からの要求に応じてウェブページ閲覧、コンンテンツのダウンロード、電子商取引などをサービスとして提供するサイトを実現するものである。
【0039】
本実施の形態によるサービスでは、携帯電話1側のアプリケーションソフトウェア(以下にアプリという)によりタブブラウザ形式でブラウザ表示を実現するため、ウェブサーバ2より携帯電話1に対してタブページ情報が提供される。本実施の形態においては、タブブラウザは、たとえば5ページ分のタブページにより構成されるものとする。したがって、携帯電話1においては、タブブラウザを表示させたとき、5ページのタブページが重ねて表示され、アクティブなタブページが最前面に表示されることになる。本実施の形態では、5ページ分のタブブラウザとしたが、本発明はこれに限定されるものではなく、複数ページ分のタブブラウザであればよい。
【0040】
携帯電話網3は、携帯電話との間でパケット通信を制御するためのパケット網4、携帯電話とインターネット6との間の通信を制御するサーバ5などを備えている。インターネット6は、携帯電話網3を介して携帯電話との通信を行うほか、同ネットに接続されるパーソナルコンピュータ(PC)、サーバなどの通信を司る。
【0041】
つぎに、ウェブサーバシステム2を構成する各部について詳述する。まずウェブサーバについて説明する。図2は本実施の形態によるウェブサーバの一構成例を示すブロック図であり、図3は本実施の形態によるウェブサーバ側の主となる記憶内容を説明する図である。
【0042】
ウェブサーバ2は、インターネット6に接続され、このインターネット6を介して携帯電話、PCなどの他の機器との間の通信を司る通信制御部201(インデックスファイル送信手段、タブページ送信手段)、CPU、ROM、RAMなどを備え、サーバ全体の制御を司る制御部202(インデックスファイル送信手段、タブページ送信手段、インデックスファイル更新手段)、画像、着信メロディ、音楽などのデジタルコンテンツを保存する記憶部203(タブページ記憶手段、インデックスファイル記憶手段、記憶手段)により構成される。
【0043】
制御部202は、インターネット6を介して他の機器の要求に応じてデジタルコンテンツを提供したり、インターネット6を介して、もしくは、図示せぬドライバを介してデジタルコンテンツの内容を更新する。
【0044】
記憶部203は、携帯電話1において本実施の形態によるタブブラウザ表示を実現するためのサーバ側の処理を受けもつアプリなどを含むプログラム203A(インデックスファイル送信手段、タブページ送信手段、インデックスファイル更新手段、タブブラウザの各タブページ情報などを含むページ情報203Bなどを記憶する。
【0045】
ページ情報203Bは、たとえば図3(A)に示したように、1つのタブブラウザに対するインデックスファイルIDXFと、1つのタブブラウザを構成する各ページファイルの番号(ページファイル番号)に対応させてトップページの更新日付とそのトップページのページファイルとを対応させてなるタブページ情報とから構成される。
【0046】
更新日付、ページファイルは、それぞれ各ページファイル番号#1、#2・・・に対応させ、DT#1、DT#2・・・、PF#1、PF#2・・・となる。更新日付は、ページファイルが更新されたときの日付を示し、ページファイルは、タブページを構成する情報を示す。
【0047】
インデックスファイルIDXFは、たとえば図3(B)に示したように、各ページファイル番号に対してそのページファイル番号のタブページの更新日付とURLとを対応付けてなる構成である。たとえばページファイル番号#1の場合には、更新日付は、2003.6.10となり、当該ページが格納されている場所を示すURLは、http://abc.dwango.co.jp/xyz1.html/となり、ページファイル番号#4の場合には、更新日付は、2003.6.1となり、当該ページが格納されている場所を示すURLは、http://abc.dwango.co.jp/xyz4.html/となる。本実施の形態においては、URLはウェブサーバ2のメモリ領域をアクセス先とすることになる。
【0048】
このインデックスファイルIDXFは、後述するが、携帯電話からアクセスがあったときに各タブページの更新状況に応じて更新され、携帯電話に供給されるものである。インデックスファイルIDXFの更新は、携帯電話からアクセスされたときに限らず定期的に、もしくは、あらかじめ決められたトリガに応じて実行されるようにしてもよい。
【0049】
つづいて携帯端末について説明する。図4は本実施の形態による携帯端末の内部構成を示すブロック図である。図5は本実施の形態によるタブページ情報の記憶内容を説明する図である。
【0050】
本実施の形態の携帯電話1は、たとえば図4に示したように、内部バス23に、通信処理部12(取得手段、タブページ受信手段)、音声処理部13、CPU16(取得手段、更新判定手段、タブページ受信手段)、ROM17、RAM18(タブページ記憶手段)、キーパッド19、ディスプレイ20(表示手段)、赤外線通信部21、カメラ22などを接続させ、データ、アドレス信号、制御信号などを伝送させることで各種の処理を実現する構成である。
【0051】
通信処理部12は、アンテナ11に接続され、アンテナ11を介して携帯電話網3と通信を行うものである。この通信処理部12により、音声通話やウェブサーバ2との通信を実現することができる。音声処理部13は、着信メロディ出力や音声出力のためのスピーカ14、音声入力のためのマイク15をそれぞれ接続させており、受話時や送話時の音処理を行うものである。
【0052】
CPU16は、携帯電話1全体の制御をROM17に格納されたOSにしたがって行うものである。ROM17は、あらかじめインストールされているOSなどのプログラムを格納している。このCPU16は、携帯用の各種アプリ、たとえば、JAVA(登録商標)アプリによりウェブ閲覧を制御する。また、このCPU16は、キーパッド19からの入力を受け付けて各種の処理を実行させたり、各種の処理に応じて表示を制御する。
【0053】
RAM18は、記録媒体であり、カメラ22による撮像画像を記憶するエリア、各種処理を行うためのワークエリアなどを備えているほか、JAVA(登録商標)アプリ18A、タブページ情報18Bなどを記憶する。本実施の形態によるタブブラウザ機能は、JAVA(登録商標)アプリ18Aにより実現される。
【0054】
タブページ情報18Bは、たとえば図5に示したように、ページファイル番号#1、#2・・・に対してそれぞれTOPページの更新日付DT#1、DT#2・・・、TOPページのページファイルPF#1、PF#2・・・を対応付けて記憶されるものである。
【0055】
キーパッド19は、電話番号、アドレスなどの入力を行うためのキー、表示画面上のタブブラウザに対してタブページを切り替えたり、リンク先を選択するキーなどを備えている。ディスプレイ20は、たとえば、タブブラウザを表示したり、電話やメールの機能を使うときの表示画面を形成したり、カメラ22の撮像画像を表示するものである。
【0056】
赤外線通信部21は、所定の赤外線規格にしたがって同規格で赤外線通信可能な他の機器とのデータ通信を行うものであり、カメラ22は、キーパッド19の操作にしたがって撮像画像をデジタル画像として取り込むものである。
【0057】
つぎに、携帯電話の表示例を示しながら動作について説明する。図6は本実施の形態によるタブブラウザの初期画面を説明する図、図7は本実施の形態による携帯電話側の画面遷移を説明する図、図8、図9および図10は本実施の形態によるウェブ閲覧処理を説明するフローチャート、図11は本実施の形態によるインデックスファイル更新処理を説明するフローチャートである。
【0058】
本実施の形態において、まずユーザの操作により携帯電話1のJAVA(登録商標)アプリ18Aが起動されると(ステップS111)、携帯電話網4、インターネット6を介して携帯電話1からウェブサーバ2へのアクセスが行われる(ステップS112)。このステップS112では、携帯電話1からウェブサーバ2に対してインデックスファイルIDXFが要求される。
【0059】
ウェブサーバ2では、携帯電話1からのアクセスに伴ってまずページ情報203B内のインデックスファイルIDXFの更新有無がチェックされる(ステップS211)。ここでの更新チェックは、タブページのトップページに対するものである。また、ウェブサーバ2においてインデックスファイルIDXFの要求が受け付けられたので、更新チェックされた後のインデックスファイルIDXFが記憶部203から読み出される(ステップS212)。
【0060】
この記憶部203から読み出されたインデックスファイルIDXFは、携帯電話1に対して送信される(ステップS213)。このようにして携帯電話1はインデックスファイルIDXFをダウンロード(受信)することにより取得する(ステップS113)。このインデックスファイルIDXFは、携帯電話1のRAM18(ワークエリア)に格納される。このインデックスファイルIDXFを図3(B)に示した内容を一例として以下に説明する。
【0061】
この段階で携帯電話1においては、タブブラウザを構成する各タブページ情報について一回の通信により全タブページ情報の更新日付を取得することができる。本実施の形態においては、タブブラウザは5ページ分の情報より成り立つものとする。
【0062】
続いて、携帯電話1に保存されているタブブラウザのトップページについてそれぞれ更新の要否を確認するための処理が実行される。まずページファイル番号#1から確認が行われる。RAM18のタブページ情報が参照され、ページファイル番号#1に対応付けられた更新日付DT#1がインデックスファイルIDXF内のページファイル番号#1の2003.6.10と比較される(ステップS114)。
【0063】
もし更新日付DT#1のほうが古い日付であった場合には、ウェブサーバ2側での更新が認められる。すなわち、ページファイル番号#1について更新があったものと判断されるので(ステップS115)、該当タブページすなわちページファイル番号#1のページファイルがウェブサーバ2に対して要求される(ステップS116)。この場合、ページファイル番号#1のURLにアクセスがなされることになる。
【0064】
そして、ウェブサーバ2では、ページファイル番号#1のURLに格納されているページファイルの要求が受け付けられると(ステップS214)、ページファイル番号#1のページファイルが記憶部203から読み出され(ステップS215)、携帯電話1に対して送信される(ステップS216)。
【0065】
携帯電話1では、ウェブサーバ2よりページファイル番号#1のページファイルをダウンロード(受信)する処理が開始され(ステップS117)、RAM18のタブページ情報18Bを更新して保存する処理が実行される(ステップS118)。
【0066】
そして、携帯電話1において、全タブページについての確認が済んでいない場合には(ステップS120)、処理は再度ステップS114に戻る。この完了有無の確認では、カウンタを用いてページファイル番号#1〜5までをカウントするようにしてもよい。
【0067】
同様に、ページファイル番号#2〜#5までの確認がすべて完了すると(ステップS119)、更新が完了したRAM18のタブページ情報18Bに基づいてタブブラウザがディスプレイ20に表示される(ステップS120)。
【0068】
ステップS115において更新なしと判断された場合にはその該当ページファイル番号についての更新処理はなく、処理はステップS119にジャンプして、つぎに確認すべきタブページがあれば処理はさらにステップS114に戻ることになる。
【0069】
図6には、タブブラウザの表示例が示されている。本実施の形態においては、ページファイル番号#1、#2、#3、#4、#5のタブページは、それぞれリンクページT1、新着ニュースページT2、検索ページT3、MYページT4、コミュニティページT5に分かれ、異なるサービスを提供できるものである。すでに更新が完了しているので、トップページ間切替えでは再ダウンロードは不要となり、通信効率を図ることが可能である。なお、タブブラウザを表示する際の最前面にどのページファイル番号をもってくるかは、任意に設定することが可能とする。ここでは、新着ニュースページT2を最前面に設定する例を示す。
【0070】
このページ間切替では、携帯電話1において、キーパッド19を用いてたとえば左右方向いずれかのキー操作によりタブ切替が指示可能である。図10において、図7(A)に示すタブブラウザの表示態様であった場合、ユーザの操作によりタブ切替操作(左側のタブページへ)が判断されると(ステップS311)、切替先のタブページ情報がタブページRAM18のタブページ情報18Bより読み出される(ステップS313)。その読み出された切替先のタブページ情報に基づいてタブブラウザの最前面に図7(B)に示すごとくリンクページT1(切替先タブページ)が表示される(ステップS314)。
【0071】
また、図7(A)の状態から右側のタブページへの切替操作がなされた場合には、同図(C)に示すごとく検索ページT3(切替先タブページ)が表示され、さらに右側のタブページへの切替操作がなされた場合には、同図(D)に示すごとくMYページT4(切替先タブページ)が表示される。さらに右側のタブページへの切替操作がなされた場合には、同図(E)に示すごとくコミュニティページT5(切替先タブページ)が表示され、タブページ間の移動によりページ表示は最右端まで到達する。
【0072】
なお、タブ切替ではなく同一タブページ内でリンクへのアクセスを指示する操作が受け付けられた場合には(ステップS312)、通常のリンクアクセス処理が実行される。また、タブ切替ではなく、リンクアクセスでもなかった場合には(ステップS312)、操作に応じたその他の処理が実行される。
【0073】
ここで、ウェブサーバ2が携帯電話1からアクセスされた際の処理についても説明する(図8のステップS211)。図11に示したように、携帯電話1よりウェブサーバ2に対してアクセスがあると(ステップ411)、ページファイルの更新日付が確認される(ステップS412)。このページファイルの更新有無は、ページ情報203B内のページファイルに対応する更新日付とインデックスファイルIDXF内のページファイルに対応する更新日付とを比較すればよい。
【0074】
そして、更新があれば(ステップS413)、インデックスファイルIDXF内の該当するページファイル番号の更新日付を更新する処理が実行され(ステップS414)、更新がなければ、処理は終了する。携帯電話1に対してインデックスファイルIDXFを送信するタイミングはこの図11の処理が完了してからとなる。
【0075】
以上説明したように本実施の形態によれば、ウェブページ閲覧において携帯端末とウェブサーバとの間の通信量を低減させ、通信効率を向上させることが可能である。すなわち、1回の通信でインデックスファイルIDXFをダウンロードしておくことで、後はウェブサーバ2と通信しなくても携帯電話1に保存されているタブページ情報の更新有無を判断すればよく、すべてのタブページについてウェブサーバ2との間で更新有無を確認するための通信を発生させずに済む。
【0076】
その結果、各タブページの更新確認に対するパケット量が減少されるので、コスト削減に大きく貢献するものである。すなわち、5ページ分のタブページが存在すれば、1/5に節約することが可能である。
【0077】
さて、前述の実施の形態では、図9に示したように、タブページ毎に更新有無を判断しながら更新有のタブページ情報をダウンロードしていたが、本発明はこれに限定されるものではなく、一度にすべてのタブページについて更新有無を確認して更新有のタブページ情報をまとめてダウンロードするようにしてもよい。
【0078】
また、上述した実施の形態では、ステップS121でタブブラウザの表示を行うようにしていたが、本発明はこれに限定されるものではなく、タブページの更新確認が済む度に1ページずつ表示するようにしてもよい。
【0079】
さて、前述の実施の形態では、携帯端末として携帯電話を例に挙げていたが、本発明はこれに限定されず、携帯電話網を介して通信する、すなわち、パケット通信する携帯端末にはすべて適用されるものである。
【0080】
また、前述した実施の形態では、タブブラウザの例を挙げたが、本発明はこれに限定されず、複数のページ、複数の画像、複数の音楽などを1セットとして扱う通信に適用可能である。
【0081】
また、前述の実施の形態では、1つのウェブサーバからタブブラウザの情報を提供するようにしていたが、本発明は、これに限定されるものではなく、複数のウェブサーバにタブブラウザのタブページ情報が分散させるようにしてもよい。
【0082】
【発明の効果】
以上説明したように本発明によれば、ウェブページ閲覧において携帯端末とウェブサーバとの間の通信量を低減させ、通信効率を向上させることが可能な携帯端末、携帯端末のウェブ閲覧方法および携帯端末のウェブ閲覧プログラムを提供できるという効果を奏する。
【図面の簡単な説明】
【図1】本発明の一実施の形態によるウェブサーバシステムを示す構成図である。
【図2】本実施の形態によるウェブサーバの一構成例を示すブロック図である。
【図3】本実施の形態によるウェブサーバ側の主となる記憶内容を説明する図である。
【図4】本実施の形態による携帯電話の内部構成を示すブロック図である。
【図5】本実施の形態によるタブページ情報の記憶内容を説明する図である。
【図6】本実施の形態によるタブブラウザの初期画面を説明する図である。
【図7】本実施の形態による携帯電話側の画面遷移を説明する図である。
【図8】本実施の形態によるウェブ閲覧処理を説明するフローチャートである。
【図9】本実施の形態によるウェブ閲覧処理を説明するフローチャートである。
【図10】本実施の形態によるウェブ閲覧処理を説明するフローチャートである。
【図11】本実施の形態によるインデックスファイル更新処理を説明するフローチャートである。
【符号の説明】
1 携帯電話
2 ウェブサーバ
12 通信処理部
16 CPU
17 ROM
18 RAM
18A JAVAアプリ
18B タブページ情報
19 キーパッド
20 ディスプレイ
201 通信制御部
202 制御部
203 記憶部
203A プログラム
203B ページ情報
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to, for example, a web server, a web browsing providing method, a web browsing providing program, a web browsing method, and a web browsing system.
[0002]
[Prior art]
2. Description of the Related Art Nowadays, a tab browser has appeared in which a plurality of tabbed HTML pages are displayed on a client-side display screen and the selected tabbed HTML page is displayed in the foreground.
[0003]
Different URLs are assigned to the plurality of tabbed HTML pages constituting the tab browser. In the client, when one of the tabs is selected by an input device such as a mouse, a tabbed HTML page is requested to the corresponding web server from the URL associated with the selected tab.
[0004]
On the web server side, when a request from the client is accepted, the requested tabbed HTML page file is read and transmitted to the client. On the client side, the HTML page with tabs is downloaded and displayed on the forefront of the tab browser (Patent Documents 1 and 2).
[0005]
[Patent Document 1]
JP 2000-172398 A
[Patent Document 2]
JP 2002-41296 A
[0006]
[Problems to be solved by the invention]
As described above, since the tab browser communication method has already been established, it can be applied to a mobile terminal such as a mobile phone having a limited display space.
[0007]
In the tab browser, communication in units of one page is basically performed according to the HTML standard. Therefore, each time an HTML page is switched, the mobile terminal needs to access the web server and read page data. That is, every time a desired tabbed HTML page is selected from the tab browser, whether or not the page is updated is confirmed through communication between the mobile terminal and the web server.
[0008]
If the tab browser is composed of HTML pages with tabs for five pages, communication for five times is required between the mobile terminal and the web server in order to check whether all pages have been updated.
[0009]
Therefore, when using a mechanism for accessing the Internet through a mobile phone network, such as a mobile phone, the amount of communication between the mobile terminal and the web server increases, increasing the packet fee, which increases the cost burden on the user. There is a fear.
[0010]
An object of the present invention is to provide a web server, a web browsing providing method, a web browsing providing program, and a web browsing method capable of reducing a communication amount between a mobile terminal and a web server in web page browsing and improving communication efficiency. And providing a web browsing system.
[0011]
[Means for Solving the Problems]
In order to solve the above-described problems and achieve the above object, a web server according to the invention of claim 1 is a web server that provides a web browsing service to a mobile terminal, and includes a plurality of update information respectively. Tab page storage means for storing different tab page information, index file storage means for storing an index file including update information of a plurality of different tab page information stored in the tab page storage means, and a portable terminal Index file transmission means for transmitting an index file stored in the index file storage means to the mobile terminal in response to access, and tab page information requested from the mobile terminal after transmission by the index file transmission means Only read from the tab page storage means It is characterized in that and a tab page transmission means for transmitting.
[0012]
According to a first aspect of the present invention, as in the second aspect of the invention, when receiving access from the portable terminal, the update information of the plurality of different tab page information stored in the tab page storage means and the index An index file update processing unit that further updates the index file stored in the index file storage unit according to whether or not each tab page is updated based on the update information of the index file stored in the file storage unit. Good.
[0013]
According to a second aspect of the present invention, as in the third aspect of the present invention, the index file transmission means may transmit an index file that has undergone update processing by the index file update processing means.
[0014]
In the first, second, or third aspect of the invention, the communication method with the portable terminal may be packet communication as in the fourth aspect of the invention.
[0015]
A web browsing providing method according to the invention of claim 5 is a web browsing providing method for providing a web browsing service to a mobile terminal, and includes a plurality of different tab page information each including update information, A first index file containing update information of a plurality of different tab page information is stored in the memory, and the index file stored in the memory is transmitted to the portable terminal in response to an access from the portable terminal. And a second step of reading and transmitting only the tab page information requested from the portable terminal after the transmission in the first step from the memory.
[0016]
According to a fifth aspect of the invention, as in the sixth aspect of the invention, when receiving an access from the portable terminal, the update information of a plurality of different tab page information stored in the memory and the memory are stored in the memory. It may further include a third step of updating the index file stored in the memory according to whether or not each tab page is updated based on the update information of the index file.
[0017]
According to a sixth aspect of the invention, as in the seventh aspect of the invention, the second step may transmit an index file that has undergone the update process of the third step.
[0018]
In the invention of claim 5, 6 or 7, as in the invention of claim 8, the communication method with the portable terminal may be packet communication.
[0019]
A web browsing providing program according to the invention of claim 9 is a web browsing providing program of a web server that causes a computer to execute a process of providing a web browsing service to a portable terminal, wherein the computer is provided with update information. And a plurality of different tab page information and an index file including update information of the plurality of different tab page information, respectively, and stored in the memory in response to an access from the mobile terminal. A first step of transmitting an index file stored in a memory; and a second step of reading and transmitting only the tab page information requested from the portable terminal after transmission in the first step. It is characterized by this.
[0020]
In the ninth aspect of the invention, as in the case of the tenth aspect of the invention, when access is received from the mobile terminal, update information of a plurality of different tab page information stored in the memory and the memory are stored in the memory. It may further include a third step of updating the index file stored in the memory according to whether or not each tab page is updated based on the update information of the index file.
[0021]
According to a tenth aspect of the present invention, as in the eleventh aspect, the second step may transmit an index file that has undergone the update process of the third step.
[0022]
In the ninth, tenth, or eleventh aspect of the present invention, the communication method with the portable terminal may be packet communication as in the twelfth aspect of the present invention.
[0023]
A web browsing method according to a thirteenth aspect of the invention is a web browsing method for browsing a tab page stored in a web server with a mobile terminal, and when browsing a plurality of tab pages with a tab browser, Update information related to the plurality of tab pages from the server to the mobile terminal is acquired in a lump, and the update information acquired in a lump on the mobile terminal side and a plurality of tab pages currently stored in the previous mobile terminal Update information for each tab page, and update only the updated tab page from the web server to the mobile terminal according to the determination result of whether or not the mobile terminal is updated. It is a feature.
[0024]
A web browsing method according to the invention of claim 14 is a web browsing method for providing a web browsing service from a web server to a mobile terminal, wherein the web server includes a plurality of update information. Different tab page information and an index file including update information of the plurality of different tab page information are stored, and the web server to the portable terminal in response to access from the portable terminal to the web server A first step of transmitting a stored index file and a plurality of different tab page information each including update information are stored in the portable terminal, and acquired by the first step in the portable terminal. Index file update information and tab page information update information stored in the mobile terminal A second step of determining whether or not the tab page information is updated by comparing each page, and transmitting only the tab page information confirmed to be updated by the second step from the web server to the mobile terminal. And a third step of updating the tab page information of the portable terminal.
[0025]
In the invention of claim 14, as in the invention of claim 15, the web server updates a plurality of different tab page information stored in the web server when receiving an access from the mobile terminal. It may further include a fourth step of updating the index file stored in the web server according to whether or not each tab page is updated based on the information and the update information of the index file.
[0026]
In the fifteenth aspect of the invention, as in the sixteenth aspect of the invention, the second step may transmit the index file that has undergone the update process of the fourth step.
[0027]
According to a fourteenth, fifteenth or sixteenth aspect of the present invention, as in the seventeenth aspect, the portable terminal includes a fifth step of displaying a tab browser by overlapping tab pages based on the plurality of different tab page information. It may be included.
[0028]
A web browsing system according to an invention of claim 18 is a web browsing system that provides a web browsing service from a web server to a mobile terminal, and the web server includes a plurality of update information. Storage means for storing different tab page information and an index file including update information of the plurality of different tab page information, and stored in the storage means for the portable terminal in response to access from the portable terminal Index file transmitting means for transmitting an index file, and tab page transmitting means for reading out and transmitting only tab page information requested from the portable terminal after transmission by the index file transmitting means, In the terminal, multiple, each containing update information Tab page storage means for storing different tab page information, index file receiving means for accessing the web server and receiving the index file by the index file sending means, and updating of the index file obtained by the index file receiving means Information and the update information of the tab page information stored in the tab page storage means are compared for each tab page to determine whether or not the tab page information has been updated. And tab page update means for acquiring only tab page information by the tab page transmission means and updating tab page information stored in the tab page storage means.
[0029]
In the invention of claim 18, as in the invention of claim 19, the web server updates a plurality of different tab page information stored in the storage means when receiving an access from the mobile terminal. An index file update unit that updates the index file stored in the storage unit according to whether or not each tab page is updated based on the information and the update information of the index file may be provided.
[0030]
According to a nineteenth aspect of the present invention, as in the twentieth aspect, the index file transmitting unit may transmit an index file that has undergone an update process of the index file updating unit.
[0031]
The invention of claim 18, 19 or 20, as in the invention of claim 21, further comprises display means for displaying a tab browser by overlapping tab pages based on the plurality of different tab page information. You may have.
[0032]
In the invention according to any one of claims 18 to 21, the update information may include an update date as in the invention of claim 22.
[0033]
According to any one of claims 18 to 22, as in the invention of claim 23, the tab page information may be a top page of each tab page.
[0034]
In the invention according to any one of claims 18 to 23, the communication method between the mobile terminal and the web server may be packet communication as in the invention according to claim 24.
[0035]
According to any one of claims 18 to 24, as in the invention of claim 25, each of the index files includes URLs corresponding to update information, and the tab page update means includes the index file. The tab page information may be received in accordance with the URL included in.
[0036]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an embodiment according to the present invention will be described in detail with reference to the accompanying drawings.
[0037]
First, the whole will be described. FIG. 1 is a block diagram showing a web server system according to an embodiment of the present invention. The web server system according to the present embodiment has a configuration in which a cellular phone, which is a kind of portable terminal, and a web server are communicably connected via a cellular phone network 3 and the Internet 6 as shown in FIG. is there.
[0038]
The cellular phone 1 shows a representative example of a plurality of cellular phones, and includes voice calls, Internet communication, and the like as functions. Web server 2 shows a representative example of a plurality of web servers, and realizes a site that provides web page browsing, content download, electronic commerce, etc. as a service in response to a request from a mobile terminal such as a mobile phone To do.
[0039]
In the service according to the present embodiment, tab page information is provided from the web server 2 to the mobile phone 1 in order to realize browser display in the tab browser format by application software (hereinafter referred to as an application) on the mobile phone 1 side. . In the present embodiment, it is assumed that the tab browser is composed of, for example, five pages of tab pages. Therefore, in the mobile phone 1, when the tab browser is displayed, the five tab pages are displayed in an overlapping manner, and the active tab page is displayed in the foreground. In the present embodiment, the tab browser is for five pages. However, the present invention is not limited to this, and any tab browser for a plurality of pages may be used.
[0040]
The mobile phone network 3 includes a packet network 4 for controlling packet communication with the mobile phone, a server 5 for controlling communication between the mobile phone and the Internet 6, and the like. The Internet 6 communicates with a mobile phone via the mobile phone network 3 and controls communication of a personal computer (PC), a server, etc. connected to the Internet.
[0041]
Next, each part constituting the web server system 2 will be described in detail. First, the web server will be described. FIG. 2 is a block diagram showing a configuration example of the web server according to the present embodiment, and FIG. 3 is a diagram for explaining the main storage contents on the web server side according to the present embodiment.
[0042]
The web server 2 is connected to the Internet 6, and a communication control unit 201 (index file transmission means, tab page transmission means) that manages communication with other devices such as a mobile phone and a PC via the Internet 6, a CPU , ROM, RAM, and the like, a control unit 202 (index file transmission unit, tab page transmission unit, index file update unit) that controls the entire server, and a storage unit 203 that stores digital contents such as images, ringtones, and music. (Tab page storage means, index file storage means, storage means).
[0043]
The control unit 202 provides digital content in response to a request from another device via the Internet 6, and updates the content of the digital content via the Internet 6 or via a driver (not shown).
[0044]
The storage unit 203 includes a program 203A (an index file transmission unit, a tab page transmission unit, an index file update unit) including an application responsible for server-side processing for realizing tab browser display according to the present embodiment in the mobile phone 1. The page information 203B including each tab page information of the tab browser is stored.
[0045]
For example, as shown in FIG. 3A, the page information 203B is a top page corresponding to the index file IDXF for one tab browser and the number of each page file (page file number) constituting one tab browser. The tab page information is formed by associating the update date with the page file of the top page.
[0046]
The update date and page file correspond to the page file numbers # 1, # 2,..., Respectively, and become DT # 1, DT # 2,... PF # 1, PF # 2,. The update date indicates the date when the page file is updated, and the page file indicates information constituting the tab page.
[0047]
For example, as shown in FIG. 3B, the index file IDXF has a configuration in which each page file number is associated with the update date of the tab page of the page file number and the URL. For example, in the case of page file number # 1, the update date is 2003.3.6.10, and the URL indicating the location where the page is stored is http: // abc. dwango. co. jp / xyz1. In the case of page file number # 4, the update date is 2003.6.1, and the URL indicating the location where the page is stored is http: // abc. dwango. co. jp / xyz4. html /. In the present embodiment, the URL uses the memory area of the web server 2 as an access destination.
[0048]
As will be described later, this index file IDXF is updated according to the update status of each tab page when accessed from the mobile phone, and is supplied to the mobile phone. The update of the index file IDXF is not limited to when it is accessed from a mobile phone, but may be performed periodically or in response to a predetermined trigger.
[0049]
Next, the mobile terminal will be described. FIG. 4 is a block diagram showing an internal configuration of the mobile terminal according to the present embodiment. FIG. 5 is a diagram for explaining the stored contents of tab page information according to the present embodiment.
[0050]
For example, as shown in FIG. 4, the mobile phone 1 according to the present embodiment includes a communication processing unit 12 (acquisition unit, tab page reception unit), a voice processing unit 13, and a CPU 16 (acquisition unit, update determination). Means, tab page receiving means), ROM 17, RAM 18 (tab page storage means), keypad 19, display 20 (display means), infrared communication unit 21, camera 22, etc. are connected, and data, address signals, control signals, etc. are connected. It is the structure which implement | achieves various processes by transmitting.
[0051]
The communication processing unit 12 is connected to the antenna 11 and communicates with the mobile phone network 3 via the antenna 11. This communication processing unit 12 can realize voice communication and communication with the web server 2. The voice processing unit 13 is connected to a speaker 14 for ringing melody output and voice output, and a microphone 15 for voice input, and performs sound processing during reception and transmission.
[0052]
The CPU 16 controls the entire mobile phone 1 according to the OS stored in the ROM 17. The ROM 17 stores programs such as an OS installed in advance. The CPU 16 controls web browsing by various portable apps, for example, JAVA (registered trademark) apps. Further, the CPU 16 receives an input from the keypad 19 and executes various processes, and controls the display according to the various processes.
[0053]
The RAM 18 is a recording medium and includes an area for storing an image captured by the camera 22, a work area for performing various processes, and stores a JAVA (registered trademark) application 18A, tab page information 18B, and the like. The tab browser function according to the present embodiment is realized by the JAVA (registered trademark) application 18A.
[0054]
As shown in FIG. 5, for example, the tab page information 18B includes the update date DT # 1, DT # 2,... Of the TOP page for the page file numbers # 1, # 2,. The files PF # 1, PF # 2,... Are stored in association with each other.
[0055]
The keypad 19 includes a key for inputting a telephone number, an address, and the like, a key for switching a tab page for a tab browser on the display screen, and a key for selecting a link destination. For example, the display 20 displays a tab browser, forms a display screen when using a telephone or mail function, or displays a captured image of the camera 22.
[0056]
The infrared communication unit 21 performs data communication with other devices capable of infrared communication in accordance with a predetermined infrared standard, and the camera 22 captures a captured image as a digital image according to an operation of the keypad 19. Is.
[0057]
Next, the operation will be described while showing a display example of a mobile phone. 6 is a diagram for explaining an initial screen of the tab browser according to the present embodiment, FIG. 7 is a diagram for explaining screen transition on the mobile phone side according to the present embodiment, and FIGS. 8, 9 and 10 are diagrams for explaining the present embodiment. FIG. 11 is a flowchart for explaining the index file update processing according to the present embodiment.
[0058]
In the present embodiment, first, when the JAVA (registered trademark) application 18A of the mobile phone 1 is activated by the user's operation (step S111), the mobile phone 1 to the web server 2 via the mobile phone network 4 and the Internet 6 is performed. Is accessed (step S112). In step S112, the mobile phone 1 requests the web server 2 for an index file IDXF.
[0059]
The web server 2 first checks whether or not the index file IDXF in the page information 203B is updated with access from the mobile phone 1 (step S211). The update check here is for the top page of the tab page. Further, since the request for the index file IDXF has been received in the web server 2, the index file IDXF after the update check is read from the storage unit 203 (step S212).
[0060]
The index file IDXF read from the storage unit 203 is transmitted to the mobile phone 1 (step S213). In this way, the cellular phone 1 acquires (downloads) the index file IDXF by downloading (receiving) (step S113). This index file IDXF is stored in the RAM 18 (work area) of the mobile phone 1. The contents of the index file IDXF shown in FIG. 3B will be described below as an example.
[0061]
At this stage, the mobile phone 1 can acquire the update date of all tab page information by one communication for each tab page information constituting the tab browser. In the present embodiment, it is assumed that the tab browser consists of information for five pages.
[0062]
Subsequently, a process for confirming whether or not each tab browser top page stored in the mobile phone 1 needs to be updated is executed. First, confirmation is performed from page file number # 1. The tab page information in the RAM 18 is referred to, and the update date DT # 1 associated with the page file number # 1 is compared with the page file number # 1 2003.3.6.10 in the index file IDXF (step S114).
[0063]
If the update date DT # 1 is an older date, the update on the web server 2 side is permitted. That is, since it is determined that the page file number # 1 has been updated (step S115), the corresponding tab page, that is, the page file with the page file number # 1 is requested to the web server 2 (step S116). In this case, the URL of page file number # 1 is accessed.
[0064]
When the web server 2 receives a request for the page file stored in the URL of the page file number # 1 (step S214), the page file of the page file number # 1 is read from the storage unit 203 (step S214). S215) and transmitted to the mobile phone 1 (step S216).
[0065]
In the mobile phone 1, the process of downloading (receiving) the page file of page file number # 1 from the web server 2 is started (step S117), and the process of updating and storing the tab page information 18B in the RAM 18 is executed (step S117). Step S118).
[0066]
If the mobile phone 1 has not confirmed all the tab pages (step S120), the process returns to step S114 again. In the confirmation of the completion, the page file numbers # 1 to # 5 may be counted using a counter.
[0067]
Similarly, when all the confirmations of page file numbers # 2 to # 5 are completed (step S119), a tab browser is displayed on the display 20 based on the tab page information 18B of the RAM 18 that has been updated (step S120).
[0068]
If it is determined in step S115 that there is no update, there is no update process for the corresponding page file number, the process jumps to step S119, and if there is a tab page to be checked next, the process further returns to step S114. It will be.
[0069]
FIG. 6 shows a display example of the tab browser. In the present embodiment, the tab pages of page file numbers # 1, # 2, # 3, # 4, and # 5 are the link page T1, the new news page T2, the search page T3, the MY page T4, and the community page T5, respectively. And can provide different services. Since the update has already been completed, re-downloading is unnecessary when switching between top pages, and communication efficiency can be improved. Note that it is possible to arbitrarily set which page file number is brought to the forefront when the tab browser is displayed. Here, an example is shown in which the new arrival news page T2 is set to the foreground.
[0070]
In this switching between pages, tab switching can be instructed by using the keypad 19 on the mobile phone 1 by, for example, either the left or right key operation. In FIG. 10, in the case of the tab browser display mode shown in FIG. 7A, when a tab switching operation (to the left tab page) is determined by the user's operation (step S311), the switching destination tab page Information is read from the tab page information 18B of the tab page RAM 18 (step S313). Based on the read tab page information of the switching destination, a link page T1 (switching tab page) is displayed on the forefront of the tab browser as shown in FIG. 7B (step S314).
[0071]
When the switching operation from the state of FIG. 7A to the right tab page is performed, a search page T3 (switch destination tab page) is displayed as shown in FIG. When the switching operation to the page is performed, the MY page T4 (switching destination tab page) is displayed as shown in FIG. Further, when switching to the tab page on the right side is performed, the community page T5 (switch destination tab page) is displayed as shown in FIG. 5E, and the page display reaches the rightmost end by moving between the tab pages. To do.
[0072]
If an operation for instructing access to a link within the same tab page is accepted instead of tab switching (step S312), normal link access processing is executed. Further, when it is not tab switching but link access (step S312), other processing according to the operation is executed.
[0073]
Here, processing when the web server 2 is accessed from the mobile phone 1 will also be described (step S211 in FIG. 8). As shown in FIG. 11, when the mobile phone 1 accesses the web server 2 (step 411), the update date of the page file is confirmed (step S412). Whether the page file is updated may be determined by comparing the update date corresponding to the page file in the page information 203B with the update date corresponding to the page file in the index file IDXF.
[0074]
If there is an update (step S413), a process for updating the update date of the corresponding page file number in the index file IDXF is executed (step S414). If there is no update, the process ends. The timing for transmitting the index file IDXF to the mobile phone 1 is after the processing of FIG. 11 is completed.
[0075]
As described above, according to the present embodiment, it is possible to reduce the amount of communication between the mobile terminal and the web server in browsing the web page, and improve the communication efficiency. That is, by downloading the index file IDXF in one communication, it is sufficient to determine whether or not the tab page information stored in the mobile phone 1 is updated without communicating with the web server 2. There is no need to generate communication with the web server 2 for checking whether or not the tab page is updated.
[0076]
As a result, the amount of packets for update confirmation of each tab page is reduced, which greatly contributes to cost reduction. In other words, if there are 5 tab pages, it is possible to save 1/5.
[0077]
In the above-described embodiment, as shown in FIG. 9, tab page information with update is downloaded while judging whether or not each tab page is updated. However, the present invention is not limited to this. Alternatively, all tab pages may be updated at once, and updated tab page information may be downloaded together.
[0078]
In the above-described embodiment, the tab browser is displayed in step S121. However, the present invention is not limited to this, and the page is displayed page by page every time the tab page is updated. You may do it.
[0079]
In the above-described embodiment, a mobile phone is taken as an example of a mobile terminal. However, the present invention is not limited to this, and any mobile terminal that performs communication via a mobile phone network, that is, packet communication, is used. Applicable.
[0080]
In the above-described embodiment, an example of a tab browser has been described. However, the present invention is not limited to this, and can be applied to communication that handles a plurality of pages, a plurality of images, a plurality of music, and the like as one set. .
[0081]
In the above-described embodiment, tab browser information is provided from one web server. However, the present invention is not limited to this, and tab pages of tab browsers are provided on a plurality of web servers. Information may be distributed.
[0082]
【The invention's effect】
As described above, according to the present invention, a mobile terminal capable of reducing the amount of communication between the mobile terminal and the web server and improving the communication efficiency in web page browsing, the web browsing method of the mobile terminal, and mobile There is an effect that a web browsing program of the terminal can be provided.
[Brief description of the drawings]
FIG. 1 is a configuration diagram showing a web server system according to an embodiment of the present invention.
FIG. 2 is a block diagram showing a configuration example of a web server according to the present embodiment.
FIG. 3 is a diagram for explaining the main stored contents on the web server side according to the present embodiment.
FIG. 4 is a block diagram showing an internal configuration of the mobile phone according to the present embodiment.
FIG. 5 is a diagram for explaining the storage contents of tab page information according to the present embodiment.
FIG. 6 is a diagram illustrating an initial screen of a tab browser according to the present embodiment.
FIG. 7 is a diagram illustrating screen transition on the mobile phone side according to the present embodiment.
FIG. 8 is a flowchart illustrating web browsing processing according to the present embodiment.
FIG. 9 is a flowchart illustrating web browsing processing according to the present embodiment.
FIG. 10 is a flowchart illustrating web browsing processing according to the present embodiment.
FIG. 11 is a flowchart illustrating index file update processing according to the present embodiment.
[Explanation of symbols]
1 Mobile phone
2 Web server
12 Communication processing unit
16 CPU
17 ROM
18 RAM
18A JAVA app
18B tab page information
19 Keypad
20 display
201 Communication control unit
202 Control unit
203 storage unit
203A program
203B Page information

Claims (25)

携帯端末に対してウェブ閲覧のサービスを提供するウェブサーバであって、
更新情報をそれぞれ含む、複数の異なるタブページ情報を記憶するタブページ記憶手段と、
前記タブページ記憶手段に記憶されている複数の異なるタブページ情報の更新情報を含むインデックスファイルを記憶するインデックスファイル記憶手段と、
携帯端末からのアクセスに応じて当該携帯端末に対して前記インデックスファイル記憶手段に記憶されているインデックスファイルを送信するインデックスファイル送信手段と、
前記インデックスファイル送信手段による送信後に前記携帯端末より要求されるタブページ情報についてのみ前記タブページ記憶手段から読み出して送信するタブページ送信手段と、
を備えたことを特徴とするウェブサーバ。
A web server that provides web browsing services to mobile terminals,
Tab page storage means for storing a plurality of different tab page information, each including update information;
Index file storage means for storing an index file including update information of a plurality of different tab page information stored in the tab page storage means;
Index file transmission means for transmitting an index file stored in the index file storage means to the portable terminal in response to access from the portable terminal;
Tab page transmission means for reading and transmitting from the tab page storage means only for tab page information requested from the portable terminal after transmission by the index file transmission means;
A web server comprising:
前記携帯端末からのアクセスを受けた際に、前記タブページ記憶手段に記憶されている複数の異なるタブページ情報の更新情報と前記インデックスファイル記憶手段に記憶されるインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記インデックスファイル記憶手段に記憶されるインデックスファイルを更新処理するインデックスファイル更新処理手段をさらに有したことを特徴とする請求項1に記載のウェブサーバ。A tab based on update information of a plurality of different tab page information stored in the tab page storage means and index file update information stored in the index file storage means when receiving an access from the portable terminal The web server according to claim 1, further comprising index file update processing means for updating an index file stored in the index file storage means in accordance with whether or not each page is updated. 前記インデックスファイル送信手段は、前記インデックスファイル更新処理手段の更新処理を経たインデックスファイルを送信することを特徴とする請求項2に記載のウェブサーバ。3. The web server according to claim 2, wherein the index file transmission unit transmits an index file that has undergone update processing by the index file update processing unit. 前記携帯端末との間の通信方式はパケット通信であることを特徴とする請求項1、2または3に記載のウェブサーバ。The web server according to claim 1, 2 or 3, wherein the communication method with the portable terminal is packet communication. 携帯端末に対してウェブ閲覧のサービスを提供するウェブ閲覧提供方法であって、
更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとをメモリに記憶しており、携帯端末からのアクセスに応じて当該携帯端末に対して前記メモリに記憶されているインデックスファイルを送信する第1ステップと、
前記第1ステップによる送信後に前記携帯端末より要求されるタブページ情報についてのみ前記メモリから読み出して送信する第2ステップと、
を含んだことを特徴とするウェブ閲覧提供方法。
A web browsing providing method for providing a web browsing service to a mobile device,
A plurality of different tab page information each including update information and an index file including update information of the plurality of different tab page information are stored in a memory, and the mobile terminal is in response to an access from the mobile terminal. A first step of transmitting an index file stored in the memory,
A second step of reading from the memory and transmitting only the tab page information requested from the portable terminal after transmission in the first step;
A web browsing providing method characterized by comprising:
前記携帯端末からのアクセスを受けた際に、前記メモリに記憶されている複数の異なるタブページ情報の更新情報と前記メモリに記憶されるインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記メモリに記憶されるインデックスファイルを更新処理する第3ステップをさらに含んだことを特徴とする請求項5に記載のウェブ閲覧提供方法。Whether or not each tab page is updated based on the update information of a plurality of different tab page information stored in the memory and the update information of the index file stored in the memory when receiving an access from the mobile terminal 6. The web browsing providing method according to claim 5, further comprising a third step of updating the index file stored in the memory in response. 前記第2ステップは、前記第3ステップの更新処理を経たインデックスファイルを送信することを特徴とする請求項6に記載のウェブ閲覧提供方法。The web browsing providing method according to claim 6, wherein the second step transmits an index file that has undergone the update process of the third step. 前記携帯端末との間の通信方式はパケット通信であることを特徴とする請求項5、6または7に記載のウェブ閲覧提供方法。8. The web browsing and providing method according to claim 5, 6 or 7, wherein a communication method with the portable terminal is packet communication. 携帯端末に対してウェブ閲覧のサービスを提供する処理をコンピュータに実行させるウェブサーバのウェブ閲覧提供プログラムであって、
前記コンピュータに、
更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとをメモリに記憶しており、携帯端末からのアクセスに応じて当該携帯端末に対して前記メモリに記憶されているインデックスファイルを送信する第1ステップと、
前記第1ステップによる送信後に前記携帯端末より要求されるタブページ情報についてのみ前記メモリから読み出して送信する第2ステップと、
を実行させることを特徴とするウェブ閲覧提供プログラム。
A web browsing providing program of a web server that causes a computer to execute a process of providing a web browsing service to a mobile terminal,
In the computer,
A plurality of different tab page information each including update information and an index file including update information of the plurality of different tab page information are stored in a memory, and the mobile terminal is in response to an access from the mobile terminal. A first step of transmitting an index file stored in the memory,
A second step of reading from the memory and transmitting only the tab page information requested from the portable terminal after transmission in the first step;
Web browsing providing program characterized by causing
前記携帯端末からのアクセスを受けた際に、前記メモリに記憶されている複数の異なるタブページ情報の更新情報と前記メモリに記憶されるインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記メモリに記憶されるインデックスファイルを更新処理する第3ステップをさらに含んだことを特徴とする請求項9に記載のウェブ閲覧提供プログラム。Whether or not each tab page is updated based on the update information of a plurality of different tab page information stored in the memory and the update information of the index file stored in the memory when receiving an access from the mobile terminal The web browsing providing program according to claim 9, further comprising a third step of updating the index file stored in the memory in response. 前記第2ステップは、前記第3ステップの更新処理を経たインデックスファイルを送信することを特徴とする請求項10に記載のウェブ閲覧提供プログラム。The web browsing providing program according to claim 10, wherein the second step transmits an index file that has undergone the update process of the third step. 前記携帯端末との間の通信方式はパケット通信であることを特徴とする請求項9、10または11に記載のウェブ閲覧提供プログラム。12. The web browsing and providing program according to claim 9, 10 or 11, wherein a communication method with the portable terminal is packet communication. ウェブサーバに記憶されているタブページを携帯端末により閲覧するウェブ閲覧方法であって、
タブブラウザにより複数のタブページを閲覧する場合、前記ウェブサーバから携帯端末に対して前記複数のタブページに関する更新情報を一括して取得させ、前記携帯端末側で前記一括して取得された更新情報と現在前期携帯端末に記憶されている複数のタブページに関する更新情報とをタブページ毎に比較し、前記携帯端末側の更新有無の判断結果にしたがって更新有りのタブページのみを前記ウェブサーバから前記携帯端末に送信してタブページの更新を行うことを特徴とするウェブ閲覧方法。
A web browsing method for browsing a tab page stored in a web server using a mobile terminal,
When browsing a plurality of tab pages with a tab browser, the update information about the plurality of tab pages is collectively acquired from the web server to the mobile terminal, and the update information acquired in a batch on the mobile terminal side And the update information on the plurality of tab pages currently stored in the mobile terminal in the previous term are compared for each tab page, and only the updated tab page is determined from the web server according to the determination result of the presence / absence of update on the mobile terminal A web browsing method, wherein a tab page is updated by being transmitted to a mobile terminal.
ウェブサーバより携帯端末に対してウェブ閲覧のサービスを提供するウェブ閲覧方法であって、
前記ウェブサーバには、更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとが記憶されており、携帯端末から前記ウェブサーバへのアクセスに応じて前記ウェブサーバから前記携帯端末に対して前記記憶されているインデックスファイルを送信する第1ステップと、
前記携帯端末には、更新情報をそれぞれ含む、複数の異なるタブページ情報が記憶されており、前記携帯端末において、前記第1ステップにより取得されたインデックスファイルの更新情報と前記携帯端末に記憶されたタブページ情報の更新情報とをページ毎に比較してタブページ情報の更新有無を判定する第2ステップと、
前記第2ステップにより更新有が確認されたタブページ情報のみを前記ウェブサーバから前記携帯端末に対して送信して前記携帯端末のタブページ情報を更新する第3ステップと、
を含んだことを特徴とするウェブ閲覧方法。
A web browsing method for providing a web browsing service from a web server to a mobile terminal,
The web server stores a plurality of different tab page information each including update information, and an index file including the update information of the plurality of different tab page information, and is accessed from the mobile terminal to the web server. A first step of transmitting the stored index file from the web server to the mobile terminal according to
The mobile terminal stores a plurality of different tab page information including update information, respectively, and the mobile terminal stores the update information of the index file acquired by the first step and the mobile terminal. A second step of determining whether or not the tab page information is updated by comparing the update information of the tab page information for each page;
A third step in which only the tab page information confirmed to be updated in the second step is transmitted from the web server to the mobile terminal to update the tab page information of the mobile terminal;
A web browsing method characterized by including:
前記ウェブサーバにおいては、前記携帯端末からのアクセスを受けた際に、前記ウェブサーバに記憶されている複数の異なるタブページ情報の更新情報とインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記ウェブサーバに記憶されるインデックスファイルを更新処理する第4ステップをさらに含んだことを特徴とする請求項14に記載のウェブ閲覧方法。In the web server, when access is received from the mobile terminal, whether or not each tab page is updated based on update information of a plurality of different tab page information and index file update information stored in the web server The web browsing method according to claim 14, further comprising a fourth step of updating an index file stored in the web server in response to the request. 前記第2ステップは、前記第4ステップの更新処理を経たインデックスファイルを送信することを特徴とする請求項15に記載のウェブ閲覧方法。The web browsing method according to claim 15, wherein the second step transmits an index file that has undergone the update process of the fourth step. 前記携帯端末においては、前記複数の異なるタブページ情報に基づいてタブページを重ねてタブブラウザを表示する第5ステップをさらに含んだことを特徴とする請求項14、15または16に記載のウェブ閲覧方法。17. The web browsing according to claim 14, further comprising a fifth step of displaying a tab browser by overlapping tab pages based on the plurality of different tab page information. Method. ウェブサーバより携帯端末に対してウェブ閲覧のサービスを提供するウェブ閲覧システムであって、
前記ウェブサーバにおいては、
更新情報をそれぞれ含む、複数の異なるタブページ情報と、前記複数の異なるタブページ情報の更新情報を含むインデックスファイルとを記憶する記憶手段と、携帯端末からのアクセスに応じて前記携帯端末に対して前記記憶手段に記憶されているインデックスファイルを送信するインデックスファイル送信手段と、
前記インデックスファイル送信手段による送信後に前記携帯端末より要求されるタブページ情報についてのみ前記記憶手段から読み出して送信するタブページ送信手段と、
を備え、
前記携帯端末においては、
更新情報をそれぞれ含む、複数の異なるタブページ情報を記憶するタブページ記憶手段と、
前記ウェブサーバにアクセスして前記インデックスファイル送信手段によるインデックスファイルを受信するインデックスファイル受信手段と、
前記インデックスファイル受信手段により取得されたインデックスファイルの更新情報と前記タブページ記憶手段に記憶されたタブページ情報の更新情報とをタブページ毎に比較してタブページ情報の更新有無を判定する更新判定手段と、
前記更新判定手段により更新有が確認されたタブページ情報のみを前記タブページ送信手段により取得して前記タブページ記憶手段に記憶されるタブページ情報を更新するタブページ更新手段と、
を備えたことを特徴とするウェブ閲覧システム。
A web browsing system that provides a web browsing service from a web server to a mobile terminal,
In the web server,
Storage means for storing a plurality of different tab page information each including update information and an index file including update information of the plurality of different tab page information, and for the mobile terminal in response to an access from the mobile terminal Index file transmission means for transmitting an index file stored in the storage means;
Tab page transmission means for reading and transmitting from the storage means only for tab page information requested from the portable terminal after transmission by the index file transmission means;
With
In the mobile terminal,
Tab page storage means for storing a plurality of different tab page information, each including update information;
Index file receiving means for accessing the web server and receiving an index file by the index file transmitting means;
An update determination for comparing the update information of the index file acquired by the index file receiving means and the update information of the tab page information stored in the tab page storage means for each tab page to determine whether or not the tab page information is updated. Means,
Tab page updating means for acquiring only tab page information confirmed to be updated by the update determining means by the tab page sending means and updating tab page information stored in the tab page storage means;
A web browsing system characterized by comprising:
前記ウェブサーバにおいては、前記携帯端末からのアクセスを受けた際に、前記記憶手段に記憶されている複数の異なるタブページ情報の更新情報とインデックスファイルの更新情報とに基づくタブページ毎の更新有無に応じて前記記憶手段に記憶されるインデックスファイルを更新処理するインデックスファイル更新手段をさらに有したことを特徴とする請求項18に記載のウェブ閲覧システム。In the web server, when access is received from the portable terminal, whether or not each tab page is updated based on a plurality of different tab page information update information and index file update information stored in the storage means 19. The web browsing system according to claim 18, further comprising index file update means for updating an index file stored in the storage means in response to the request. 前記インデックスファイル送信手段は、前記インデックスファイル更新手段の更新処理を経たインデックスファイルを送信することを特徴とする請求項19に記載のウェブ閲覧システム。20. The web browsing system according to claim 19, wherein the index file transmission unit transmits an index file that has undergone an update process of the index file update unit. 前記携帯端末においては、前記複数の異なるタブページ情報に基づいてタブページを重ねてタブブラウザを表示する表示手段をさらに有したことを特徴とする請求項18、19または20に記載のウェブ閲覧システム。21. The web browsing system according to claim 18, further comprising display means for displaying a tab browser by overlapping tab pages based on the plurality of different tab page information. . 前記更新情報は、更新日付を含むことを特徴とする請求項18〜21のいずれか1つに記載のウェブ閲覧システム。The web update system according to any one of claims 18 to 21, wherein the update information includes an update date. 前記タブページ情報は、各タブページのトップページであることを特徴とする請求項18〜22のいずれか1つに記載のウェブ閲覧システム。The web browsing system according to any one of claims 18 to 22, wherein the tab page information is a top page of each tab page. 前記携帯端末と前記ウェブサーバとの通信方式はパケット通信であることを特徴とする請求項18〜23のいずれか1つに記載のウェブ閲覧システム。The web browsing system according to any one of claims 18 to 23, wherein a communication method between the portable terminal and the web server is packet communication. 前記インデックスファイルには、それぞれ更新情報に対応させたURLが含まれ、前記タブページ更新手段は、前記インデックスファイルに含まれるURLにしたがってタブページ情報を受信することを特徴とする請求項18〜24のいずれか1つに記載のウェブ閲覧システム。25. The index file includes URLs corresponding to update information, respectively, and the tab page update means receives tab page information according to URLs included in the index file. The web browsing system as described in any one of these.
JP2003204425A 2003-07-31 2003-07-31 Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system Pending JP2005050020A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003204425A JP2005050020A (en) 2003-07-31 2003-07-31 Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003204425A JP2005050020A (en) 2003-07-31 2003-07-31 Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system

Publications (1)

Publication Number Publication Date
JP2005050020A true JP2005050020A (en) 2005-02-24

Family

ID=34263434

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003204425A Pending JP2005050020A (en) 2003-07-31 2003-07-31 Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system

Country Status (1)

Country Link
JP (1) JP2005050020A (en)

Similar Documents

Publication Publication Date Title
US7865506B1 (en) Method and system for fetching content from a server in a cellular communication system
WO2007072636A1 (en) Screen display method, and screen display device
CN101730999B (en) System and method for sharing common location-related information between communication devices
TWI283814B (en) Communication terminal
JP2005050019A (en) Portable terminal, web browsing method for portable terminal, and web browsing program for portable terminal
EP1936512A1 (en) Information communicating apparatus and message displaying method
JP2008053785A (en) Web browser and mobile communication terminal device
JP2005332188A (en) Server device, capture processing program, capture processing system and capture processing method
JP3656960B2 (en) Hypertext display device and hypertext display program
JP2005050020A (en) Web server, web browsing providing method, web browsing providing program, web browsing method, and web browsing system
KR100601848B1 (en) Method for Processing Download Descriptor in Mobile Communication Terminal
JP5397189B2 (en) Terminal device
KR100716673B1 (en) Method and system for putting an ad on the network
KR100430110B1 (en) Method for store a data of wireless internet in mobile phone
JP4189541B2 (en) Menu delivery method and system, and menu management server
JP4791926B2 (en) Web page storage management method and information communication terminal device
JP2003271484A (en) Web contents storing system, service server used in the system and program for small-sized personal digital assistant
JP4509494B2 (en) Mobile communication terminal
JP2005108004A (en) Portable terminal, web browsing method for portable terminal, and web browsing program for portable terminal
KR101397890B1 (en) Method for downloading a web-page contents, and terminal thereof
KR100535710B1 (en) Method and apparatus for updating browser image for mobile phone
JP5005950B2 (en) Mobile communication terminal
JP2006048141A (en) Information retrieval system, information retrieval server, information retrieval method and information retrieval program
KR100723711B1 (en) Method and System for changing Menu list by contents dynamic in wireless terminal
JP3699014B2 (en) Telephone device and information providing site connection system and method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050112