JPH11120137A - Method for processing file by using internet, device for realizing the method and storage medium recorded with procedure for realizing the method - Google Patents

Method for processing file by using internet, device for realizing the method and storage medium recorded with procedure for realizing the method

Info

Publication number
JPH11120137A
JPH11120137A JP9276917A JP27691797A JPH11120137A JP H11120137 A JPH11120137 A JP H11120137A JP 9276917 A JP9276917 A JP 9276917A JP 27691797 A JP27691797 A JP 27691797A JP H11120137 A JPH11120137 A JP H11120137A
Authority
JP
Japan
Prior art keywords
file
client
url
screen
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP9276917A
Other languages
Japanese (ja)
Other versions
JP3738932B2 (en
Inventor
Fumiaki Maruno
文明 丸野
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP27691797A priority Critical patent/JP3738932B2/en
Publication of JPH11120137A publication Critical patent/JPH11120137A/en
Application granted granted Critical
Publication of JP3738932B2 publication Critical patent/JP3738932B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To allow a server to execute the processing only by designating a processing class through item selection on a screen from a general browser and an input without newly generating a special program and to return execution result to a client. SOLUTION: A server 20 generates an initial screen by a request of a client 10 and returns it (22). When display/updation is selected on the initial screen that is shown by the client, the server returns a list of files to the client (24). When a file name and a processing class which are targets are inputted from the list of files, the file name, a specific external identifier and the processing class are automatically added to a URL and and sent. Screen information sent from the server has a function which adds an input/selection item to the URL. The server performs designated processing of a file that has the specific external identifier added to the URL(27), performs HTML conversion 28 and returns it to the client.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、サーバコンピュー
タ(以下、単にサーバという)に格納されているファイ
ル(表やデータベースのデータ)をクライアントコンピ
ュータ(以下、単にクライアントという)から参照,変
更,追加,検索などの各種処理を行うことを可能にした
C/S(クライアント/サーバ)におけるファイルの処
理技術に関し、特に、汎用のクライアントマシン,ソフ
トウェア(ブラウザ)を使用することができ、C/Sシ
ステムを導入する場合にプログラムを新規に開発する必
要をなくすことができるファイルの処理方法および該処
理方法を実現するための装置、ならびに該処理方法の実
現手順をプログラムコード化して記録したコンピュータ
で読取り可能な記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of referring to, changing, adding, and deleting files (tables and database data) stored in a server computer (hereinafter simply referred to as a server) from a client computer (hereinafter simply referred to as a client). The present invention relates to a file processing technology in a C / S (client / server) that enables various processes such as a search. In particular, a general-purpose client machine and software (browser) can be used. A file processing method that can eliminate the need to newly develop a program when introduced, an apparatus for realizing the processing method, and a computer-readable program that records the processing procedure of the processing method as a program code It relates to a recording medium.

【0002】[0002]

【従来の技術】近年、情報や資源を管理しているサーバ
と、該サーバに要求を出してその情報や資源を利用する
クライアントから構成されるC/S(クライアント/サ
ーバ)システムが普及してきている。従来のC/Sシス
テムにおいては、システムを構成するクライアントの仕
様に基づいて入力画面を作成し、該入力画面を用いて行
われた入力をサーバに送ることにより、サーバに対して
所望のアクセスを行うものであり、システムを構築する
都度そのためのプログラムを開発する必要があった。
2. Description of the Related Art In recent years, a C / S (client / server) system comprising a server that manages information and resources and a client that issues a request to the server and uses the information and resources has become widespread. I have. In a conventional C / S system, an input screen is created based on the specifications of a client that configures the system, and an input made using the input screen is sent to the server so that desired access to the server can be performed. It was necessary to develop a program for each system construction.

【0003】また、WWW(World Wide Web)を利
用したC/Sシステムも知られており、例えば、編者;
NECイントラネットプロジェクト「イントラネット完
全構築ガイド」(1996年12月25日 日経BP
社),特開平8−320846号公報に開示されてい
る。前者の「イントラネット完全構築ガイド」の第49
頁〜第50頁には、クライアント側のブラウザ上でUR
L(Uniform ResourceLocater)を指定することによ
り、WWWサーバにメニュー画面や検索条件入力画面の
送信を要求し、WWWサーバが要求されたHTML文書
をブラウザ側に送り、ブラウザがそれを受信して表示
し、検索条件が入力されると、WWWサーバソフトが検
索を実行するCGI(Common Gateway Interface)
プログラムを起動し、データベースなどをアクセスして
検索結果をHTMLの文書に変換して再度クライアント
側にダウンロードし、クライアント側でブラウザに表示
するようにしたC/Sシステムが記載されている。
A C / S system using WWW (World Wide Web) is also known.
NEC Intranet Project "Intranet Complete Construction Guide" (Nikkei BP, December 25, 1996)
And JP-A-8-320846. The 49th of the former “Intranet Complete Construction Guide”
Page to 50th page, UR on the client browser
By specifying L (Uniform Resource Locator), the WWW server requests the transmission of a menu screen or a search condition input screen, and the WWW server sends the requested HTML document to the browser, and the browser receives and displays the HTML document. When a search condition is input, a CGI (Common Gateway Interface) for executing a search by WWW server software
A C / S system is described in which a program is started, a database or the like is accessed, a search result is converted into an HTML document, downloaded to a client again, and displayed on a browser on the client.

【0004】後者の特開平8−320846号公報に
は、ユーザからのアクセスの初期の段階に、サーバが対
話IDをURLに付加したハイパーテキストをユーザに
提供し、それ以降クライアントはこのID付きのURL
を用いるようにして高度なアクセス制御を可能としたも
のが記載されている。一般に、インターネットを用いた
場合には、クライアントマシンやブラウザについては汎
用性があるが、検索やアンケートの集計のためのプログ
ラムはHTMLだけでは組みにくく、CGIプログラム
などを熟知した熟練したプログラマを必要としていた。
[0004] In the latter Japanese Patent Application Laid-Open No. Hei 8-320846, a server provides a hypertext in which a dialog ID is added to a URL to a user at an early stage of access from the user, and thereafter, a client transmits the hypertext with the ID. URL
Is described, which enables advanced access control. In general, when using the Internet, client machines and browsers have general versatility, but programs for searching and collecting surveys are difficult to build using HTML alone, and require skilled programmers who are familiar with CGI programs and the like. Was.

【0005】[0005]

【発明が解決しようとする課題】上述したように、従来
のC/Sシステムにおいては、その特定のシステム構成
に適合するように、システム毎に入力画面を作成するな
どの必要があり、プログラマの労力が大きばかりではな
く、クライアント側のマシンが限定されてしまうという
問題点があった。
As described above, in the conventional C / S system, it is necessary to create an input screen for each system so as to conform to the specific system configuration. There is a problem that not only the labor is large but also the machines on the client side are limited.

【0006】またインターネットを用いる場合に、クラ
イアント側のマシンの限定はなくなるが、HTMLでデ
ータベースとの連携を記述するのはかなり難しく、HT
MLだけで検索機能やアンケートなどのデータ集計を行
うにはCGIプログラムなどを熟知した熟練したプログ
ラマでなければ作成できないという問題があった。本発
明は、上記問題点を解決するために、特別なプログラム
を新規に作成する必要がなく、また、汎用のブラウザか
らの画面上の項目選択や入力によって各種処理(検索,
入力など)を指定するだけでサーバにその処理を実行さ
せ、実行結果をクライアントに表示させたり、ファイル
に新たなデータの入力(追加,変更など)を可能にした
ファイルの処理方法および該方法を実現する装置、なら
びに該処理方法の処理手順を記録したコンピュータで読
み取り可能な記録媒体を提供することある。
When the Internet is used, there is no limitation on the machine on the client side, but it is very difficult to describe cooperation with a database in HTML.
There is a problem that a data collection such as a search function or a questionnaire can be created only by a skilled programmer who is familiar with a CGI program or the like, using only the ML. According to the present invention, in order to solve the above problems, it is not necessary to create a new special program, and various processes (search, search, etc.) can be performed by selecting and inputting items on the screen from a general-purpose browser.
Input, etc.), the server executes the process, the execution result is displayed on the client, and new data can be input (added, changed, etc.) to the file. An apparatus to be realized and a computer-readable recording medium that records a processing procedure of the processing method are provided.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明におけるインターネットを利用したファイル
の処理は次のような手順で行われる。まず、クライアン
ト(10)からサーバ(20)に初期画面の表示を要求
した場合、サーバ(20)において、表示/更新ボタン
(当該ボタンが選択された場合に自動的にその旨をUR
Lに追加する機能を有する)を含む初期画面を生成して
返送する(初期画面生成部22)。クライアント(1
0)では、該初期画面によりファイルの表示/更新ボタ
ンを選択しURLに追加してインターネット(30)に
送出する。サーバ(20)では、クライアント(10)
からファイルの表示/更新の要求が追加されたURLを
受け取った場合に、ファイル一覧(選択されたファイル
名と特定の拡張子を自動的にURLに追加する機能と、
処理種別が入力された場合にその処理種別をファイル名
および特定の拡張子の後に自動的にURLに追加する機
能を有する)を生成してクライアントに返送する(ファ
イル一覧生成部24)。クライアント(10)では、表
示されたファイル一覧中から選択された一つのファイル
名と特定の拡張子をURLに付加してインターネット
(30)に送出するか、または該ファイル一覧中から選
択された一つのファイルと特定の拡張子の他に処理種別
(検索,追加,更新など)をURLに追加してインター
ネット(30)に送出する。なお、処理種別が検索の場
合には、検索条件(パラメータ)が付加される。
In order to achieve the above object, the processing of a file using the Internet in the present invention is performed in the following procedure. First, when the client (10) requests the server (20) to display the initial screen, the server (20) automatically displays a display / update button (when the button is selected, the UR automatically informs the user of the display / update button).
L (which has a function to add to L) and returns it (initial screen generation unit 22). Client (1
In (0), a file display / update button is selected on the initial screen, added to the URL, and transmitted to the Internet (30). In the server (20), the client (10)
File list (a function for automatically adding the selected file name and a specific extension to the URL,
When a processing type is input, the processing type is automatically added to the URL after the file name and the specific extension (the function is automatically added to the URL), and the generated processing type is returned to the client (file list generation unit 24). The client (10) adds one file name and a specific extension selected from the displayed file list to the URL and sends the URL to the Internet (30), or transmits the selected file from the file list. In addition to the three files and the specific extension, a processing type (search, addition, update, etc.) is added to the URL and transmitted to the Internet (30). If the processing type is search, a search condition (parameter) is added.

【0008】サーバ(20)では、URLに特定の拡張
子が付加されたファイル名だけが追加されている場合に
該ファイルを読み出してクライアント(10)に送出
し、URLに特定の拡張子が付加されたファイル名の他
に処理種別が追加されている場合に、該ファイルに対し
て追加された処理種別に基づき処理を実行し、実行結果
をクライアントに返送する。クライアント(10)で
は、サーバ(20)から返送された実行結果を表示す
る。さらに詳しくいうと、処理種別が検索の場合、サー
バ(20)は、指定されたファイルをファイル読込部
(26)により読み込み、加工部(27)において指定
された検索条件で検索を実行し、検索結果をHTML変
換部(28)でHTMLに変換してクライアント(1
0)に返送して表示し、処理種別が追加または変更の場
合には、入力画面生成部(29)で該ファイルに対応す
るデータ追加画面またはデータ変更画面を生成してクラ
イアント(10)に送出して表示し、この画面に基づい
てクライアントで追加または変更を行った場合に、その
追加されたデータまたは変更されたデータをサーバ(2
0)に転送してサーバ(20)のディレクトリ/ファイ
ル格納部(23)にある対応するファイルを更新する。
In the server (20), when only a file name with a specific extension added to the URL is added, the file is read and sent to the client (10), and the URL is added with the specific extension. If a processing type is added to the file name in addition to the file name, the processing is executed based on the processing type added to the file, and the execution result is returned to the client. The client (10) displays the execution result returned from the server (20). More specifically, when the processing type is search, the server (20) reads the specified file by the file reading unit (26), executes the search with the specified search condition in the processing unit (27), and executes the search. The result is converted to HTML by the HTML conversion unit (28),
0) and displays it. If the processing type is addition or change, the input screen generation unit (29) generates a data addition screen or data change screen corresponding to the file and sends it to the client (10). When the client performs addition or change based on this screen, the added or changed data is displayed on the server (2).
0) to update the corresponding file in the directory / file storage section (23) of the server (20).

【0009】本発明に係るサーバ(20)は、クライア
ント(10)からのURLを解析する第1の手段と、ク
ライアントからのURLが初期画面の表示を指示してい
る場合に、表示/更新ボタン(当該ボタンが選択された
場合に自動的にその旨をURLに追加する機能を有す
る)を含む初期画面を生成して返送する第2の手段(初
期画面生成部22)と、クライアント(10)からのU
RLが、ファイルの表示/更新の要求を指示している場
合に、ファイル一覧(選択されたファイル名と特定の拡
張子を自動的にURLに追加する機能と、処理種別が入
力された場合にその処理種別をファイル名および特定の
拡張子の後に自動的にURLに追加する機能を有する)
を生成してクライアントに返送する第3の手段(ファイ
ル一覧生成部24)と、クライアント(10)からのU
RLが特定の拡張子を有するファイルを含む場合に、該
ファイル名に対応するファイルを読み出してクライアン
トに返送する第4の手段と、クライアント(10)から
のURLが、特定の拡張子が付加されたファイル名の他
に処理種別(例えば、検索/検索条件など)が追加され
ている場合に、該ファイルを読み出して該処理種別に基
づいて処理を実行し、実行結果をクライアントに返送す
る第5の手段(ファイル読込部26,加工部27,HT
ML変換部28)を有する。さらに、処理種別がデータ
追加またはデータ変更の場合には該ファイルに対応する
データ追加画面またはデータ変更画面の場合に入力画面
を生成(入力画面生成部29)してクライアント(1
0)に送出し、かつ、この画面に基づいて追加されたデ
ータまたは変更されたデータをクライアント(10)か
ら受け取った場合に対応するファイルの内容を更新する
第6の手段を有する。
The server (20) according to the present invention includes a first means for analyzing a URL from the client (10), and a display / update button when the URL from the client indicates display of an initial screen. A second means (initial screen generation unit 22) for generating and returning an initial screen including (a function of automatically adding to the URL when the button is selected), and a client (10) U from
When the RL indicates a request for displaying / updating a file, a file list (a function for automatically adding a selected file name and a specific extension to a URL, and a case where a processing type is input) (It has a function to automatically add the processing type to the URL after the file name and a specific extension.)
Means (file list generation unit 24) for generating a file and returning it to the client;
In the case where the RL includes a file having a specific extension, the fourth means for reading out the file corresponding to the file name and returning it to the client, and the URL from the client (10) are added with the specific extension. If a processing type (for example, search / search condition, etc.) is added in addition to the file name, the file is read out, the processing is executed based on the processing type, and the execution result is returned to the client. Means (file reading unit 26, processing unit 27, HT
ML conversion unit 28). Further, when the processing type is data addition or data change, an input screen is generated (input screen generation unit 29) in the case of a data addition screen or data change screen corresponding to the file, and the client (1).
0), and has a sixth means for updating the contents of the file corresponding to the data added or changed based on this screen when the data is received from the client (10).

【0010】本発明に係る記録媒体は、クライアントか
らのURLが初期画面の表示を指示している場合に、表
示/更新ボタン(当該ボタンが選択された場合に自動的
にその旨をURLに追加する機能を有する)を含む初期
画面を生成して返送する第1の手順と、クライアントか
らのURLが、ファイルの表示/更新の要求を指示して
いる場合に、少なくともファイル一覧(選択されたファ
イル名と特定の拡張子を自動的にURLに追加する機能
と、処理種別が入力された場合にその処理種別をファイ
ル名および特定の拡張子の後に自動的にURLに追加す
る機能を有する)を生成してクライアントに返送する第
2の手順と、クライアントからのURLが、特定の拡張
子を有するファイルを含む場合に、該ファイル名に対応
するファイルを読み出してクライアントに返送する第3
の手順と、クライアントからのURLが、特定の拡張子
が付加されたファイル名の他に処理種別が追加されてい
る場合に、該ファイルを読み出して該追加された処理種
別に基づき処理を実行し、実行結果をクライアントに返
送する第4の手順をプログラム化して記録したものであ
る。
According to the recording medium of the present invention, when the URL from the client indicates the display of the initial screen, the display / update button (when the button is selected, the information is automatically added to the URL) The first procedure for generating and returning an initial screen including a function to perform a request for displaying / updating a file when a URL from a client indicates a request to display / update a file. (A function of automatically adding a name and a specific extension to a URL, and a function of automatically adding a processing type to a URL after a file name and a specific extension when a processing type is input) A second procedure of generating and returning the file to the client, and reading the file corresponding to the file name when the URL from the client includes a file having a specific extension. The third to be sent back to the client out
If the URL from the client indicates that a processing type has been added in addition to the file name to which a specific extension has been added, the file is read out and the processing is executed based on the added processing type. , A fourth procedure for returning the execution result to the client is programmed and recorded.

【0011】[0011]

【発明の実施の形態】本発明においては、クライアント
のブラウザによりサーバ宛のURLをネットワークに送
出し、サーバはこれを受けて初期画面(メニュー画面)
をHTML形式でクライアントに送出する。クライアン
トでは表示された初期画面により表示/更新,検索,ス
クリプト実行などを選択する。例えば、表示/更新を選
択すると、ネットワークを介してその要求を受けたサー
バがファイル一覧をクライアントに返送する。クライア
ントでは表示されたファイル一覧から目的のファイル名
と処理方法(例えば、検索/検索条件)を入力すると、
URLに入力されたファイル名と特定の拡張子(本例で
はDMX)・処理方法(検索/検索条件)が自動的に追加
されて、ネットワークを介してサーバに送出される。本
発明では、サーバから送られる画面情報にURLに選択
項目を追加する機能(プログラム)を持たせてある。サ
ーバでは、URLに追加された特定の拡張子を有するフ
ァイルに対して、指定された処理(上記例では検索条件
で検索)を行い、HTML変換してクライアントに返送
する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In the present invention, a URL sent to a server is transmitted to a network by a client browser, and the server receives the URL and receives an initial screen (menu screen).
To the client in HTML format. The client selects display / update, search, script execution, etc. on the displayed initial screen. For example, when display / update is selected, the server that has received the request returns the file list to the client via the network. In the client, enter the target file name and the processing method (for example, search / search condition) from the displayed file list.
The file name and the specific extension (DMX in this example) and the processing method (search / search condition) input to the URL are automatically added and sent to the server via the network. In the present invention, the screen information sent from the server has a function (program) for adding a selection item to the URL. The server performs a specified process (search with search conditions in the above example) on a file having a specific extension added to the URL, converts the file into HTML, and returns the file to the client.

【0012】以下、本発明の実施例を図面を用いて詳細
に説明する。図1は、本発明を実施するクライアント・
サーバ・システムの一構成例である。同図において、1
0はクライアント、20はサーバ、21はサーバ管理ソ
フト、21’はクライアントからのURLを解析して当
該サーバが行うべき処理を決めるためのURL解析部、
22は初期画面(メニュー画面)生成部、23はディレ
クトリ/ファイル格納部、24はファイル一覧生成部、
25は検索画面生成部、26はファイル読込部、27は
加工部、28はHTML変換部、29は入力画面生成
部、30はインターネットである。なお、ディレクトリ
/ファイル格納部23には、ディレクトリ情報ファイル
が設けられており、これによってクライアントからのデ
ィレクトリやファイル名を含んだURL指定によりファ
イル一覧の表示,ファイルの読み出し、ファイルの更新
などが可能になり、以下に詳細に述べる本願発明を実現
することが可能になる。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 shows a client / client implementing the present invention.
1 is a configuration example of a server system. In the figure, 1
0 is a client, 20 is a server, 21 is server management software, 21 'is a URL analysis unit for analyzing a URL from the client to determine a process to be performed by the server,
22 is an initial screen (menu screen) generation unit, 23 is a directory / file storage unit, 24 is a file list generation unit,
25 is a search screen generation unit, 26 is a file reading unit, 27 is a processing unit, 28 is an HTML conversion unit, 29 is an input screen generation unit, and 30 is the Internet. The directory / file storage unit 23 is provided with a directory information file, which allows a client to specify a URL including a directory and a file name to display a file list, read a file, update a file, and the like. Thus, the present invention described in detail below can be realized.

【0013】図2(ステップS1〜S10)、図3(ス
テップS11〜S18)、図4(ステップS20〜S2
4)、および図5(ステップS30〜S33)は、本発
明における処理を説明するためのフローチャートであ
る。以下、図1〜図5に基づいて本発明の動作例を説明
する。 (A)<図2> (ステップS1)クライアント10のWWWブラウザか
らサーバのURL(本実施例では、http://lightning/N
misdataとする)を入力する。 (ステップS2)入力されたURLをインターネット3
0を介して受け取ったサーバ(本実施例では20とす
る)は、初期画面生成部22で初期画面(メニュー画
面:HTML形式)を生成してクライアント10に返送
する。
FIG. 2 (Steps S1 to S10), FIG. 3 (Steps S11 to S18), FIG. 4 (Steps S20 to S2)
4) and FIG. 5 (steps S30 to S33) are flowcharts for explaining the processing in the present invention. Hereinafter, an operation example of the present invention will be described with reference to FIGS. (A) <FIG. 2> (Step S1) From the WWW browser of the client 10 to the URL of the server (in this embodiment, http: // lightning / N
misdata). (Step S2) Enter the entered URL on the Internet 3.
The server (20 in the present embodiment) received through “0” generates an initial screen (menu screen: HTML format) by the initial screen generation unit 22 and returns it to the client 10.

【0014】(ステップS3)クライアント10では、
サーバ20から送られた初期画面を表示する。このとき
の初期画面の一例を図6に示す。同図に示すように、本
実施例の初期画面は、ファイルデータの表示や更新を要
求する表示/更新ボタン、スクリプトの実行を要求する
スクリプト実行ボタン、サーバのファイルをクライアン
トへダウンロードするダウンロードボタン、クライアン
トのファイルをサーバにアップロードするアップロード
ボタン、サーバの詳細な設定を行う場合に使用する管理
者ボタン、・・などのボタンが設けられている。
(Step S3) In the client 10,
The initial screen sent from the server 20 is displayed. FIG. 6 shows an example of the initial screen at this time. As shown in the figure, the initial screen of the present embodiment includes a display / update button for requesting display or update of file data, a script execution button for requesting execution of a script, a download button for downloading a server file to a client, Buttons such as an upload button for uploading a client file to the server, an administrator button used when performing detailed server settings, and the like are provided.

【0015】(ステップS4)ここでは、まず、初期画
面から表示/更新ボタンを選択した場合を説明する。 (ステップS5)表示/更新要求をインターネット30
を介して受け取ったサーバ20は、ファイル一覧生成部
24によりファイル一覧(HTML)を生成してクライ
アント10に返送する。
(Step S4) First, a case where the display / update button is selected from the initial screen will be described. (Step S5) Display / update request is sent to Internet 30
The server 20 receives the file list (HTML) by the file list generation unit 24 and returns it to the client 10.

【0016】(ステップS6)クライアント10ではフ
ァイル一覧を受け取って表示する。このとき表示される
ファイル一覧の一例を図7に示す。図7の例ではファイ
ル名を所望の方法(例えば、昇順)で整列させるメニュ
ーも設けられている。 (ステップS7)本発明のファイル一覧画面のアンダー
ラインされたファイル名にはディレクトリ情報が埋め込
まれていて、該ファイル名を選択した場合、URLの後
ろにファイル名を付加する機能(プログラム)を備えて
いる。従って、ファイル一覧から、例えば、売り上げデ
ータをマウスクリックで選択したとすると、URL(ht
tp://lightning/Nmisdata)の次に「売り上げデータ.DM
X」を付加してインターネット30に送出する。ここ
で、拡張子「DMX」は予め決められた一つの特定の拡張
子の例であってこれに限定されるものではない。
(Step S6) The client 10 receives and displays the file list. FIG. 7 shows an example of the file list displayed at this time. In the example of FIG. 7, a menu for arranging the file names in a desired manner (for example, in ascending order) is also provided. (Step S7) The directory information is embedded in the underlined file name on the file list screen of the present invention, and when the file name is selected, a function (program) for adding the file name after the URL is provided. ing. Therefore, for example, if the sales data is selected from the file list by clicking the mouse, the URL (ht
tp: // lightning / Nmisdata) followed by "Sales Data.DM
"X" is added and transmitted to the Internet 30. Here, the extension “DMX” is an example of one predetermined specific extension, and is not limited to this.

【0017】(ステップS8)特定の拡張子DMXのファ
イル名(命令部がない場合)が付加されたURLを受け
取ったサーバ20のファイル読込部26は、該ファイル
名で指定されるファイル(表データベース)をディレク
トリ/ファイル格納部23から読込み、HTMLに変換
してクライアント10に返送する(HTML変換部2
8)。 (ステップS9)クライアント10では、返送されたフ
ァイルを表示する。図8はこのときの売上げデータのフ
ァイルの内容画面例である。本実施例では、表示された
ファイルに対して検索、並べ替え、行追加、行変更、ダ
ウンロードなどを指定するボタンが設けられている。 (ステップS10)検索、行追加、行変更のボタンがク
リックされた場合は、それに対応する命令部がURLに
追加されてサーバ20に送られる。なお、ダウンロード
のボタンがクリックされた場合はファイルの内容画面上
に「開く」「ディスクに保存する」などの選択項目を有
するウィンドウが表示され(図9参照)、このウィンド
ウから「ディスクに保存する」を選択した場合は、ファ
イルをハードディスクなどに保存する。
(Step S8) The file reading unit 26 of the server 20, which has received the URL to which the file name of the specific extension DMX (when there is no command part), is added to the file (table database). ) Is read from the directory / file storage unit 23, converted into HTML, and returned to the client 10 (HTML conversion unit 2).
8). (Step S9) The client 10 displays the returned file. FIG. 8 shows an example of the contents screen of the sales data file at this time. In this embodiment, buttons are provided for designating search, sorting, line addition, line change, download, and the like for the displayed file. (Step S10) When a search, line addition, or line change button is clicked, a corresponding instruction unit is added to the URL and sent to the server 20. When the download button is clicked, a window having selection items such as “open” and “save to disk” is displayed on the file content screen (see FIG. 9). From this window, “save to disk” is displayed. Is selected, save the file to a hard disk or the like.

【0018】(B)<図3> (ステップS11)サーバ20では、URL解析部2
1’でURLを解析し、特定の拡張子(例えば、DMX)
がない場合(ステップS12:N)は通常のWWWサー
バの処理を行う(ステップS13)。 (ステップS14)特定の拡張子(例えば、DMX)があ
れば、次に、指定ディレクトリ内にそのファァイルがあ
るか否かを見て、ない場合はエラーメッセージをクライ
アント10に送出してブラウザに表示する(ステップS
15,S16)。 (ステップS17)指定ファイルがあれば次に命令部が
あるかを見て、命令部に対応した処理、例えば、図4の
ステップS20以降の処理,または図5のステップS3
0以降の処理を実行する(ステップS18)。なお、命
令部がない場合はステップS8の処理を行う。
(B) <FIG. 3> (Step S11) In the server 20, the URL analysis unit 2
Parse the URL with 1 'and use a specific extension (eg DMX)
If there is no (Step S12: N), the processing of the normal WWW server is performed (Step S13). (Step S14) If there is a specific extension (for example, DMX), it is checked whether or not the file exists in the designated directory. If not, an error message is sent to the client 10 and displayed on the browser. (Step S
15, S16). (Step S17) If there is a designated file, it is determined whether there is an instruction section next, and processing corresponding to the instruction section, for example, processing after step S20 in FIG. 4 or step S3 in FIG.
The process after 0 is executed (step S18). If there is no command section, the process of step S8 is performed.

【0019】(イ)命令部が検索の場合<図4>。 (ステップS20)サーバ20は、検索画面生成部25
で検索画面(HTML)を生成しクライアント10に返
送する。このときクライアント10に表示される検索画
面は、例えば、検索項目,比較項目,比較条件などのパ
ラメータ指定が可能なようになっている。
(A) When the instruction part is a search <FIG. 4>. (Step S20) The server 20 searches the search screen generation unit 25
Generates a search screen (HTML) and returns it to the client 10. At this time, the search screen displayed on the client 10 can specify parameters such as a search item, a comparison item, and a comparison condition.

【0020】(ステップS21)今、検索項目として
「地区」(列3)、比較項目として文字列指定「5」を
指定したとする。このときの画面の一例を図10に示
す。この指定により、URLのファイル名の後に新たに
ここで指定した検索条件(パラメータ)が追加されてイ
ンターネット30に送出される。
(Step S21) Now, it is assumed that “district” (column 3) is specified as a search item, and a character string specification “5” is specified as a comparison item. FIG. 10 shows an example of the screen at this time. With this designation, the search condition (parameter) newly specified here is added after the file name of the URL and transmitted to the Internet 30.

【0021】(ステップS22)これを受けたサーバ2
0では、ステップS12〜S18と同様な処理を行う
が、URLの命令部(検索)の後にさらに検索条件があ
れば、ステップS23で指定ファイルに対してこの検索
条件で検索を実行してその結果をHTML変換部28で
HTML形式に変換してクライアント10へ返送する。 (ステップS24)クライアント10では、検索結果を
表示する。上述した「地区5」で検索した場合の検索結
果の一例を図11に示す。
(Step S22) Server 2 receiving this
In step S23, the same processing as in steps S12 to S18 is performed. However, if there is another search condition after the URL instruction part (search), a search is performed on the specified file in step S23 with this search condition. Is converted into an HTML format by the HTML conversion unit 28 and returned to the client 10. (Step S24) The client 10 displays the search result. FIG. 11 shows an example of a search result when the search is performed in “area 5” described above.

【0022】(ロ)命令部が入力(行追加,行変更)の
場合<図5>。 (ステップS30)サーバ20は、指定されたファイル
(表データベース)に対応する入力画面を入力画面生成
部29で生成する。すなわち、ファイル(表データベー
ス)の各項目の長さに合った入力画面(表)を生成す
る。生成した入力画面をHTMLでクライアント10に
返送する。 (ステップS31)クライアント10に入力画面を表示
する。 (ステップS32)表示されたブラウザ上の入力画面で
所望の入力を行う。このときの入力イメージを図12に
示す。同図(a)は現在登録されているファイルデータ
のイメージ例である。同(b)は追加するデータの入力
イメージ例であり、入力項目ごとに入力用の空欄(入力
エディットボックス)が表示されており、この空欄に所
望のデータを入力するようになっている。同(c)は変
更すべき入力済みの登録されているファイルデータの表
示であり、このファイルデータに上書きしてデータ内容
を変更するようになっている。このようにして追加また
は変更されたデータは、入力画面上の[OK]ボタンな
どのクリックにより、インターネット30を介してサー
バ20に渡される(サブミットされる)。
(B) When the instruction section is input (line addition, line change) <FIG. 5>. (Step S30) In the server 20, the input screen generation unit 29 generates an input screen corresponding to the specified file (table database). That is, an input screen (table) corresponding to the length of each item of the file (table database) is generated. The generated input screen is returned to the client 10 in HTML. (Step S31) An input screen is displayed on the client 10. (Step S32) A desired input is made on the displayed input screen on the browser. FIG. 12 shows an input image at this time. FIG. 7A is an example of an image of currently registered file data. FIG. 2B shows an example of an input image of data to be added. An input blank box (input edit box) is displayed for each input item, and desired data is input in this blank box. FIG. 11C shows the registered file data that has been input and that is to be changed, and the data content is changed by overwriting the file data. The data added or changed in this way is passed (submitted) to the server 20 via the Internet 30 by clicking an [OK] button or the like on the input screen.

【0023】(ステップS33)サーバ20は、入力
(追加,変更)されたデータ内容に基づいてファイルの
更新を行う。なお、複数行の追加や変更に対処するため
にサーバ10からは次の入力画面をHTNL形式でクラ
イアント10に送るようにすると操作性がよくなる。
(Step S33) The server 20 updates the file based on the input (added, changed) data contents. The operability is improved by transmitting the next input screen from the server 10 to the client 10 in the HTNL format in order to cope with the addition or change of a plurality of lines.

【0024】なお、上記説明では、サーバの処理を本実
施例に沿って時系列に示したが、サーバでは、URL解
析部でURLを解析し、その内容によって、例えば、フ
ァイル名があるか、ファイル名の拡張子が特定のもの
(上記実施例ではDMX)であるか、命令部があるか、命
令部の種類、パラメータ(検索条件など)があるかによ
って如何なる処理を行うかが決定される。このように、
本実施例におけるサーバ20はURLによって処理を決
定するようにしているので、URLの内容を直接指定す
ることでサーバに所望の処理を実行させることができ
る。例えば、上記例において、「行変更」を選択する前
段階として「検索」を実行して変更すべき行を予め特定
しておき、その後で「行変更」を選択して特定した行を
表示して変更するようにすることができる。
In the above description, the processing of the server is shown in chronological order according to the present embodiment. However, in the server, the URL is analyzed by the URL analysis unit, and depending on the contents, for example, whether there is a file name or not. The type of processing is determined depending on whether the extension of the file name is a specific one (DMX in the above embodiment), whether there is an instruction part, the type of the instruction part, and whether there is a parameter (such as a search condition). . in this way,
Since the server 20 according to the present embodiment determines the process based on the URL, it is possible to cause the server to execute a desired process by directly specifying the content of the URL. For example, in the above example, a line to be changed is specified in advance by executing “search” as a step before selecting “line change”, and then “line change” is selected to display the specified line. Can be changed.

【0025】また、上記実施例では、ステップS6〜S
9において、まずファイル一覧からファイル名を選択
し、そのファイルの全内容をクライアントに転送して表
示した後、検索、並べ替え、行追加、行変更、ダウンロ
ードやパラメータを指定するようにしているが、この方
式によると、ファイルのデータ量が多い場合には負荷が
大きくなってしまう。もし、予めファイル名、処理名お
よびそのパラメータなどがわかっていれば、そのファイ
ル名,処理名,パラメータ(条件)などを入力すること
によって、いきなりステップ11から行うことができる
ため、サーバでの処理結果(例えば、検索結果)だけを
クライアント10に取り込めばよくなり(処理前のファ
イル全体を取り込む必要がない)、負荷が大幅に削減す
ることができる。
In the above embodiment, steps S6 to S6
At 9, a file name is first selected from a file list, the entire contents of the file are transferred to the client and displayed, and then search, rearrangement, line addition, line change, download and parameters are specified. However, according to this method, when the data amount of the file is large, the load increases. If the file name, the processing name and its parameters are known in advance, the processing can be performed immediately from step 11 by inputting the file name, the processing name, the parameters (conditions), and the like. Only the results (for example, search results) need to be imported to the client 10 (there is no need to import the entire file before processing), and the load can be greatly reduced.

【0026】なお、一度、検索などの処理を指定してU
RLに検索・検索条件を追加した場合、そのURLをブ
ックマーク(お気に入り)として登録しておけば、必要
に応じてこのURLを選択することにより上記ステップ
S11からの処理を即座に実行されることができるた
め、常に最新のファイルデータを用いた検索などの処理
結果を得ることが可能になる。また、所定のURLを入
力指定することにより上記ステップのうちクライアント
からサーバへの所望のステップへ移行することができ、
またWWWブラウザ上で前画面に戻ったり後画面に移っ
たりすることができ、C/Sシステムの利便性を高める
ことができる。
It should be noted that once a process such as a search is designated,
When a search / search condition is added to the RL, if the URL is registered as a bookmark (favorite), the process from step S11 can be executed immediately by selecting this URL as needed. Therefore, it is possible to always obtain a processing result such as a search using the latest file data. Further, by inputting and specifying a predetermined URL, it is possible to shift to a desired step from the client to the server among the above steps,
In addition, it is possible to return to the previous screen or move to the rear screen on the WWW browser, thereby improving the convenience of the C / S system.

【0027】なお、上記実施例では、検索,入力(行追
加,行変更)などについて説明したが、さらに加工部2
7に、ソート、グラフ、集計などの機能を持たせておけ
ば、これら各種の処理も可能なことはいうまでもない。
In the above embodiment, search, input (line addition, line change) and the like have been described.
It is needless to say that if various functions such as sorting, graphing, totaling, and the like are provided in 7, the various kinds of processing can be performed.

【0028】本実施例は、インターネットWWWブラウ
ザがあれば、如何なるハードウェアでも、如何なるOS
(オペレーティングシステム)を有するものでもあって
も使用可能である。従って、決められた特定のハードウ
ェアやOSに限定されず、例えば、WWWブラウザを具
備するものであれば、各種PC(パーソナルコンピュー
タ)、インターネットTV、携帯端末、UNIXシステ
ムなど如何なるものでもよい。また、サーバ側からクラ
イアント側にプログラムを送り込む方式であるので、ク
ライアント側に前もって特にソフトウエアをインストー
ルしておく必要はない。ユーザはファイル一覧を見て、
見たいファイルをマウスなどでクリックするだけでその
内容を見ることができる。また、ファイル名を知ってい
ればユーザは自分でURLを作ることができ、ダイレク
トに参照することもできる。
In this embodiment, if there is an Internet WWW browser, any hardware, any OS
(Operating system) can be used. Therefore, the present invention is not limited to the specified specific hardware and OS. For example, any PC (personal computer), Internet TV, portable terminal, UNIX system, etc. may be used as long as it has a WWW browser. In addition, since the program is sent from the server to the client, it is not necessary to install any software on the client in advance. The user looks at the file list,
Just click on the file you want to view with a mouse and you can see its contents. Also, if the user knows the file name, the user can create the URL by himself and can directly refer to the URL.

【0029】また、WWWブラウザのマーキング機能を
利用し、所定の条件で検索やソートをした場合に、マー
キング機能を使うことにより、最初から操作を繰り返す
ことなく、最新のデータに対して、前回と同じ条件(例
えば、同じファイル名、同じ検索条件、同じソート条
件、同じ品名など)で処理したデータを即座に得ること
ができる。さらにインターネットを使用するので、全世
界から電話代をやすく使えるという効果も有している。
Further, when a search or sort is performed under a predetermined condition by using a marking function of a WWW browser, the marking function is used to repeat the operation from the beginning and to compare the latest data with the previous data. Data processed under the same conditions (for example, the same file name, the same search condition, the same sort condition, the same product name, etc.) can be immediately obtained. In addition, the use of the Internet has the effect of making it easy to use telephone bills from all over the world.

【0030】なお、上述したようなサーバにおいて行わ
れる各処理手順、すなわち、クライアントからのURL
が初期画面の表示を指示している場合に、表示/更新ボ
タン(当該ボタンが選択された場合に自動的にその旨を
URLに追加する機能を有する)を含む初期画面を生成
して返送する第1の手順と、クライアントからのURL
が、ファイルの表示/更新の要求を指示している場合
に、少なくともファイル一覧(選択されたファイル名と
特定の拡張子を自動的にURLに追加する機能と、処理
種別が入力された場合にその処理種別をファイル名およ
び特定の拡張子の後に自動的にURLに追加する機能を
有する)を生成してクライアントに返送する第2の手順
と、クライアントからのURLが、特定の拡張子を有す
るファイルを含む場合に、該ファイル名に対応するファ
イルを読み出してクライアントに返送する第3の手順
と、クライアントからのURLが、特定の拡張子が付加
されたファイル名の他に処理種別が追加されている場合
に、該ファイルを読み出して該追加された処理種別に基
づき処理を実行し、実行結果をクライアントに返送する
第4の手順をプログラムコード化してCD−ROMなど
の記録媒体に記録することにより、市場に流通させるこ
とができ、利用者は該記録媒体に記録されてる処理手順
をサーバコンピュータにインストールすることで簡単に
本発明の特徴とするファイルの処理方法および装置を実
現することが可能になる。
Each processing procedure performed in the server as described above, that is, the URL from the client
Generates and returns an initial screen including a display / update button (has a function of automatically adding that to the URL when the button is selected) when the user instructs to display the initial screen. First procedure and URL from client
Is instructed to display / update the file, at least a file list (a function to automatically add the selected file name and a specific extension to the URL, and a case where the processing type is input) A second procedure of generating the processing type and automatically adding the URL to the URL after the file name and the specific extension) and returning the URL to the client; and When a file is included, a third procedure of reading out the file corresponding to the file name and returning it to the client, and the URL from the client is such that the processing type is added in addition to the file name to which a specific extension is added. Program, a fourth procedure of reading the file, executing the processing based on the added processing type, and returning the execution result to the client is performed. By encoding and recording the information on a recording medium such as a CD-ROM, it can be distributed to the market, and the user can easily install the processing procedure recorded on the recording medium in a server computer to obtain the features of the present invention. And a file processing method and apparatus.

【0031】[0031]

【発明の効果】本発明によれば、特別なプログラムを新
規に作成する必要がなく、また、汎用のブラウザからの
画面上の項目選択や入力によって各種処理(検索,入力
など)を指定するだけでサーバにその処理を実行させ、
実行結果をクライアントに表示させたり、ファイルに新
たなデータを入力(追加,変更など)を行うことが可能
になる。
According to the present invention, there is no need to create a new special program, and only a variety of processes (search, input, etc.) are specified by selecting and inputting items on the screen from a general-purpose browser. To let the server do that,
It becomes possible to display the execution result on the client and to input (add, change, etc.) new data to the file.

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

【図1】本発明を実施するクライアント・サーバ・シス
テムの一構成例である。
FIG. 1 is a configuration example of a client server system that embodies the present invention.

【図2】本発明における処理を説明するためのフローチ
ャートである(その1)。
FIG. 2 is a flowchart for explaining processing in the present invention (part 1).

【図3】本発明における処理を説明するためのフローチ
ャートである(その2)。
FIG. 3 is a flowchart for explaining processing in the present invention (part 2).

【図4】本発明における処理(検索)を説明するための
フローチャートである(その3)。
FIG. 4 is a flowchart for explaining a process (search) in the present invention (part 3).

【図5】本発明における処理(入力)を説明するための
フローチャートである(その4)。
FIG. 5 is a flowchart for explaining processing (input) in the present invention (part 4).

【図6】本発明の実施例における初期画面の一例を示す
中間調画像である。
FIG. 6 is a halftone image showing an example of an initial screen according to the embodiment of the present invention.

【図7】本発明の実施例におけるファイル一覧の表示画
面の一例を示す中間調画像である。
FIG. 7 is a halftone image showing an example of a file list display screen in the embodiment of the present invention.

【図8】本発明の実施例におけるファイルの表示画面の
一例を示す中間調画像である。
FIG. 8 is a halftone image showing an example of a file display screen according to the embodiment of the present invention.

【図9】本発明の実施例におけるファイルの表示画面か
らダウンロードを選択する場合の画面の一例を示す中間
調画像である。
FIG. 9 is a halftone image showing an example of a screen when a download is selected from a file display screen in the embodiment of the present invention.

