JP2011065439A - Input support program, terminal, and web system - Google Patents

Input support program, terminal, and web system Download PDF

Info

Publication number
JP2011065439A
JP2011065439A JP2009215760A JP2009215760A JP2011065439A JP 2011065439 A JP2011065439 A JP 2011065439A JP 2009215760 A JP2009215760 A JP 2009215760A JP 2009215760 A JP2009215760 A JP 2009215760A JP 2011065439 A JP2011065439 A JP 2011065439A
Authority
JP
Japan
Prior art keywords
range
input
support program
user
web page
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
JP2009215760A
Other languages
Japanese (ja)
Other versions
JP4929330B2 (en
Inventor
Masatoshi Wakisaki
正俊 脇▲崎▼
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2009215760A priority Critical patent/JP4929330B2/en
Publication of JP2011065439A publication Critical patent/JP2011065439A/en
Application granted granted Critical
Publication of JP4929330B2 publication Critical patent/JP4929330B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an input support program, along with a terminal and a Web system, for reducing input work of a user on a general-purpose Web page. <P>SOLUTION: In the input support program, a script 36 and a Flash file 38 for providing an input interface associated with HTML text check boxes makes a user terminal 1 function as: a position acquisition means 12 for acquiring position data in a region defined by each HTML text of the HTML text check boxes when reading a Web page; a position decision means 15 for determining whether a position of each of the check boxes acquired by the position acquisition means 12 exists within the range decided by reception of a designation operation from the user; and an alteration means 16 for changing a state of a check box matching the determined position when the position decision means 15 determines that the position of the check box exits within the decided range. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、Webページでの入力を支援する入力支援プログラム、端末及びWebシステムに関する。   The present invention relates to an input support program, a terminal, and a Web system that support input on a Web page.

Webページは、ユーザが入力したデータをWebサーバに送信するためのページとして、また、Webサーバで処理した結果を表示するページとして、広く用いられている。そのような中で、ユーザによるWebページへの入力作業を軽減する入力支援システムが開示されている(例えば、特許文献1参照)。   Web pages are widely used as pages for transmitting data input by a user to a Web server and as pages for displaying results processed by the Web server. Under such circumstances, there has been disclosed an input support system that reduces a user's input work on a Web page (see, for example, Patent Document 1).

特開2009−169730号公報JP 2009-169730 A

特許文献1に記載の入力支援システムは、サービスを提供するサイトにアクセスするたびに、入力項目ごとに予め用意した既定値を適用するものであった。特許文献1に記載の入力支援システムは、よく使用する特定のWebページを想定したものであったので、毎回異なる内容を入力する場合には、ユーザの入力作業の軽減を図ることができなかった。   The input support system described in Patent Literature 1 applies a preset value prepared in advance for each input item every time a site providing a service is accessed. The input support system described in Patent Document 1 is intended for a specific Web page that is frequently used. Therefore, when inputting different contents each time, the user's input work cannot be reduced. .

本発明は、汎用的なWebページでのユーザの入力作業を軽減する入力支援プログラム、端末及びWebシステムを提供することを目的とする。   An object of the present invention is to provide an input support program, a terminal, and a Web system that reduce user input operations on a general-purpose Web page.

本発明者らは、ユーザの入力操作により選択された範囲のHTML(HyperText Markup Language)文書ファイルに記述されたテキストの入力フォームに対してプログラムに入力を支援する処理を行わせることを見出し、本発明を完成するに至った。   The present inventors have found that a program for performing input support processing is performed on a text input form described in an HTML (HyperText Markup Language) document file in a range selected by a user input operation. The invention has been completed.

(1) HTMLテキストの入力フォームに連携した入力インタフェースを提供する入力支援プログラムであって、
コンピュータを、
前記HTMLテキストを読み込んだことに応じて、前記入力フォームを構成する複数の部品の各々の表示位置を含み、前記HTMLテキストにより規定される領域において、前記複数の部品の各々の位置を示す位置情報を取得する位置取得手段と、
前記位置取得手段により取得された前記位置情報が示す各々の位置が、Webブラウザに表示した前記領域において、ユーザの指定操作を受け付けて決定した範囲内に存在するか否かを判定する位置判定手段と、
前記位置判定手段によって前記範囲内に存在すると判定された場合に、前記位置に対応する前記部品の状態を変更する変更手段と、
して機能させる、
入力支援プログラム。
(1) An input support program that provides an input interface linked to an HTML text input form,
Computer
Position information indicating the position of each of the plurality of parts in the region defined by the HTML text, including the display positions of each of the parts constituting the input form in response to reading the HTML text Position acquisition means for acquiring
Position determination means for determining whether or not each position indicated by the position information acquired by the position acquisition means is within a range determined by accepting a user's designation operation in the area displayed on the Web browser. When,
Changing means for changing the state of the part corresponding to the position when it is determined by the position determining means to be within the range;
Make it work,
Input support program.

本発明のこのような構成によれば、入力フォームを構成する複数の部品の各々の、HTMLテキストに規定される領域における位置を取得して、ユーザの指定操作を受け付けて決定した範囲内にその部品が位置していることに応じて、部品の状態を変更する。よって、Webページにこの入力支援プログラムを付加することで、ユーザが指定した範囲内に存在する入力フォームを構成する部品の各々の状態を変更することができるので、例えば、ユーザがいちいち部品の1つ1つを選択して変更せずに済み、ユーザの入力作業の軽減を図ることができる。   According to such a configuration of the present invention, the position of each of a plurality of parts constituting the input form in the area specified in the HTML text is acquired, and within the range determined by accepting the user's designation operation. The state of the part is changed according to the position of the part. Therefore, by adding this input support program to the Web page, the state of each part constituting the input form existing within the range specified by the user can be changed. It is not necessary to select and change one by one, and the user's input work can be reduced.

(2) 前記複数の部品の各々は、チェックボックス及びラジオボタンのうち少なくともいずれかであり、
前記変更手段を、前記部品のオンとオフとの状態を切り替えるように機能させる、
(1)に記載の入力支援プログラム。
(2) Each of the plurality of parts is at least one of a check box and a radio button,
Causing the changing means to function so as to switch the on and off states of the component;
The input support program according to (1).

本発明のこのような構成によれば、オンとオフとの状態を有する部品であるチェックボックス及びラジオボタンのうち少なくともいずれかがユーザが指定した範囲内に存在する場合に、そのオンとオフとを切り替えることができる。よって、チェックボックスやラジオボタンをユーザがいちいち指定して、入力する手間を省くことができる。   According to such a configuration of the present invention, when at least one of a check box and a radio button which are parts having an on and off state exists within a range specified by the user, the on and off are determined. Can be switched. Therefore, it is possible to save the user from having to specify check boxes and radio buttons one by one.

(3) 前記コンピュータを、前記ユーザによる入力装置のドラッグ操作を受け付けたことに応じて、前記領域において指定された範囲を示す範囲情報を取得する範囲指定受付手段として機能させ、
前記位置判定手段を、前記範囲指定受付手段により取得した前記範囲情報が示す範囲内に、前記複数の部品の各々の位置が含まれるか否かを判定するように機能させる、
(1)又は(2)に記載の入力支援プログラム。
(3) causing the computer to function as range designation receiving means for acquiring range information indicating a range designated in the area in response to accepting a drag operation of the input device by the user;
Causing the position determination means to function to determine whether or not each position of the plurality of parts is included in a range indicated by the range information acquired by the range designation receiving means;
The input support program according to (1) or (2).

本発明のこのような構成によれば、ドラッグ操作が可能な、例えば、マウス等の入力装置を用いることで、簡易な操作でユーザが領域において指定した範囲を取得することができる。そして、その簡易な操作で示された範囲内にある部品の各々に対して、状態を変更することができる。   According to such a configuration of the present invention, a range designated by the user in the region can be acquired with a simple operation by using an input device such as a mouse that can be dragged. And a state can be changed with respect to each of the components in the range shown by the simple operation.

(4) 前記コンピュータを、前記複数の部品の各々の表示位置を含む前記領域を表示装置に出力する際に、前記領域に重ねて出力する透過性を有した位置把握用画像を呼び出す画像呼出手段として機能させ、
前記範囲指定受付手段を、前記画像呼出手段により呼び出された前記位置把握用画像の出力領域で検出した範囲を示す前記範囲情報を取得するように機能させる、
(3)に記載の入力支援プログラム。
(4) When the computer outputs the area including the display positions of each of the plurality of parts to a display device, the image calling unit calls up a position grasping image having transparency to be output on the area. Function as
Causing the range designation receiving means to function to acquire the range information indicating the range detected in the output area of the position grasping image called by the image calling means;
The input support program according to (3).

本発明のこのような構成によれば、HTMLテキストにより規定される領域を表示する際に、領域に重ねて出力する透過性を有した位置把握用画像を呼び出して、位置把握用画像の出力領域で検出した範囲を取得する。よって、HTMLテキストによるWebページをユーザに見せつつ、ユーザの指定操作を透過性のある位置把握用画像に把握させることができるので、汎用的なWebページに用いることで、本機能を有したWebページを構築できる。   According to such a configuration of the present invention, when displaying an area defined by the HTML text, a position grasping image having transparency that is output to be superimposed on the area is called, and an output area of the position grasping image is output. Get the range detected in. Therefore, since the user's designated operation can be grasped by a transparent position grasping image while showing a web page in HTML text to the user, the web having this function can be used by using it for a general-purpose web page. You can build a page.

(5) 前記位置把握用画像は、Flash(登録商標)により作成されたものである、
(4)に記載の入力支援プログラム。
(5) The image for position grasping is created by Flash (registered trademark).
The input support program according to (4).

本発明のこのような構成によれば、位置把握用画像をFlashにより作成することができる。よって、汎用的なツールを用いて本機能を実現できる。   According to such a configuration of the present invention, the position grasping image can be created by the flash. Therefore, this function can be realized using a general-purpose tool.

(6) (1)から(5)までのいずれかに記載の入力支援プログラムを実行する制御部を備える、
端末。
(6) A control unit that executes the input support program according to any one of (1) to (5) is provided.
Terminal.

本発明のこのような構成によれば、HTMLテキストによるWebページを端末に表示させて、ユーザの範囲指定の操作を受け付けて、範囲指定内に配置された入力フォームの部品の状態を変更できる。よって、Webページを表示でき、入力装置を有する端末であれば、本機能を使用できる。   According to such a configuration of the present invention, it is possible to display a Web page in HTML text on the terminal, accept a user's range designation operation, and change the state of the parts of the input form arranged within the range designation. Therefore, this function can be used in any terminal that can display a Web page and has an input device.

(7) (6)に記載の端末と、
前記端末に対して通信ネットワークを介して接続され、前記端末に送信する前記入力支援プログラムを記憶するWebサーバと、
を備える、
Webシステム。
(7) The terminal described in (6),
A web server connected to the terminal via a communication network and storing the input support program to be transmitted to the terminal;
Comprising
Web system.

本発明のこのような構成によれば、Webシステムにおいて(1)の機能を実現できる。   According to such a configuration of the present invention, the function (1) can be realized in the Web system.

本発明によれば、HTMLテキストの入力フォームに入力支援プログラムを付加することで、ユーザの操作によって、ユーザが指定した範囲内に存在する入力フォームを構成する部品の各々の状態を変更することができる。   According to the present invention, by adding an input support program to an HTML text input form, the state of each of the parts constituting the input form existing within the range specified by the user can be changed by a user operation. it can.

本実施形態に係るWebシステムの全体構成並びにユーザ端末及びWebサーバの機能構成を示す図である。It is a figure which shows the whole structure of the web system which concerns on this embodiment, and a functional structure of a user terminal and a web server. 本実施形態に係るユーザ端末での処理を説明するフローチャートである。It is a flowchart explaining the process in the user terminal which concerns on this embodiment. 本実施形態に係るWebページ、HTMLテキスト及びID対応表を示す図である。It is a figure which shows the web page, HTML text, and ID correspondence table which concern on this embodiment. 本実施形態に係るWebページとFlash画像ページとの表示態様を示す図である。It is a figure which shows the display mode of the web page which concerns on this embodiment, and a Flash image page. 本実施形態に係るチェックボックスでのチェックの切替態様を示す図である。It is a figure which shows the switching mode of the check in the check box which concerns on this embodiment. 本実施形態に係るプログラムの処理の概要を模式化して示す図である。It is a figure which shows typically the outline | summary of the process of the program which concerns on this embodiment. 本実施形態に係るチェックボックス及びラジオボタンでの切替態様を示す図である。It is a figure which shows the switching aspect by the check box and radio button which concern on this embodiment.

以下、本発明を実施するための形態について、図を参照しながら説明する。なお、これは、あくまでも一例であって、本発明の技術的範囲はこれに限られるものではない。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings. This is merely an example, and the technical scope of the present invention is not limited to this.

(実施形態)
[Webシステム100の全体構成並びにユーザ端末1及びWebサーバ3の機能構成]
図1は、本実施形態に係るWebシステム100の全体構成並びにユーザ端末1及びWebサーバ3の機能構成を示す図である。
(Embodiment)
[Overall Configuration of Web System 100 and Functional Configuration of User Terminal 1 and Web Server 3]
FIG. 1 is a diagram illustrating an overall configuration of a Web system 100 according to the present embodiment and functional configurations of a user terminal 1 and a Web server 3.

Webシステム100は、ユーザ端末1と、Webサーバ3と、通信ネットワーク9とにより構成される。   The web system 100 includes a user terminal 1, a web server 3, and a communication network 9.

ユーザ端末1は、Webサーバ3に記憶されたWebページをダウンロード(受信)して、そのWebページを表示する端末である。ユーザ端末1は、例えば、パーソナルコンピュータ(PC)、携帯電話機、PDA(Personal Digital Assistants)等の、通信機能を有する情報端末である。ユーザ端末1は、制御部10と、記憶部20と、ディスプレイ26(表示装置)と、マウス28(入力装置)とを備える。   The user terminal 1 is a terminal that downloads (receives) a web page stored in the web server 3 and displays the web page. The user terminal 1 is an information terminal having a communication function, such as a personal computer (PC), a mobile phone, or a PDA (Personal Digital Assistants). The user terminal 1 includes a control unit 10, a storage unit 20, a display 26 (display device), and a mouse 28 (input device).

制御部10は、ID付与手段11(ID:identifier)と、位置取得手段12と、Flash呼出手段13(画像呼出手段)と、範囲指定受付手段14と、位置判定手段15と、変更手段16とを備える。   The control unit 10 includes an ID assigning unit 11 (ID: identifier), a position acquiring unit 12, a flash calling unit 13 (image calling unit), a range designation receiving unit 14, a position determining unit 15, and a changing unit 16. Is provided.

ID付与手段11は、Webページを読み込んだことを条件に、WebページのソースコードであるHTMLテキストに含む入力フォームを構成する部品の各々について、それらの部品の各々を特定するコードとして、部品ごとに異なるIDを付与する制御部である。入力フォームの部品とは、ユーザによって値の入力が可能で、入力値をWebサーバ3に送信するための入力インタフェースであり、例えば、チェックボックス、ラジオボタン、テキストボックス、リストボックス及びコンボボックスをいうが、本実施形態では、そのうちオンとオフとの2つの状態を有する入力インタフェースであるチェックボックス及びラジオボタンをいう。   For each part constituting the input form included in the HTML text, which is the source code of the web page, on the condition that the web page has been read, the ID assigning means 11 uses each part as a code for identifying each of the parts. It is a control part which gives different ID to. The part of the input form is an input interface that allows the user to input a value and transmits the input value to the Web server 3, and includes, for example, a check box, a radio button, a text box, a list box, and a combo box. However, in the present embodiment, it refers to a check box and a radio button, which are input interfaces having two states of on and off.

位置取得手段12は、Webページに含む入力フォームの部品の位置データ(位置情報)として、座標を取得する制御部である。取得する位置データは、例えば、Webブラウザに表示したWebページ(領域)の左上を開始位置として、右方向Xと、下方向Y(図3(a)参照)との組による座標により表すことができる。   The position acquisition unit 12 is a control unit that acquires coordinates as position data (position information) of parts of an input form included in a Web page. The acquired position data is represented by coordinates based on a set of a right direction X and a downward direction Y (see FIG. 3A), for example, with the upper left corner of the Web page (area) displayed on the Web browser as the start position. it can.

Flash呼出手段13は、後述するFlashファイルを呼び出す制御部である。呼び出されたFlashファイルにより生成されるFlash画像ページ(位置把握用画像)は、Webページに重ねて表示するように出力される。また、Flashファイルには、Flash画像ページを透明にする設定がされている。   The flash calling unit 13 is a control unit that calls a flash file described later. The flash image page (position grasping image) generated by the called flash file is output so as to be superimposed on the web page. Further, the Flash file is set to make the Flash image page transparent.

範囲指定受付手段14は、ユーザの操作によって指定されたWebページ中の範囲を示す範囲データ(範囲情報)を取得する制御部である。   The range designation receiving unit 14 is a control unit that acquires range data (range information) indicating a range in a Web page designated by a user operation.

位置判定手段15は、範囲指定受付手段14により取得した範囲データから座標の範囲を算出し、位置取得手段12で取得した入力フォームの部品の位置が、算出された範囲内に存在するか否かを判定する制御部である。入力フォームの部品の位置は、その部品の座標の範囲として認識できる。位置のうちの一部でも座標の範囲内に存在する場合には、位置判定手段15は、範囲内に存在すると判定してもよい。   The position determination unit 15 calculates a coordinate range from the range data acquired by the range specification reception unit 14, and whether or not the position of the part of the input form acquired by the position acquisition unit 12 is within the calculated range. It is a control part which judges. The position of the part on the input form can be recognized as the coordinate range of the part. If some of the positions are within the coordinate range, the position determination unit 15 may determine that the position is within the range.

変更手段16は、位置判定手段15により範囲内に存在すると判定された入力フォームを構成する部品のオンとオフとの状態を切り替える制御部である。   The changing unit 16 is a control unit that switches between ON and OFF states of components constituting the input form determined to be within the range by the position determination unit 15.

記憶部20は、Webブラウザ21と、Flashプレーヤ22とを備える。   The storage unit 20 includes a web browser 21 and a flash player 22.

Webブラウザ21は、Webページを構成するHTMLテキストを解析して、ディスプレイ26にWebページを表示するためのプログラムである。また、Webブラウザ21は、後述するスクリプトに制御を移す。   The web browser 21 is a program for analyzing the HTML text constituting the web page and displaying the web page on the display 26. Further, the Web browser 21 transfers control to a script described later.

Flashプレーヤ22は、Flashファイルを解釈してFlashコンテンツ(例えば、上述のFlash画像)をWebブラウザ21で再生するためのプラグインソフトである。   The flash player 22 is plug-in software for interpreting the flash file and reproducing the flash content (for example, the above-described flash image) on the web browser 21.

ディスプレイ26は、Webページを表示するための表示装置である。ディスプレイ26は、例えば、液晶ディスプレイや、プラズマディスプレイである。   The display 26 is a display device for displaying a web page. The display 26 is, for example, a liquid crystal display or a plasma display.

マウス28は、ユーザの入力操作を受け付ける入力装置である。ユーザが、マウス28をドラッグすることで、Webページ上で範囲を指定することができる。マウス28は、その他、入力装置としてユーザの入力操作によりWebページの範囲を指定可能なものであれば、例えば、キーボード、デジタイザ等で代替してもよい。   The mouse 28 is an input device that accepts user input operations. The user can specify a range on the Web page by dragging the mouse 28. The mouse 28 may be replaced with a keyboard, a digitizer, or the like, for example, as long as the range of the Web page can be specified as an input device by a user input operation.

本実施形態のユーザ端末1のハードウェアは、一般的なコンピュータによって構成してもよい。一般的なコンピュータは、例えば、制御部10として、中央処理装置(CPU)を備える他、記憶部20として、メモリ(RAM、ROM)、ハードディスク(HDD)及び光ディスク(CD、DVD等)を、ネットワーク通信装置として、各種有線及び無線LAN装置を適宜備え、これらはバスラインにより接続されている。このような一般的なコンピュータにおいて、CPUは、ユーザ端末1を統括的に制御し、各種プログラムを適宜読み出して実行することにより、上述したハードウェアと協働し、本発明に係る各種機能を実現している。   The hardware of the user terminal 1 of the present embodiment may be configured by a general computer. For example, a general computer includes a central processing unit (CPU) as the control unit 10 and a memory (RAM, ROM), a hard disk (HDD), and an optical disk (CD, DVD, etc.) as a storage unit 20 in a network. As communication devices, various wired and wireless LAN devices are provided as appropriate, and these are connected by a bus line. In such a general computer, the CPU controls the user terminal 1 in an integrated manner, reads and executes various programs as appropriate, and cooperates with the hardware described above to realize various functions according to the present invention. is doing.

Webサーバ3は、複数のWebページを記憶したサーバである。Webサーバ3は、ユーザ端末1からリクエストを受け付けて、WebページのHTMLテキスト及びHTMLテキストに関連付けられたスクリプト等のプログラムをユーザ端末1に送信するサーバである。なお、Webサーバ3のハードウェアの数に制限はなく、必要に応じて1又は複数のハードウェアで構成してよい。Webサーバ3は、制御部30と、記憶部32とを備える。   The web server 3 is a server that stores a plurality of web pages. The Web server 3 is a server that receives a request from the user terminal 1 and transmits a program such as an HTML text of the Web page and a script associated with the HTML text to the user terminal 1. The number of hardware of the Web server 3 is not limited, and may be configured with one or a plurality of hardware as necessary. The web server 3 includes a control unit 30 and a storage unit 32.

制御部30は、Webサーバ3全体を制御する中央処理装置である。   The control unit 30 is a central processing unit that controls the entire Web server 3.

記憶部32は、Webページ群34と、スクリプト36と、Flashファイル38とを記憶する。   The storage unit 32 stores a web page group 34, a script 36, and a flash file 38.

Webページ群34は、入力フォームの部品が含まれる複数のWebページの集合である。   The web page group 34 is a set of a plurality of web pages including input form components.

スクリプト36は、Webページに<script>タグを定義し、タグ内にスクリプト36のファイル名を記述することで、Webページから呼び出されるプログラムである。スクリプト36は、例えば、Javascript(登録商標)である。   The script 36 is a program that is called from the Web page by defining a <script> tag in the Web page and describing the file name of the script 36 in the tag. The script 36 is, for example, Javascript (registered trademark).

Flashファイル38は、スクリプト36にFlashファイル38の呼び出しを記述することで呼び出され、Flash画像ページを生成して表示するプログラムである。   The flash file 38 is a program that is called by describing the call of the flash file 38 in the script 36 and generates and displays a flash image page.

通信ネットワーク9は、ユーザ端末1と、Webサーバ3との間で通信を行うための、例えば、インターネット等の通信回線である。通信ネットワーク9は、有線であってもよいし、その一部又は全部が無線であってもよい。   The communication network 9 is a communication line such as the Internet for performing communication between the user terminal 1 and the Web server 3. The communication network 9 may be wired or part or all of it may be wireless.

[ユーザ端末1の処理概要]
次に、ユーザ端末1での処理について説明する。図2は、本実施形態に係るユーザ端末1での処理を説明するフローチャートである。図3は、本実施形態に係るWebページ40、HTMLテキスト50及びID対応表を示す図である。図4は、本実施形態に係るWebページ40とFlash画像ページ60との表示態様を示す図である。
[Processing overview of user terminal 1]
Next, processing in the user terminal 1 will be described. FIG. 2 is a flowchart for explaining processing in the user terminal 1 according to the present embodiment. FIG. 3 is a diagram showing the Web page 40, the HTML text 50, and the ID correspondence table according to the present embodiment. FIG. 4 is a diagram showing a display mode of the web page 40 and the flash image page 60 according to the present embodiment.

図2のS1:ユーザ端末1の制御部10は、Webブラウザ21を起動してWebサーバ3のURL(Uniform Resource Locator)及びWebページ40のファイル名を指定することで、Webサーバ3と通信を行い、Webサーバ3の記憶部32の中の指定されたWebページ40を読み込む。   S1: in FIG. 2, the control unit 10 of the user terminal 1 activates the Web browser 21 and specifies the URL (Uniform Resource Locator) of the Web server 3 and the file name of the Web page 40, thereby communicating with the Web server 3. The designated web page 40 in the storage unit 32 of the web server 3 is read.

S2:制御部10は、Webページ40のHTMLテキスト50を解釈して、Webページ40をディスプレイ26に表示する。   S2: The control unit 10 interprets the HTML text 50 of the Web page 40 and displays the Web page 40 on the display 26.

図3(a)は、Webブラウザ21によりディスプレイ26に表示されたWebページ40を示す。Webページ40は、複数の入力フォームの部品であるチェックボックス41(41a,41b,41c,・・・)が配置されたWebページである。ユーザは、マウス28を操作して、ポインタ(図示せず)をあるチェックボックス41に移動させ、そのチェックボックス41を指し示した状態でクリックをすることで、そのチェックボックス41にチェックを入れたり、チェックが入った状態のチェックボックス41のチェックを解除したりすることができる。   FIG. 3A shows a web page 40 displayed on the display 26 by the web browser 21. The web page 40 is a web page on which check boxes 41 (41a, 41b, 41c,...) That are parts of a plurality of input forms are arranged. The user operates the mouse 28 to move a pointer (not shown) to a certain check box 41 and clicks the check box 41 to check the check box 41. The check box 41 in the checked state can be released.

図3(b)は、Webページ40のソースコードであるHTMLテキスト50を示す。HTMLテキスト50は、<form>タグに複数のチェックボックス41を定義している。また、<script>タグに「○○.js」というファイル名のスクリプト51を記載している。スクリプト51は、例えば、Webサーバ3の記憶部32に記憶されているスクリプト36である。   FIG. 3B shows the HTML text 50 that is the source code of the Web page 40. The HTML text 50 defines a plurality of check boxes 41 in a <form> tag. In addition, a script 51 having a file name “XX.js” is described in the <script> tag. The script 51 is, for example, the script 36 stored in the storage unit 32 of the Web server 3.

図2に戻り、S3:制御部10は、Javascriptを読み込む。図3(b)の例では、Javascriptは、スクリプト51である。   Returning to FIG. 2, S3: The control unit 10 reads Javascript. In the example of FIG. 3B, Javascript is a script 51.

<script>タグに記述するスクリプトは、HTMLテキスト50に直接記述してもよいし、スクリプト51のように別ファイルにしてもよい。一般に、汎用的なスクリプトは、別ファイルにして他でも共通して使用できるようにするのが望ましい。   The script described in the <script> tag may be described directly in the HTML text 50 or may be a separate file such as the script 51. In general, it is desirable to make a general-purpose script available in a separate file so that it can be used in common.

S4:制御部10(ID付与手段11)は、Webページ40に配置された各チェックボックス41にIDを付与する。IDは、各チェックボックス41で異なる記号であれば、どのような記号を付してもよい。   S4: The control unit 10 (ID assigning means 11) assigns an ID to each check box 41 arranged on the Web page 40. The ID may be given any symbol as long as the symbol is different for each check box 41.

S5:制御部10(位置取得手段12)は、Webページ40に配置された各チェックボックス41の位置データとして、チェックボックス41の座標を取得する。座標は、例えば、Webページ40の左上を(X,Y)=(0,0)とし、右方向Xと下方向Yの距離により、位置を算出することができる。図3(a)の例では、チェックボックス41aに付与されたIDは、Cbo01であり、取得された座標は、(X,Y)=(5〜6,8〜9)である。同様に、チェックボックス41bは、IDが、Cbo02であり、座標が、(X,Y)=(5〜6,11〜12)である。チェックボックス41cは、IDが、Cbo06であり、座標が、(X,Y)=(23〜24,8〜9)である。   S5: The control unit 10 (position acquisition unit 12) acquires the coordinates of the check box 41 as the position data of each check box 41 arranged on the Web page 40. As for the coordinates, for example, the upper left of the Web page 40 is (X, Y) = (0, 0), and the position can be calculated from the distance between the right direction X and the lower direction Y. In the example of FIG. 3A, the ID assigned to the check box 41a is Cbo01, and the acquired coordinates are (X, Y) = (5-6, 8-9). Similarly, the check box 41b has an ID of Cbo02 and coordinates of (X, Y) = (5-6, 11-12). The check box 41c has an ID of Cbo06 and coordinates of (X, Y) = (23 to 24, 8 to 9).

図3(c)は、IDと位置データとを対応付けたID対応表を示す図である。図3(c)に示すように、IDは、チェックボックス41ごとに異なる記号が付与されている。また、位置データは、矩形のチェックボックス41の範囲を示している。制御部10は、このIDと位置データとを、配列の形式で保存してもよい。   FIG. 3C is a diagram showing an ID correspondence table in which IDs are associated with position data. As shown in FIG. 3C, the ID is assigned a different symbol for each check box 41. The position data indicates the range of the rectangular check box 41. The control unit 10 may store the ID and position data in the form of an array.

図2に戻り、S6:制御部10(Flash呼出手段13)は、各チェックボックス41のIDと、その位置データとを、Flashファイル38に引き渡す。データの引き渡し先のFlashファイル38を特定するデータは、スクリプト51に記載されている。   Returning to FIG. 2, S <b> 6: The control unit 10 (Flash calling unit 13) delivers the ID of each check box 41 and its position data to the Flash file 38. Data for specifying the flash file 38 to which the data is transferred is described in the script 51.

S7:制御部10(Flash呼出手段13)は、Flashファイル38に基づいてFlash画像ページ60をディスプレイ26に表示する。Flash画像ページ60は、透明の画像ページであり、この透明のページを透してWebページ40が表示される。よって、Flash画像ページ60が表示されていても、ユーザは、Flash画像ページ60の下に重ねて表示されたWebページ40を視認できる。   S 7: The control unit 10 (Flash calling means 13) displays the Flash image page 60 on the display 26 based on the Flash file 38. The flash image page 60 is a transparent image page, and the web page 40 is displayed through the transparent page. Therefore, even if the Flash image page 60 is displayed, the user can visually recognize the Web page 40 displayed so as to be superimposed under the Flash image page 60.

S8:制御部10は、Webページ40のチェックボックス41の各々の座標の位置に対応するFlash画像ページ60上に目印オブジェクト61を各々作成して、IDに関連付ける。   S8: The control unit 10 creates each landmark object 61 on the Flash image page 60 corresponding to each coordinate position of the check box 41 of the Web page 40, and associates it with the ID.

図4は、Webページ40にFlash画像ページ60が重ねて表示された態様を示す図である。Flash画像ページ60は、Flashで作成された透明の画像ページである。そして、目印オブジェクト61(61a,61b,61c,・・・)は、Webページ40のチェックボックス41の位置に作成されている。目印オブジェクト61は、透明なオブジェクトである。そのため、ユーザは、目印オブジェクト61を視認することができない。   FIG. 4 is a diagram illustrating an aspect in which a flash image page 60 is displayed over the web page 40. The flash image page 60 is a transparent image page created by flash. The mark object 61 (61a, 61b, 61c,...) Is created at the position of the check box 41 of the Web page 40. The mark object 61 is a transparent object. Therefore, the user cannot visually recognize the mark object 61.

なお、図2のS1において制御部10がWebページ40を読み込んだ後、S8までは、即時に処理が行われる。そのため、ユーザがディスプレイ26で視認するのは、S8までの処理がされた状態の、Webページ40にFlash画像ページ60が重ねて表示された態様(図4参照)になる。そして、Flash画像ページ60は、目印オブジェクト61と共に透明であるので、Webページ40のみがディスプレイ26に表示されているかのようにユーザに感じさせることができ、Webページ40に連携しているFlash画像ページ60の存在を感じさせることがない。よって、ユーザに、Webページ40上での煩雑な操作を連想させることなく、通常のWebページ40のインタフェースで行う感覚で、ユーザの作業を実現させることができる。   In addition, after the control part 10 reads the web page 40 in S1 of FIG. 2, a process is performed immediately until S8. Therefore, the user visually recognizes the display 26 in a state (see FIG. 4) in which the flash image page 60 is displayed over the web page 40 in the state in which the processes up to S8 are performed. Since the flash image page 60 is transparent together with the landmark object 61, the user can feel as if only the web page 40 is displayed on the display 26, and the flash image linked to the web page 40 is displayed. The presence of the page 60 is not felt. Therefore, the user's work can be realized with the feeling of performing the interface of the normal Web page 40 without associating the user with complicated operations on the Web page 40.

図2に戻り、S9:制御部10(範囲指定受付手段14)は、ユーザの入力操作によってマウス28をドラッグし、その後ドロップすることで、Webページ40の中の範囲を取得したか否かを判断する。範囲を取得した場合(S9:YES)には、制御部10は、処理をS10に移す。他方、範囲の指定を取得していない場合(S9:NO)には、制御部10は、S9の処理を繰り返す。   Returning to FIG. 2, S9: The control unit 10 (range designation receiving means 14) determines whether or not the range in the Web page 40 has been acquired by dragging the mouse 28 by the user's input operation and then dropping it. to decide. When the range is acquired (S9: YES), the control unit 10 moves the process to S10. On the other hand, when the designation of the range is not acquired (S9: NO), the control unit 10 repeats the process of S9.

S10:制御部10(位置判定手段15)は、Webページ40の中の指定された範囲の座標を算出して座標データを受け付ける。具体的には、Webページ40の上に重ねて表示されたFlash画像ページ60を表示するFlashファイル38が指定された範囲を検出することで、制御部10は、座標を算出する。   S10: The control unit 10 (position determination means 15) calculates the coordinates of the specified range in the web page 40 and accepts the coordinate data. Specifically, the control unit 10 calculates the coordinates by detecting a specified range of the flash file 38 that displays the flash image page 60 displayed over the web page 40.

このように、ユーザ端末1は、Webページ40をユーザに見せつつ、ユーザの指定操作を、透過性のあるFlash画像ページ60に把握させることができるので、汎用的なWebページ40でも指定された範囲の座標を算出できる。   As described above, the user terminal 1 can cause the user to specify the user's designation operation on the transparent flash image page 60 while showing the web page 40 to the user. Range coordinates can be calculated.

S11:制御部10(位置判定手段15)は、算出した座標の中に、目印オブジェクト61を含むか否かを判断する。目印オブジェクト61を含む場合(S11:YES)には、制御部10は、処理をS12に移す。他方、目印オブジェクト61を含まない場合(S11:NO)には、制御部10は、処理をS9に移す。   S11: The control unit 10 (position determining unit 15) determines whether or not the mark object 61 is included in the calculated coordinates. When the mark object 61 is included (S11: YES), the control unit 10 moves the process to S12. On the other hand, when the landmark object 61 is not included (S11: NO), the control unit 10 moves the process to S9.

S12:制御部10(位置判定手段15)は、目印オブジェクト61に対応するチェックボックス41のIDを、Javascriptに引き渡す。   S12: The control unit 10 (position determining unit 15) hands over the ID of the check box 41 corresponding to the landmark object 61 to Javascript.

S13:制御部10(変更手段16)は、JavascriptによってIDに対応するチェックボックス41の状態を切り替える。つまり、制御部10は、IDに対応するチェックボックス41の状態がオフであったものを、オンの状態に切り替え、逆にチェックボックス41の状態がオンであったものを、オフの状態に切り替える。その後、制御部10は、本処理を終了する。   S13: The control unit 10 (changing unit 16) switches the state of the check box 41 corresponding to the ID by using Javascript. That is, the control unit 10 switches the check box 41 corresponding to the ID that is off to the on state, and conversely switches the check box 41 that is on to the off state. . Then, the control part 10 complete | finishes this process.

このように、制御部10は、チェックボックス41の各々に対して、各々を特定するIDを付与し、Webページ40でのチェックボックス41の位置を取得して、ユーザの指定操作を受け付けて決定した範囲内にそのチェックボックス41が位置していることに応じて、チェックボックス41のオンとオフとの状態を変更する。よって、Webページ40に、このスクリプト36とFlashファイル38とを付加することで、ユーザが指定した範囲内に存在するチェックボックス41の各々のオンとオフとの状態を変更することができるので、チェックボックス41をユーザがいちいち指定しながら入力する手間を省くことができ、ユーザの入力作業の軽減を図ることができる。   As described above, the control unit 10 assigns an ID for identifying each of the check boxes 41, acquires the position of the check box 41 on the Web page 40, and accepts and determines the user's designation operation. In response to the check box 41 being positioned within the range, the check box 41 is turned on and off. Therefore, by adding the script 36 and the flash file 38 to the web page 40, it is possible to change the ON / OFF state of each check box 41 existing within the range specified by the user. It is possible to save the user from inputting the check box 41 while specifying the check box 41 one by one, and to reduce the user's input work.

[具体例1]
図5は、本実施形態に係るチェックボックスでのチェックの切替態様を示す図である。図5(a)は、30個のチェックボックスが配置されたWebページ70を示す。Webページ70の30個のチェックボックスは、全てがオフの状態(チェックがされていない状態)である。この状態のWebページ70に、ユーザがマウス28を操作して、ポインタ71を図中(D1)に示すようにドラッグして、その後ドロップする。
[Specific Example 1]
FIG. 5 is a diagram illustrating a check switching mode using check boxes according to the present embodiment. FIG. 5A shows a Web page 70 on which 30 check boxes are arranged. All of the 30 check boxes of the Web page 70 are in an off state (a state in which no check is made). The user operates the mouse 28 on the Web page 70 in this state, drags the pointer 71 as shown in (D1) in the figure, and then drops it.

図5(b)は、図5(a)で指定した(D1)を含む範囲(A)内に配置されたチェックボックスの状態が、オンの状態(チェックされている状態)になったことを示す図である。さらに、ユーザがマウス28を操作して、ポインタ71を図中(D2)に示すようにドラッグ&ドロップする。   FIG. 5B shows that the state of the check box arranged in the range (A) including (D1) specified in FIG. 5A has been turned on (checked state). FIG. Further, the user operates the mouse 28 and drags and drops the pointer 71 as shown in FIG.

図5(c)は、図5(b)で指定した(D2)を含む範囲(B)内に配置されたチェックボックスのオンとオフとの状態が、切り替えられたことを示す図である。   FIG. 5C is a diagram showing that the check boxes placed in the range (B) including (D2) specified in FIG. 5B have been switched on and off.

このように、ユーザがマウス28を操作して、ポインタ71をドラッグして任意の範囲を選択し、その後ドロップすることで、その範囲内のチェックボックスのオンとオフとの状態を切り替えることができる。よって、ユーザがチェックボックスに入力する際に、チェックボックスの1つ1つを指定してマウス28をクリックするという、入力の煩雑な作業を解消して、範囲内のチェックボックスの状態を簡易に変更させることができる。   As described above, the user operates the mouse 28, drags the pointer 71, selects an arbitrary range, and then drops it, so that the check box in the range can be switched on and off. . Therefore, when the user inputs to the check box, the complicated operation of inputting each check box and clicking the mouse 28 is eliminated, and the state of the check box within the range is simplified. It can be changed.

[各プログラムの処理概要]
図6は、本実施形態に係るプログラムの処理の概要を模式化して示す図である。まず、ユーザ端末1において、Webページを読み込むことで、WebページからJavascriptが呼び出される(1)。
[Processing overview of each program]
FIG. 6 is a diagram schematically showing an outline of processing of the program according to the present embodiment. First, Java script is called from the Web page by reading the Web page in the user terminal 1 (1).

Javascriptは、Webページに配置された複数のチェックボックスに対してIDを付与し(2)、チェックボックスの位置を取得する(3)。   Javascript assigns IDs to a plurality of check boxes arranged on the Web page (2), and acquires the positions of the check boxes (3).

また、Javascriptは、Flashファイルを呼び出す(4)ことで、呼び出されたFlashファイルは、Flash画像ページを表示する(5)。具体的には、Javascriptが、Flashファイルの読み込み用のタグを自動でHTML上に出力することで、Webブラウザ21が、Flashファイル(ファイルの識別子は、SWF)を読みにいく。   Also, JavaScript calls the flash file (4), and the called flash file displays the flash image page (5). Specifically, Javascript automatically outputs a tag for reading a Flash file on HTML, so that the Web browser 21 reads the Flash file (file identifier is SWF).

そして、Javascriptは、チェックボックスのID及び位置をFlashファイルに引き渡す(6)。   Then, JavaScript passes the check box ID and position to the Flash file (6).

Flashファイルは、Webページのチェックボックスが配置された位置と同じFlash画像ページ上の座標位置に、目印オブジェクトを配置する(7)。目印オブジェクトは、各々同位置のチェックボックスのIDに対応付けておく。   In the Flash file, the mark object is arranged at the same coordinate position on the Flash image page as the position where the check box of the Web page is arranged (7). Each mark object is associated with the check box ID at the same position.

ユーザによる入力操作によって、Flash画像ページ上をドラッグ&ドロップして範囲が指定されることで(8)、Flashファイルは、指定範囲に含まれる目印オブジェクトに対応するIDを、Javascriptに引き渡す(9)。   When the range is specified by dragging and dropping on the Flash image page by the user's input operation (8), the Flash file delivers the ID corresponding to the landmark object included in the specified range to Javascript (9). .

Javascriptは、受け付けたIDに対応するチェックボックスのオンとオフとを切り替える(10)ことで、Webページに反映させる(11)。   Javascript is reflected on the Web page by switching on and off the check box corresponding to the received ID (10).

[具体例2]
上述において、Webページに配置されたチェックボックスのオンとオフとを切り替えることを説明したが、ラジオボタンでも同様の処理を行うことができる。図7は、本実施形態に係るチェックボックス及びラジオボタンでの切替態様を示す図である。
[Specific Example 2]
In the above description, it has been described that the check boxes arranged on the Web page are switched on and off. However, similar processing can be performed using radio buttons. FIG. 7 is a diagram illustrating a switching mode using check boxes and radio buttons according to the present embodiment.

図7(a)は、6個のチェックボックス及び1組のラジオボタン81が配置されたWebページ80を示す。Webページ80に配置された6個のチェックボックスは、オンの状態とオフの状態とが混在した状態である。また、1組のラジオボタン81は、ボタン81aがオフであり、ボタン81bがオンの状態になっている。   FIG. 7A shows a Web page 80 on which six check boxes and a set of radio buttons 81 are arranged. The six check boxes arranged on the web page 80 are in a mixed state of an on state and an off state. Further, in the set of radio buttons 81, the button 81a is off and the button 81b is on.

図7(b)は、ユーザがマウス28を操作して、ポインタ82を図中(D)に示すようにボタン81aを囲むようにドラッグした状態を示す。その後、ユーザがマウス28をドロップすることで、指定範囲が決定される。   FIG. 7B shows a state in which the user operates the mouse 28 and drags the pointer 82 so as to surround the button 81a as shown in FIG. Thereafter, the user drops the mouse 28 to determine the designated range.

図7(c)は、図7(b)で指定された(D)を含む図中(C)の範囲内に配置されたチェックボックス及びラジオボタン81のオンとオフとの状態が切り替えられたWebページ80を示す図である。この場合、図7(b)では、ボタン81bがユーザによる指定範囲内にはないが、ボタン81aと一連であるので、ボタン81bの状態をあわせて変更する。   In FIG. 7C, the check box and the radio button 81 are switched between ON and OFF in the range of (C) in the drawing including (D) specified in FIG. 7B. FIG. 6 is a diagram showing a Web page 80. In this case, in FIG. 7B, the button 81b is not within the range designated by the user, but since it is a series of buttons 81a, the state of the button 81b is changed accordingly.

このように、ユーザがマウス28を操作してポインタ82をドラッグして、1組のラジオボタン81のうちの1つのボタン81aを含む範囲を選択し、ドロップすることで、ラジオボタン81のオンとオフとの状態を、チェックボックスと同様に切り替えることができる。なお、ラジオボタン81の特質上、ラジオボタン81の中では1つのボタンのみがオンの状態でなければならない。よって、1組のラジオボタン81のうち複数のボタンを含む範囲が選択されることで2つ以上のボタンがオンに切り替わる場合には、制御部10は、切替処理を行わないようにしてもよい。そのようにすることで、一連のラジオボタン81に対して不整合な処理を回避することができる。   As described above, when the user operates the mouse 28 and drags the pointer 82 to select and drop a range including one button 81a of the set of radio buttons 81, the radio button 81 is turned on. The off state can be switched in the same manner as the check box. Note that due to the nature of the radio button 81, only one of the radio buttons 81 must be in an on state. Therefore, when two or more buttons are switched on by selecting a range including a plurality of buttons from the set of radio buttons 81, the control unit 10 may not perform the switching process. . By doing so, inconsistent processing with respect to the series of radio buttons 81 can be avoided.

(変形形態)
本実施形態は、位置データの取得を、Webページの左上を基準にして座標値を算出するものであった。しかし、例えば、<DIV>タグを用いて複数のチェックボックスを囲うように規定することで、複数のチェックボックスの範囲をひとかたまりの領域とし、その領域内での位置を算出して入力支援をするようにしてもよい。
(Deformation)
In the present embodiment, the position data is acquired by calculating the coordinate value with reference to the upper left of the Web page. However, for example, by defining the <DIV> tag so as to enclose a plurality of check boxes, the range of the plurality of check boxes is set as a group, and the position in the area is calculated to provide input support. You may do it.

本実施形態は、ユーザの入力操作によってドラッグ&ドロップした際にその指定範囲に含むチェックボックス及びラジオボタンについて、オンとオフとの状態を切り替えるものであった。しかし、切り替えるタイミングは、これに限定されない。例えば、ドラッグ中の矩形範囲にチェックボックスが含まれたタイミングで、オンとオフとの状態を切り替えてもよい。   In the present embodiment, when dragging and dropping by a user input operation, the check box and radio button included in the designated range are switched between on and off. However, the switching timing is not limited to this. For example, the on / off state may be switched at the timing when the check box is included in the rectangular range being dragged.

以上、本発明の実施形態について説明したが、本発明は上述した実施形態に限るものではない。また、本発明の実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、本発明の実施形態に記載されたものに限定されるものではない。   As mentioned above, although embodiment of this invention was described, this invention is not restricted to embodiment mentioned above. The effects described in the embodiments of the present invention are only the most preferable effects resulting from the present invention, and the effects of the present invention are limited to those described in the embodiments of the present invention. is not.

1 ユーザ端末
3 Webサーバ
10,30 制御部
11 ID付与手段
12 位置取得手段
13 Flash呼出手段
14 範囲指定受付手段
15 位置判定手段
16 変更手段
20,32 記憶部
21 Webブラウザ
22 Flashプレーヤ
26 ディスプレイ
28 マウス
36,51 スクリプト
38 Flashファイル
40,70,80 Webページ
41,41a,41b,41c チェックボックス
50 HTMLテキスト
60 Flash画像ページ
61,61a,61b,61c 目印オブジェクト
71,82 ポインタ
81 ラジオボタン
100 Webシステム
DESCRIPTION OF SYMBOLS 1 User terminal 3 Web server 10,30 Control part 11 ID provision means 12 Position acquisition means 13 Flash calling means 14 Range designation | designated reception means 15 Position determination means 16 Change means 20, 32 Storage part 21 Web browser 22 Flash player 26 Display 28 Mouse 36, 51 Script 38 Flash file 40, 70, 80 Web page 41, 41a, 41b, 41c Check box 50 HTML text 60 Flash image page 61, 61a, 61b, 61c Mark object 71, 82 Pointer 81 Radio button 100 Web system

Claims (7)

HTMLテキストの入力フォームに連携した入力インタフェースを提供する入力支援プログラムであって、
コンピュータを、
前記HTMLテキストを読み込んだことに応じて、前記入力フォームを構成する複数の部品の各々の表示位置を含み、前記HTMLテキストにより規定される領域において、前記複数の部品の各々の位置を示す位置情報を取得する位置取得手段と、
前記位置取得手段により取得された前記位置情報が示す各々の位置が、Webブラウザに表示した前記領域において、ユーザの指定操作を受け付けて決定した範囲内に存在するか否かを判定する位置判定手段と、
前記位置判定手段によって前記範囲内に存在すると判定された場合に、前記位置に対応する前記部品の状態を変更する変更手段と、
して機能させる、
入力支援プログラム。
An input support program that provides an input interface linked to an HTML text input form,
Computer
Position information indicating the position of each of the plurality of parts in the region defined by the HTML text, including the display positions of each of the parts constituting the input form in response to reading the HTML text Position acquisition means for acquiring
Position determination means for determining whether or not each position indicated by the position information acquired by the position acquisition means is within a range determined by accepting a user's designation operation in the area displayed on the Web browser. When,
Changing means for changing the state of the part corresponding to the position when it is determined by the position determining means to be within the range;
Make it work,
Input support program.
前記複数の部品の各々は、チェックボックス及びラジオボタンのうち少なくともいずれかであり、
前記変更手段を、前記部品のオンとオフとの状態を切り替えるように機能させる、
請求項1に記載の入力支援プログラム。
Each of the plurality of parts is at least one of a check box and a radio button,
Causing the changing means to function so as to switch the on and off states of the component;
The input support program according to claim 1.
前記コンピュータを、前記ユーザによる入力装置のドラッグ操作を受け付けたことに応じて、前記領域において指定された範囲を示す範囲情報を取得する範囲指定受付手段として機能させ、
前記位置判定手段を、前記範囲指定受付手段により取得した前記範囲情報が示す範囲内に、前記複数の部品の各々の位置が含まれるか否かを判定するように機能させる、
請求項1又は請求項2に記載の入力支援プログラム。
In response to accepting a drag operation of the input device by the user, the computer functions as range designation accepting means for obtaining range information indicating a range designated in the area,
Causing the position determination means to function to determine whether or not each position of the plurality of parts is included in a range indicated by the range information acquired by the range designation receiving means;
The input support program according to claim 1 or 2.
前記コンピュータを、前記複数の部品の各々の表示位置を含む前記領域を表示装置に出力する際に、前記領域に重ねて出力する透過性を有した位置把握用画像を呼び出す画像呼出手段として機能させ、
前記範囲指定受付手段を、前記画像呼出手段により呼び出された前記位置把握用画像の出力領域で検出した範囲を示す前記範囲情報を取得するように機能させる、
請求項3に記載の入力支援プログラム。
When the computer outputs the area including the display positions of each of the plurality of parts to a display device, the computer functions as an image calling unit that calls a transparent position grasping image that is output on the area. ,
Causing the range designation receiving means to function to acquire the range information indicating the range detected in the output area of the position grasping image called by the image calling means;
The input support program according to claim 3.
前記位置把握用画像は、Flash(登録商標)により作成されたものである、
請求項4に記載の入力支援プログラム。
The position grasping image is created by Flash (registered trademark).
The input support program according to claim 4.
請求項1から請求項5までのいずれかに記載の入力支援プログラムを実行する制御部を備える、
端末。
A control unit that executes the input support program according to any one of claims 1 to 5,
Terminal.
請求項6に記載の端末と、
前記端末に対して通信ネットワークを介して接続され、前記端末に送信する前記入力支援プログラムを記憶するWebサーバと、
を備える、
Webシステム。
A terminal according to claim 6;
A web server connected to the terminal via a communication network and storing the input support program to be transmitted to the terminal;
Comprising
Web system.
JP2009215760A 2009-09-17 2009-09-17 Input support program, terminal, and Web system Active JP4929330B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009215760A JP4929330B2 (en) 2009-09-17 2009-09-17 Input support program, terminal, and Web system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009215760A JP4929330B2 (en) 2009-09-17 2009-09-17 Input support program, terminal, and Web system

Publications (2)

Publication Number Publication Date
JP2011065439A true JP2011065439A (en) 2011-03-31
JP4929330B2 JP4929330B2 (en) 2012-05-09

Family

ID=43951614

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009215760A Active JP4929330B2 (en) 2009-09-17 2009-09-17 Input support program, terminal, and Web system

Country Status (1)

Country Link
JP (1) JP4929330B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015526802A (en) * 2012-07-13 2015-09-10 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Method and system for communicating between web pages
JP2015225523A (en) * 2014-05-28 2015-12-14 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Information processing apparatus, program and method
JP2017050013A (en) * 2013-01-25 2017-03-09 株式会社モルフォ Image display apparatus, image displaying method and program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006323478A (en) * 2005-05-17 2006-11-30 Kyocera Mita Corp Information processor and status switching program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006323478A (en) * 2005-05-17 2006-11-30 Kyocera Mita Corp Information processor and status switching program

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015526802A (en) * 2012-07-13 2015-09-10 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Method and system for communicating between web pages
US9323727B2 (en) 2012-07-13 2016-04-26 Alibaba Group Holding Limited Method and system for communicating between client pages
US10108588B2 (en) 2012-07-13 2018-10-23 Alibaba Group Holding Limited Method and system for communicating between client pages
JP2017050013A (en) * 2013-01-25 2017-03-09 株式会社モルフォ Image display apparatus, image displaying method and program
JP2015225523A (en) * 2014-05-28 2015-12-14 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Information processing apparatus, program and method
US9916067B2 (en) 2014-05-28 2018-03-13 International Business Machines Corporation Display for input selection on a compact information processing device
US10331310B2 (en) 2014-05-28 2019-06-25 International Business Machines Corporation Display for input selection on a compact information processing device
US10394426B2 (en) 2014-05-28 2019-08-27 International Business Machines Corporation Display for input selection on a compact information processing device
US11093116B2 (en) 2014-05-28 2021-08-17 International Business Machines Corporation Display for input selection on a compact information processing device
US11119636B2 (en) 2014-05-28 2021-09-14 International Business Machines Corporation Display for input selection on a compact information processing device

Also Published As

Publication number Publication date
JP4929330B2 (en) 2012-05-09

Similar Documents

Publication Publication Date Title
US9671952B2 (en) Function execution program, terminal device, function execution method, recording medium and information processing system
US20090172516A1 (en) Providing Enhanced Information When a Pointing Device Points to a Specific Area In a Graphical User Interface
EP2074497A1 (en) Method and device for selecting and displaying a region of interest in an electronic document
JP5998690B2 (en) Information processing apparatus and program
TWI545450B (en) Browser and method for displaying subsites
JP2007328821A (en) Method for selecting hyperlink
US20130339884A1 (en) Augmenting user interface elements with information
KR101580003B1 (en) Graphical user interface for non mouse-based activation of links
US9378193B2 (en) Web management device, web management method, web management program, computer readable recording medium for recording said program, and web system
JP5264664B2 (en) Web page browsing support program, apparatus and method
JP4929330B2 (en) Input support program, terminal, and Web system
JPWO2011099073A1 (en) Computer system and user operation support method using computer
JP2011192173A (en) Information processor and touch panel operation method
JP2012247853A (en) Web browsing control server, and web browsing control method and program
JP5134639B2 (en) Client apparatus, display method, program, information processing apparatus, and information processing system
JPH10198504A (en) Method for activating function of information processor and system for reading coordinate
JP2013134657A (en) Device, method and program for information processing
JP2005275721A (en) Program, and information processing method
JP2017097904A (en) Information processing apparatus, information processing method, and program
JP2007199853A (en) Work journal preparation device and program
JP2018049320A (en) Information processing program, information processing device and information processing method
KR101475021B1 (en) Apparatus having touch screen and method for controlling touch screen
WO2015198479A1 (en) Information processing device, information processing method, and information processing program
JP2010061337A (en) Apparatus, system and method for information processing, program and recording medium
KR101750253B1 (en) Method of controlling application for shopping in portable device having large touch screen

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111109

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111115

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120113

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120213

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

Free format text: PAYMENT UNTIL: 20150217

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4929330

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20120312

A072 Dismissal of procedure [no reply to invitation to correct request for examination]

Free format text: JAPANESE INTERMEDIATE CODE: A072

Effective date: 20120710

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350