JP2003084976A - Communication device, control method thereof, and control program - Google Patents

Communication device, control method thereof, and control program

Info

Publication number
JP2003084976A
JP2003084976A JP2001275367A JP2001275367A JP2003084976A JP 2003084976 A JP2003084976 A JP 2003084976A JP 2001275367 A JP2001275367 A JP 2001275367A JP 2001275367 A JP2001275367 A JP 2001275367A JP 2003084976 A JP2003084976 A JP 2003084976A
Authority
JP
Japan
Prior art keywords
program
communication device
browser
display
information
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
JP2001275367A
Other languages
Japanese (ja)
Inventor
Muneki Nakao
宗樹 中尾
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2001275367A priority Critical patent/JP2003084976A/en
Priority to US10/235,812 priority patent/US20030051215A1/en
Priority to KR1020020054634A priority patent/KR100609809B1/en
Priority to EP02256254A priority patent/EP1292101A3/en
Priority to CN021316015A priority patent/CN1406047B/en
Publication of JP2003084976A publication Critical patent/JP2003084976A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a communication device, a control method thereof, and a control program, capable of executing a local program using browser interpreting a markup language. SOLUTION: This is a facsimile comprising a ROM101 storing a browser program to analyze display data described in the markup language to be converted into display information, and a local program to conduct a different process from browser display, a processor to execute the program stored in the ROM101, and a display part 105 to display an image based on the display information. The browser program determines if a form tag in HTML data in a DRAM103 includes a URL for an input check program or not, and when it does, the input check program is executed to check set information inputted by a user.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、マークアップ言語
を解析し、表示情報に変換し表示可能な通信装置に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication device capable of analyzing a markup language, converting it into display information and displaying it.

【0002】[0002]

【従来の技術】従来から、HTML等のマークアップ言
語で記述された表示プログラムを解析し、その解析結果
を表示画面に表示するブラウザプログラムが、一般的に
知られている。そのような表示プログラムのコード中に
は、IPアドレス及びファイル名を表す情報が埋込まれ
ている場合があり、ブラウザは、そのIPアドレスのサ
ーバを探し、アクセスしてそのファイル名のファイルを
実行することができる。
2. Description of the Related Art Conventionally, a browser program that analyzes a display program written in a markup language such as HTML and displays the analysis result on a display screen is generally known. Information representing an IP address and a file name may be embedded in the code of such a display program, and the browser searches for a server having the IP address, accesses the server, and executes the file having the file name. can do.

【0003】例えばHTMLの場合、<FORM method="g
et" action="HTTP://www.abc.com/abc.cgi>と記述され
ていれば、www.abc.com、というURLを持つサーバ内
のabc.cgiというプログラムを実行することができる。
For example, in the case of HTML, <FORM method = "g
If "et" action = "HTTP://www.abc.com/abc.cgi>" is written, you can execute the program abc.cgi in the server with the URL www.abc.com. .

【0004】[0004]

【発明が解決しようとする課題】しかしながら、従来の
ブラウザを有する通信装置では、そのブラウザからの命
令で、通信装置自体に用意された、いわゆるローカルプ
ログラムを実行したり、通信装置自体のメモリにデータ
を自由に書込んだり、ブラウザに対して入力されたデー
タに基づいて表示や音声出力以外の動作を制御したりす
ることは不可能であった。
However, in a communication device having a conventional browser, a so-called local program prepared in the communication device itself is executed by a command from the browser, or data is stored in a memory of the communication device itself. It was impossible to freely write or control operations other than display and voice output based on the data input to the browser.

【0005】即ち、マークアップ言語を解釈するブラウ
ザは、あくまでサーバにある表示プログラムに従った画
面表示を目的とするものであって、ブラウザを有する端
末内のデータを扱うことはできなかった。
That is, the browser that interprets the markup language is intended only for screen display according to the display program in the server, and cannot handle data in the terminal having the browser.

【0006】従って、例えば、装置内部に用意されたロ
ーカルプログラムを走らせるためには、ユーザの入力を
促す表示画面をC言語等で記述せざるをえず、マークア
ップ言語で記述する場合に比して、プログラム作成に手
間がかかっていた。
Therefore, for example, in order to run a local program prepared in the apparatus, the display screen prompting the user to input must be described in C language, etc. Then, it took time to create the program.

【0007】本発明は上記従来技術の課題を解決するた
めになされたもので、その目的とするところは、マーク
アップ言語を解釈するブラウザを用いて、ローカルプロ
グラムを実行することのできる通信装置、その制御方法
及び制御プログラムを提供することにある。
The present invention has been made to solve the above-mentioned problems of the prior art, and an object thereof is to provide a communication device capable of executing a local program by using a browser that interprets a markup language, It is to provide the control method and control program.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するた
め、本発明に係る装置は、マークアップ言語で記述され
た表示用データを解析し表示情報に変換するブラウザプ
ログラム、及び、ブラウザ表示とは異なる処理を行うロ
ーカルプログラムを格納するメモリと、前記メモリに格
納されたプログラムを実行するプロセッサと、前記表示
情報に基づいて画像を表示するディスプレイと、を有
し、前記ブラウザプログラムは、プロセッサに、マーク
アップ言語で記述された表示用データ内に、前記ローカ
ルプログラムの実行を指示する記述があるか否かを判断
させ、前記ローカルプログラムの実行を指示する記述が
あると判断した場合には、前記ローカルプログラムを実
行させることを特徴とする。
In order to achieve the above object, the apparatus according to the present invention is a browser program for analyzing display data described in a markup language and converting it into display information, and a browser display. A memory that stores a local program that performs different processing, a processor that executes the program stored in the memory, and a display that displays an image based on the display information, the browser program in the processor, If it is determined that there is a description instructing execution of the local program in the display data described in the markup language and it is determined that there is a description instructing execution of the local program, It is characterized by executing a local program.

【0009】前記ブラウザプログラムは、更に、前記通
信装置の状態が、前記ローカルプログラムを実行可能な
状態か否かを判断し、前記ローカルプログラムが実行可
能な状態の場合に、前記プロセッサに前記ローカルプロ
グラムを実行させることを特徴とする。
The browser program further determines whether or not the state of the communication device is in a state in which the local program can be executed, and when the local program is in a state in which the local program can be executed, the browser program is executed by the processor. Is executed.

【0010】前記メモリは、更に、ユーザからの情報を
入力可能な、情報入力画面を表示するための、マークア
ップ言語で記述された情報入力画面表示用データを格納
しており、前記ブラウザプログラムは、該情報入力画面
表示用データ内に、前記ローカルプログラムの実行を指
示する記述があると判断した場合には、前記ローカルプ
ログラムを実行させ、前記情報入力画面を表示した状態
で入力された情報を、前記ローカルプログラムに渡すこ
とを特徴とする。
The memory further stores information input screen display data described in a markup language for displaying an information input screen, which enables the user to input information, and the browser program is stored in the memory. When it is determined that the information input screen display data has a description instructing the execution of the local program, the local program is executed, and the information input while the information input screen is displayed is displayed. Is passed to the local program.

【0011】前記情報入力画面は、前記通信装置の設定
情報を入力するための画面であって、前記ローカルプロ
グラムは、前記情報入力画面を表示した状態で入力され
た情報が、前記通信装置の設定情報として適当か否かを
判断することを特徴とする。
The information input screen is a screen for inputting setting information of the communication device, and in the local program, the information input while the information input screen is displayed is the setting of the communication device. It is characterized by determining whether or not it is appropriate as information.

【0012】前記情報が前記通信装置の前記設定情報と
して適当でない場合には、その旨を表示した後で、すで
に登録されている設定情報を前記情報入力画面に表示す
るように前記ブラウザプログラムを実行することを特徴
とする。
If the information is not suitable as the setting information of the communication device, after displaying that, the browser program is executed so as to display the already registered setting information on the information input screen. It is characterized by doing.

【0013】前記情報入力画面は、前記通信装置の設定
情報を入力するための画面であって、前記ローカルプロ
グラムは、前記情報入力画面を表示した状態で入力され
た情報を通信装置内に登録することを特徴とする。
The information input screen is a screen for inputting setting information of the communication device, and the local program registers the information input in a state in which the information input screen is displayed in the communication device. It is characterized by

【0014】前記マークアップ言語はHTMLであっ
て、前記ブラウザプログラムは、フォームタグ内の、属
性actionの値のURLによって、前記ローカルプログラ
ムを実行すべきか否かを判断することを特徴とする。
The markup language is HTML, and the browser program determines whether or not to execute the local program according to the URL of the value of the attribute action in the form tag.

【0015】前記メモリは、マークアップ言語で記述さ
れたデフォルト表示用データと、前記通信装置内に登録
された情報を用いて該デフォルト表示用データを変更す
る表示用データ変更プログラムと、を更に格納すること
を特徴とする。
The memory further stores default display data described in a markup language, and a display data changing program for changing the default display data using information registered in the communication device. It is characterized by doing.

【0016】上記目的を達成するため、本発明に係る方
法は、マークアップ言語を解析するブラウザプログラム
と、ブラウザ表示とは異なる処理を行うローカルプログ
ラムと、が格納されたメモリと、前記ブラウザプログラ
ムの解析結果を表示するディスプレイと、を有する通信
装置の制御方法であって、前記ブラウザプログラムを起
動する工程と、マークアップ言語で記述された表示用デ
ータを前記ブラウザプログラムに解析させる解析工程
と、解析の結果をディスプレイに表示させる表示工程
と、解析の結果、前記表示用データ中にローカルプログ
ラムの実行を指示する記述がある場合には前記ローカル
プログラムを実行するローカルプログラム実行工程と、
を含むことを特徴とする。
In order to achieve the above object, the method according to the present invention includes a memory in which a browser program for analyzing a markup language and a local program for performing processing different from the browser display are stored, and the browser program. A method for controlling a communication device, comprising: a display for displaying an analysis result, the step of activating the browser program, the step of analyzing the display data described in a markup language by the browser program, and the analysis. A display step of displaying the result on a display, and a local program execution step of executing the local program when there is a description in the display data indicating execution of the local program as a result of the analysis,
It is characterized by including.

【0017】更に、前記通信装置の状態が、前記ローカ
ルプログラムを実行可能な状態か否かを判断する工程を
有し、前記ローカルプログラム実行工程は、前記ローカ
ルプログラムが実行可能な状態の場合に、前記ローカル
プログラムを実行することを特徴とする。
Furthermore, there is a step of judging whether or not the state of the communication device is a state in which the local program can be executed, and the local program execution step includes a step of: It is characterized in that the local program is executed.

【0018】前記メモリは、更に、ユーザからの情報を
入力可能な情報入力画面を表示するための、マークアッ
プ言語で記述された情報入力画面表示用データを格納し
ており、前記ローカルプログラム実行工程は、前記解析
工程で、前記ブラウザプログラムが該情報入力画面表示
用データを解析した結果、前記ローカルプログラムの実
行を指示する記述があると判断した場合には、前記情報
入力画面を表示した状態で入力された情報に基づいて、
前記ローカルプログラムを実行することを特徴とする。
The memory further stores information input screen display data described in a markup language for displaying an information input screen on which information from a user can be input. In the analysis step, when the browser program analyzes the information input screen display data and determines that there is a description for instructing execution of the local program, the information input screen is displayed. Based on the information entered
It is characterized in that the local program is executed.

【0019】前記情報入力画面は、前記通信装置の設定
情報を入力するための画面であって、前記ローカルプロ
グラム実行工程は、前記情報入力画面を表示した状態で
入力された情報が、前記通信装置の設定情報として適当
か否かを判断することを特徴とする。
The information input screen is a screen for inputting setting information of the communication device, and in the local program executing step, the information input while the information input screen is displayed is the communication device. It is characterized by determining whether or not it is appropriate as the setting information of.

【0020】前記ローカルプログラム実行工程は、前記
情報が前記通信装置の前記設定情報として適当でない場
合には、その旨を表示した後で、すでに登録されている
設定情報を前記情報入力画面に表示するように前記ブラ
ウザプログラムを実行することを特徴とする。
In the local program executing step, if the information is not suitable as the setting information of the communication device, after displaying that, the already registered setting information is displayed on the information input screen. The browser program is executed as described above.

【0021】前記情報入力画面は、前記通信装置の設定
情報を入力するための画面であって、前記ローカルプロ
グラム実行工程は、前記情報入力画面を表示した状態で
入力された情報を通信装置内に登録することを特徴とす
る。
The information input screen is a screen for inputting setting information of the communication device. In the local program executing step, the information input while the information input screen is displayed is stored in the communication device. It is characterized by registering.

【0022】前記マークアップ言語はHTMLであっ
て、前記ブラウザプログラムは、フォームタグ内の、属
性actionの値のURLによって、前記ローカルプログラ
ムを実行すべきか否かを判断することを特徴とする。
The markup language is HTML, and the browser program determines whether or not the local program should be executed based on the URL of the value of the attribute action in the form tag.

【0023】上記目的を達成するため、本発明に係るプ
ログラムは、マークアップ言語を解析するブラウザプロ
グラムと、ブラウザ表示とは異なる処理を行うローカル
プログラムと、が格納されたメモリと、前記ブラウザプ
ログラムの解析結果を表示するディスプレイと、プログ
ラムを実行するプロセッサを有する通信装置の制御プロ
グラムであって、前記プロセッサに、前記ブラウザプロ
グラムを起動する工程と、マークアップ言語で記述され
た表示用データを前記ブラウザプログラムに解析させる
解析工程と、解析の結果をディスプレイに表示させる表
示工程と、解析の結果、前記表示用データ中にローカル
プログラムの実行を指示する記述がある場合には前記ロ
ーカルプログラムを実行するローカルプログラム実行工
程と、を実現させることを特徴とする。
In order to achieve the above object, a program according to the present invention is a memory that stores a browser program that analyzes a markup language and a local program that performs a different process from the browser display, and the browser program of the browser program. A control program for a communication device having a display for displaying an analysis result and a processor for executing the program, the step of activating the browser program in the processor, and displaying the display data described in a markup language in the browser. An analysis step for causing the program to analyze, a display step for displaying the analysis result on a display, and a local step for executing the local program if the analysis result indicates that the display data has a description instructing execution of the local program. The program execution process and It is characterized in.

【0024】上記目的を達成するため、本発明に係る記
憶媒体は、制御プログラムを格納したことを特徴とす
る。
In order to achieve the above object, the storage medium according to the present invention is characterized by storing a control program.

【0025】[0025]

【発明の実施の形態】以下に、図面を参照して、この発
明の好適な実施の形態を例示的に詳しく説明する。ただ
し、この実施の形態に記載されている構成要素の相対配
置、表示画面等は、特に特定的な記載がない限りは、こ
の発明の範囲をそれらのみに限定する趣旨のものではな
い。なお、本明細書中、通信装置のローカルプログラム
とは、通信装置が接続されているネットワーク上のプロ
グラム以外のプログラムをいい、通信装置内部の記憶手
段に格納されたプログラムを指すものであり、ブラウザ
に付随するJAVA(登録商標) script等のプログラ
ムやHTMLデータを含まない。また、HTMLデータ
とは、HTMLで記述され、ブラウザが解釈できる全て
のデータを含む。
BEST MODE FOR CARRYING OUT THE INVENTION Preferred embodiments of the present invention will be illustratively described in detail below with reference to the drawings. However, the relative arrangement of the constituent elements, the display screen, and the like described in this embodiment are not intended to limit the scope of the present invention to them unless otherwise specified. In the present specification, the local program of the communication device refers to a program other than the program on the network to which the communication device is connected, and refers to the program stored in the storage means inside the communication device, and the browser. It does not include programs such as JAVA (registered trademark) script and HTML data attached to the. The HTML data includes all data described in HTML and interpretable by the browser.

【0026】(一実施形態)本発明にかかる通信装置の
一実施形態として、インターネット通信機能を有するフ
ァクシミリについて説明する。
(One Embodiment) As one embodiment of the communication apparatus according to the present invention, a facsimile having an internet communication function will be described.

【0027】<概要>本実施の形態としてのファクシミ
リは、その各種設定情報(例えば、ユーザ名、現在時
刻、留守電設定、留守録転送、画像読取濃度/解像度、
等)の登録を、HTMLやCTMLやXMLなどのマー
クアップ言語を解釈できるブラウザから行うものであ
る。ここでは、登録操作用のGUIインターフェイスの
表示、及び、ユーザからの設定値の取得を、HTMLで
記述されたプログラムにて実現する。
<Overview> In the facsimile according to the present embodiment, various setting information (for example, user name, current time, answering machine setting, answering machine transfer, image reading density / resolution,
Etc.) is registered from a browser that can interpret a markup language such as HTML, HTML, or XML. Here, the display of the GUI interface for registration operation and the acquisition of the setting value from the user are realized by the program described in HTML.

【0028】本ファクシミリに用意されたブラウザは、
表示ソースとしてのHTMLデータの中から、ある特定
のローカルプログラムの実行指示があるかどうか判断す
る。具体的には、HTMLデータのFORM等のタグ中
にあるURLが、予めブラウザに設定されている特定の
URLと同じかどうかを判定し、同じ場合は、そのファ
クシミリ中にある、特定のローカルプログラムを実行さ
せ、そのローカルプログラムにユーザの入力情報を渡
す。異なる場合は、一般的なブラウザが行うように、そ
のフォームタグ中にあるURLを割当てられたWebサ
ーバをネット上で検索し、見つかったWebサーバ宛て
にユーザ入力情報を送信する。
The browser prepared for this facsimile is
From the HTML data as a display source, it is determined whether or not there is an instruction to execute a specific local program. Specifically, it is determined whether the URL in the tag such as the FORM of the HTML data is the same as the specific URL preset in the browser. If the URL is the same, the specific local program in the facsimile is determined. Is executed and the user's input information is passed to the local program. If they are different, as in a general browser, the web server to which the URL in the form tag is assigned is searched on the net, and the user input information is transmitted to the found web server.

【0029】ここでのローカルプログラムは、ユーザの
入力情報が適当な内容か否かを判断するものであり、適
当な内容であると判断した場合は、前記装置内の保存可
能なメモリエリアに対しての登録処理を行う。判断の結
果、登録を行うのに不具合を生ずるデータの場合は、保
存可能なメモリエリアに対しては登録処理を行わずに、
ユーザメッセージとして「・・のため入力をしなおして
ください」というメッセージ表示を行う。
The local program here is for judging whether or not the information input by the user has appropriate contents. When it is judged that the information has proper contents, the local program is stored in the storable memory area in the apparatus. Perform all registration processing. As a result of the judgment, in the case of data that causes a problem in registration, without performing the registration process for the storable memory area,
As the user message, the message "Please input again because of ..." is displayed.

【0030】このようにすることで、ブラウザ上で表示
可能なコンテンツから、ユーザが入力した適当な登録内
容を機器内での登録情報として設定することを可能とす
るものである。
By doing so, it is possible to set appropriate registration contents input by the user as registration information in the device from contents that can be displayed on the browser.

【0031】<具体的構成>以下、本実施形態のブラウ
ザ付きファクシミリの具体的構成について図面を参照し
て説明する。
<Specific Configuration> The specific configuration of the facsimile machine with a browser according to this embodiment will be described below with reference to the drawings.

【0032】図2は本実施形態のブラウザ付きファクシ
ミリの内部構成を示すブロック図である。
FIG. 2 is a block diagram showing the internal structure of the facsimile with a browser of this embodiment.

【0033】図2において、本ファクシミリは、装置全
体を制御するための中央演算処理部(CPU)100
と、ブラウザプログラム等の各種プログラムおよび固有
データを記憶するROM101と、個人データや電話
帳、ユーザ設定スイッチなどのバックアップ用のデータ
を格納する不揮発性RAM102と、CPUワークデー
タ、HTMLデータ、表示用データ、記録用データなど
を一時的に記憶するDRAM103とを含む。
In FIG. 2, the present facsimile has a central processing unit (CPU) 100 for controlling the entire apparatus.
A ROM 101 for storing various programs such as a browser program and unique data; a non-volatile RAM 102 for storing personal data, backup data such as a telephone directory and user setting switches; CPU work data, HTML data, display data , A DRAM 103 for temporarily storing recording data and the like.

【0034】そして、更に、受信したデータや装置の状
態、ブラウザ画面などを表示する表示部105、テンキ
ー(ダイヤル)などから構成される操作部106、受信
した画像やテキストを記録する記録部(プリンタ)10
7、回線109を接続し外部と通信するためのモデムな
どから構成される通信部108、を含む。ここで各処理
部はシステムバス110で接続される。
Further, a display unit 105 for displaying the received data and device status, a browser screen, etc., an operation unit 106 including a ten-key (dial), a recording unit (printer for recording received images and texts). ) 10
7, a communication unit 108 including a modem or the like for connecting the line 109 to communicate with the outside. Here, the processing units are connected by the system bus 110.

【0035】図3は、表示部105の構成図である。表
示部105は、表示データを記憶するVRAM200
と、VRAM200の内容をドットマトリクスLCD2
02に出力させるためのLCDドライバ201と、から
構成される。
FIG. 3 is a block diagram of the display unit 105. The display unit 105 includes a VRAM 200 that stores display data.
And the contents of the VRAM 200 to the dot matrix LCD 2
02, and an LCD driver 201 for outputting the output.

【0036】図4は、DRAM103の内部構成を示す
メモリマップであり、DRAM103はそれぞれCPU
100のワークとして使われるCPUワークエリア、受
信したHTMLデータを記憶するHTMLデータ格納エ
リア、表示データを記憶する表示用データ格納エリア、
プリントデータを記憶する記録用データ格納エリア、お
よびその他のデータを記憶するその他のデータ格納エリ
アから構成される。
FIG. 4 is a memory map showing the internal structure of the DRAM 103, each of which is a CPU.
CPU work area used as 100 work, HTML data storage area for storing received HTML data, display data storage area for storing display data,
The recording data storage area stores print data, and the other data storage area stores other data.

【0037】図5は、本ファクシミリの操作部106の
外観構成図であり、LCD202、電話番号などを入力
するためのテンキー402、機能設定などに用いる登録
キー403、マルチな入力に用いる4つのファンクショ
ンキー404、および設定入力キーであるセットキー4
05と、表示部のカーソル移動などに用いる左右上下方
向キー406を含む。
FIG. 5 is an external configuration diagram of the operation unit 106 of the present facsimile. The LCD 202, a numeric keypad 402 for inputting a telephone number and the like, a registration key 403 used for function setting and the like, and four functions used for multiple inputs. Key 404 and set key 4 which is a setting input key
05 and a left / right up / down direction key 406 used for moving the cursor on the display unit.

【0038】<インターネットブラウジング動作>本フ
ァクシミリにおいて、HTMLデータをインターネット
から受信し表示を行う通常のブラウジング動作について
説明する。
<Internet Browsing Operation> In this facsimile, a normal browsing operation for receiving HTML data from the Internet and displaying it will be described.

【0039】まず、通信部108を用いて、既知の方法
で回線109と接続状態にする。この状態で、回線10
9および通信部108を通じてHTMLデータを受信
し、この受信したHTMLデータはDRAM103のH
TMLデータ格納エリアへ記憶される。次に、ROM1
01内にあるブラウザプログラムが、DRAM103の
HTMLデータ格納エリアに記憶されたHTMLデータ
のタグを解析し、表示情報としてのイメージデータに展
開して、再度DRAM103の表示用データエリアに記
憶する。さらに、この表示用データエリアに記憶された
データの中で、表示が必要なデータが、表示部105の
VRAM200ヘ送られ、LCDドライバ201でドラ
イブされ、ドットマトリクスLCD202で表示され
る。
First, the communication unit 108 is used to establish a connection with the line 109 by a known method. In this state, line 10
9 and the communication unit 108 to receive the HTML data, and the received HTML data is the H of the DRAM 103.
It is stored in the TML data storage area. Next, ROM1
The browser program in 01 analyzes the tag of the HTML data stored in the HTML data storage area of the DRAM 103, develops it into image data as display information, and stores it again in the display data area of the DRAM 103. Further, among the data stored in the display data area, the data that needs to be displayed is sent to the VRAM 200 of the display unit 105, driven by the LCD driver 201, and displayed by the dot matrix LCD 202.

【0040】この時、受信したHTMLデータのFOR
M等のタグ中に、URL(或はIPアドレス)があれ
ば、そのようなIPアドレスを有するWebサーバをネ
ット上で検索し、そのサーバ内のCGIプログラムに、
ユーザがブラウザに対して入力した情報を渡すことがで
きる。サーバ内のCGIプログラムは、ユーザの入力情
報を用いて、例えばネット上での文字検索や、掲示板へ
の書込みや、チャットなどを行う。
At this time, FOR of the received HTML data
If there is a URL (or IP address) in the tag such as M, a Web server having such an IP address is searched on the net, and the CGI program in the server searches
The information entered by the user into the browser can be passed. The CGI program in the server uses the input information of the user to perform, for example, character search on the net, writing on the bulletin board, chatting, and the like.

【0041】<登録動作>次に、HTMLで記述された
表示画面からの登録方法について図1を用いて説明す
る。
<Registration Operation> Next, a registration method from the display screen described in HTML will be described with reference to FIG.

【0042】まず、ステップS1で登録メニューを表示
するため、ユーザが操作部106の登録キー403を押
下すると、CPU100は、不揮発性RAM102に登
録されている登録キーの状態を示すフラグ(不図示)を
OFFからONに変更し、登録モードに移行する。
First, in order to display the registration menu in step S1, when the user presses the registration key 403 of the operation unit 106, the CPU 100 causes the flag (not shown) indicating the state of the registration key registered in the nonvolatile RAM 102. Is changed from OFF to ON, and the mode is changed to the registration mode.

【0043】次に、CPU100は、HTMLデータ変
更プログラムを実行し、不揮発性RAM102の登録デ
ータ記憶エリアに格納されている設定内容を読出して
(S2)、ROM101に格納された登録メニュー表示
用のデフォルトHTMLデータを設定内容に応じて変更
した後(S3)、登録メニュー表示用HTMLデータと
してDRAM103のHTMLデータ格納エリアに展開
する(S4)。
Next, the CPU 100 executes the HTML data change program, reads the setting contents stored in the registration data storage area of the non-volatile RAM 102 (S2), and stores the registration menu default stored in the ROM 101. After the HTML data is changed according to the setting contents (S3), it is expanded in the HTML data storage area of the DRAM 103 as the registration menu display HTML data (S4).

【0044】図6は、登録メニュー用のデフォルトHT
MLデータの例であり、その表示画面は図7のようにな
る。登録キー403が押された時点で、中尾という名前
が登録されている場合には、HTMLデータ変更プログ
ラムは、その設定情報を読みだして、図8のようなHT
MLデータを生成する。つまり、「value="中尾"」の記
述801をデフォルトのHTMLデータに追加する。こ
うすれば、装置内に記憶された情報(たとえば、時刻デ
ータ、ユーザの名前、各種制御スイッチ、音声登録情
報、など)を反映させた状態でHTMLのコンテンツと
して表示することができる。
FIG. 6 shows the default HT for the registration menu.
This is an example of ML data, and the display screen is as shown in FIG. 7. If the name Nakao is registered at the time when the registration key 403 is pressed, the HTML data change program reads the setting information and the HT as shown in FIG.
Generate ML data. That is, the description 801 "value =" Nakao "" is added to the default HTML data. In this way, the information stored in the device (for example, time data, user's name, various control switches, voice registration information, etc.) can be displayed as HTML content in a reflected state.

【0045】なお、登録メニューの表示画面としては、
図7に限らず、図1の表示部105に示すように、画面
上に、更に、電話番号の入力エリアや、留守録転送をす
るかしないかのチェックボックスなどを設けても良い。
又、現在の日付と時刻を入力させるため、年、月、日、
時、分を入力するエリアをそれぞれ設けても良い。
The display screen of the registration menu is as follows.
Not limited to FIG. 7, as shown in the display unit 105 of FIG. 1, a telephone number input area, a check box as to whether or not to perform an answering machine transfer may be further provided on the screen.
Also, to enter the current date and time, the year, month, day,
Areas for inputting hours and minutes may be provided respectively.

【0046】そして、次に、ステップS5で、その登録
メニューが展開されているDRAM103のHTMLデ
ータ格納エリアの先頭アドレスをブラウザへ引き渡して
ブラウザの起動処理を開始する。ブラウザは、通常のイ
ンターネットコンテンツを表示する場合と同様に、ステ
ップS6で、登録メニュー用のHTMLデータを解析
し、図9のような登録画面を表示部105のLCDに表
示する。
Then, in step S5, the start address of the HTML data storage area of the DRAM 103 in which the registration menu is expanded is delivered to the browser to start the browser activation process. The browser analyzes the HTML data for the registration menu and displays the registration screen as shown in FIG. 9 on the LCD of the display unit 105 in step S6, as in the case of displaying normal Internet contents.

【0047】なお、何の設定情報も登録していない場合
には、図8の801のような記述は追加されず、図7の
ような登録画面が表示される。
If no setting information is registered, the description like 801 in FIG. 8 is not added and the registration screen as shown in FIG. 7 is displayed.

【0048】ブラウザは、特定のスキーム名(ここでは
local_regist.cgi)がURLとして指定されており、か
つ、ファクシミリの状態が登録モード(登録キーの状態
を示すフラグがON)の場合はインターネット上へのア
クセスを行わずに、端末内に用意された所定のローカル
プログラム(ここでは入力チェックプログラム)を実行
するように設定されている。
The browser uses a specific scheme name (here:
local_regist.cgi) is specified as the URL and the facsimile status is the registration mode (the flag indicating the status of the registration key is ON), it is prepared in the terminal without accessing the Internet. It is set to execute a predetermined local program (here, an input check program).

【0049】従って、ステップS7で、ユーザが登録画
面に対し、名前、現在時刻等の登録情報を入力し、登録
ボタンを選択すると、ステップS8に進み、登録キーの
状態がONであることを確認し、かつ、図6や図8のよ
うに、FORMタグの中の属性actionの値が、ブラウザ
に予め設定されていた「local_regist.cgi」であれば、
このURLに対応してROM101に格納されている入
力チェックプログラムを起動する。そして、ユーザが入
力した名前等の値が、入力チェックプログラムに渡され
る。
Therefore, in step S7, when the user inputs registration information such as name and current time on the registration screen and selects the registration button, the process proceeds to step S8 and it is confirmed that the state of the registration key is ON. If the value of the attribute action in the FORM tag is "local_regist.cgi" that is preset in the browser, as shown in FIG. 6 and FIG.
The input check program stored in the ROM 101 is activated corresponding to this URL. Then, the value such as the name input by the user is passed to the input check program.

【0050】登録キーの状態がONで、指定URLが特
定のスキームでない場合には、Webサーバを探しに行
く。即ち、登録キーがONの場合でもネット上の個人の
管理エリアを書き換えるようなシステム構成であっても
よい。
When the state of the registration key is ON and the specified URL does not have a specific scheme, go to the Web server. That is, the system configuration may be such that the personal management area on the net is rewritten even when the registration key is ON.

【0051】一方、登録キーがOFFの場合には、ロー
カルプログラムを探しには行かない。ネットからダウン
ロードしたコンテンツ内に偶然(または悪意で)ローカ
ルのURLと同じものが書かれていた場合に外部から装
置内の情報を操作できてしまい危険だからである。
On the other hand, when the registration key is OFF, the local program cannot be searched for. This is because, if the same URL as the local URL is accidentally (or maliciously) written in the content downloaded from the Internet, it is dangerous because the information in the device can be operated from the outside.

【0052】即ち、ローカルに存在する入力チェックプ
ログラムが、まるでWebサーバ上のCGIプログラム
かのように動作する。
That is, the locally existing input check program operates as if it were a CGI program on the Web server.

【0053】そして、ステップS9に進み、入力チェッ
クプログラムによるチェックの結果、設定登録情報が、
適当な値であると判断された場合には、その情報が、不
揮発性RAM102の登録データ格納エリアに格納され
る。
Then, the process proceeds to step S9, where the setting registration information as a result of the check by the input check program is
When it is determined that the value is appropriate, the information is stored in the registration data storage area of the nonvolatile RAM 102.

【0054】<入力チェック動作>次に、ユーザが入力
した情報のチェック処理について詳しく説明する。
<Input Check Operation> Next, the check processing of the information input by the user will be described in detail.

【0055】図7に示した登録メニューの場合、「現在
の年」に入力可能なものは数字であり、数字の桁数と、
入力可能な数字の範囲には装置仕様に適した値をユーザ
が入力する必要がある。
In the case of the registration menu shown in FIG. 7, what can be input in the "current year" is a numeral, and the number of digits of the numeral,
The user must enter a value suitable for the device specifications in the range of numbers that can be entered.

【0056】しかし、ユーザが実際に入力した値が装置
の時計IC(不図示)などで扱える年の範囲外の値であ
った場合は、時計ICに対する数値の設定をキャンセル
して、「年の入力が間違っています」という旨をユーザ
に知らしめる必要がある。
However, if the value actually input by the user is outside the range of the year that can be handled by the clock IC (not shown) of the apparatus, the setting of the numerical value for the clock IC is canceled and the "year It is necessary to inform the user that "The input is incorrect".

【0057】HTMLデータの記述によって、ブラウザ
に対して、「数字であり」「何桁まで入力可能」という
情報を引き渡すことは可能となるが、「何桁ならば入力
確定しない」「ある範囲なら入力確定しない」という条
件を、HTMLデータによって設定することが出来な
い。
By describing the HTML data, it is possible to pass the information "it is a number" and "how many digits can be entered" to the browser. The condition "input not confirmed" cannot be set by HTML data.

【0058】そこで、ブラウザが値を吐き出した後、装
置に設定内容を反映させる前に、登録内容のチェックを
行うため、入力チェックプログラムが必要となる。
Therefore, an input check program is required to check the registered contents after the browser outputs the values and before the set contents are reflected in the device.

【0059】図10は入力チェックプログラムによる入
力チェック処理の流れを示すフローチャートである。
FIG. 10 is a flow chart showing the flow of input check processing by the input check program.

【0060】まず、ステップS901において、登録メ
ニューを表示した状態でのユーザの操作によって入力さ
れた情報が、DRAM103のデータ格納エリアに吐き
出される。そして、ステップS902で、DRAM10
3に吐き出された情報中、ユーザ入力された入力値や文
字列などが入力チェックプログラムに渡される。DRA
M103に展開されたデータのフォーマットは、Web
サーバーに送信されるデータのフォーマットと同じもの
であるため、DRAM103に展開されたデータから、
必要な部分の情報のみを取り出してグローバル変数へ値
をセットする必要がある。例えば、図7の「あなたの名
前」欄に「Nakao」と入力され、「現在の年」欄に「2
000」と入力された場合には、グローバル変数「 yea
r 」に「2000 」、「 name[] 」に「 "Nakao" 」という
文字列をセットする。
First, in step S901, the information input by the user's operation while the registration menu is displayed is discharged to the data storage area of the DRAM 103. Then, in step S902, the DRAM 10
In the information exhaled in 3, the input value or the character string input by the user is passed to the input check program. DRA
The format of the data expanded in M103 is Web
Since the format of the data sent to the server is the same, from the data expanded in the DRAM 103,
It is necessary to fetch only the necessary information and set the value in the global variable. For example, “Nakao” is entered in the “Your name” field in FIG. 7, and “2” is entered in the “Current year” field.
If "000" is entered, the global variable "yea"
Set the character string "2000" to "r" and the character string "" Nakao "" to "name []".

【0061】次に、ステップS903では「 year 」の
桁数と年範囲のチェックを行い、装置が入力可能な西暦
の条件を満たしている場合は次のステップS910へ進
む。西暦の条件を満たしていない場合は一旦、登録メニ
ューのページを抜けてステップS904で「年の入力を
やり直してください」という表示をユーザに対して行
う。
Next, in step S903, the number of digits of "year" and the year range are checked, and if the condition of the year that can be input by the device is satisfied, the process proceeds to the next step S910. If the condition of the Christian era is not satisfied, the user once exits the registration menu page and displays "Please input year again" in step S904.

【0062】そしてステップS906で変更前の登録内
容を不揮発性RAM102から読み出してユーザが年の
入力を行う前の登録内容を読み出し、再度、図1のS2
〜S6と同様の手順で登録メニューを表示しなおす。つ
まり、ユーザから入力があると、まずブラウザの登録メ
ニューから一旦抜け、グローバル変数へ値をセットし
て、値の妥当性をチェックし、値が不正なものであった
場合には、ブラウザではない表示プログラム(例えばC
などで記述されたプログラム)によって値が不正である
旨のメッセージをユーザに表示する。そして、ユーザが
その値の不正を確認したと判断した場合には、再度変更
前の登録状態で登録メニューの表示をブラウザでやり直
すという動作となる。
Then, in step S906, the registration contents before the change are read from the non-volatile RAM 102 to read the registration contents before the user inputs the year, and again, S2 in FIG.
~ The registration menu is displayed again in the same procedure as S6. That is, if there is an input from the user, first exit the browser's registration menu, set a value in a global variable, check the validity of the value, and if the value is invalid, it is not a browser Display program (eg C
A message indicating that the value is invalid is displayed to the user by the program described in (1). Then, when it is determined that the user has confirmed that the value is incorrect, the operation of re-displaying the registration menu with the browser in the registration state before the change is performed again.

【0063】値が不正である旨のメッセージは、ブラウ
ザではない表示プログラム(例えばCなどで記述された
プログラム)によって表示することとしたが、HTML
データによってブラウザに表示させてもかまわない。登
録のためのブラウズ→ローカルプログラム起動→ブラウ
ザクローズ→装置の待機状態という流れであれば、この
メッセージをブラウザ以外のソフトウェアで表示する方
が好ましいし、登録処理の終了後更にブラウズする場合
には、ローカルプログラムで、このメッセージのHTM
Lデータを吐出すと同時に、ブラウザを起動する方法が
好ましい。
The message indicating that the value is invalid is displayed by a display program (for example, a program written in C) which is not a browser.
You may display it in the browser depending on the data. In case of the flow of browsing for registration → local program start → browser close → device standby state, it is preferable to display this message with software other than the browser, and when further browsing after the registration process, HTM of this message in the local program
A method of launching the browser at the same time as ejecting the L data is preferable.

【0064】次に、ステップS910ではユーザ入力さ
れた名前のチェックを行う。名前として入力された値
は、グローバル変数 name[]に、セットされている。こ
こではname[]の内容に、装置仕様に不適切となる文字コ
ードが含まれていないかどうかを判断する。装置仕様に
不適切となる文字コードとは、標準的なアスキーコード
に含まれない文字コードである。
Next, in step S910, the name input by the user is checked. The value entered as the name is set in the global variable name []. Here, it is determined whether the content of name [] does not include a character code that is inappropriate for the device specifications. Character codes that are not suitable for the device specifications are character codes that are not included in the standard ASCII code.

【0065】例えば、ファクシミリなどの通信装置で
は、一般的に、通信手順信号でユーザの名前をアスキー
コードで送信することになっている。その場合、標準的
な文字コード以外のコードを送信してしまうとファクシ
ミリを受信した側で判読できない文字となってしまうこ
とがあるため、登録メニューにおいて、標準的な文字コ
ード以外のコードの入力を制限することが望ましい。そ
こで、ステップS910では、文字コードをチェック
し、ユーザに再入力を促す。
For example, in a communication device such as a facsimile, generally, a user's name is transmitted by an ASCII code as a communication procedure signal. In that case, if you send a code other than the standard character code, it may become unreadable on the receiving side of the facsimile, so enter a code other than the standard character code in the registration menu. It is desirable to limit it. Therefore, in step S910, the character code is checked and the user is prompted to input again.

【0066】なお、再入力を促すのではなく、不適切な
文字コードの場合に、内容的に同じ意味を持つ別の文字
コードに自動変換して装置に登録を行っても良い。ま
た、更に、半角のカタカナが入力された場合に、全角の
カタカナに変換するなどの処理を行ってもよい。これは
標準的なブラウザには具備されていない機能であり、い
ったんブラウザからデータが吐き出された後のチェック
処理の段階で変換処理を行えば、ブラウザで入力可能な
文字種の制約を少なくするという効果を有することがで
きる。
Instead of prompting for re-input, if the character code is inappropriate, the character code may be automatically converted into another character code having the same meaning and registered in the device. Further, when half-width katakana is input, processing such as conversion to full-width katakana may be performed. This is a function that standard browsers do not have, and if conversion processing is performed at the check processing stage after the data has been discharged from the browser, the effect of reducing the character types that can be input by the browser is reduced. Can have.

【0067】そして、ステップS910で、文字コード
の条件を満たしていない場合は一旦、ブラウザを終了し
て、ステップS911に進み、「名前を入力しなおして
ください」という表示をユーザに対して行い、ステップ
S906に進む。
Then, in step S910, if the condition of the character code is not satisfied, the browser is temporarily closed, the process proceeds to step S911, and the message "Please re-enter name" is displayed to the user. It proceeds to step S906.

【0068】ステップS910で、名前のチェックに通
った場合には、ステップS920に進み、グローバル変
数として一時的に記憶されていた、「 year 」と「 nam
e[]」の値を、不揮発性RAM102に登録データとし
て上書きする。
If the name is checked in step S910, the process proceeds to step S920, in which "year" and "nam" temporarily stored as global variables are stored.
The value of “e []” is overwritten in the nonvolatile RAM 102 as registration data.

【0069】以上、本実施形態によれば、登録メニュー
等を表示させるのに、シミュレーション環境で作成を行
いやすいHTMLデータを使用することが可能となり、
ホームページ形式で、好適な装置自身の登録画面の作成
を容易に行うことが可能となる。従って、作成難易度が
高く実際の機器を使わなければ作成を行いにくいC言語
などのプログラム言語を用いて登録画面をプログラムし
ていた従来のファクシミリに比べ、登録画面の作成難易
度が低く作成時間も短くてすみ、設計自由度・効率化の
低下を防ぐことが可能となり、結果的にはコストパフォ
ーマンスの高い装置の提供が可能となる。
As described above, according to the present embodiment, it is possible to use HTML data that can be easily created in the simulation environment for displaying the registration menu and the like.
It is possible to easily create a suitable registration screen of the device itself in the home page format. Therefore, compared to a conventional facsimile in which the registration screen is programmed using a programming language such as C language, which is difficult to create and difficult to create unless an actual device is used, the difficulty of creating the registration screen is low and the creation time is long. Also, it is possible to prevent a reduction in the degree of freedom in design and efficiency, and as a result, it is possible to provide a device with high cost performance.

【0070】また、従来のC言語などのプログラム言語
による機器開発の手法においては機器ソフトウエアとソ
フトウエア仕様書などの複数のプロダクトを作成しなけ
ればならなかったが、HTMLによって機器制御のプロ
グラミングが可能となれば機器制御ソフトウエアと仕様
書を一つのものとすることが可能となり、より開発効率
を向上させることが可能となる。
In the conventional device development method using a programming language such as C language, a plurality of products such as device software and software specifications have to be created. However, the device control programming is performed by HTML. If possible, equipment control software and specifications can be integrated into one, and development efficiency can be further improved.

【0071】なお、上記実施形態では、ブラウザ機能を
有するファクシミリについて説明したが、携帯電話端末
や、音楽ダウンロード専用端末や、ブラウザ機能付家電
など、ブラウザ機能を有すれば、すべての通信装置に対
して本発明は適用可能である。
In the above embodiment, the facsimile having the browser function has been described. However, as long as it has the browser function, such as a mobile phone terminal, a music download terminal, and a home appliance with a browser function, it can be used for all communication devices. The present invention is applicable.

【0072】上記実施形態では、デフォルトのHTML
データを読出して、登録データ格納エリアに登録された
設定内容に応じて変形しているが、本発明はこれに限定
されるものではなく、デフォルトのHTMLデータを用
意せずに、始めからHTMLデータを生成する構成でも
よい。
In the above embodiment, the default HTML
The data is read and modified according to the setting contents registered in the registered data storage area. However, the present invention is not limited to this, and HTML data is not prepared from the beginning, and the HTML data can be read from the beginning. May be generated.

【0073】更に、上記実施形態では、通信装置内に予
め用意されたHTMLデータに、ローカルプログラムへ
のURLを埋込んでいたが、インターネットなどの外部
ネットワーク上に用意されたHTMLデータに同様のU
RLを埋込んでおき、通信装置内のローカルプログラム
を起動する目的でそのホームページにアクセスしてもよ
い。即ち、ユーザが通信装置のメーカーのホームページ
にアクセスして、ホームページ上で所定の識別情報を入
力すれば、自動的にユーザの通信装置内のローカルプロ
グラムが立上がり、ROMや不揮発性RAMの内容が上
書きされるような構成としてもよい。そうすれば、例え
ば、所定のホームページにアクセスするだけで、ファク
シミリの設定(着信音や色調整用プロファイルなど)を
変更することが可能となる。
Further, in the above embodiment, the URL to the local program is embedded in the HTML data prepared in advance in the communication device, but the same U data as the HTML data prepared on the external network such as the Internet is used.
The RL may be embedded and the home page may be accessed for the purpose of launching a local program in the communication device. That is, if the user accesses the home page of the communication device maker and inputs the predetermined identification information on the home page, the local program in the user's communication device is automatically started and the contents of the ROM or the non-volatile RAM are overwritten. It may be configured as described above. Then, for example, it becomes possible to change the facsimile settings (ring tone, color adjustment profile, etc.) simply by accessing a predetermined home page.

【0074】また、上記実施形態では、ブラウザからロ
ーカルプログラムを起動して、入力された設定情報をチ
ェック/登録することとしたが、本発明はこれに限定さ
れるものではなく、例えば、ローカルプログラムによ
り、電話サービス会社の提供するサービスである自動回
線選択(ACR機能)などのユーザ登録やネット上のセンタ
ー登録内容の変更などを行う構成としてもよい。また、
本発明を応用すれば、デバイス、メカトロ制御など従来
マークアップ言語からの制御を直接行うことができなか
った機構的な動きを伴う動作の設定や動作トリガーをロ
ーカルCGIプログラムで制御することでマークアップ
言語からのメカトロ制御が可能となる。例えば、ブラウ
ザ上でファクシミリ送信操作を行うことも可能となる。
In the above embodiment, the local program is started from the browser to check / register the input setting information. However, the present invention is not limited to this. For example, the local program Accordingly, user registration such as automatic line selection (ACR function), which is a service provided by a telephone service company, and change of center registration contents on the net may be performed. Also,
If the present invention is applied, the markup can be performed by controlling the operation setting and the operation trigger accompanied by the mechanical movement, which cannot be directly controlled from the markup language such as the device and the mechatronics control, by the local CGI program. It enables mechatronic control from language. For example, it becomes possible to perform a facsimile transmission operation on the browser.

【0075】(他の実施形態)なお、本発明は、複数の
機器(例えばホストコンピュータ、インターフェイス機
器、スキャナ、プリンタなど)から構成されるシステム
に適用しても、一つの機器からなる装置(例えば、複写
機、ファクシミリ装置など)に適用してもよい。
(Other Embodiments) Even when the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a scanner, a printer, etc.), an apparatus including one device (for example, a device) , Copiers, facsimile machines, etc.).

【0076】また、本発明の目的は、前述した実施形態
の機能を実現するソフトウェアのプログラムコードを記
録した記憶媒体(または記録媒体)を、システムあるい
は装置に供給し、そのシステムあるいは装置のコンピュ
ータ(またはCPUやMPU)が記憶媒体に格納された
プログラムコードを読み出し実行することによっても、
達成されることは言うまでもない。この場合、記憶媒体
から読み出されたプログラムコード自体が前述した実施
形態の機能を実現することになり、そのプログラムコー
ドを記憶した記憶媒体は本発明を構成することになる。
また、コンピュータが読み出したプログラムコードを実
行することにより、前述した実施形態の機能が実現され
るだけでなく、そのプログラムコードの指示に基づき、
コンピュータ上で稼働しているオペレーティングシステ
ム(OS)などが実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。
Further, an object of the present invention is to supply a storage medium (or recording medium) recording a program code of software for realizing the functions of the above-described embodiments to a system or apparatus, and to supply a computer of the system or apparatus ( Alternatively, by the CPU or MPU) reading and executing the program code stored in the storage medium,
It goes without saying that it will be achieved. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.
Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also based on the instruction of the program code,
An operating system (OS) running on the computer does some or all of the actual processing,
It goes without saying that the processing includes the case where the functions of the above-described embodiments are realized.

【0077】さらに、記憶媒体から読み出されたプログ
ラムコードが、コンピュータに挿入された機能拡張カー
ドやコンピュータに接続された機能拡張ユニットに備わ
るメモリに書込まれた後、そのプログラムコードの指示
に基づき、その機能拡張カードや機能拡張ユニットに備
わるCPUなどが実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written in the memory provided in the function expansion card inserted into the computer or the function expansion unit connected to the computer, based on the instruction of the program code. , The CPU provided in the function expansion card or the function expansion unit performs some or all of the actual processing,
It goes without saying that the processing includes the case where the functions of the above-described embodiments are realized.

【0078】本発明を上記記憶媒体に適用する場合、そ
の記憶媒体には、先に説明した(図1及び/又は図10
に示す)フローチャートに対応するプログラムコードが
格納されることになる。
When the present invention is applied to the above-mentioned storage medium, the storage medium has been described above (see FIG. 1 and / or FIG. 10).
The program code corresponding to the flowchart will be stored.

【0079】[0079]

【発明の効果】以上のように、本発明によればマークア
ップ言語を解釈するブラウザを用いて、ローカルプログ
ラムを実行することのできる通信装置、その制御方法及
び制御プログラムを提供することができる。
As described above, according to the present invention, it is possible to provide a communication device capable of executing a local program by using a browser that interprets a markup language, a control method therefor, and a control program.

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

【図1】本発明の一実施形態としてのファクシミリの動
作を説明する図である。
FIG. 1 is a diagram illustrating an operation of a facsimile according to an exemplary embodiment of the present invention.

【図2】本発明の一実施形態としてのファクシミリの構
成を示したブロック図である。
FIG. 2 is a block diagram showing a configuration of a facsimile as an embodiment of the present invention.

【図3】本発明の一実施形態としてのファクシミリの表
示部の構成を示したブロック図である。
FIG. 3 is a block diagram showing a configuration of a display unit of a facsimile as an embodiment of the present invention.

【図4】本発明の一実施形態としてのファクシミリの記
憶部の構成を示したブロック図である。
FIG. 4 is a block diagram showing a configuration of a storage unit of a facsimile as an embodiment of the present invention.

【図5】本発明の一実施形態としてのファクシミリの操
作部の構成を示した図である。
FIG. 5 is a diagram showing a configuration of an operation unit of a facsimile as an embodiment of the present invention.

【図6】本発明の一実施形態としてのファクシミリで表
示可能な登録メニューのHTMLデータを示す図であ
る。
FIG. 6 is a diagram showing HTML data of a registration menu that can be displayed by facsimile as an embodiment of the present invention.

【図7】図6のHTMLデータに基づいて表示される登
録メニュー例を示す図である。
FIG. 7 is a diagram showing an example of a registration menu displayed based on the HTML data of FIG.

【図8】本発明の一実施形態としてのファクシミリで表
示可能な登録メニューのHTMLデータを示す図であ
る。
FIG. 8 is a diagram showing HTML data of a registration menu that can be displayed by a facsimile as an embodiment of the present invention.

【図9】図8のHTMLデータに基づいて表示される登
録メニュー例を示す図である。
9 is a diagram showing an example of a registration menu displayed based on the HTML data of FIG.

【図10】本発明の一実施形態としてのファクシミリで
実行される入力チェックプログラムの処理手順を説明す
るためのフローチャートである。
FIG. 10 is a flowchart illustrating a processing procedure of an input check program executed by a facsimile according to an embodiment of the present invention.

Claims (17)

【特許請求の範囲】[Claims] 【請求項1】マークアップ言語で記述された表示用デー
タを解析し表示情報に変換するブラウザプログラム、及
び、ブラウザ表示とは異なる処理を行うローカルプログ
ラムを格納するメモリと、 前記メモリに格納されたプログラムを実行するプロセッ
サと、 前記表示情報に基づいて画像を表示するディスプレイ
と、 を有し、 前記ブラウザプログラムは、プロセッサに、マークアッ
プ言語で記述された表示用データ内に、前記ローカルプ
ログラムの実行を指示する記述があるか否かを判断さ
せ、前記ローカルプログラムの実行を指示する記述があ
ると判断した場合には、前記ローカルプログラムを実行
させることを特徴とする通信装置。
1. A browser program for analyzing display data described in a markup language and converting the display data into display information, a memory for storing a local program for performing a process different from the browser display, and a memory stored in the memory. A processor that executes a program; and a display that displays an image based on the display information. The browser program causes the processor to execute the local program in display data described in a markup language. The communication device is configured to cause the local program to be executed when it is determined that there is a description instructing execution of the local program.
【請求項2】前記ブラウザプログラムは、更に、前記通
信装置の状態が、前記ローカルプログラムを実行可能な
状態か否かを判断し、前記ローカルプログラムが実行可
能な状態の場合に、前記プロセッサに前記ローカルプロ
グラムを実行させることを特徴とする請求項1に記載の
通信装置。
2. The browser program further determines whether or not the state of the communication device is a state in which the local program can be executed. The communication device according to claim 1, wherein the communication device executes a local program.
【請求項3】前記メモリは、更に、ユーザからの情報を
入力可能な、情報入力画面を表示するための、マークア
ップ言語で記述された情報入力画面表示用データを格納
しており、 前記ブラウザプログラムは、該情報入力画面表示用デー
タ内に、前記ローカルプログラムの実行を指示する記述
があると判断した場合には、前記ローカルプログラムを
実行させ、前記情報入力画面を表示した状態で入力され
た情報を、前記ローカルプログラムに渡すことを特徴と
する請求項1又は2に記載の通信装置。
3. The memory further stores information input screen display data described in a markup language for displaying an information input screen, which is capable of inputting information from a user, and the browser If the program determines that there is a description instructing the execution of the local program in the data for displaying the information input screen, the program is executed while the local program is executed and the information input screen is displayed. The communication device according to claim 1, wherein information is passed to the local program.
【請求項4】前記情報入力画面は、前記通信装置の設定
情報を入力するための画面であって、 前記ローカルプログラムは、 前記情報入力画面を表示した状態で入力された情報が、
前記通信装置の設定情報として適当か否かを判断するこ
とを特徴とする請求項3に記載の通信装置。
4. The information input screen is a screen for inputting setting information of the communication device, wherein the local program stores information input while the information input screen is being displayed.
The communication device according to claim 3, wherein it is determined whether or not the setting information of the communication device is appropriate.
【請求項5】前記情報が前記通信装置の前記設定情報と
して適当でない場合には、その旨を表示した後で、すで
に登録されている設定情報を前記情報入力画面に表示す
るように前記ブラウザプログラムを実行することを特徴
とする請求項4に記載の通信装置。
5. When the information is not suitable as the setting information of the communication device, the browser program displays the information to that effect and then displays the already registered setting information on the information input screen. The communication device according to claim 4, wherein the communication device executes.
【請求項6】前記情報入力画面は、前記通信装置の設定
情報を入力するための画面であって、 前記ローカルプログラムは、前記情報入力画面を表示し
た状態で入力された情報を通信装置内に登録することを
特徴とする請求項3、4又は5に記載の通信装置。
6. The information input screen is a screen for inputting setting information of the communication device, wherein the local program stores information input in a state in which the information input screen is displayed in the communication device. The communication device according to claim 3, 4 or 5, wherein the communication device is registered.
【請求項7】前記マークアップ言語はHTMLであっ
て、 前記ブラウザプログラムは、フォームタグ内の、属性ac
tionの値のURLによって、前記ローカルプログラムを
実行すべきか否かを判断することを特徴とする請求項1
乃至6のいずれかに記載の通信装置。
7. The markup language is HTML, and the browser program includes an attribute ac in a form tag.
2. The URL for the value of tion is used to determine whether or not the local program should be executed.
7. The communication device according to any one of 6 to 6.
【請求項8】前記メモリは、マークアップ言語で記述さ
れたデフォルト表示用データと、前記通信装置内に登録
された情報を用いて該デフォルト表示用データを変更す
る表示用データ変更プログラムと、を更に格納すること
を特徴とする請求項1乃至7のいずれかに記載の通信装
置。
8. The memory includes default display data described in a markup language, and a display data changing program for changing the default display data using information registered in the communication device. The communication device according to claim 1, further comprising a storage device.
【請求項9】マークアップ言語を解析するブラウザプロ
グラムと、ブラウザ表示とは異なる処理を行うローカル
プログラムと、が格納されたメモリと、前記ブラウザプ
ログラムの解析結果を表示するディスプレイと、を有す
る通信装置の制御方法であって、 前記ブラウザプログラムを起動する工程と、 マークアップ言語で記述された表示用データを前記ブラ
ウザプログラムに解析させる解析工程と、 解析の結果をディスプレイに表示させる表示工程と、 解析の結果、前記表示用データ中にローカルプログラム
の実行を指示する記述がある場合には前記ローカルプロ
グラムを実行するローカルプログラム実行工程と、 を含むことを特徴とする通信装置の制御方法。
9. A communication device having a memory storing a browser program for analyzing a markup language, a local program for performing processing different from the browser display, and a display for displaying an analysis result of the browser program. A method of controlling the browser program, a step of activating the browser program, an analysis step of causing the browser program to analyze display data described in a markup language, a display step of displaying a result of the analysis on a display, As a result, when there is a description instructing the execution of the local program in the display data, a local program executing step of executing the local program, and a method for controlling a communication device.
【請求項10】更に、前記通信装置の状態が、前記ロー
カルプログラムを実行可能な状態か否かを判断する工程
を有し、 前記ローカルプログラム実行工程は、前記ローカルプロ
グラムが実行可能な状態の場合に、前記ローカルプログ
ラムを実行することを特徴とする請求項9に記載の通信
装置の制御方法。
10. The method further comprises a step of determining whether or not the state of the communication device is a state in which the local program can be executed, and the local program execution step is a case in which the local program is in an executable state. The control method of the communication device according to claim 9, wherein the local program is executed.
【請求項11】前記メモリは、更に、ユーザからの情報
を入力可能な情報入力画面を表示するための、マークア
ップ言語で記述された情報入力画面表示用データを格納
しており、 前記ローカルプログラム実行工程は、 前記解析工程で、前記ブラウザプログラムが該情報入力
画面表示用データを解析した結果、前記ローカルプログ
ラムの実行を指示する記述があると判断した場合には、
前記情報入力画面を表示した状態で入力された情報に基
づいて、前記ローカルプログラムを実行することを特徴
とする請求項9又は10に記載の通信装置の制御方法。
11. The local program further stores information input screen display data described in a markup language for displaying an information input screen on which information from a user can be input. The execution step, in the analysis step, if the browser program, as a result of analyzing the information input screen display data, determines that there is a description instructing execution of the local program,
The control method of the communication device according to claim 9 or 10, wherein the local program is executed based on information input while the information input screen is displayed.
【請求項12】前記情報入力画面は、前記通信装置の設
定情報を入力するための画面であって、 前記ローカルプログラム実行工程は、 前記情報入力画面を表示した状態で入力された情報が、
前記通信装置の設定情報として適当か否かを判断するこ
とを特徴とする請求項11に記載の通信装置の制御方
法。
12. The information input screen is a screen for inputting setting information of the communication device, wherein in the local program executing step, the information input while the information input screen is displayed is
The method of controlling a communication device according to claim 11, further comprising determining whether or not the setting information of the communication device is appropriate.
【請求項13】前記ローカルプログラム実行工程は、 前記情報が前記通信装置の前記設定情報として適当でな
い場合には、その旨を表示した後で、すでに登録されて
いる設定情報を前記情報入力画面に表示するように前記
ブラウザプログラムを実行することを特徴とする請求項
12に記載の通信装置の制御方法。
13. The local program executing step, when the information is not suitable as the setting information of the communication device, displays a message to that effect, and then displays the registered setting information on the information input screen. 13. The method for controlling a communication device according to claim 12, wherein the browser program is executed so as to be displayed.
【請求項14】前記情報入力画面は、前記通信装置の設
定情報を入力するための画面であって、 前記ローカルプログラム実行工程は、 前記情報入力画面を表示した状態で入力された情報を通
信装置内に登録することを特徴とする請求項11、12
又は13に記載の通信装置の制御方法。
14. The information input screen is a screen for inputting setting information of the communication device, wherein the local program executing step is the communication device for inputting information input while the information input screen is displayed. 13. Registering within
Alternatively, the communication device control method according to Item 13.
【請求項15】前記マークアップ言語はHTMLであっ
て、 前記ブラウザプログラムは、フォームタグ内の、属性ac
tionの値のURLによって、前記ローカルプログラムを
実行すべきか否かを判断することを特徴とする請求項9
乃至14のいずれかに記載の通信装置の制御方法。
15. The markup language is HTML, and the browser program is attribute ac in a form tag.
10. The URL of the option value is used to determine whether or not the local program should be executed.
15. The method for controlling a communication device according to any one of 14 to 14.
【請求項16】マークアップ言語を解析するブラウザプ
ログラムと、ブラウザ表示とは異なる処理を行うローカ
ルプログラムと、が格納されたメモリと、前記ブラウザ
プログラムの解析結果を表示するディスプレイと、プロ
グラムを実行するプロセッサを有する通信装置の制御プ
ログラムであって、 前記プロセッサに、 前記ブラウザプログラムを起動する工程と、 マークアップ言語で記述された表示用データを前記ブラ
ウザプログラムに解析させる解析工程と、 解析の結果をディスプレイに表示させる表示工程と、 解析の結果、前記表示用データ中にローカルプログラム
の実行を指示する記述がある場合には前記ローカルプロ
グラムを実行するローカルプログラム実行工程と、 を実現させることを特徴とする通信装置の制御プログラ
ム。
16. A memory in which a browser program for analyzing a markup language and a local program for performing processing different from the browser display are stored, a display for displaying an analysis result of the browser program, and a program for executing the program. A control program for a communication device having a processor, in which the processor starts the browser program, an analysis step of causing the browser program to analyze display data described in a markup language, and a result of the analysis. A display step of displaying on a display, and a local program execution step of executing the local program when the analysis result shows a description instructing execution of the local program in the display data. Control program for the communication device to be used.
【請求項17】請求項16に記載の制御プログラムを格
納したことを特徴とする記憶媒体。
17. A storage medium having the control program according to claim 16 stored therein.
JP2001275367A 2001-09-11 2001-09-11 Communication device, control method thereof, and control program Pending JP2003084976A (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2001275367A JP2003084976A (en) 2001-09-11 2001-09-11 Communication device, control method thereof, and control program
US10/235,812 US20030051215A1 (en) 2001-09-11 2002-09-06 Communication apparatus, method of controlling same, and control program
KR1020020054634A KR100609809B1 (en) 2001-09-11 2002-09-10 Communication apparatus, facsimile apparatus and method of controlling same
EP02256254A EP1292101A3 (en) 2001-09-11 2002-09-10 Communication apparatus, method of controlling same, and control program
CN021316015A CN1406047B (en) 2001-09-11 2002-09-10 Communication device and its control method and control programme

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001275367A JP2003084976A (en) 2001-09-11 2001-09-11 Communication device, control method thereof, and control program

Publications (1)

Publication Number Publication Date
JP2003084976A true JP2003084976A (en) 2003-03-20

Family

ID=19100240

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001275367A Pending JP2003084976A (en) 2001-09-11 2001-09-11 Communication device, control method thereof, and control program

Country Status (1)

Country Link
JP (1) JP2003084976A (en)

Similar Documents

Publication Publication Date Title
US20060101343A1 (en) Image forming apparatus, display screen customization method in image forming apparatus and display screen customization program
US20100169806A1 (en) Apparatus and method for creating widget in portable terminal
TW486658B (en) Mobile phone and terminal device
JP2007259127A (en) Image forming apparatus, image processor, image forming method, image processing method, program and storage medium
JP2007223222A (en) Printer and method for presenting connection information
CN102262623A (en) character input editing method and device
CN104049993A (en) Information processing system, information processing device, and information processing method
JP2011243146A (en) Relay server and its program, web site browsing system, web site browsing method, and application program
KR20100103723A (en) User interface generation device
CN113741898B (en) Form generation method, device and equipment
US9313347B2 (en) Image processing apparatus, control method therefor and storage medium
US20110145722A1 (en) Image forming apparatus and method for providing local user interface thereof
KR100609809B1 (en) Communication apparatus, facsimile apparatus and method of controlling same
KR101282254B1 (en) Image processing apparatus and image processing method and media for computer program thereof
JP2008047119A (en) System and method of generating display data of user interface
JP3619175B2 (en) Facsimile apparatus, control method therefor, and control program
KR100411891B1 (en) Method for implement user interface in hand held radio communication terminal
JP2007058632A (en) Information processor and information processing program
KR100664320B1 (en) Image forming apparatus and method thereof
JP2003084976A (en) Communication device, control method thereof, and control program
JP2003177949A (en) Information processing system and program
JPH11175225A (en) Manipulator and manipulation setting method for oa equipment
JPH09163060A (en) Facsimile equipment and using method therefor
JP5052058B2 (en) Information processing apparatus, information processing method, and information processing program
JP2005107635A (en) Electronic form input system, method and program, and medium

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041203

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050201

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050530