JP2008203908A - Additional information writing method to web page - Google Patents

Additional information writing method to web page Download PDF

Info

Publication number
JP2008203908A
JP2008203908A JP2007035771A JP2007035771A JP2008203908A JP 2008203908 A JP2008203908 A JP 2008203908A JP 2007035771 A JP2007035771 A JP 2007035771A JP 2007035771 A JP2007035771 A JP 2007035771A JP 2008203908 A JP2008203908 A JP 2008203908A
Authority
JP
Japan
Prior art keywords
additional information
web page
web
url
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.)
Pending
Application number
JP2007035771A
Other languages
Japanese (ja)
Inventor
Eiichiro Unno
英一郎 海野
Shoichi Kitaoka
正一 北岡
Hiroki Kobayashi
裕樹 小林
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2007035771A priority Critical patent/JP2008203908A/en
Publication of JP2008203908A publication Critical patent/JP2008203908A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide a system and method for performing writing as a memorandum to a printed matter with a pen, similarly performing writing to a Web page during browsing, and distributing written contents as well as the Web page. <P>SOLUTION: By transmitting URL of the browsed Web page to a program working on a Web server, the Web page including a GUI (Graphical User Interface) for writing additional information is generated, and writing is performed from a Web browser. The Web server has an additional information database, and the additional information written on the Web browser and the URL of the Web page are stored together in the database. Thus, the additional information to the browsed URl can be retrieved, and the additional information having been written together with the Web page can be displayed on the Web browser. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、Webブラウザで表示しているWebページ上に線や矩形などの図形や画像や文字などの付加情報を書き込むことができ、書き込んだ付加情報をWebページと一緒に配信するシステムに関するものである。   The present invention relates to a system capable of writing additional information such as lines and rectangles, graphics, images and characters on a Web page displayed by a Web browser, and delivering the written additional information together with the Web page. It is.

近年ではWebページの量は爆発的な増加傾向にあり、様々な情報をWebブラウザで取得することができる。
WebページはHTML(Hyper Text Markup Language)によって単なる文字情報だけでなく、重要な部分に飾り付けや色を変えてスタイルを変更したり、画像ファイルなどを使って絵を挿入して見栄えよくしたページを作成することができる。
最近、更にJavaScript(登録商標)やXML(Extensible Markup Language)を使ったAJAX(Asynchronous JavaScript + XML)と呼ばれる手法によってユーザが使いやすくユーザビリティが高いWebページや、Webページを配信しているサーバ側にプログラムを配置して、Webブラウザ上で入力された情報に応じて動的にWebページを生成するWebサイトも増えてきている。
In recent years, the amount of Web pages has been increasing explosively, and various information can be acquired by a Web browser.
Web pages are not only simple text information by HTML (Hyper Text Markup Language), but also change the style by decorating and changing colors on important parts, and inserting pictures using image files etc. Can be created.
Recently, a Web page that is easy to use and has high usability by a method called AJAX (Asynchronous JavaScript + XML) using JavaScript (registered trademark) or XML (Extensible Markup Language), and a server that distributes Web pages There are an increasing number of Web sites that arrange programs and dynamically generate Web pages according to information input on Web browsers.

これらの技術を使って情報を発信するための手段も多く出てきており、特にブログと呼ばれるシステムでは、Webページに関する技術的な知識が無くても簡単にWebページを作成し、情報を発信する発信者になることができ、Webページを閲覧したユーザがWebページの発信者に対してコメントを書いたり、トラックバックと呼ばれる仕組みを使って表示されている他のWebページへのリンクを辿ることによって、閲覧しているユーザは更に関連する情報を取得し易くなっている。そして、ユーザが得られた情報を元に新しいコメントやトラックバックを付加情報として発信する機会も多く出てきている。   There are many ways to send information using these technologies. Especially in a system called blog, even if you don't have technical knowledge about web pages, you can easily create web pages and send information. A user who can become a caller and who browses a web page writes a comment to the caller of the web page, or follows links to other web pages that are displayed using a mechanism called trackback The browsing user can further easily acquire related information. And there are many opportunities for users to send new comments and trackbacks as additional information based on information obtained.

また、文字や画像ファイルを挿入するだけでなく、HTMLを更に拡張して図形の座標情報を入力することによって図形をWebページ上で表現する言語も出てきており、このような図形描画言語を使用することによってWebページとして配信できる情報が更に豊かになってきている。
代表的な図形描画言語としてはMicrosoft社、Hewlett Packard社、Macromedia社、Visio社が提唱するVML(Vector Markup Language)とAdobe Systems社が提唱するSVG(Scalable Vector Graphics)がある。
なお、本発明に関連する公知技術文献としては下記の特許文献1がある。
In addition to inserting characters and image files, there are languages that express graphics on Web pages by further expanding HTML and inputting coordinate information of graphics. The information that can be distributed as Web pages by using them has become richer.
Typical graphics drawing languages include VML (Vector Markup Language) proposed by Microsoft, Hewlett Packard, Macromedia, and Visio, and SVG (Scalable Vector Graphics) proposed by Adobe Systems.
In addition, there exists the following patent document 1 as a well-known technical document relevant to this invention.

特開2002−222113JP 2002-222113 A

印刷物である本や地図など、紙に印刷されたものに対して、ペンで手書きによる書き込みを行い、元の印刷物に対して付加情報を追加する作業は一般的によく行われている。
同様のことをWebページに対して行う場合は、Webブラウザの機能によって紙に印刷し、
印刷したものに対してペンなどで書き込んで付加情報を追加することが一般的であった。
しかし、Webページを印刷して紙媒体にするとWebのメリットであるWeb配信機能を使うことができないため、紙の上に書き込んだ付加情報を他の人に配信したい場合は、書き込んだ紙を郵送やFAXなどの別の配信手段を使う必要が出てきてしまう。
The work of writing on a paper such as a book or map, which is a printed material, by handwriting with a pen and adding additional information to the original printed material is generally performed.
If you want to do the same thing for a web page, print it on paper using the web browser function
It has been common to add additional information by writing with a pen or the like on the printed one.
However, if you print a Web page and use it as a paper medium, you cannot use the Web distribution function that is the advantage of the Web. If you want to distribute additional information written on paper to other people, mail the written paper. It becomes necessary to use another distribution means such as fax.

本発明の目的は、Webページに対して直接付加情報の書き込みを行い、書き込んだ付加情報もWeb配信することができる方法及びシステムを提供することにある。   An object of the present invention is to provide a method and system capable of directly writing additional information on a Web page and distributing the written additional information on the Web.

上記目的を達成するために、本発明のWebページへの情報書込みシステムは、書き込んだ付加情報を保持するための付加情報データベースを備えた付加情報Webサーバと、前記付加情報Webサーバから付加情報を受信する複数のクライアント端末装置から成り、
前記付加情報Webサーバは、前記付加情報データベースに付加情報を新規に格納する格納手段と、既に格納されている付加情報を更新する更新手段と、いずれかのクライアント端末に搭載されているWebブラウザからの要求に応じて、該要求に含まれるWebページのURL(Webページアドレス情報)に対応した付加情報を前記付加情報データベースから読み出す検索手段と、該要求に含まれるURLのWebページを取得して付加情報の新規書き込み手段または変更手段を追加した新しいWebページを生成する手段と、生成したWebページと検索結果の付加情報を要求元のWebブラウザに向けて送信する送信手段とを備え、
前記クライアント端末のWebブラウザは、閲覧しようとするWebページのURLを前記付加情報Webサーバに対して送信する手段と、前記付加情報Webサーバが生成したWebページを受信し、書込み済みの付加情報が追加されたWebページを表示し、かつ当該Webページ内に付加情報の新規書込み手段または変更手段を表示する手段と、新規に書き込まれた付加情報、または変更された付加情報とを前記付加情報Webサーバに送信する送信手段とを備えることを特徴とする。
In order to achieve the above object, an information writing system for a Web page according to the present invention includes an additional information Web server provided with an additional information database for holding the written additional information, and additional information from the additional information Web server. It consists of multiple client terminal devices that receive
The additional information Web server includes a storage unit that newly stores additional information in the additional information database, an update unit that updates the additional information that has already been stored, and a Web browser installed in any of the client terminals. In response to the request, search means for reading additional information corresponding to the URL (Web page address information) of the Web page included in the request from the additional information database, and acquiring the Web page of the URL included in the request Means for generating a new Web page to which a new writing means or changing means for additional information is added, and a transmission means for transmitting the generated Web page and additional information of the search result to the requesting Web browser,
The Web browser of the client terminal receives the URL of the Web page to be browsed to the additional information Web server and the Web page generated by the additional information Web server. A means for displaying the added Web page and displaying a new writing means or a changing means for additional information in the Web page, and the newly written additional information or changed additional information are displayed in the additional information Web. Transmission means for transmitting to a server.

本発明のWebページへの情報書込み方法は、クライアント端末装置のWebブラウザから現在閲覧中のWebページに対して付加情報を書込み、付加情報Webサーバの付加情報データベースに格納するWebページへの書き込み方法であって、
前記クライアント端末装置のWebブラウザが、閲覧しようとするWebページのURLを前記付加情報Webサーバに対して送信するステップと、
前記付加情報Webサーバが、前記Webブラウザからの要求に含まれるWebページのURLに対応した付加情報を前記付加情報データベースから読み出すステップと、該要求に含まれるURLのWebページを取得して付加情報の新規書き込み手段または変更手段を追加したWebページを新たに生成するステップと、生成したWebページと検索結果の付加情報を要求元のWebブラウザに向けて送信するステップとを備え、
前記クライアント端末装置のWebブラウザが、前記付加情報Webサーバから受信したWebページを表示画面に表示し、付加情報データの新規書込み、または書込み済みの付加情報データの変更を受付け、新規に書き込まれた付加情報データ、または変更があった付加情報データを前記付加情報Webサーバへ送信するステップを備え、
前記付加情報Webサーバが、前記Webブラウザから受信した付加情報データに基づいて、前記付加情報データベースを更新するステップとを
備えることを特徴とする。
The method for writing information to a Web page according to the present invention is a method for writing to a Web page that writes additional information from the Web browser of the client terminal device to the Web page currently being browsed and stores it in the additional information database of the additional information Web server Because
The Web browser of the client terminal device transmitting the URL of the Web page to be browsed to the additional information Web server;
The additional information Web server reads the additional information corresponding to the URL of the Web page included in the request from the Web browser from the additional information database, acquires the Web page of the URL included in the request, and adds the additional information. A step of newly generating a Web page to which the new writing means or changing means is added, and a step of transmitting the generated Web page and additional information of the search result to the requesting Web browser,
The Web browser of the client terminal device displays the Web page received from the additional information Web server on the display screen, accepts new writing of additional information data or changes in written additional information data, and is newly written Transmitting the additional information data or the additional information data that has been changed to the additional information Web server,
The additional information Web server includes a step of updating the additional information database based on additional information data received from the Web browser.

本発明によれば、次のような効果がある。
(1)Webページに対して書き込みが行え、Webページ上の重要な部分にアンダーライン引くことや、メモとして文字を記入するなど元のWebページに対して付加情報を加えることができる。
(2)書き込んだ付加情報付きのWebページを他のユーザに対しても配信することができる。
(3)(2)の効果によって、書き込んだ付加情報を他のユーザと共有するができ、互いに付加情報を配信することによってコミュニケーションすることができる。
The present invention has the following effects.
(1) It is possible to write on a Web page, and to add additional information to the original Web page such as underlining important parts on the Web page or writing characters as a memo.
(2) The written Web page with additional information can be distributed to other users.
(3) Due to the effects of (2), the written additional information can be shared with other users, and communication can be performed by distributing the additional information to each other.

以下、本発明を適用したWebページ書き込みシステムの一実施の形態について説明する。
図1は、本発明の実施の形態の一例を示すシステム構成図である。
本実施形態のWebページ書き込みシステムは、ページ生成プログラム7と、付加情報処理プログラム8と、付加情報データベース9を備えた付加情報Webサーバ6と、Webページを閲覧するユーザが使用する複数のクライアント端末1a,1b,1nと、閲覧対象となる複数のWebサーバ10a,10b,10nと、Webサーバ10a,10b,10nが配信している複数のWebページ11a,11b,11nから構成され、クライアント端末1a,1b,1nと付加情報Webサーバ6とWebサーバ10a,10b,10nはインターネットまたはイントラネットなどのネットワーク5に接続されている。
付加情報Webサーバ6がWebページの配信も行っている場合は、付加情報Webサーバ6もWebサーバ10a,10b,10nの一部とみなすこともできる。
Hereinafter, an embodiment of a Web page writing system to which the present invention is applied will be described.
FIG. 1 is a system configuration diagram showing an example of an embodiment of the present invention.
The Web page writing system according to the present embodiment includes a page generation program 7, an additional information processing program 8, an additional information Web server 6 including an additional information database 9, and a plurality of client terminals used by users who browse Web pages. 1a, 1b, 1n, a plurality of Web servers 10a, 10b, 10n to be browsed, and a plurality of Web pages 11a, 11b, 11n distributed by the Web servers 10a, 10b, 10n. , 1b, 1n, additional information Web server 6, and Web servers 10a, 10b, 10n are connected to a network 5 such as the Internet or an intranet.
When the additional information Web server 6 also distributes Web pages, the additional information Web server 6 can also be regarded as a part of the Web servers 10a, 10b, and 10n.

クライアント端末1a,1b,1nには、それぞれWebブラウザ2が搭載されており、ネットワーク5に接続されているWebサーバ10a,10b,10nに含まれるWebページ11a,11b,11nのURLをWebブラウザ2に入力することによって、入力されたURLのWebページをWebブラウザ2にて閲覧することができる。
JavaScriptプログラム4は、付加情報Webサーバ6に設けられているページ生成プログラム7によって生成されたWebページに含まれるスクリプト形式のプログラムであり、Webブラウザ2からページ生成プログラム7へ送信する要求の中に閲覧するWebページのURLを含めることによって生成されるものである。
Each of the client terminals 1a, 1b, and 1n is equipped with a Web browser 2, and the URLs of the Web pages 11a, 11b, and 11n included in the Web servers 10a, 10b, and 10n connected to the network 5 are used as the Web browser 2. Can be browsed by the Web browser 2 at the URL of the input URL.
The JavaScript program 4 is a script program included in a Web page generated by the page generation program 7 provided in the additional information Web server 6, and is included in a request transmitted from the Web browser 2 to the page generation program 7. It is generated by including the URL of the Web page to browse.

ページ生成プログラム7は、付加情報Webサーバ6上で稼動するプログラムであり、Webブラウザ2から閲覧するWebページのURLを送信する際には、CGI(Common Gateway Interface)と呼ばれる要求形式を使用してクエリ文字列として送信するのが最良の形態である。
例としてページ生成プログラム7のURLが「http://host1/generate」、閲覧するWebページのURLを「http://www.host2.com/」、クエリ文字列のパラメータ名を「URL」とする場合に、ページ生成プログラム7へ要求するには「http://host1/generate URL=http://www.host2.com」というURLをWebブラウザ2から入力すればよい。
このURLを入力することによって、ページ生成プログラム7は閲覧するWebページ「http://www.host2.com/」に対してJavaScriptプログラム4を含んだWebページを生成する。
通常、前記のようなページ生成プログラム7に対するURLは、ユーザが直接入力するのではなく、閲覧するWebページのURLのみを入力するWebページを作成し、JavaScriptプログラムを使用してプログラムで自動的に生成する仕組みにすることが望ましい。また、ここでは説明のためエンコード処理を行っていないURLを示したが、実際はクエリ文字列に対してURLエンコードと呼ばれる処理を行う必要がある。
The page generation program 7 is a program that runs on the additional information Web server 6 and uses a request format called CGI (Common Gateway Interface) when transmitting the URL of a Web page to be viewed from the Web browser 2. The best mode is to send it as a query string.
For example, the URL of the page generation program 7 is “http: // host1 / generate”, the URL of the Web page to be browsed is “http://www.host2.com/”, and the parameter name of the query string is “URL” In order to make a request to the page generation program 7, the URL “http: // host1 / generate URL = http: //www.host2.com” may be input from the Web browser 2.
By inputting this URL, the page generation program 7 generates a Web page including the JavaScript program 4 for the Web page “http://www.host2.com/” to be browsed.
Usually, the URL for the page generation program 7 as described above is not directly input by the user, but a Web page for inputting only the URL of the Web page to be browsed is created, and the program is automatically used by the JavaScript program. It is desirable to make it a mechanism to generate. Further, here, for the sake of explanation, a URL that has not been encoded is shown, but in reality, a process called URL encoding needs to be performed on a query character string.

図2は、ページ生成プログラム7によって生成されたWebページの構成を示した図であり、図2(a)におけるWebページ20は、閲覧するWebページのURLをWebブラウザ2に入力した場合のWebページの構成を示し、図2(b)におけるWebページ21は、ページ生成プログラム7にWebページ20のURLを含めた要求を行うことによって生成されたWebページの構成を示している。
Webページ21は、Webページ20の内容に加えて、JavaScriptプログラム4が追加され、更にWebページ20の中にある相対URLで指定されている画像ファイル等が正常に動作するようにするために、相対パスの基準を表すタグ(<BASE>タグ)が存在しない場合は新規に挿入して相対URLにおける問題を解決するようにしていることと、Webページ21を閲覧中に他のWebページへ移動した場合も、再びページ生成プログラム7によって生成されたWebページを閲覧できるようにするために、Webページ20に含まれているリンクタグ(<A>タグ)を、ページ生成プログラム7に対するURLに変更し、元々のリンク先をクエリ文字列に含める形式に変換する処理が行われている。
FIG. 2 is a diagram showing the configuration of the Web page generated by the page generation program 7. The Web page 20 in FIG. 2A is the Web when the URL of the Web page to be browsed is input to the Web browser 2. 2 shows the configuration of the page, and the Web page 21 in FIG. 2B shows the configuration of the Web page generated by making a request including the URL of the Web page 20 to the page generation program 7.
In addition to the contents of the web page 20, the web script 21 is added with the JavaScript program 4, and the image file specified by the relative URL in the web page 20 operates normally. If there is no relative path reference tag (<BASE> tag), a new URL is inserted to solve the relative URL problem, and the web page 21 is moved to another web page while browsing. In this case, the link tag (<A> tag) included in the Web page 20 is changed to the URL for the page generation program 7 so that the Web page generated by the page generation program 7 can be browsed again. The original link destination is converted into a format included in the query character string.

従って、前記の例の場合、図2(b)に示される<BASE>タグは「<BASE HREF=http://www.host2.com/>」になり、図2(a)において「<A HREF=http://www.host2.com/page1.html>」というリンクを持つ<A>タグは、図2(b)においては、「<A HREF=http://host1/generateURL=http://www.host2.com/page1.html>」というリンクに変更される。(実際には、更にURLエンコードも行う)
<A>タグにおけるリンクについては、前記の処理を行うことによってページ生成プログラム7へのリンクに変更することが可能だが、その他の手段でリンクしている場合、特にWebページに埋め込まれたFlashやJava Applet等の特別なオブジェクトを使用している場合は、リンク先を変更することができないので、ページ生成プログラム7は特別なオブジェクトを埋め込む場合に使用される<OBJECT>タグや、<APPLET>タグがWebページ中に含まれている場合は、「一部のリンク先は書き込み操作が行えません。」等のメッセージを出すような処理が必要になる。
Accordingly, in the case of the above example, the <BASE> tag shown in FIG. 2B is “<BASE HREF = http: //www.host2.com/>”, and “<A An <A> tag having a link “HREF = http: //www.host2.com/page1.html>” in FIG. 2B is “<A HREF = http: // host1 / generateURL = http: //www.host2.com/page1.html> ”. (In practice, URL encoding is also performed.)
The link in the <A> tag can be changed to a link to the page generation program 7 by performing the above-described processing. However, when the link is made by other means, in particular, the Flash embedded in the Web page or When a special object such as Java Applet is used, the link destination cannot be changed. Therefore, the page generation program 7 uses <OBJECT> tag or <APPLET> tag used when embedding the special object. Is included in the Web page, it is necessary to perform processing such as issuing a message such as “Some link destinations cannot be written”.

JavaScriptプログラム4はWebページに対して書き込まれた付加情報を扱うためのプログラムであり、既にWebページに書き込まれた付加情報を付加情報処理プログラム7から受信して描画する処理と、新規に付加情報を書き込む場合に付加情報の種別を選択させるGUI(Graphical User Interface)を提供することと、既に書き込み済みの付加情報を変更するためのGUIを提供することと、新規に描画された付加情報を付加情報処理プログラム7へ送信する処理と、既存の付加情報が変更されたときの差分情報を付加情報処理プログラム7へ送信する処理を行うプログラムである。   The JavaScript program 4 is a program for handling the additional information written to the Web page, receives the additional information already written on the Web page from the additional information processing program 7 and draws it, and newly adds the additional information. Provide a GUI (Graphical User Interface) that allows the user to select the type of additional information when writing the data, provide a GUI for changing the already written additional information, and add newly drawn additional information It is a program that performs processing for transmitting to the information processing program 7 and processing for transmitting difference information when existing additional information is changed to the additional information processing program 7.

図3は、実際のWebブラウザ上にWebページを表示する例を示す図である。
図3(a)はURLとして閲覧するWebページを直接入力した場合であり、図2(a)のページ構成に相当し、図3(b)はページ生成プログラム7によってJavaScriptプログラム4が追加されて、書き込みを入力するためのGUI30と、既に書き込まれた付加情報31を表示している場合であり、図2(b)のページ構成に相当する。
FIG. 3 is a diagram illustrating an example of displaying a Web page on an actual Web browser.
3A shows a case where a Web page to be browsed is directly input as a URL, which corresponds to the page configuration of FIG. 2A. FIG. 3B shows a case where the JavaScript program 4 is added by the page generation program 7. , The GUI 30 for inputting writing and the additional information 31 already written are displayed, which corresponds to the page configuration of FIG.

付加情報Webサーバ6における付加情報データベース9は、既に書き込まれた付加情報が含まれ、図4に示すように、付加情報を識別するための付加情報ID40、付加情報が含まれるWebページのURL41、付加情報の線の太さ42、付加情報の線の色43、付加情報の塗りつぶしの色44、付加情報種別45、付加情報の座標値46、付加情報の画像URL47が必須データとして登録され、システムの用途に応じて、拡張情報48も追加される。付加情報種別45には登録された付加情報の座標値が「点」、「線」、「多角形」といった付加情報の種別を識別するためのデータが格納され、付加情報種別に応じた頂点の位置情報が座標値46に格納される。座標値の単位はWebブラウザ2におけるピクセル座標値であり、X座標値とY座標値から成り、付加情報種別45が「点」の場合にはX座標一つ、Y座標一つであるが、「線」と「多角形」の場合は複数個の座標値が格納される。
また、付加情報種別45が点や多角形の場合には、その位置に画像データを貼り付けることができ、その場合は付加情報URL47に画像データが存在するURLを格納する。
拡張情報48は、付加情報として必要に応じて追加するものであり、システムの用途によって格納するデータは変更される。例えば、付加情報を書き込んだユーザ名を格納することによって、閲覧するユーザに応じて書き込み付加情報の表示、非表示制御を行うことなどが考えられる。
The additional information database 9 in the additional information Web server 6 includes already written additional information. As shown in FIG. 4, the additional information ID 40 for identifying the additional information, the URL 41 of the Web page including the additional information, Additional information line thickness 42, additional information line color 43, additional information fill color 44, additional information type 45, additional information coordinate value 46, and additional information image URL 47 are registered as essential data. The extended information 48 is also added according to the application. The additional information type 45 stores data for identifying the type of additional information such as “point”, “line”, “polygon” as the coordinate value of the registered additional information, and the vertex information corresponding to the additional information type is stored. The position information is stored in the coordinate value 46. The unit of the coordinate value is a pixel coordinate value in the Web browser 2 and consists of an X coordinate value and a Y coordinate value. When the additional information type 45 is “point”, there is one X coordinate and one Y coordinate. In the case of “line” and “polygon”, a plurality of coordinate values are stored.
When the additional information type 45 is a point or a polygon, image data can be pasted at that position. In this case, the URL where the image data exists is stored in the additional information URL 47.
The extension information 48 is added as additional information as necessary, and the data to be stored is changed depending on the use of the system. For example, by storing the name of the user who has written the additional information, it is possible to perform display / non-display control of the written additional information in accordance with the browsing user.

付加情報Webサーバ6における付加情報処理プログラム7は、付加情報データベース9に対して付加情報データを格納する格納処理と、格納された付加情報データを検索する検索処理と、格納されているデータの変更や削除といった編集処理を行う機能を備えている。   The additional information processing program 7 in the additional information Web server 6 includes a storage process for storing additional information data in the additional information database 9, a search process for searching for stored additional information data, and a change in stored data. It has a function to perform edit processing such as deleting and deleting.

以下、以上のように構成されたWebページ書き込みシステムの動作を説明する。
図5は、クライアント端末1a、1b、1nにおけるWebブラウザ2と、付加情報Webサーバ6のページ生成プログラム7と、付加情報処理プログラム8の通信関係を示した説明図である。
Webブラウザ2より閲覧するWebページのURLをページ生成プログラム7と付加情報処理プログラム8へ送信し(ステップ50,51)、ページ生成プログラム7からはJavaScriptプログラム4を含むWebページを受信し(ステップ52)、付加情報処理プログラム8からは書き込まれた付加情報を受信する(ステップ53)。
The operation of the Web page writing system configured as described above will be described below.
FIG. 5 is an explanatory diagram showing communication relationships between the Web browser 2 in the client terminals 1a, 1b, and 1n, the page generation program 7 of the additional information Web server 6, and the additional information processing program 8.
The URL of the web page to be browsed is transmitted from the web browser 2 to the page generation program 7 and the additional information processing program 8 (steps 50 and 51), and the web page including the JavaScript program 4 is received from the page generation program 7 (step 52). ), The written additional information is received from the additional information processing program 8 (step 53).

図6は、ページ生成プログラム7におけるページ生成処理の概要を示すフローチャートである。
ページ生成プログラム7は、Webブラウザ2より閲覧するURLを受信し(ステップ60)、受信したURLに示されたWebページを取得する処理を行い(ステップ61)、取得に失敗した場合は送信元のWebブラウザへエラーを返却する(ステップ63)。
無事にWebページを取得できた場合は、Webページに<BASE>タグが含まれているかチェックし、含まれていない場合はステップ60において受信したURLを基準として<BASE>タグを追加する処理を行い(ステップ64)、JavaScriptプログラム4を<SCRIPT>タグと一緒に挿入する処理と(ステップ65)、Webページ内の<A>タグに含まれているリンク先をページ生成プログラム7へ変更する処理を行い(ステップ66)、送信元のWebブラウザ2へWebページを返却する処理を行う(ステップ67)。
FIG. 6 is a flowchart showing an overview of page generation processing in the page generation program 7.
The page generation program 7 receives the URL to be browsed from the Web browser 2 (step 60), performs processing to acquire the Web page indicated by the received URL (step 61), and if the acquisition fails, the transmission source An error is returned to the Web browser (step 63).
If the Web page is successfully acquired, it is checked whether the <BASE> tag is included in the Web page. If not included, a process of adding the <BASE> tag based on the URL received in step 60 is performed. (Step 64), processing for inserting the JavaScript script 4 together with the <SCRIPT> tag (step 65), and processing for changing the link destination included in the <A> tag in the Web page to the page generation program 7 (Step 66), and a process of returning the web page to the web browser 2 as the transmission source is performed (step 67).

図7は、図5のステップ53における付加情報処理プログラム8の付加情報検索処理の概要を示すフローチャートである。
付加情報処理プログラム8は、Webブラウザ2より閲覧するURLを受信し(ステップ70)、受信したURLを検索条件にして図3に示すデータのうちURL41と同様のURLを持つ付加情報をすべて選択する検索処理を行い(ステップ71)、選択されたデータを一つずつ取り出し(ステップ72、74)、付加情報をJavaScriptプログラム4が読み込みを行える形式に変換して出力し(ステップ73)、送信元であるWebブラウザ2へ返却する(ステップ75)。
ステップ73における付加情報の出力形式は、JSON(JavaScript Object Notation)形式やXML形式などが考えられる。
FIG. 7 is a flowchart showing an outline of additional information search processing of the additional information processing program 8 in step 53 of FIG.
The additional information processing program 8 receives the URL to be browsed from the Web browser 2 (step 70), and selects all the additional information having the same URL as the URL 41 from the data shown in FIG. 3 using the received URL as a search condition. A search process is performed (step 71), the selected data is extracted one by one (steps 72 and 74), and the additional information is converted into a format that can be read by the JavaScript program 4 and output (step 73). Return to a certain web browser 2 (step 75).
As the output format of the additional information in step 73, a JSON (JavaScript Object Notation) format, an XML format, or the like can be considered.

図8は、ステップ53におけるWebブラウザ内のWebページ中にあるJavaScriptプログラム4が、付加情報処理プログラム8から付加情報を受信した時の処理の概要を示すフローチャートである。
付加情報データを受信後に(ステップ80)、付加情報の有無を確認し(ステップ81)、付加情報データ中における画像URL47のデータが格納されているか確認し(ステップ82)、画像URL47が格納されていない場合は、SVGまたはVMLなどの図形描画言語を使用して付加情報種別45と、線の太さ42と、線の色43と、塗りつぶしの色44に応じた図形要素を生成し、一方、画像URL47が格納されている場合は格納されているURLより画像を取得し、HTMLにおける<DIV>要素を生成して背景画像として画像URL47において指定されている画像を使用し(ステップ85)、生成した図形要素または<DIV>要素に対して座標値46に格納されている位置情報を設定し(ステップ86)、次に検索された付加情報へ進み(ステップ88)、付加情報がまだ存在している場合は次の付加情報に対して再びステップ81から繰り返し、全ての付加情報に対して処理を行ったら終了する(ステップ89)。
FIG. 8 is a flowchart showing an outline of processing when the JavaScript program 4 in the Web page in the Web browser in Step 53 receives additional information from the additional information processing program 8.
After receiving the additional information data (step 80), the presence / absence of the additional information is confirmed (step 81), whether the image URL 47 data in the additional information data is stored (step 82), and the image URL 47 is stored. If not, a graphic drawing language such as SVG or VML is used to generate a graphic element corresponding to the additional information type 45, the line thickness 42, the line color 43, and the fill color 44, If the image URL 47 is stored, the image is acquired from the stored URL, a <DIV> element in HTML is generated, and the image specified in the image URL 47 is used as a background image (step 85). The position information stored in the coordinate value 46 is set for the selected graphic element or <DIV> element (step 86). Proceeds to the additional information (step 88), the additional information if still present again repeated from step 81 for the next additional information, and ends After performing the processing for all the additional information (step 89).

図9は、Webブラウザ2から新規に書き込みを行った際におけるJavaScriptプログラム4の処理の概要を示すフローチャートである。
JavaScriptプログラム4におけるGUIより描画する付加情報の種類や、線の色、線の太さ、塗りつぶし色を決定して付加情報を生成し(ステップ90)、マウス入力などによって設定された付加情報の座標値を生成した付加情報に設定してWebブラウザ2上に表示し(ステップ91)、閲覧中のWebページのURL41と、付加情報に設定された情報である線の太さ42、線の色43、塗りつぶしの色44、付加情報種別45、座標値46、画像URL47といった付加情報データと、必要に応じて、拡張情報48のデータを付加情報処理プログラム8に対して送信し(ステップ92)、付加情報処理プログラム8は受信したデータに付加情報ID40を採番して付加情報データベース9に格納し、格納後に送信元に対して「成功」か「失敗」かの実行結果と、「成功」した場合は採番した付加情報IDを返却する(ステップ93)。
送信元であるJavaScriptプログラム4は、「成功」を受信した場合は採番された付加情報IDを記録して処理を終了するが(ステップ94)、「失敗」を受信した場合は描画した付加情報を消去して「保存に失敗しました」といったメッセージをWebブラウザ2に表示する(ステップ95)。
FIG. 9 is a flowchart showing an outline of processing of the JavaScript program 4 when new writing is performed from the Web browser 2.
The type of additional information to be drawn from the GUI in the JavaScript program 4, the line color, the line thickness, and the fill color are determined to generate additional information (step 90), and the coordinates of the additional information set by mouse input or the like The value is set to the generated additional information and displayed on the Web browser 2 (step 91), the URL 41 of the Web page being browsed, the line thickness 42 and the line color 43 which are the information set in the additional information The additional information data such as the fill color 44, the additional information type 45, the coordinate value 46, and the image URL 47 and, if necessary, the data of the extended information 48 are transmitted to the additional information processing program 8 (step 92). The information processing program 8 assigns the additional information ID 40 to the received data and stores it in the additional information database 9. Success "or" failure "Kano execution result and, if it is" success "to return the additional information ID that was numbered (step 93).
When receiving “success”, the JavaScript program 4 as the transmission source records the numbered additional information ID and ends the processing (step 94). When receiving “failure”, the drawn additional information is recorded. Is deleted and a message such as “Failed to save” is displayed on the Web browser 2 (step 95).

図10は、Webブラウザ2上において、付加情報を移動して座標値を変更した場合や、削除した場合や、線の太さや色などを変更する編集操作を行った際におけるJavaScriptプログラム4の処理の概要を示すフローチャートである。
編集した付加情報を取得し(ステップ100)、取得した付加情報の付加情報ID40と、新しく設定された付加情報を付加情報処理プログラム8へ送信する(ステップ101)。
付加情報処理プログラム8は受信した情報に対する変更を付加情報データベース9に対して行い、変更後に送信元に対して「成功」か「失敗」かを返却する(ステップ102)。
送信元であるJavaScriptプログラム4は、「成功」を受信した場合は処理を終了するが、「失敗」を受信した場合は変更した付加情報を元に戻して「編集に失敗しました」といったメッセージをWebブラウザ2に表示する(ステップ103)。
FIG. 10 shows the processing of the JavaScript program 4 when the additional information is moved on the Web browser 2 to change the coordinate value, when the coordinate value is deleted, or when an editing operation for changing the line thickness or color is performed. It is a flowchart which shows the outline | summary.
The edited additional information is acquired (step 100), and the additional information ID 40 of the acquired additional information and the newly set additional information are transmitted to the additional information processing program 8 (step 101).
The additional information processing program 8 changes the received information to the additional information database 9, and returns “success” or “failure” to the transmission source after the change (step 102).
The JavaScript script 4 which is the transmission source ends the process when “success” is received, but when “failure” is received, the modified additional information is restored to the original and a message such as “edit failed” is displayed. It is displayed on the Web browser 2 (step 103).

以上のように、本実施形態のWebページ書き込みシステムによれば、次のような効果がある。
(1)Webページに対して書き込みを行うことによって、Webページ上の重要な部分にアンダーライン引くことや、メモとして文字を記入するなど、元のWebページに対して付加情報を加えることができる。
(2)書き込みを行ったWebページのURLをWebブラウザから入力することによって、通常のWebページ同様に書き込みを参照することができ、書き込み内容もWeb配信されるので、書き込んだ内容を他のユーザと共有することや、互いに書き込みを行うことによってコミュニケーションすることもできる。
(3)書き込みを行った付加情報に拡張情報48を追加することによって、様々な用途に応じたシステムを作成することができる。
As described above, the Web page writing system according to the present embodiment has the following effects.
(1) By writing to the Web page, additional information can be added to the original Web page, such as underlining important parts on the Web page or writing characters as a memo. .
(2) By inputting the URL of the written web page from the web browser, it is possible to refer to the writing as with a normal web page, and the written content is also distributed on the web. You can also communicate by sharing with each other and writing to each other.
(3) By adding the extended information 48 to the written additional information, it is possible to create a system according to various uses.

具体的な実用例として、例えば教育分野において次のような効果が見込まれる。
(1)教育用教材をWebページで作成し、教師は黒板の代わりに大画面のディスプレイやプロジェクタ等を使用することによって、教材に書き込みながら授業が行える。
(2)授業中に教師が行った付加情報として、「授業名」、「日時」を格納し、これらの付加情報を検索するアプリケーションを組み合わせることによって、生徒は授業終了後も、教師の書き込んだ内容を参照することができる。
(3)更に、付加情報として音声や映像といったマルチメディアを扱うことによって効果的な授業が行える。
(4)紙の教材からWebページで扱う電子データに変更することによって、ペーパレス化につながる。
As specific practical examples, for example, the following effects are expected in the education field.
(1) Educational teaching materials are created on a Web page, and teachers can use a large screen display or projector instead of a blackboard to conduct classes while writing on the teaching materials.
(2) “Class name” and “Date / time” are stored as additional information performed by the teacher during the class, and the application is written by the teacher after the class ends by combining applications that search for these additional information. You can refer to the contents.
(3) Furthermore, effective classes can be performed by handling multimedia such as audio and video as additional information.
(4) By changing from paper teaching materials to electronic data handled on a Web page, paperlessness is achieved.

本発明の一実施の形態例を示すシステム構成図である。1 is a system configuration diagram showing an embodiment of the present invention. 付加情報サーバによって生成されるWebページの説明図である。It is explanatory drawing of the web page produced | generated by the additional information server. 付加情報サーバによって生成されるWebページの画面例を示す図である。It is a figure which shows the example of a screen of the web page produced | generated by the additional information server. 付加情報データベースに格納されているデータの構成図である。It is a block diagram of the data stored in the additional information database. クライアント端末と付加情報Webサーバの通信を示す説明図である。It is explanatory drawing which shows communication of a client terminal and an additional information Web server. Webページを生成する処理の概要を示すフローチャットである。It is a flow chat which shows the outline | summary of the process which produces | generates a web page. 書き込んだ付加情報の検索処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the search process of the written additional information. 書き込んだ付加情報の表示処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the display process of the written additional information. 新規に書き込んだ付加情報の格納処理を示すフローチャートである。It is a flowchart which shows the storage process of the newly written additional information. 書き込み済みの付加情報の編集処理を示すフローチャートである。It is a flowchart which shows the edit process of the additional information already written.

符号の説明Explanation of symbols

1a,1b,1n…クライアント端末、2…Webブラウザ、3…閲覧中のWebページ、4…JavaScriptプログラム、5…ネットワーク、6…付加情報Webサーバ、7…ページ生成プログラム、8…付加情報処理プログラム、9…付加情報データベース、10a,10b,10n…一般Webサーバ、11a,11b,11n…Webページ、20…閲覧する一般Webページ、30…書き込み入力GUI、31…書き込まれた付加情報   DESCRIPTION OF SYMBOLS 1a, 1b, 1n ... Client terminal, 2 ... Web browser, 3 ... Web page under browsing, 4 ... JavaScript program, 5 ... Network, 6 ... Additional information Web server, 7 ... Page generation program, 8 ... Additional information processing program 9 ... Additional information database, 10a, 10b, 10n ... General Web server, 11a, 11b, 11n ... Web page, 20 ... General Web page to browse, 30 ... Write input GUI, 31 ... Written additional information

Claims (2)

書き込んだ付加情報を保持するための付加情報データベースを備えた付加情報Webサーバと、前記付加情報Webサーバから付加情報を受信する複数のクライアント端末装置から成り、
前記付加情報Webサーバは、前記付加情報データベースに付加情報を新規に格納する格納手段と、既に格納されている付加情報を更新する更新手段と、いずれかのクライアント端末に搭載されているWebブラウザからの要求に応じて、該要求に含まれるWebページのURLに対応した付加情報を前記付加情報データベースから読み出す検索手段と、該要求に含まれるWebページのURLのWebページを取得して付加情報の新規書き込み手段または変更手段を追加したWebページを新たに生成する手段と、生成したWebページと検索結果の付加情報を要求元のWebブラウザに向けて送信する送信手段とを備え、
前記クライアント端末のWebブラウザは、閲覧しようとするWebページのURLを前記付加情報Webサーバに対して送信する手段と、前記付加情報Webサーバが生成したWebページを受信し、書込み済みの付加情報が付加されたWebページを表示し、かつ当該Webページ内に付加情報の新規書込み手段または変更手段を表示する手段と、新規に書き込まれた付加情報、または変更された付加情報を前記付加情報Webサーバに送信する送信手段とを備えることを特徴とするWebページへの付加情報書込みシステム。
An additional information Web server provided with an additional information database for holding the written additional information, and a plurality of client terminal devices receiving additional information from the additional information Web server,
The additional information Web server includes a storage unit that newly stores additional information in the additional information database, an update unit that updates the additional information that has already been stored, and a Web browser installed in any of the client terminals. In response to the request, search means for reading additional information corresponding to the URL of the Web page included in the request from the additional information database, and acquiring the Web page of the URL of the Web page included in the request A means for newly generating a Web page to which a new writing means or a changing means is added, and a transmission means for transmitting the generated Web page and additional information of the search result to the requesting Web browser,
The Web browser of the client terminal receives the URL of the Web page to be browsed to the additional information Web server and the Web page generated by the additional information Web server. A means for displaying the added web page and displaying a new writing means or a changing means for the additional information in the web page; the newly written additional information or the changed additional information; A system for transmitting additional information to a Web page, comprising:
クライアント端末装置のWebブラウザから現在閲覧中のWebページに対して付加情報データを書込み、付加情報Webサーバの付加情報データベースに格納するWebページへの書き込み方法であって、
前記クライアント端末装置のWebブラウザが、閲覧しようとするWebページのURLを前記付加情報Webサーバに対して送信するステップと、
前記付加情報Webサーバが、前記Webブラウザからの要求に含まれるWebページのURLに対応した付加情報を前記付加情報データベースから読み出すステップと、該要求に含まれるWebページのURLのWebページを取得して付加情報の新規書き込み手段または変更手段を追加したWebページを新たに生成するステップと、生成したWebページと検索結果の付加情報を要求元のWebブラウザに向けて送信するステップとを備え、
前記クライアント端末装置のWebブラウザが、前記付加情報Webサーバから受信したWebページを表示画面に表示し、付加情報の新規書込み、または書込み済みの付加情報の変更を受付け、新規に書き込まれた付加情報データ、または変更があった付加情報を前記付加情報Webサーバへ送信するステップを備え、
前記付加情報Webサーバが、前記Webブラウザから受信した付加情報に基づいて、前記付加情報データベースを更新するステップとを
備えることを特徴とするWebページへの付加情報書き込み方法。
A method for writing to a Web page that writes additional information data from a Web browser of a client terminal device to a Web page currently being browsed and stores the additional information data in an additional information database of an additional information Web server,
The Web browser of the client terminal device transmitting the URL of the Web page to be browsed to the additional information Web server;
The additional information Web server reads the additional information corresponding to the URL of the Web page included in the request from the Web browser from the additional information database, and acquires the Web page URL of the Web page included in the request. A step of newly generating a Web page to which a new writing means or changing means of additional information is added, and a step of transmitting the generated Web page and additional information of the search result to the requesting Web browser,
The Web browser of the client terminal device displays the Web page received from the additional information Web server on the display screen, accepts new writing of additional information or changes in written additional information, and newly written additional information Sending the data or additional information that has been changed to the additional information Web server,
A method for writing additional information on a Web page, the additional information Web server comprising: updating the additional information database based on additional information received from the Web browser.
JP2007035771A 2007-02-16 2007-02-16 Additional information writing method to web page Pending JP2008203908A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007035771A JP2008203908A (en) 2007-02-16 2007-02-16 Additional information writing method to web page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007035771A JP2008203908A (en) 2007-02-16 2007-02-16 Additional information writing method to web page

Publications (1)

Publication Number Publication Date
JP2008203908A true JP2008203908A (en) 2008-09-04

Family

ID=39781394

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007035771A Pending JP2008203908A (en) 2007-02-16 2007-02-16 Additional information writing method to web page

Country Status (1)

Country Link
JP (1) JP2008203908A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011242863A (en) * 2010-05-14 2011-12-01 Funai Electric Co Ltd Communication method, information terminal device, display device, and communication system provided with them

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10171590A (en) * 1996-12-06 1998-06-26 Nec Corp Annotation information additional display system to existing application program and presentation system
JP2000222324A (en) * 1999-01-26 2000-08-11 Internatl Business Mach Corp <Ibm> Web page customization system
JP2002222113A (en) * 2000-12-04 2002-08-09 O Jinko Memorandum writing method to home page display screen and its system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10171590A (en) * 1996-12-06 1998-06-26 Nec Corp Annotation information additional display system to existing application program and presentation system
JP2000222324A (en) * 1999-01-26 2000-08-11 Internatl Business Mach Corp <Ibm> Web page customization system
JP2002222113A (en) * 2000-12-04 2002-08-09 O Jinko Memorandum writing method to home page display screen and its system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011242863A (en) * 2010-05-14 2011-12-01 Funai Electric Co Ltd Communication method, information terminal device, display device, and communication system provided with them

Similar Documents

Publication Publication Date Title
US11514234B2 (en) Method and system for annotation and connection of electronic documents
US20050198202A1 (en) Method for causing server to provide client computers with annotation functions for enabling users of the client computers to view object-based documents with annotations
JP3588337B2 (en) Method and system for capturing graphical printing techniques in a web browser
US20090132907A1 (en) Annotation Structure for Web Pages, System and Method for Annotating Web Pages
US10074104B2 (en) Content dynamically targetted according to context
JP2004054952A (en) On-line homepage editor system and its editing method
US8239754B1 (en) System and method for annotating data through a document metaphor
CN104050238A (en) Map labeling method and map labeling device
EP2065809A1 (en) Annotation structure for web pages, system and method for annotating web pages
KR20160113135A (en) Providing print view of document for editing in web-based application
JP2015138541A (en) Web content generation system
JP4723511B2 (en) Document processing apparatus and document processing method
JP4976083B2 (en) Information linkage program for information sharing system
Watt SVG unleashed
TW201337605A (en) Multipurpose network editing page automatic conversion mechanism
JP2008203908A (en) Additional information writing method to web page
JP2007183849A (en) Document processor
CN104615601A (en) Webpage based recording system and method thereof
WO2011148872A1 (en) Groupware system and program
Miner et al. Math on the Web: A Status Report.
CN111027280A (en) Method and system for generating and rendering digital publication and readable storage medium
JPWO2006051973A1 (en) Document processing apparatus and document processing method
JP2005339333A (en) Form management system
JP6580239B1 (en) Memo management program, memo management method, and memo management system
AU2007237256A1 (en) Annotation structure for web pages, system and method for annotating web pages

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090716

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110623

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110701

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110830

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111018