JP3576897B2 - Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation - Google Patents
Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation Download PDFInfo
- Publication number
- JP3576897B2 JP3576897B2 JP32167999A JP32167999A JP3576897B2 JP 3576897 B2 JP3576897 B2 JP 3576897B2 JP 32167999 A JP32167999 A JP 32167999A JP 32167999 A JP32167999 A JP 32167999A JP 3576897 B2 JP3576897 B2 JP 3576897B2
- Authority
- JP
- Japan
- Prior art keywords
- plug
- module
- tag
- web browser
- embedded device
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Stored Programmes (AREA)
Description
【0001】
【発明の属する技術分野】
本発明はウェブブラウザのプラグイン実現方式、ウェブブラウザのプラグイン実現方法およびウェブブラウザのプラグイン実現用プログラムを記録した記録媒体に関し、特に、組み込み機器に搭載されたウェブブラウザに対して新規に開発したプラグインモジュール実行を行う、ウェブブラウザのプラグイン実現方式、ウェブブラウザのプラグイン実現方法およびウェブブラウザのプラグイン実現用プログラムを記録した記録媒体に関する。
【0002】
【従来の技術】
従来より、ウェブブラウザではプラグインモジュールが使用されている。プラグインモジュールとして現在使用されている代表的なものに、PDF(portable document format)ファイルを閲覧するためのAcrobat Reader(米Adobe Systems社)、サウンド・データをダウンロードしながらリアルタイムに再生するReal Audio(米Real Networks社)などがある。
【0003】
従来の組み込み機器用ウェブブラウザでは、プラグインモジュールが必要になった場合、静的に実現する手段しか存在しなかったため、必要となるプラグインモジュール開発後、ウェブブラウザ本体との再リンクを行わなくてはならない。このため、新規プラグインモジュール開発の度にウェブブラウザ本体との再リンク作業が発生することになる。
【0004】
また、組み込み機器がユーザの手元にある場合、新規プラグインモジュールを開発する度に組み込み機器を回収して新規プラグインモジュールを搭載するか、または新規プラグインモジュールを搭載した新規組み込み機器との交換を行うことになる。
【0005】
【発明が解決しようとする課題】
上述した従来の組み込み機器用ウェブブラウザは、新規プラグインモジュール開発の度にウェブプラウザ本体との再リンク作業が発生するため、開発工数が増大するという問題点があった。
【0006】
また、組み込み機器がユーザの手元にある場合、前述した理由で、ユーザメンテナンス上の工数が増大するという問題点があった。
【0007】
本発明の目的は、組み込み機器用ウェブブラウザにおけるプラグインモジュール実行を動的リンク形式で実現することで、上記問題点を解決する手段を提供することにある。
【0008】
【課題を解決するための手段】
本発明のウェブブラウザのプラグイン実現方式は、組み込み機器に搭載されたウェブブラウザのプラグイン実現方式であって、前記組み込み機器から読み込み可能な外部媒体を備え、前記組み込み機器内にプラグインモジュールローダとプラグインモジュールダウンロード領域と共有領域とを有し、前記ウェブブラウザ内にタグ解析部を有し、前記外部媒体は、プラグインモジュールとプラグインモジュールであることを示す情報とを書き込まれ、前記プラグインモジュールローダは、前記外部媒体が前記組み込み機器に挿入されたときに、前記外部媒体に書き込まれているデータがプラグインモジュールであるかを判断し、プラグインモジュールであった場合はそのプラグインモジュールデータを前記プラグインモジュールダウンロード領域に展開し、展開したアドレスおよびプラグインモジュール名を前記共有領域に設定し、前記タグ解析部は、前記ウェブブラウザが受信したHTMLデータにプラグインモジュールを指定するタグが含まれていた場合、このタグがプラグインモジュールを指定するタグであるかの判断を行い、プラグインモジュールを指定するタグであった場合は、該当するプラグインモジュール名が前記共有領域に存在するか検索し、存在した場合、前記共有領域に設定されている該当プラグインモジュールの展開アドレスにより、前記プラグインモジュールダウンロード領域から該当プラグインモジュールを呼び出すことを特徴とする。
【0010】
本発明のウェブブラウザのプラグイン実現方式は、前記ウェブブラウザと前記プラグインモジュールローダとがROMに書き込まれていることを特徴としてもよい。
【0012】
本発明のウェブブラウザのプラグイン実現方法は、組み込み機器に搭載されたウェブブラウザのプラグイン実現方法であって、前記組み込み機器から読み込み可能な外部媒体にプラグインモジュールとプラグインモジュールであることを示す情報とを書き込み、前記外部媒体が前記組み込み機器に挿入されたときに、前記外部媒体に書き込まれているデータがプラグインモジュールであるかを判断し、プラグインモジュールであった場合はそのプラグインモジュールデータをプラグインモジュールダウンロード領域に展開し、展開したアドレスおよびプラグインモジュール名を共有領域に設定し、前記ウェブブラウザが受信したHTMLデータにプラグインモジュールを指定するタグが含まれていた場合、このタグがプラグインモジュールを指定するタグであるかの判断を行い、プラグインモジュールを指定するタグであった場合は、該当するプラグインモジュール名が前記共有領域に存在するか検索し、存在した場合、前記共有領域に設定されている該当プラグインモジュールの展開アドレスにより、前記プラグインモジュールダウンロード領域から該当プラグインモジュールを呼び出すことを特徴としてもよい。
【0013】
本発明のウェブブラウザのプラグイン実現方法は、前記ウェブブラウザがROMに書き込まれていることを特徴としてもよい。
【0015】
本発明の記録媒体は、組み込み機器に搭載されたウェブブラウザのプラグイン実現用プログラムを記録した記録媒体であって、プラグインモジュールとプラグインモジュールであることを示す情報とを書き込まれた外部媒体が前記組み込み機器に挿入されたときに、前記外部媒体に書き込まれているデータがプラグインモジュールであるかを判断し、プラグインモジュールであった場合はそのプラグインモジュールデータをプラグインモジュールダウンロード領域に展開し、展開したアドレスおよびプラグインモジュール名を共有領域に設定する処理と、前記ウェブブラウザが受信したHTMLデータにプラグインモジュールを指定するタグが含まれていた場合、このタグがプラグインモジュールを指定するタグであるかの判断を行い、プラグインモジュールを指定するタグであった場合は、該当するプラグインモジュール名が前記共有領域に存在するか検索し、存在した場合、前記共有領域に設定されている該当プラグインモジュールの展開アドレスにより、前記プラグインモジュールダウンロード領域から該当プラグインモジュールを呼び出す処理とを前記組み込み機器に行わせるプログラムを記録したことを特徴としてもよい。。
【0016】
【発明の実施の形態】
本発明の実施の形態について図面を参照して詳細に説明する。図1は本発明の第1の実施の形態の構成を示すブロック図である。
【0017】
図1を参照すると、第1の実施の形態は、組み込み機器100と、外部媒体200と、インターネット300と、WWW(world wide web)サーバ400とから構成されている。
【0018】
組み込み機器100は、携帯情報端末、携帯電話機、ウェブ端末装置等に組み込まれるもので、ウェブブラウザ102と、共有領域103と、プラグインモジュールダウンロード領域104と、プラグインモジュールローダ105と、表示媒体106とを備えている。
【0019】
ウェブブラウザ102とプラグインモジュールローダ105とは、システムと共にROM(read only memory)に書き込まれている。共有領域103とプラグインモジュールダウンロード領域104とは、SRAM(static random access memory)を使用する。表示媒体106としては、LCD(liquid crystal display)が一般的に用いられる。
【0020】
外部媒体200としては、ATA(AT attachment)カード、ハードディスクカード、フロッピディスク等が用いられる。ATAカードまたはハードディスクカードの場合は、組み込み機器100に設けられたカードスロットに挿入してデータのやりとりを行う。
【0021】
プラグインモジュールローダ105は、外部媒体200に書き込まれているプラグインモジュールを、プラグインモジュールダウンロード領域104に展開し、展開したアドレスおよびプラグインモジュール名を共有領域103に設定する。
【0022】
ウェブブラウザ102は、タグ解析部101を含んでおり、インターネット300を介してWWWサーバ400とHTML(hypertext markup language)データを送受信し、受信した結果を表示媒体106に表示する。受信したHTMLタグが、プラグインモジュールを指定した特殊HTMLタグであった場合、タグ解析部101では、共有領域103に設定されているプラグインモジュール名より該当プラグインモジュールを検索する。検索の結果、該当プラグインモジュールが存在した場合は、共有領域103に設定されている該当プラグインモジュールの展開アドレスにより、該当プラグインモジュールを呼び出す。
【0023】
次に、図1および図2、図3を参照して動作について説明する。図2はプラグインモジュールローダ105の動作を示すフローチャートである。図3はタグ解析部101の動作を示すフローチャートである。
【0024】
まず、外部媒体200に、開発済みのプラグインモジュールを書き込む。書き込む際は、書き込んだデータがプラグインモジュールであることを示す情報も一緒に書き込んでおく。
【0025】
この外部媒体200を組み込み機器100に挿入することで、組み込み機器100内に存在するプラグインモジュールローダ105が起動する。
【0026】
プラグインモジュールローダ105では、外部媒体200に書き込まれているデータがプラグインモジュールかどうか判断する(ステップS21)。
【0027】
プラグインモジュールであった場合は、外部媒体200に書き込まれているプラグインモジュールデータをプラグインモジュールダウンロード領域104に展開する(ステップS22)。
【0028】
その後で、プラグインモジュールを展開したアドレスおよびプラグインモジュール名を共有領域103に設定する(ステップS23)。
【0029】
組み込み機器100に搭載されているウェブブラウザ102は、起動されると、インターネット300を介してWWWサーバ400とHTMLデータの送受信を行い、受信した結果を表示媒体106に表示する。
【0030】
受信したHTMLデータに、プラグインモジュールを指定する特殊なHTMLタグ(例.<PLUGIN_MOD DATA=”データ名” NAME=”プラグインモジュール名”>)が含まれていた場合、ウェブブラウザ102内のモジュールであるタグ解析部101では、プラグインモジュールを指定する特殊なHTMLタグかどうかの判断を行う(ステップ31)。
【0031】
特殊なHTMLタグだった場合、共有領域103から該当するプラグインモジュールが存在するかどうかの検索を行う(ステップS32)。
【0032】
該当するプラグインモジュールが存在した場合(ステップS33)、特殊HTMLタグに指定されているデータを引数として、共有領域103に設定されている該当プラグインモジュールの展開アドレスにより、プラグインモジュールダウンロード領域104から該当プラグインモジュールを呼び出す(ステップS34)。
【0033】
ステップS31で特殊なHTMLタグでなかった場合は通常の処理を行う(ステップS35)。また、ステップ33で該当するものが存在しなかった場合は、該当なしの処理を行う(ステップS36)。
【0034】
次に、本発明の第2の実施の形態について説明する。図4は本発明の第2の実施の形態の構成を示すブロック図である。第2の実施の形態は、組み込み機器100と、外部媒体200と、インターネット300と、WWWサーバ400と、記録媒体500を含む。記録媒体500は、組み込み機器用ウェブブラウザのプラグイン実現用プログラムを記録している。この記録媒体500は、磁気ディスク、半導体メモリ、光ディスク、その他の記録媒体であってよい。
【0035】
組み込み機器用ウェブブラウザのプラグイン実現用プログラムは記録媒体500から組み込み機器100に読み込まれ、第1の実施の形態におけるタグ解析部101とプラグインモジュールローダ105の処理と同様の処理を行う。
【0036】
すなわち、プラグインモジュールとプラグインモジュールであることを示す情報とを書き込まれた外部媒体200が組み込み機器100に挿入されたときに、外部媒体200に書き込まれているデータがプラグインモジュールであるかを判断し、プラグインモジュールであった場合はそのプラグインモジュールデータをプラグインモジュールダウンロード領域104に展開し、展開したアドレスおよびプラグインモジュール名を共有領域103に設定する処理と、ウェブブラウザ102が受信したHTMLデータにプラグインモジュールを指定するタグが含まれていた場合、このタグがプラグインモジュールを指定するタグであるかの判断を行い、プラグインモジュールを指定するタグであった場合は、該当するプラグインモジュール名が共有領域103に存在するか検索し、存在した場合、共有領域103に設定されている該当プラグインモジュールの展開アドレスにより、プラグインモジュールダウンロード領域104から該当プラグインモジュールを呼び出す処理とを行う。
【0037】
【発明の効果】
以上説明したように、本発明は、組み込み機器用ウェブブラウザにおけるプラグイン実行を、動的リンク形式で実現できるので、新規プラグインモジュール開発の度にウェブプラウザ本体との再リンクを行う必要がなくなるため、組み込み機器用ウェブブラウザの開発工数を削減できるという効果がある。
【0038】
また、組み込み機器がユーザの手元にある場合に、回収や交換などといった作業が発生しないため、ユーザメンテナンスの工数を削減することができるという効果がある。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態の構成を示すブロック図である。
【図2】プラグインモジュールローダの動作を示すフローチャートである。
【図3】タグ解析部の動作を示すフローチャートである。
【図4】本発明の第2の実施の形態の構成を示すブロック図である。
【符号の説明】
100 組み込み機器
101 タグ解析部
102 ウェブブラウザ
103 共有領域
104 プラグインモジュールダウンロード領域
105 プラグインモジュールローダ
106 表示媒体
200 外部媒体
300 インターネット
400 WWWサーバ
500 記録媒体[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a web browser plug-in realizing method, a web browser plug-in realizing method, and a recording medium on which a program for realizing a web browser plug-in is recorded, and in particular, newly developed for a web browser mounted on an embedded device. The present invention relates to a web browser plug-in realizing method, a web browser plug-in realizing method, and a recording medium storing a web browser plug-in realizing program for executing a plug-in module.
[0002]
[Prior art]
Conventionally, a plug-in module has been used in a web browser. Representative ones currently used as plug-in modules include Acrobat Reader (Adobe Systems, Inc.) for browsing a portable document format (PDF) file, and Real Audio (for real-time playback while downloading sound data). Real Networks, USA).
[0003]
In the conventional web browser for embedded devices, when a plug-in module became necessary, there was only a means of statically realizing it.Therefore, after the necessary plug-in module was developed, relinking with the web browser itself was not performed. must not. For this reason, a re-link operation with the web browser body occurs every time a new plug-in module is developed.
[0004]
Also, if the embedded device is available to the user, collect the embedded device every time a new plug-in module is developed and install a new plug-in module, or replace it with a new embedded device equipped with a new plug-in module. Will be done.
[0005]
[Problems to be solved by the invention]
The above-described conventional web browser for embedded devices has a problem that the number of development steps increases because a relinking operation with the web browser body occurs every time a new plug-in module is developed.
[0006]
In addition, when the user has the embedded device, there is a problem that the number of steps for user maintenance increases for the above-mentioned reason.
[0007]
An object of the present invention is to provide a means for solving the above-mentioned problem by realizing the execution of a plug-in module in a web browser for an embedded device in a dynamic link format.
[0008]
[Means for Solving the Problems]
The web browser plug-in realization method of the present invention is a web browser plug-in realization method mounted on an embedded device , comprising an external medium readable from the embedded device, and a plug-in module loader installed in the embedded device. A plug-in module download area and a shared area, a tag analysis unit in the web browser, the external medium is written with a plug-in module and information indicating that the plug-in module is, When the external medium is inserted into the embedded device, the plug-in module loader determines whether the data written in the external medium is a plug-in module. Download the in-module data to the plug-in module download area And the expanded address and the plug-in module name are set in the shared area. If the tag data specifying the plug-in module is included in the HTML data received by the web browser, Judge whether the tag is a tag that specifies a plug-in module, and if the tag is a tag that specifies a plug-in module, search whether the corresponding plug-in module name exists in the shared area, and if it exists The plug-in module is called from the plug-in module download area according to the expansion address of the plug-in module set in the shared area .
[0010]
The plug-in implementation method for a web browser according to the present invention may be characterized in that the web browser and the plug-in module loader are written in a ROM.
[0012]
A method for implementing a plug-in of a web browser according to the present invention is a method for implementing a plug-in of a web browser installed in an embedded device, wherein the external medium readable from the embedded device includes a plug-in module and a plug-in module. When the external medium is inserted into the embedded device, it is determined whether the data written in the external medium is a plug-in module. When the in-module data is expanded in the plug-in module download area, the expanded address and the plug-in module name are set in the shared area, and the HTML data received by the web browser includes a tag specifying the plug-in module. , This tag specifies the plugin module It is determined whether the tag is a tag to specify a plug-in module. If the tag is a tag that specifies a plug-in module, the corresponding plug-in module name is searched for in the shared area. The plug-in module may be called from the plug-in module download area according to the expanded address of the corresponding plug-in module.
[0013]
The plug-in implementing method for a web browser according to the present invention may be characterized in that the web browser is written in a ROM.
[0015]
The recording medium of the present invention is a recording medium in which a program for implementing a plug-in of a web browser mounted on an embedded device is recorded, and an external medium in which a plug-in module and information indicating the plug-in module are written Is inserted into the embedded device, it is determined whether the data written in the external medium is a plug-in module. If the data is a plug-in module, the plug-in module data is stored in the plug-in module download area. Processing to set the expanded address and the plug-in module name in the shared area; and, when the HTML data received by the web browser includes a tag for specifying the plug-in module, this tag is Judge whether the tag is for specifying If the tag specifies an in-module, a search is performed to determine whether the corresponding plug-in module name exists in the shared area.If the tag exists, the expansion address of the corresponding plug-in module set in the shared area is used. A program for causing the embedded device to perform a process of calling the corresponding plug-in module from the plug-in module download area may be recorded. .
[0016]
BEST MODE FOR CARRYING OUT THE INVENTION
Embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the first embodiment of the present invention.
[0017]
Referring to FIG. 1, the first embodiment includes an embedded
[0018]
The embedded
[0019]
The
[0020]
As the
[0021]
The plug-in module loader 105 expands the plug-in module written in the
[0022]
The
[0023]
Next, the operation will be described with reference to FIG. 1, FIG. 2, and FIG. FIG. 2 is a flowchart showing the operation of the plug-in module loader 105. FIG. 3 is a flowchart showing the operation of the
[0024]
First, the developed plug-in module is written in the
[0025]
By inserting the
[0026]
The plug-in module loader 105 determines whether the data written in the
[0027]
If it is a plug-in module, the plug-in module data written in the
[0028]
After that, the address where the plug-in module is expanded and the plug-in module name are set in the shared area 103 (step S23).
[0029]
When activated, the
[0030]
If the received HTML data includes a special HTML tag that specifies a plug-in module (eg, <PLUGIN_MOD DATA = “data name” NAME = “plug-in module name”>), the module in the
[0031]
If the HTML tag is a special HTML tag, a search is performed from the shared
[0032]
If there is a corresponding plug-in module (step S33), the plug-in
[0033]
If it is not a special HTML tag in step S31, normal processing is performed (step S35). If there is no corresponding item in step 33, a process of not corresponding is performed (step S36).
[0034]
Next, a second embodiment of the present invention will be described. FIG. 4 is a block diagram showing a configuration of the second exemplary embodiment of the present invention. The second embodiment includes an embedded
[0035]
The plug-in realization program of the web browser for the embedded device is read from the
[0036]
That is, when the
[0037]
【The invention's effect】
As described above, according to the present invention, plug-in execution in a web browser for an embedded device can be realized in the form of a dynamic link, so that it is not necessary to re-link to the web browser body every time a new plug-in module is developed. Therefore, there is an effect that the number of development steps of a web browser for an embedded device can be reduced.
[0038]
Further, when the embedded device is at hand of the user, since operations such as collection and replacement do not occur, the number of user maintenance steps can be reduced.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a first exemplary embodiment of the present invention.
FIG. 2 is a flowchart illustrating an operation of a plug-in module loader.
FIG. 3 is a flowchart illustrating an operation of a tag analysis unit.
FIG. 4 is a block diagram showing a configuration of a second exemplary embodiment of the present invention.
[Explanation of symbols]
REFERENCE SIGNS
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32167999A JP3576897B2 (en) | 1999-11-11 | 1999-11-11 | Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP32167999A JP3576897B2 (en) | 1999-11-11 | 1999-11-11 | Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2001142711A JP2001142711A (en) | 2001-05-25 |
JP3576897B2 true JP3576897B2 (en) | 2004-10-13 |
Family
ID=18135221
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP32167999A Expired - Fee Related JP3576897B2 (en) | 1999-11-11 | 1999-11-11 | Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3576897B2 (en) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3623715B2 (en) * | 2000-04-07 | 2005-02-23 | 日本電気株式会社 | Communication terminal device |
US7085845B2 (en) | 2001-05-09 | 2006-08-01 | Gene Fein | Method, apparatus and computer program product for identifying a playing media file and tracking associated user preferences |
JP3942941B2 (en) | 2002-04-22 | 2007-07-11 | 三菱電機株式会社 | COMMUNICATION DEVICE, PLUG-IN MODULE CONTROL METHOD, PROGRAM FOR EXECUTING COMPUTER, AND COMPUTER-READABLE RECORDING MEDIUM CONTAINING PROGRAM FOR EXECUTING COMPUTER |
AU2004302143B2 (en) | 2003-08-07 | 2007-06-14 | Samsung Electronics Co., Ltd. | Audio/video device, apparatus and method for controlling audio/video device |
US20100281403A1 (en) * | 2007-12-28 | 2010-11-04 | Access Co., Ltd. | Browser program and terminal device |
US9250926B2 (en) | 2009-04-30 | 2016-02-02 | Microsoft Technology Licensing, Llc | Platform extensibility framework |
CN101604371B (en) | 2009-07-22 | 2012-02-08 | 阿里巴巴集团控股有限公司 | Method and system for controlling authority of plug-in unit |
JP5732824B2 (en) * | 2010-01-05 | 2015-06-10 | 株式会社リコー | Image forming apparatus, information processing system, and information processing method |
CN102495890A (en) * | 2011-12-09 | 2012-06-13 | 上海全景数字技术有限公司 | Embedded browser application extension system and method |
CN114879973A (en) * | 2022-05-27 | 2022-08-09 | 平安普惠企业管理有限公司 | Plug-in compiling method and device, computer equipment and readable storage medium |
-
1999
- 1999-11-11 JP JP32167999A patent/JP3576897B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2001142711A (en) | 2001-05-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3719825B2 (en) | Information processing apparatus and information processing method | |
JP3576897B2 (en) | Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation | |
CN101611422A (en) | Web data usage platform | |
CN104049986A (en) | Plugin loading method and device | |
JP2006286013A (en) | Object state transfer method, object state transfer device, object state transfer program, and recording medium for the same | |
KR101453743B1 (en) | Pre-caching method for web application and device using the same | |
WO2020238860A1 (en) | Distributed file batch processing method and apparatus, and readable storage medium | |
JP2008502038A (en) | Save multiple browser instances as one selectable web project | |
JP5020499B2 (en) | Video data recording method and recording apparatus therefor | |
CN105549996A (en) | Application updating method for mobile terminal and mobile terminal | |
JP2005025620A (en) | Document update notification device, document update notification method, and control program of document update notification device | |
JP2002056028A (en) | Home page reading system, portable information terminal, and computer-readable recording medium | |
US20040205460A1 (en) | Notepad for web browser | |
JP2006318220A (en) | Terminal device, printing device, printing system, information processing method, information processing program, and recording medium | |
JP2002229890A (en) | Information displaying method | |
JP5245629B2 (en) | Relay device, communication relay method, program thereof, and relay system | |
JPWO2005006192A1 (en) | Structured document processing method and apparatus, and storage medium | |
JP4532995B2 (en) | Printing apparatus, printing method, and program | |
JP2001034525A (en) | Web page display method and recording medium where processing program thereof is recorded | |
JPH11265397A (en) | Storage medium, information accessing method and its device | |
JP4208624B2 (en) | Information processing method, computer program, and information processing apparatus | |
CN115756998B (en) | Cache data re-fetching mark verification method, device and system | |
JP4325954B2 (en) | File creation terminal | |
JP2004185337A (en) | Information retrieval device, method, and storage medium | |
JP2005025419A (en) | Access system to internet resource |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20040406 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20040603 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20040629 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20040708 |
|
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: 20070716 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080716 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090716 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100716 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110716 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110716 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120716 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120716 Year of fee payment: 8 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R371 | Transfer withdrawn |
Free format text: JAPANESE INTERMEDIATE CODE: R371 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120716 Year of fee payment: 8 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120716 Year of fee payment: 8 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |