JP2000132449A - Proxy access method, device therefor and record medium recorded with proxy access program - Google Patents
Proxy access method, device therefor and record medium recorded with proxy access programInfo
- Publication number
- JP2000132449A JP2000132449A JP10305472A JP30547298A JP2000132449A JP 2000132449 A JP2000132449 A JP 2000132449A JP 10305472 A JP10305472 A JP 10305472A JP 30547298 A JP30547298 A JP 30547298A JP 2000132449 A JP2000132449 A JP 2000132449A
- Authority
- JP
- Japan
- Prior art keywords
- file
- character
- character code
- result
- web server
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION
【0001】[0001]
【発明の属する技術分野】本発明は、Webブラウザか
らWebサーバへのアクセス要求を受け付け、同要求を
Webサーバに改めて発行し、その後Webサーバから
返却されたファイルをWebプラウザに返却する代理ア
クセス方法および装置に関する。The present invention relates to a proxy access method for receiving an access request from a Web browser to a Web server, reissuing the request to the Web server, and then returning the file returned from the Web server to the Web browser. And equipment.
【0002】[0002]
【従来の技術】Webブラウザでは利用者が予め設定し
た文字コード、文字セット(文字の集合)(またはデフ
ォルトで定められているそれ)にしたがい受信したファ
イルの表示を行う。設定と実際に受信したファイルの文
字コード、文字セットが異なる場合には文字化けとなる
が、利用者がそのつど設定を変更することで対処する。2. Description of the Related Art In a Web browser, a received file is displayed in accordance with a character code and a character set (set of characters) (or a default character set) set by a user in advance. If the settings and the character code and character set of the actually received file are different, the characters will be garbled, but the user will deal with them by changing the settings each time.
【0003】また、従来の代理アクセス装置はWebブ
ラウザからWebサーバへのアクセスの中継を行う際
に、受信したファイルの文字コード変換を行った後にW
ebブラウザに返却する。この技術では元のファイルの
文字コード、文字セットの種類に係わらず、ある決まっ
た文字コードに変換してWebブラウザに返却する。W
ebブラウザ側で予め変換後の文字コードを設定してお
くことで文字化けを回避する。[0003] In addition, when a conventional proxy access device relays access from a Web browser to a Web server, the proxy access device converts the character code of a received file and then converts the character code into a W code.
Return it to the web browser. According to this technology, the file is converted into a predetermined character code and returned to the Web browser regardless of the character code of the original file and the type of character set. W
By setting the character code after conversion on the web browser in advance, garbled characters are avoided.
【0004】[0004]
【発明が解決しようとする課題】Webブラウザでは上
記従来の技術で述べたように設定と実際のファイルの文
字コード、文字セットが異なる場合、利用者がその都度
設定を変更する必要がある。多言語環境でのWebブラ
ウザでは利用者がその設定を変更する状況が頻繁に発生
し、その設定負荷が大きな問題となる。そこで設定負荷
を極力減らすような機構が必要である。In the Web browser, when the setting differs from the character code and character set of the actual file as described in the above-mentioned prior art, the user needs to change the setting each time. In a Web browser in a multilingual environment, a situation in which a user changes the setting frequently occurs, and the setting load becomes a serious problem. Therefore, a mechanism for reducing the set load as much as possible is required.
【0005】また、従来の代理アクセス装置はWebサ
ーバから受信したファイルを決まった文字コードに変換
するが、この方法はファイルの文字コード、文字セット
を意識せず文字コード変換を行うため閲覧対象となるフ
ァイルが多言語である場合うまく動作しない。例えば、
代理アクセス装置が全てのファイルをSJISに変換す
ると仮定する。閲覧対象の文字コードが日本語のJIS
ファイル、ASCIIファイルである場合はそれらをSJ
ISに変換することは可能であるのでWebブラウザは
変換後のファイルを正常に表示できる。しかしながら閲
覧対象に韓国語や中国語のEUCファイルが含まれてい
るとそれらをSJISに変換することはできないので変
換後のファイルを受け取ったWebブラウザでは文字化
けする。さらに問題となるのは韓国語EUC(Extended
Unix Code)ファイルであっても無理やりSJISに変
換してしまうので、変換後のファイルの文字コードは規
定されていないものになってしまう。したがって、We
bブラウザ側の設定をいくら変更してもそのファイルは
永久に閲覧することはできない。A conventional proxy access device converts a file received from a Web server into a predetermined character code. However, this method performs character code conversion without being aware of the character code and character set of the file, so that the file to be browsed is changed. Does not work well if the file is multilingual. For example,
Assume that the proxy access device converts all files to SJIS. JIS whose character code to be viewed is Japanese
If the file is an ASCII file, copy it to SJ
Since conversion to IS is possible, the Web browser can normally display the converted file. However, if a Korean or Chinese EUC file is included in the browsing target, the EUC file cannot be converted to SJIS, so that the Web browser that receives the converted file will have garbled characters. More problematic is Korean EUC (Extended
Even if the file is a Unix Code) file, it is forcibly converted to SJIS, and the character code of the converted file is undefined. Therefore, We
b. No matter how much you change the settings on the browser side, the file cannot be browsed forever.
【0006】Webサーバから返却される全てのファイ
ルに文字コード、文字セットが明示的に指定されていれ
ば上記のような問題は発生せず、Webブラウザはその
指定にしたがい表示するだけで文字化けは回避できる。
しかしながら、実際のファイルでそのような指定はほと
んどされておらず、Webブラウザ側でその情報が得ら
れないために上記のような問題が生じることになる。例
えば、HTML(Hyper Text Markup Language)ではM
ETAタグが文字コード、文字セットを指定するための
タグである。METAタグはその属性として、charset
(character set)属性を持つことができ、その属性値
で文字コードと文字セットを指定できる。これらはその
HTMLファイルがどのような文字コード、文字セット
で記述してあるかを明示的に示すためのものである。W
ebブラウザはMETAタグとcharset 属性があれば利
用者の設定に頼らずその文字コード、文字セットにした
がった表示を行う。しかし、現状のWebサーバ中のH
TMLファイルにおいてこのMETAタグとcharset 属
性を指定してあるものはごく少数であり、Webブラウ
ザはその情報を有効に利用することができない。Web
ブラウザはその情報を補うために利用者の設定する文字
コード、文字セット情報を利用している。If the character code and character set are explicitly specified in all files returned from the Web server, the above-described problem does not occur, and the Web browser displays characters according to the specification and garbles characters. Can be avoided.
However, such a designation is hardly made in an actual file, and the above-mentioned problem occurs because the Web browser cannot obtain the information. For example, in HTML (Hyper Text Markup Language), M
The ETA tag is a tag for specifying a character code and a character set. The meta tag is a charset as its attribute
(Character set) attribute, and the character code and character set can be specified by the attribute value. These are intended to explicitly indicate what character codes and character sets are described in the HTML file. W
If there is a META tag and a charset attribute, the web browser performs display according to the character code and character set without depending on the setting of the user. However, H in the current Web server
Only a very small number of TME files specify the META tag and the charset attribute, and the Web browser cannot use the information effectively. Web
The browser uses character code and character set information set by the user to supplement the information.
【0007】本発明の目的は、利用者がWebブラウザ
の設定を変更することなく文字化けのない表示が可能な
代理アクセス方法、装置、および代理アクセスプログラ
ムを記録した記録媒体を提供することにある。[0007] It is an object of the present invention to provide a proxy access method and apparatus, and a recording medium on which a proxy access program is recorded, which allows a user to perform display without garbled characters without changing settings of a Web browser. .
【0008】[0008]
【課題を解決するための手段】Webブラウザ、代理ア
クセス装置、Webサーバからなるシステムにおいて、
Webブラウザからのアクセス要求は一旦代理アクセス
装置で受け付けられ、改めて代理アクセス装置からWe
bサーバへ発行される。Webサーバから返却されたフ
ァイルは代理アクセス装置で一旦受信され、当該ファイ
ル中の文字コード、文字セット指定のための情報の有無
のチェックを行う。設定されていなければ当該ファイル
の文字コード、文字セットの識別を行い、識別情報を付
加した後に、Webブラウザにファイルを返却する。W
ebブラウザでは指定情報にしたがった表示を行うた
め、多言語環境のブラウザにおいても、ブラウザの設定
を変更することなく文字化けのない表示を行うことが可
能である。また万が一、代理アクセス装置における識別
に失敗し、ブラウザ側で文字化けしても従来の代理アク
セス装置と異なりファイル自体のコード変換を行ってい
ないのでブラウザ側の設定変更で表示が可能になる。In a system comprising a Web browser, a proxy access device, and a Web server,
The access request from the Web browser is once accepted by the proxy access device, and is again
Issued to server b. The file returned from the Web server is once received by the proxy access device, and checks whether there is any information for character code and character set designation in the file. If not set, the character code and character set of the file are identified, the identification information is added, and the file is returned to the Web browser. W
Since the web browser performs display in accordance with the designated information, it is possible to perform display without garbled characters without changing the browser settings even in a browser in a multilingual environment. Also, even if the identification by the proxy access device fails and the characters are garbled on the browser side, the code conversion of the file itself is not performed unlike the conventional proxy access device, so that the display can be made by changing the settings on the browser side.
【0009】HTMLの場合はMETAタグのcharset
属性を利用し、その指定がない場合にはその情報をファ
イル中に埋め込んでWebブラウザに返却する。これに
よりWebブラウザに返却されるHTMLファイルには
全てMETAタグ、charset属性が付与され、その情報
に基づいた表示が可能となる。In the case of HTML, the charset of the META tag
If the attribute is not used and the information is not specified, the information is embedded in the file and returned to the Web browser. As a result, all HTML files returned to the Web browser are provided with a META tag and a charset attribute, and can be displayed based on the information.
【0010】[0010]
【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。Next, embodiments of the present invention will be described with reference to the drawings.
【0011】図1を参照すると、本発明の一実施形態の
システムはWebブラウザ1と代理アクセス装置2とW
ebサーバ3から構成される。代理アクセス装置2はア
クセス中継部21と解析部22と文字コード識別部23
を含む。Referring to FIG. 1, a system according to an embodiment of the present invention includes a Web browser 1, a proxy access device 2, and a W
It is composed of an eb server 3. The proxy access device 2 includes an access relay unit 21, an analysis unit 22, and a character code identification unit 23.
including.
【0012】図2は図1の実施形態の処理の手順を示す
図である。本例はWebサーバ3からHTMLファイル
が返却される場合である。利用者はWebブラウザ1で
目的とするWebサーバ2のURL(Uniform Resource
Locator)を格納することでアクセス要求を出す(ステ
ップ31)。このとき、ブラウザのプロキシ指定を代理
アクセス装置2に設定することで利用者は代理アクセス
装置2経由のWebサーバ3の利用が可能になる。アク
セス中継部21はブラウザ1からのアクセス要求を一旦
受け付け、同じ要求を改めてWebサーバ3に対して発
行する(ステップ32)、Webサーバ3からは結果H
TMLファイルがアクセス中継部21で一旦受け付けら
れ、タグ解析部22に渡される(ステップ33,3
4)。タグ解析部22はWebサーバ3から返却された
結果HTMLファイルを受け取り、まずMETAタグの
有無のチェックを行う(ステップ35)。METAタグ
が設定されていなければ当該HTMLファイルの文字コ
ード、文字セットは明示的に指定されていないことにな
り、文字コード識別部23に渡す(ステップ36)。M
ETAタグが設定されている場合、タグ中のCharset 属
性の指定の有無をチェックする(ステップ37)。char
set 属性が指定されている場合、明示的に当該HTML
ファイルの文字コード、文字セットが指定されているこ
ととなり、そのままアクセス中継部21に当該HTML
ファイルを返却する(ステップ38)。charset 属性が
指定されていない場合は当該HTMLファイルの文字コ
ード、文字セットは明示的に指定されていないことにな
り文字コード識別部23による識別を行う(ステップ3
6)。FIG. 2 is a diagram showing the procedure of the process of the embodiment of FIG. In this example, an HTML file is returned from the Web server 3. The user can use the URL (Uniform Resource) of the target Web server 2 with the Web browser 1.
Locator), an access request is issued (step 31). At this time, the user can use the Web server 3 via the proxy access device 2 by setting the proxy designation of the browser in the proxy access device 2. The access relay unit 21 once receives an access request from the browser 1 and issues the same request again to the Web server 3 (step 32).
The TML file is once received by the access relay unit 21 and passed to the tag analysis unit 22 (steps 33 and 3).
4). The tag analysis unit 22 receives the HTML file returned from the Web server 3, and first checks whether there is a META tag (step 35). If the META tag is not set, the character code and character set of the HTML file are not explicitly specified, and are passed to the character code identification unit 23 (step 36). M
If an ETA tag has been set, it is checked whether the Charset attribute in the tag has been specified (step 37). char
If the set attribute is specified, the HTML
The character code and character set of the file are specified, and the HTML is directly transmitted to the access relay unit 21 as it is.
The file is returned (step 38). If the charset attribute is not specified, the character code and character set of the HTML file are not explicitly specified, and the character code identification unit 23 performs the identification (step 3).
6).
【0013】文字コード識別部23では渡されたHTM
Lファイルに対して検査を行い、その文字コード、文字
セットを識別する。この処理には例えば特開平9−21
2334に記述されている方法が利用できる。識別結果
の文字コード、文字セットの情報はタグ解析部22に返
却される(ステップ39)。The character code identification section 23 receives the HTM
The L file is inspected and its character code and character set are identified. For example, Japanese Patent Application Laid-Open No. 9-21
The method described in 2334 can be used. The character code and character set information of the identification result are returned to the tag analysis unit 22 (step 39).
【0014】タグ解析部22では結果HTMLファイル
中にMETAタグ、charset 属性を追加した後にアクセ
ス中継部21に返却する(ステップ40,41)。図3
(1)、図3(2)にHTMLファイル中に埋め込まれ
たMETAタグ、charset 属性の例を示す。The tag analysis unit 22 adds a META tag and a charset attribute to the result HTML file and returns them to the access relay unit 21 (steps 40 and 41). FIG.
(1) and FIG. 3 (2) show examples of a META tag and a charset attribute embedded in an HTML file.
【0015】代理アクセス装置2で処理の終った結果H
TMLファイルはWebブラウザ1に返却される(ステ
ップ42)。Result H after processing by proxy access device 2
The TML file is returned to the Web browser 1 (Step 42).
【0016】最終的にWebブラウザ1に返されるHT
MLファイルは全てMETAタグとそのcharset 属性に
より文字コード、文字セットが明示的に指定されるた
め、Webブラウザ1は指定にしたがい結果HTMLフ
ァイルを表示することで文字化けすることない表示が可
能となる。HT finally returned to Web browser 1
Since the character code and character set of all ML files are explicitly specified by the META tag and its charset attribute, the Web browser 1 displays the resulting HTML file according to the specification, thereby enabling display without garbled characters. .
【0017】図4を参照すると、本発明の一実施形態の
代理アクセス装置は受信装置51と記憶装置52と送信
装置53と記録媒体54とデータ処理装置55で構成さ
れている。受信装置51はWebブラウザ1からのアク
セス要求を受信し、またWebサーバ3から結果HTM
Lファイルを受信する。送信装置53はアクセス要求を
Webサーバ3へ送信し、また結果HTMLファイルを
Webブラウザ1へ送信する。記憶装置52はハードデ
ィスクである。記録媒体54は図2に示した代理アクセ
ス装置2の処理が代理アクセスプログラムとして記録さ
れた、フロッピィ・ディスク、CD−ROM、光磁気デ
ィスク等の記録媒体である。データ処理装置55は記録
媒体54から代理アクセスプログラムを記憶装置52に
読み込んで、これを実行するCPUである。Referring to FIG. 4, the proxy access device according to one embodiment of the present invention includes a receiving device 51, a storage device 52, a transmitting device 53, a recording medium 54, and a data processing device 55. The receiving device 51 receives the access request from the Web browser 1 and outputs the result HTM from the Web server 3.
Receive the L file. The transmitting device 53 transmits the access request to the Web server 3 and transmits the resulting HTML file to the Web browser 1. The storage device 52 is a hard disk. The recording medium 54 is a recording medium such as a floppy disk, CD-ROM, or magneto-optical disk in which the processing of the proxy access device 2 shown in FIG. 2 is recorded as a proxy access program. The data processing device 55 is a CPU that reads the proxy access program from the recording medium 54 into the storage device 52 and executes the program.
【0018】[0018]
【発明の効果】以上述べたように、本発明によれば、利
用者がWebブラウザの設定を変更することなく文字化
けのない表示が可能であり、設定のための負荷を大幅に
低減することができる。As described above, according to the present invention, it is possible to display characters without garbled characters without changing the settings of the Web browser, and to greatly reduce the load for the settings. Can be.
【図1】本発明の一実施形態のシステム構成図である。FIG. 1 is a system configuration diagram of an embodiment of the present invention.
【図2】図1の実施形態における処理の流れを示す図で
ある。FIG. 2 is a diagram showing a processing flow in the embodiment of FIG. 1;
【図3】HTMLファイル中に埋め込まれたMETAタ
グとCharset 属性の例を示す図である。FIG. 3 is a diagram illustrating an example of a META tag and a Charset attribute embedded in an HTML file.
【図4】代理アクセス装置の他の実施形態を示す構成図
である。FIG. 4 is a configuration diagram showing another embodiment of the proxy access device.
1 Webブラウザ 2 代理アクセス装置 3 Webサーバ 21 アクセス中継部 22 タグ解析部 23 文字コード識別部 31〜42 ステップ 51 受信装置 52 記憶装置 53 送信装置 54 記録媒体 55 データ処理装置 REFERENCE SIGNS LIST 1 Web browser 2 Proxy access device 3 Web server 21 Access relay unit 22 Tag analysis unit 23 Character code identification unit 31 to 42 Step 51 Receiving device 52 Storage device 53 Transmitting device 54 Recording medium 55 Data processing device
Claims (6)
クセス要求を受け付け、同要求を前記Webサーバに改
めて発行し、その後Webサーバから返却されたファイ
ルを一旦受信し、前記Webブラウザに返却する代理ア
クセス方法において、 文字コード、文字セットの情報が受信したファイルに明
示的に記述されているか解析し、記述されていない場合
には、前記文字コード、文字セットを識別し、識別結果
を前記ファイル中に明示的に埋め込んだ後、該ファイル
を前記Webブラウザへ返却することを特徴とする代理
アクセス方法。1. A proxy access method for receiving an access request from a Web browser to a Web server, reissuing the request to the Web server, receiving a file returned from the Web server, and returning the file to the Web browser. Analyzing whether the character code and character set information is explicitly described in the received file, and if not described, identifying the character code and character set and specifying the identification result in the file A proxy access method, wherein the file is returned to the Web browser after the data is embedded.
り、前記文字コード、文字セットがMETAタグ、 cha
rset属性である、請求項2記載の方法。2. The file is an HTML file, the character code and the character set are META tags, cha
The method of claim 2, wherein the method is an rset attribute.
クセス要求を中継し、また前記Webサーバから返却さ
れた結果ファイルを受信し、結果ファイルを前記Web
ブラウザへ返却するアクセス中継部と、 前記受信された結果ファイルに文字コード、文字セット
の情報が明示的に記述されているかどうか解析し、また
識別結果を前記ファイル中に埋め込んだ後前記結果ファ
イルとして前記アクセス中継部に出力するタグ解析部
と、 前記タグ解析部による解析の結果、文字コード、文字セ
ットの情報がファイルに明示的に記述されていないと判
断された場合、文字コード、文字情報の識別を行い、前
記識別結果を前記タグ解析部に出力する文字コード識別
部を有する代理アクセス装置。3. A method for relaying an access request from a Web browser to a Web server, receiving a result file returned from the Web server, and transmitting the result file to the Web server.
An access relay unit for returning to a browser, analyzing whether a character code and a character set information are explicitly described in the received result file, and embedding an identification result in the file as the result file A tag analysis unit to be output to the access relay unit; and, as a result of the analysis by the tag analysis unit, when it is determined that the information of the character code and the character set is not explicitly described in the file, the character code and the character information A proxy access device having a character code identification unit for performing identification and outputting the identification result to the tag analysis unit.
り、前記文字コード、文字セットがMETAタグ、Char
set 属性である、請求項3記載の装置。4. The file is an HTML file, and the character code and character set are META tags,
4. The device of claim 3, wherein the device is a set attribute.
クセス要求を中継し、また前記Webサーバから返却さ
れた結果ファイルを受信し、結果ファイルを前記Web
プラザへ返却するアクセス中継処理と、 前記受信されたファイルに文字コード、文字セットの情
報が明示的に記述されているかどうか解析し、識別結果
を前記ファイル中に埋め込んだ後前記結果ファイルとし
て前記アクセス中継処理に出力するタグ解析処理と、 前記タグ解析処理による解析の結果、文字コード、文字
情報のセットがファイルに明示的に記述されていないと
判断された場合、文字コード、文字情報の識別を行い、
前記識別結果を前記タグ解析処理に出力する文字コード
識別処理をコンピュータに実行させるための代理アクセ
スプログラムを記録した記録媒体。5. A method for relaying an access request from a Web browser to a Web server, receiving a result file returned from the Web server, and transmitting the result file to the Web server.
Access relay processing for returning to the plaza, analyzing whether character code and character set information is explicitly described in the received file, embedding the identification result in the file, and then accessing the file as the result file The tag analysis processing to be output to the relay processing and, as a result of the analysis by the tag analysis processing, when it is determined that the set of the character code and the character information is not explicitly described in the file, the character code and the character information are identified. Do
A recording medium recording a proxy access program for causing a computer to execute a character code identification process for outputting the identification result to the tag analysis process.
り、前記文字コード、前記文字セットがMETAタグ、
charset 属性である、請求項5記載の記録媒体。6. The file is an HTML file, the character code and the character set are META tags,
The recording medium according to claim 5, wherein the recording medium has a charset attribute.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10305472A JP2000132449A (en) | 1998-10-27 | 1998-10-27 | Proxy access method, device therefor and record medium recorded with proxy access program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10305472A JP2000132449A (en) | 1998-10-27 | 1998-10-27 | Proxy access method, device therefor and record medium recorded with proxy access program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2000132449A true JP2000132449A (en) | 2000-05-12 |
Family
ID=17945574
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10305472A Pending JP2000132449A (en) | 1998-10-27 | 1998-10-27 | Proxy access method, device therefor and record medium recorded with proxy access program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2000132449A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7155672B1 (en) | 2000-05-23 | 2006-12-26 | Spyglass, Inc. | Method and system for dynamic font subsetting |
JP2009539176A (en) * | 2006-05-31 | 2009-11-12 | サイトリックス システムズ, インコーポレイテッド | System and method for determining character set encoding for request submission decoding at gateway |
JP2016539450A (en) * | 2014-10-21 | 2016-12-15 | シャオミ・インコーポレイテッド | Web page encoding identification method, web page encoding identification device, program, and recording medium |
-
1998
- 1998-10-27 JP JP10305472A patent/JP2000132449A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7155672B1 (en) | 2000-05-23 | 2006-12-26 | Spyglass, Inc. | Method and system for dynamic font subsetting |
JP2009539176A (en) * | 2006-05-31 | 2009-11-12 | サイトリックス システムズ, インコーポレイテッド | System and method for determining character set encoding for request submission decoding at gateway |
JP4862079B2 (en) * | 2006-05-31 | 2012-01-25 | サイトリックス システムズ, インコーポレイテッド | System and method for determining character set encoding for request submission decoding at gateway |
JP2016539450A (en) * | 2014-10-21 | 2016-12-15 | シャオミ・インコーポレイテッド | Web page encoding identification method, web page encoding identification device, program, and recording medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6021416A (en) | Dynamic source code capture for a selected region of a display | |
JP3776939B2 (en) | Apparatus and method for obtaining information using standard objects | |
US9767082B2 (en) | Method and system of retrieving ajax web page content | |
US7136849B2 (en) | Method systems and computer program products for indicating links to external URLs | |
US7987418B2 (en) | Automatic bibliographical information within electronic documents | |
US6049342A (en) | System and method for controlling the downloading and display of an animated sequence from a network | |
US7366762B2 (en) | Method for monitoring and reporting usage of non-hypertext markup language e-mail campaigns | |
US20040254935A1 (en) | Method and apparatus for automatic consolidation of personalized dynamic data | |
US7558830B2 (en) | Method for tagging and tracking non-hypertext markup language based e-mail | |
US7461127B2 (en) | Method for determining user uniqueness in e-mail campaigns | |
US7401123B2 (en) | Method for identifying and tracking grouped content in e-mail campaigns | |
JPH1091648A (en) | Device for representing and giving link to information and quoted or reproduced material | |
JP4878193B2 (en) | Determination program, determination method, and determination apparatus | |
JP2000132449A (en) | Proxy access method, device therefor and record medium recorded with proxy access program | |
KR20020017966A (en) | Method and apparatus in a data processing system for word based render browser for skimming or speed reading web pages | |
JP2001034525A (en) | Web page display method and recording medium where processing program thereof is recorded | |
JP2001022788A (en) | Information retrieving device and recording medium recording information retrieval program | |
JP2000132480A (en) | Method and device for internet browsing, and record medium where internet browsing program is recorded | |
JP4057997B2 (en) | Document processing apparatus with script, document acquisition apparatus, document processing system with script, document processing method with script, and program for causing computer to execute the method | |
JP2002342342A (en) | Document managing method, execution system therefor, processing program and recording medium therefor | |
KR20020049417A (en) | Method for making web document type of image and system for reading web document made by using of said method | |
JPH10134059A (en) | Html document processor and processing method therefor | |
JP2006139669A (en) | Method and apparatus for maintaining browser navigation relation and selecting browser window for new document | |
Marshall | HTML Transit leads the way to the Web. |