【図10】本発明の実施例における検索画面の一例を示
す中間調画像である。
FIG. 10 is a halftone image showing an example of a search screen according to the embodiment of the present invention.

【図11】本発明の実施例における検索結果の表示画面
の一例を示す中間調画像である。
FIG. 11 is a halftone image showing an example of a search result display screen according to the embodiment of the present invention.

【図12】本発明の実施例における入力画面の一例を示
す図である。
FIG. 12 is a diagram illustrating an example of an input screen according to the embodiment of the present invention.

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

10:クライアント・サーバ・システム 20:サーバ 21:サーバ管理システム 21’:URL解析部 22:初期画面生成部 23:ディレクトリ/ファイル格納部 24:ファイル一覧生成部 25:検索画面生成部 26:ファイル読込部 27:加工部 28:HTML変換部 29:入力画面生成部 30:インターネット 10: Client server system 20: Server 21: Server management system 21 ': URL analysis unit 22: Initial screen generation unit 23: Directory / file storage unit 24: File list generation unit 25: Search screen generation unit 26: File read Unit 27: processing unit 28: HTML conversion unit 29: input screen generation unit 30: Internet

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 インターネットを利用してクライアント
からの要求によりサーバにあるファイルに対して処理を
行うファイルの処理方法において、 前記サーバにおいて、前記クライアントからの要求によ
り、少なくとも表示/更新ボタンを含む初期画面を生成
して返送する第1のステップと、 前記クライアントにおいて、前記初期画面によりファイ
ルの表示/更新ボタンを選択しURLに追加してインタ
ーネットに送出する第2のステップと、 前記サーバにおいて、前記クライアントからファイルの
表示/更新の要求が追加されたURLを受け取った場合
に、少なくともファイル一覧を生成してクライアントに
返送する第3のステップと、 前記クライアントにおいて、表示されたファイル一覧中
から選択された一つのファイル名と特定の拡張子をUR
Lに付加してインターネットに送出するか、または該フ
ァイル一覧中から選択された一つのファイルと特定の拡
張子の他に処理種別をURLに追加してインターネット
に送出する第4のステップと、 前記サーバにおいて、URLに特定の拡張子が付加され
たファイル名だけが追加されている場合に該ファイルを
読み出してクライアントに送出し、URLに特定の拡張
子が付加されたファイル名の他に処理種別が追加されて
いる場合に該ファイルを読み出して追加された処理種別
に基づき処理を実行し、実行結果をクライアントに返送
する第5のステップと、 前記クライアントにおいて、サーバから返送された実行
結果を表示する第6のステップとを有することを特徴と
するインターネットを利用したファイルの処理方法。
1. A file processing method for processing a file in a server in response to a request from a client using the Internet, wherein the server includes at least a display / update button in response to a request from the client. A first step of generating and returning a screen, a second step of selecting a file display / update button on the initial screen at the client, adding the URL to the URL, and sending the file to the Internet, A third step of generating at least a file list and returning it to the client when a URL to which a file display / update request has been added is received from the client; and at the client, the file is selected from the displayed file list. File name and a specific extension UR a child
A fourth step of appending the file to the Internet by sending the file to the Internet by adding the file name to the Internet or adding a processing type to a URL in addition to one file selected from the file list and a specific extension; In the server, when only a file name with a specific extension added to a URL is added, the file is read out and sent to the client. In addition to the file name with a specific extension added to the URL, a processing type A fifth step of reading the file, executing the processing based on the added processing type when the file is added, and returning the execution result to the client; and displaying the execution result returned from the server at the client. A file processing method using the Internet.
【請求項2】 前記初期画面の表示/更新画面ボタン
は、そのボタンが選択された場合に、自動的にその旨を
URLに追加する機能を有するものであることを特徴と
する請求項1記載のインターネットを利用したファイル
の処理方法。
2. The display / update screen button of the initial screen has a function of automatically adding that fact to a URL when the button is selected. How to process files using the Internet.
【請求項3】 前記ファイル一覧の画面は、ファイル一
覧中の一つのファイルが選択された場合に、そのファイ
ル名と特定の拡張子が自動的にURLに追加され、さら
に処理種別が入力された場合にその処理種別が前記ファ
イル名および特定の拡張子の後に自動的にURLに追加
する機能を有するものであることを特徴とする請求項1
または2記載のインターネットを利用したファイルの処
理方法。
3. In the file list screen, when one file in the file list is selected, the file name and a specific extension are automatically added to a URL, and a processing type is input. 2. The method according to claim 1, wherein the processing type has a function of automatically adding to the URL after the file name and the specific extension.
Or the file processing method using the Internet according to 2.
【請求項4】 前記処理種別は、少なくとも検索,追
加,更新のいずれか一つを含むことを特徴とする請求項
1〜3のいずれか1項に記載のインターネットを利用し
たファイルの処理方法。
4. The method for processing a file using the Internet according to claim 1, wherein the processing type includes at least one of search, addition, and update.
【請求項5】 前記処理種別が検索の場合には、前記第
4のステップおよび第5のステップにおける処理種別に
検索条件(パラメータ)が付加されることを特徴とする
請求項1〜4のいずれか1項に記載のインターネットを
利用したファイルの処理方法。
5. The method according to claim 1, wherein when the processing type is a search, a search condition (parameter) is added to the processing type in the fourth step and the fifth step. 2. The method for processing a file using the Internet according to claim 1.
【請求項6】 前記処理種別がデータ追加またはデータ
変更の場合に、前記第5のステップにおける実行結果と
して該ファイルに対応するデータ追加画面またはデータ
変更画面を返送し、かつ、この画面に基づいてクライア
ントにおいてデータ追加またはデータ変更が行われた場
合に、その追加されたデータまたは変更されたデータを
サーバに転送してサーバにある対応するファイルを更新
することを特徴とする請求項1〜4のいずれか1項に記
載のインターネットを利用したファイルの処理方法。
6. When the processing type is data addition or data change, a data addition screen or data change screen corresponding to the file is returned as an execution result in the fifth step, and based on this screen. 5. The method according to claim 1, wherein when data is added or changed in the client, the added or changed data is transferred to the server to update a corresponding file in the server. A method for processing a file using the Internet according to any one of the preceding claims.
【請求項7】インターネットを利用してクライアントか
らのURLの内容によりその処理を決定して実行するサ
ーバであって、 前記クライアントからのURLを解析する第1の手段
と、 前記クライアントからのURLが初期画面の表示を指示
している場合に、少なくとも表示/更新ボタンを含む初
期画面を生成して返送する第2の手段と、 前記クライアントからのURLが、ファイルの表示/更
新の要求を指示している場合に、少なくともファイル一
覧を生成してクライアントに返送する第3の手段と、 前記クライアントからのURLが、特定の拡張子を有す
るファイルを含む場合に、該ファイル名に対応するファ
イルを読み出してクライアントに返送する第4の手段
と、 前記クライアントからのURLが、特定の拡張子を有す
るファイル名の他に処理種別が追加されている場合に、
該ファイルを読み出して該追加された処理種別に基づき
処理を実行し、実行結果をクライアントに返送する第5
の手段を有することを特徴とするサーバ。
7. A server which determines and executes a process based on the contents of a URL from a client using the Internet, wherein the first means for analyzing the URL from the client, and wherein the URL from the client is Second means for generating and returning an initial screen including at least a display / update button when instructing display of an initial screen, and a URL from the client instructing a request for display / update of a file. A third means for generating at least a file list and sending it back to the client, and reading a file corresponding to the file name when the URL from the client includes a file having a specific extension. Means for returning to the client by using a URL having a specific extension. If the addition to the processing type of name has been added,
A fifth step of reading the file, executing the processing based on the added processing type, and returning an execution result to the client;
A server comprising:
【請求項8】 前記初期画面は、少なくとも、当該ボタ
ンが選択された場合に自動的にその旨をURLに追加す
る機能を有する表示/更新画面ボタンを含み、かつ前記
ファイル一覧の画面は、選択されたファイル名と特定の
拡張子を自動的にURLに追加する機能を有するファイ
ル一覧と、処理種別が入力された場合にその処理種別が
前記ファイル名および特定の拡張子の後に自動的にUR
Lに追加する機能を有するものであることを特徴とする
請求項7記載のサーバ。
8. The initial screen includes at least a display / update screen button having a function of automatically adding the selection to the URL when the button is selected, and the screen of the file list is selected. A file list having a function of automatically adding a specified file name and a specific extension to a URL, and when a processing type is input, the processing type is automatically changed to a UR after the file name and the specific extension.
8. The server according to claim 7, having a function of adding to L.
【請求項9】 前記処理種別がデータ追加またはデータ
変更の場合に、前記実行結果として該ファイルに対応す
るデータ追加画面またはデータ変更画面を返送し、か
つ、この画面に基づいて追加されたデータまたは変更さ
れたデータをクライアントから受け取った場合に対応す
るファイルの内容を更新する第6の手段を有することを
特徴とする請求項7または8記載のサーバ。
9. When the processing type is data addition or data change, a data addition screen or a data change screen corresponding to the file is returned as the execution result, and the data or the data added based on this screen is returned. 9. The server according to claim 7, further comprising: sixth means for updating contents of a file corresponding to a case where changed data is received from a client.
【請求項10】 インターネットを利用してクライアン
トからのURLの内容によりその処理を決定して実行す
る手順をプログラム化して記録したコンピュータで読み
取り可能な記録媒体であって、 前記クライアントからのURLが初期画面の表示を指示
している場合に、少なくとも表示/更新ボタンを含む初
期画面を生成して返送する第1の手順と、 前記クライアントからのURLが、ファイルの表示/更
新の要求を指示している場合に、少なくともファイル一
覧を生成してクライアントに返送する第2の手順と、 前記クライアントからのURLが、特定の拡張子を有す
るファイルを含む場合に、該ファイル名に対応するファ
イルを読み出してクライアントに返送する第3の手順
と、 前記クライアントからのURLが、特定の拡張子が付加
されたファイル名の他に処理種別が追加されている場合
に、該ファイルを読み出して該追加された処理種別に基
づき処理を実行し、実行結果をクライアントに返送する
第4の手順をプログラム化して記録したことを特徴とす
る記録媒体。
10. A computer-readable recording medium in which a procedure for determining and executing a process according to the contents of a URL from a client using the Internet is programmed and recorded, wherein the URL from the client is initially set. A first procedure for generating and returning an initial screen including at least a display / update button when a screen display is instructed; and a URL from the client instructing a file display / update request. A second procedure for generating at least a file list and sending it back to the client, and reading a file corresponding to the file name when the URL from the client includes a file having a specific extension. A third procedure for returning to the client, and a URL from the client having a specific extension. In the case where a processing type is added in addition to the file name, the fourth procedure for reading out the file, executing the processing based on the added processing type, and returning the execution result to the client is programmed. A recording medium characterized by being recorded.
【請求項11】 前記初期画面は、少なくとも、当該ボ
タンが選択された場合に自動的にその旨をURLに追加
する機能を有する表示/更新画面ボタンを含み、かつ前
記ファイル一覧の画面は、選択されたファイル名と特定
の拡張子が自動的にURLに追加する機能を有するファ
イル一覧と、処理種別が入力された場合にその処理種別
が前記ファイル名および特定の拡張子の後に自動的にU
RLに追加する機能を有するものであることを特徴とす
る請求項10記載の記録媒体。
11. The initial screen includes at least a display / update screen button having a function of automatically adding the selection to a URL when the button is selected, and the screen of the file list is selected. A list of files having a function of automatically adding a file name and a specific extension to a URL, and when a processing type is input, the processing type is automatically changed to a U after the file name and the specific extension.
11. The recording medium according to claim 10, having a function of adding to the RL.
JP27691797A 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded Expired - Fee Related JP3738932B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27691797A JP3738932B2 (en) 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27691797A JP3738932B2 (en) 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded

Publications (2)

Publication Number Publication Date
JPH11120137A true JPH11120137A (en) 1999-04-30
JP3738932B2 JP3738932B2 (en) 2006-01-25

Family

ID=17576201

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27691797A Expired - Fee Related JP3738932B2 (en) 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded

Country Status (1)

Country Link
JP (1) JP3738932B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003030027A (en) * 2001-07-13 2003-01-31 Sharp Corp Backup system of data base, method for restoring data, method for constructing data base
JP2008140309A (en) * 2006-12-05 2008-06-19 Canon Inc Information processor and information processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003030027A (en) * 2001-07-13 2003-01-31 Sharp Corp Backup system of data base, method for restoring data, method for constructing data base
JP2008140309A (en) * 2006-12-05 2008-06-19 Canon Inc Information processor and information processing method

Also Published As

Publication number Publication date
JP3738932B2 (en) 2006-01-25

Similar Documents

Publication Publication Date Title
US6343302B1 (en) Remote web site authoring system and method
US6584507B1 (en) Linking external applications to a network management system
US20070198924A1 (en) Dynamic web page generation method and system
US20100023873A1 (en) Method and apparatus for providing toolbar service
JPH1115767A (en) Server information providing device and computer readable recording medium recording server information providing program
JP4440716B2 (en) Display data generation device, display device, display data generation system, display data generation device control method, display data generation program, recording medium, electronic device, and electronic device control method
US7062492B1 (en) Remote web site authoring system and method
US20130159480A1 (en) Smart Browsing Providers
US20020129051A1 (en) Previewing portions of the hypertext World Wide Web documents linked to hyperlinks in received World Wide Web documents
JP3590726B2 (en) Database search system, search server device, client terminal, and server program recording medium
US20040034637A1 (en) Accessing a set of local or distant resources
JP3017735B1 (en) Web data collection apparatus and method, and storage medium storing program according to the method
JP3738932B2 (en) File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded
JPH10124518A (en) Preferential access web blousing processor
JP2001014210A (en) Information collection system
JP4399689B2 (en) Information provision processing method, information provision processing program storage medium, and information provision processing apparatus
JP3710027B2 (en) Script transfer execution method using the Internet and recording medium recording the processing procedure of the script transfer execution method
JPH10307745A (en) Document processing system
JPH113203A (en) Screen dialog processor
JPH1139329A (en) Dynamic generation system for html file
JP3139972B2 (en) Facsimile terminal-based WWW search device having script interpretation and execution function, and image database device
JP2004287929A (en) Web page operation system, program and web data transmission system
JP2007272444A (en) Content management device, content management method, and content management program
JP2002202968A (en) Information retrieval service system and information output method
JPH10307795A (en) Information supply controlling method and device using web browser

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050629

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050805

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050916

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051027

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20091111

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101111

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111111

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111111

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121111

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20131111

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees