JP2004220260A - Web page browsing system and image distribution server - Google Patents

Web page browsing system and image distribution server Download PDF

Info

Publication number
JP2004220260A
JP2004220260A JP2003005982A JP2003005982A JP2004220260A JP 2004220260 A JP2004220260 A JP 2004220260A JP 2003005982 A JP2003005982 A JP 2003005982A JP 2003005982 A JP2003005982 A JP 2003005982A JP 2004220260 A JP2004220260 A JP 2004220260A
Authority
JP
Japan
Prior art keywords
web page
server
client terminal
web
image
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
JP2003005982A
Other languages
Japanese (ja)
Inventor
Kazuhiko Iwaki
和彦 岩城
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.)
NEC Platforms Ltd
Original Assignee
NEC AccessTechnica 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 NEC AccessTechnica Ltd filed Critical NEC AccessTechnica Ltd
Priority to JP2003005982A priority Critical patent/JP2004220260A/en
Publication of JP2004220260A publication Critical patent/JP2004220260A/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 for allowing even a client terminal which is not mounted with any Web browser to browse a Web page. <P>SOLUTION: This Web page browsing system is provided with: a Web server 12 for disclosing a Web page on the Internet; a client terminal 10 for browsing a Web page; and an image distribution server 11 for relaying the Web server 12 and the client terminal 10. The image distribution server 11 reads the elements constituting the Web page from the Web server on the basis of address information transmitted from the client terminal 10, prepares a Web page from the constituent elements, converts the prepared Web page into bit map data, and transmits the resultant data to the client terminal 10. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、インターネットに公開されるウェブ(以下、Webと記す。)ページを閲覧するシステムに係る。
【0002】
【従来の技術】
WWWは、クライアント・サーバというコンピュータシステムを利用している。このシステムは、サービスを要求するクライアントと、サービスを提供するサーバの2つの要素から成り立っている。WWWの場合、クライアントをWebブラウザ(Browser、閲覧ソフト)といい、サーバをWebサーバという。
このシステムでは、クライアントがリクエストを送信すると、サーバが必要なコンテンツをクライアントに返信し、クライアントがそのコンテンツを表示することを基本動作とする。
【0003】
クライアントとサーバの間のやり取りに使われる通信プロトコルはHTTP(Hyper Text Transfer Protocol)と呼ばれ、HTML文書(Webページ)をサーバからクライアントに転送する動作を制御する。HTML(Hyper Text Markup Language、ハイパーテキスト・マークアップ言語)は、WebページなどのHTML文書を作成するための取り決めであり、HTMLの手順に従って作成された文書をHTML文書という。マークアップ言語とは、「この文章のこの部分は何であるか、どのように表示されるか」を示す注釈記号(タグ)を文書の中に埋め込むことによって、文書の論理構造の記述(マークアップ)を行う構文規則である。HTML文書は、通常のワープロソフトで作った文書データと同じようにファイル単位でハードディスクなどに保管されるが、Webブラウザで表示する場合もファイル(HTML文書)単位で処理される。
【0004】
図10は、WebサーバとWebブラウザの間のプロトコルの例を示す概念図である。以下、図10を参照して、そのプロトコルを簡単に説明する。本例では、Webサーバには、HTML文書が格納され、一方、WebブラウザにはHTML文書を解析してWebページを表示するWebブラウザが実装されている。
【0005】
まず、Webブラウザは、URL(Uniform Resource Locator)というアドレスをWebサーバに送信することによりリクエストを行う(S1)。URLとは、Webサーバの宛先を指定する識別子のことであり、そのURLの中には、プロトコル(HTTP、HTTPS、FTPなど)、ドメイン名を含んだホスト名(www.server.comなど)、そのサーバのディレクトリ名、ファイル名(hello.htmlなど)が含まれている。
本例では、閲覧するWebページとして、http://www.server.com/hello.html が指定されるとする。次に、リクエストを受けたWebサーバは、指定されたhello.html(HTML文書)を要求のあったWebブラウザに対して返す(S2)。受け取ったwebブラウザはhello.htmlのタグを解釈して、表示する(S3)。この際、画像やアイコンなどのファイル名で指定されたデータがあれば、Webブラウザは再度Webサーバに対し、ファイルのデータ転送を要求し、ファイルを受け取った後、そのデータをWebブラウザに表示する。
【0006】
なお、この本発明に関連する先行技術文献としては次のものがある。
【0007】
【特許文献1】
特開2002−007463号公報
【特許文献2】
特開2002−082871号公報
【特許文献3】
特開2002−132630号公報
【特許文献4】
特開2002−229839号公報
【特許文献5】
特開平10−269297号公報
【0008】
【発明が解決しようとする課題】
しかしながら、上述した従来のシステムにおいては次の問題がある。
【0009】
マークアップ言語を処理し適切なレイアウトで画面表示するWebブラウザという高機能な閲覧ソフトウェアをクライアント端末に実装しておかないとクライアント端末ではWebページを閲覧することができない。
【0010】
また、文字がテキストデータで配布されるため、クライアント端末が閲覧するWebページに応じた適切なフォントデータ(文字画像データ)を持っていないと、正しい文字を表示できない場合がある。例えば海外のWebページにおいては、その国に特有な字体を用いている可能性があるため、その字体に対応するフォントデータをクライアント側が保持していないと正しい文字を表示することができない。一方、世界各国固有の字体のフォントデータをクライアント端末に登録すると大量の記憶領域が必要となるためクライアント側のシステム規模が大きくなり過ぎてしまう。
【0011】
さらに、HTML言語はレイアウトに関して厳密な定義をしていないため、クライアント端末のWebブラウザの種類により、表示されるWebページの外観に差異が生じる場合がある。つまり、Webページの作成者が意図するレイアウトでクライアント端末の画面に表示されない可能性がある。
【0012】
そこで、本発明は、Webブラウザを実装していないクライアント端末であってもWebページの閲覧ができるシステムを提供することを目的とする。
【0013】
【課題を解決するための手段】
かかる目的を達成するため、本発明は、文字データ変換、レイアウト解析、レイアウト生成などの高度なWebページ表示処理を高機能なサーバが行い、一方、クライアント端末は、サーバが作成したWebページの画面を画像データとして受信して表示する。
【0014】
すなわち、本発明のウェブページ閲覧システムは、ウェブページをインターネット上に公開する第1のサーバと、前記ウェブページを閲覧するクライアント端末と、前記第1のサーバと前記クライアント端末との中継を行う第2のサーバとからなり、前記第2のサーバは、前記クライアント端末から送られたアドレス情報に基づいて前記第1のサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換してクライアント端末に送信することを特徴とする。
【0015】
また、本発明のウェブページ閲覧システムは、ウェブページをインターネット上に公開する第1のサーバと、前記ウェブページを閲覧するクライアント端末と、前記第1のサーバと前記クライアント端末との中継を行う第2のサーバとからなり、前記クライアント端末は、指定された文字列又は画像の位置情報を前記第2のサーバに送信し、前記第2のサーバは、前記クライアント端末から送られたアドレス情報及び前記位置情報に基づいて前記第1のサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換してクライアント端末に送信することを特徴とする。
【0016】
また、本発明の画像配信サーバは、ウェブページをインターネット上に公開するウェブサーバと前記ウェブページを閲覧するクライアント端末との中継を行う画像配信サーバであって、前記クライアント端末から送られたアドレス情報に基づいて前記ウェブサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換して前記クライアント端末に送信することを特徴とする。
【0017】
また、本発明の画像配信サーバは、ウェブページをインターネット上に公開するウェブサーバと前記ウェブページを閲覧するクライアント端末との中継を行う画像配信サーバであって、前記クライアント端末から送られたアドレス情報及び指定された文字列又は画像の位置情報に基づいて前記ウェブサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換して前記クライアント端末に送信することを特徴とする。
【0018】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照して説明する。
【0019】
図1は、本発明の第1の実施の形態にかかるWebページ閲覧システムの全体構成を示すブロック図である。本実施の形態のWebページ閲覧システムは、Webページを閲覧するためのクライアント端末10と、Webページを公開するWebサーバ12と、クライアント端末10とWebサーバ12との中継を行う画像配信サーバ11とから構成され、各装置は、HTTPの通信プロトコルを用いてデータ通信を行う。
【0020】
図2は、本実施の形態にかかるWebページ閲覧システムの処理の流れを示す図である。図1及び図2を参照すると、本処理は、クライアント端末10が、画像配信サーバ11に対して、閲覧したいWebページのURLを送信するステップ(S1)と、画像配信サーバ11が、当該URLが指定するWebサーバにアクセスするステップ(S2)と、アクセスされたWEBサーバが、Webページの構成要素となるHTML文書等を画像配信サーバ11に送信するステップ(S3)と、画像配信サーバ11が、Webブラウザを用いることによりHTML文書等からWebページを作成するステップ(S4)と、画像配信サーバ11が、作成したWebページを画像データとしてクライアント端末10に送信するステップ(S5)と、クライアント端末10が、その画像データを表示部に表示するステップ(S6)とから成る。
【0021】
図3は、本実施の形態における画像配信サーバ11の構成を示すブロック図である。画像配信サーバ11は、インターネット制御部31と、Webページ生成部32と、フォント情報を格納した記憶部33と、画像データ生成部34とから構成される。インターネット制御部31は、クライアント端末10からURLを受け取ると、そのURLが指定するWebサーバからHTML文書等のWebページ構成要素を読み出し、Webページ生成部32に出力する。Webページ生成部32は、フォント情報33を参照してHTML文書を解析しWebページを生成する。フォント情報33には、世界各国の固有のフォント情報が含まれることが望ましい。画像データ生成部34は、生成されたWebページをビットマップ等の画像データに変換して、インターネット制御部31に出力する。インターネット制御部31は、その画像データを要求元のクライアント端末10に送信する。
【0022】
すなわち、画像配信サーバ11は、クライアント端末10からURLを受け取り、Webページを画像データとしてクライアント端末10に配信するサーバとしての機能と、URLで指定されたWebサーバからHTML文書や画像ファイル等のWEBページの構成要素を読み出しWEBページを生成するWebブラウザとしての機能の両方を兼ね備えているといえる。
【0023】
図4は、本実施の形態におけるクライアント端末10の構成を示すブロック図である。クライアント端末10は、インターネット制御部41と、画像データ受信部42、表示部43とから構成される。インターネット制御部41は、ユーザにより指定されたURLを画像配信サーバ11に送信する。また、インターネット制御部41は、画像配信サーバ11から配信されるビットマップ等の画像データを画像データ受信部42に出力する。画像データ受信部42は、その画像データを表示部43に出力する。
【0024】
上述の通り、本発明の第1の実施の形態においては、画像配信サーバ11は、クライアント端末10の代わりにHTML文書等のWebページ構成データをWebサーバ12から取得した後にそのデータからWebページを生成し、クライアント端末10は、画像配信サーバ11からWebページをビットマップ等の画像データの形式で受信しているため、Webブラウザを実装していない簡易なクライアント端末10であってもWebページを閲覧することができる。また、高機能な画像配信サーバ11は、Webページ作成者の意図に沿ったWebページを正確に生成し、それを画像データとしてクライアント端末10に送信するため、クライアント端末10において正確なWebページを閲覧することができる。
【0025】
次に、本発明の第2の実施の形態について説明する。本実施の形態は、第1の実施の形態で示した処理に更にWebページ画面上に示されているリンクをたどってWebページの閲覧を行う処理を追加したものである。Webページのようなハイパーテキストには、あるトピックに関する情報の固まりが多数あり、関連するトピックの間に関係づけが定義されている。閲覧する者は、この関係付けを自由にたどることによって、ハイパーテキストを読む。Webページのようなトピック単位の情報の固まりをノード、トピック間の関係付けをリンクと呼ぶ。ノードの中にある文字列がほかのトピックに深く関係する場合、この文字列からほかのノードに対してリンクを設定することができる。
【0026】
図5は、本発明の第2の実施の形態にかかるWebページ閲覧システムの処理の流れを示す図である。図1及び図5を参照すると、本処理の前半は、クライアント端末10が画像配信サーバ11に対して閲覧したいWebページのURLを送信するステップ(S1)と、画像配信サーバ11が、当該URLが指定するWebサーバにアクセスするステップ(S2)と、Webサーバ12が、Webページの構成要素となるHTML文書等を画像配信サーバ11に送信するステップ(S3)と、画像配信サーバ11が、Webブラウザを用いることによりHTML文書等からWebページを作成するステップ(S4)と、画像配信サーバ11が、作成したWebページをビットマップ等の画像データとしてクライアント端末10に送信するステップ(S5)と、クライアント端末10が、その画像データを表示部に表示するステップ(S6)とから構成される。ここまでの処理は、本発明の第1の実施の形態における処理(図2参照)と同じである。
【0027】
次にクライアント端末10の使用者が表示されたWebページのどの部分のリンクをたどるかを指定する。具体的には、使用者は、マウス等のポインティングデバイスを使って画面に表示された文字列、画像等を指し、そこをクリックすることにより指定する。
【0028】
そして、本処理の後半では、クライアント端末10が、指定された文字列、画像等の位置(画面上の位置)からクリック位置座標データを算出し、現在表示されているWebページのURLとともにその位置座標データを画像配信サーバ11に送信するステップ(S7)と、画像配信サーバ11が、送られてきたURLとクリック位置座標から、そのURLのWebページの構成データの中のそのクリック位置座標に対応した文字列等にリンクポインタが存在しているかどうかを検査するステップ(S8)と、リンクポインタが存在している場合には、そのリンクポインタが示すURLが指定するWebサーバにアクセスするステップ(S9)と、アクセスされたWebサーバが、Webページの構成要素となるHTML文書を画像配信サーバ11に送信するステップ(S10)と、画像配信サーバ11が、Webブラウザを用いることによりHTML文書等からWebページを作成するステップ(S11)と、画像配信サーバ11が、作成したWebページを画像データとしてクライアント端末10に送信するステップ(S12)と、クライアント端末10が、その画像データを表示部に表示するステップ(S13)とから構成される。なお、S7におけるクリック位置座標とは、画面上の平面位置を示すものであり、X−Y座標形式で表現されたもので構わない。また、S8においてリンクポインタが存在していない場合には、その旨をクライアント端末に返信する。さらに、別のリンクをたどる場合には、S7の直前に行われる指定から行う。
【0029】
図6は、本発明の第2の実施の形態における画像配信サーバ11の構成を示すブロック図である。画像配信サーバ11は、インターネット制御部31と、Webページ生成部32と、フォント情報を格納した記憶部33と、画像データ生成部34と、リンク先URL抽出部35とから構成される。ここで、リンク先URL抽出部35が第2の実施の形態における特有の構成であり、他の構成及びそれらの動作は、第1の実施の形態と基本的には同じである。
【0030】
リンク先URL抽出部35は、クライアント端末10からクリック位置座標及びURLを受信すると、そのURLのWebページの構成データの中のそのクリック位置座標に対応した文字列等にリンクポインタが存在しているかどうかを検査する。その結果、リンクポインタが存在している場合には、そのリンクポインタが示すURLが指定するWebサーバにアクセスする。
【0031】
図7は、本発明の第2の実施の形態におけるクライアント端末10の構成を示すブロック図である。クライアント端末10は、インターネット制御部41と、画像データ受信部42、表示部43と、クリック位置検出部43とから構成される。ここで、クリック位置検出部43が第2の実施の形態における特有の構成であり、他の構成及びその動作は第1の実施の形態と基本的には同じである。
【0032】
使用者は、マウス等のポインティングデバイスを使って画面に表示された文字列、画像等を指し、そこをクリックすることにより指定する。クリック位置検出部43は、指定された文字列、画像等の位置(画面上の位置)からクリック位置座標データを算出し、現在表示されているWebページのURLとともにその位置座標データをインターネット制御部41を介して画像配信サーバ11に送信する。クリック位置座標とは、画面上の平面位置を示すものであり、X−Y座標形式で表現されたもので構わない。
【0033】
上述の第1及び第2の実施の形態においては、画像配信サーバ11は、画像データを圧縮してクライアント端末10に配信することが好ましい。ところが、一般的にWebページは文字情報と画像情報が一体となった構成となっているため、これを一枚の画像データとして圧縮して配信すると、圧縮の際に文字がつぶれたり、圧縮率が上がらなくなるという問題が生じる。そこで、本発明の第3の実施の形態としては、画像データを配信する際に文字領域と画像領域を領域分割する機能を更に設け、それぞれに適した画像圧縮を行うことにする。画像データを領域に分けて圧縮する技術としては、JPEG2000が既に存在する。ここで、JPEG2000について簡単に説明する。JPEG2000とは、静止画像の圧縮・展開の方式を定めた規格で、従来のJPEGよりも高圧縮、高品質な画像圧縮が行えるのが特徴である。従来のJPEG方式では画像を離散コサイン変換(DCT:画像を小さなブロックに分割して周波数成分係数を量子化・符号化して圧縮する方式)で変換するが、JPEG2000ではウェーブレット変換(ウェーブレット関数により画像全体を周波数帯域に分けた縦横それぞれの周波数成分を量子化・符号化して圧縮する方式)で変換する。このため、JPEGでは高圧縮率(低画質)で保存したときに目立っていたブロックノイズ(格子状ノイズ)やモスキートノイズ(水面の波紋状のノイズ)が、JPEG2000では発生しない。また、「電子透かし」の挿入や、圧縮する際の画質、ファイルサイズなどの細かい指定が可能となっている。
【0034】
図8は、本発明の第3の実施の形態における画像配信サーバ11の構成を示すブロック図である。
【0035】
画像配信サーバ11は、インターネット制御部31と、Webページ生成部32と、フォント情報を格納した記憶部33と、画像データ生成部34と、画像圧縮部36とから構成される。ここで、画像圧縮部36が第3の実施の形態における特有の構成である。画像圧縮部36は、JPEG2000で定められた圧縮技術を用いて、Webページを圧縮する。すなわち、図9に示す通り、Webページを文字領域と画像領域に分離し、次に各領域を別個に圧縮し、各圧縮されたデータを合成してクライアント端末10に配信する。これにより、より圧縮率が高く、文字などがつぶれない画像データを配信することができる。なお、クライアント端末10に圧縮データを解凍する機能が備わっていることは言うまでもない。
【0036】
【発明の効果】
本発明により以下の効果が得られる。
【0037】
クライアント端末が、Webページのレイアウト解析等の高機能なシステムを持つ必要がなくなる。その理由は、画像配信サーバがWebページの生成を行い、それを画像データとしてクライアント端末に送信するからである。
【0038】
また、クライアント端末が大容量の文字フォントデータを持つ必要がなくなる。その理由は、画像配信サーバが文字データも画像データとしてクライアント端末に送信するからである。
【0039】
さらに、各クライアント端末に表示されるWebページの外観に差異が生じない。その理由は、画像配信サーバが統一してWebページを生成しているからである。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態にかかるWebページ閲覧システムの全体構成を示すブロック図である。
【図2】本発明の第1の実施の形態にかかるWebページ閲覧システムの処理の流れを示す図である。
【図3】本発明の第1の実施の形態にかかる画像配信サーバの構成を示すブロック図である。
【図4】本発明の第1の実施の形態にかかるクライアント端末の構成を示すブロック図である。
【図5】本発明の第2の実施の形態にかかるWebページ閲覧システムにおける処理の流れを示す図である。
【図6】本発明の第2の実施の形態にかかる画像配信サーバの構成を示すブロック図である。
【図7】本発明の第2の実施の形態にかかるクライアント端末の構成を示すブロック図である。
【図8】本発明の第3の実施の形態にかかる画像配信サーバの構成を示すブロック図である。
【図9】本発明の第3の実施の形態における圧縮技術について説明する図である。
【図10】WebサーバとWebブラウザの間のプロトコルの例を示す概念図である。
【符号の説明】
10 クライアント端末、11 画像配信サーバ、12 Webサーバ、31 インターネット制御部、32 Webページ生成部、33 フォント情報、34画像データ生成部、35 リンク先URL抽出部、36 画像圧縮部、41 インターネット制御部、42 画像データ受信部、43 クリック位置検出部、
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a system for browsing a web (hereinafter, referred to as Web) page published on the Internet.
[0002]
[Prior art]
WWW utilizes a computer system called a client server. This system is composed of two elements: a client that requests a service and a server that provides the service. In the case of WWW, a client is called a Web browser (Browser, browsing software), and a server is called a Web server.
In this system, when a client transmits a request, a server returns necessary content to the client, and the client displays the content as a basic operation.
[0003]
A communication protocol used for communication between the client and the server is called HTTP (Hyper Text Transfer Protocol), and controls an operation of transferring an HTML document (Web page) from the server to the client. HTML (Hyper Text Markup Language) is an agreement for creating an HTML document such as a Web page, and a document created according to the HTML procedure is referred to as an HTML document. A markup language is a description of the logical structure of a document (markup) by embedding commentary symbols (tags) indicating "what is this part of this sentence and how it is displayed" in the document. ). HTML documents are stored on a hard disk or the like in file units in the same manner as document data created by ordinary word processing software, but are also processed in file (HTML document) units when displayed on a Web browser.
[0004]
FIG. 10 is a conceptual diagram illustrating an example of a protocol between a Web server and a Web browser. Hereinafter, the protocol will be briefly described with reference to FIG. In this example, an HTML document is stored in the Web server, while a Web browser that analyzes the HTML document and displays a Web page is installed in the Web browser.
[0005]
First, a Web browser makes a request by transmitting an address called a URL (Uniform Resource Locator) to a Web server (S1). The URL is an identifier that designates the destination of the Web server. The URL includes a protocol (such as HTTP, HTTPS, or FTP), a host name including a domain name (such as www.server.com), The directory name and file name (eg, hello.html) of the server are included.
In this example, the web page to be browsed is http: // www. server. com / hello. html is specified. Next, the Web server receiving the request sends the specified hello. html (HTML document) is returned to the requested Web browser (S2). The received web browser is hello. The html tag is interpreted and displayed (S3). At this time, if there is data specified by a file name such as an image or an icon, the Web browser requests the Web server to transfer the data of the file again, and after receiving the file, displays the data on the Web browser. .
[0006]
Prior art documents related to the present invention include the following.
[0007]
[Patent Document 1]
JP 2002-007463 A [Patent Document 2]
Japanese Patent Application Laid-Open No. 2002-082871 [Patent Document 3]
JP 2002-132630 A [Patent Document 4]
JP 2002-229839 A [Patent Document 5]
JP 10-269297 A
[Problems to be solved by the invention]
However, the conventional system described above has the following problem.
[0009]
Unless high-performance browsing software called a Web browser that processes a markup language and displays a screen with an appropriate layout is installed in the client terminal, the client terminal cannot browse the Web page.
[0010]
In addition, since characters are distributed as text data, correct characters may not be displayed unless the client terminal has appropriate font data (character image data) according to the Web page viewed. For example, in an overseas Web page, there is a possibility that a font unique to the country may be used, so that correct characters cannot be displayed unless the client side holds font data corresponding to the font. On the other hand, if font data of a font unique to each country in the world is registered in the client terminal, a large amount of storage area is required, so that the system scale on the client side becomes too large.
[0011]
Furthermore, since the HTML language does not strictly define the layout, the appearance of the displayed Web page may differ depending on the type of the Web browser of the client terminal. That is, the layout may not be displayed on the screen of the client terminal in a layout intended by the creator of the Web page.
[0012]
Therefore, an object of the present invention is to provide a system that can browse a Web page even with a client terminal that does not have a Web browser.
[0013]
[Means for Solving the Problems]
In order to achieve this object, the present invention provides a high-performance server that performs advanced Web page display processing such as character data conversion, layout analysis, and layout generation, while a client terminal uses a screen of a Web page created by the server. Is received and displayed as image data.
[0014]
That is, the web page browsing system of the present invention includes a first server that publishes a web page on the Internet, a client terminal that browses the web page, and a second server that relays the first server and the client terminal. 2 server, the second server reads a component of the web page from the first server based on the address information sent from the client terminal, generates a web page from the component, The generated web page is converted into bitmap data and transmitted to the client terminal.
[0015]
Further, the web page browsing system of the present invention includes a first server that publishes a web page on the Internet, a client terminal that browses the web page, and a second server that relays the first server and the client terminal. The client terminal transmits the designated character string or the position information of the image to the second server, and the second server transmits the address information and the address information transmitted from the client terminal. Reading a component of a web page from the first server based on the location information, generating a web page from the component, converting the generated web page into bitmap data, and transmitting the bitmap data to a client terminal. And
[0016]
Also, the image distribution server of the present invention is an image distribution server that relays a web server that publishes a web page on the Internet and a client terminal that browses the web page, wherein the address information transmitted from the client terminal And reading a component of the web page from the web server based on the web server, generating a web page from the component, converting the generated web page into bitmap data, and transmitting the bitmap data to the client terminal.
[0017]
Also, the image distribution server of the present invention is an image distribution server that relays a web server that publishes a web page on the Internet and a client terminal that browses the web page, wherein the address information transmitted from the client terminal And read the components of the web page from the web server based on the specified character string or the position information of the image, generate a web page from the components, convert the generated web page to bitmap data, It is transmitted to a client terminal.
[0018]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0019]
FIG. 1 is a block diagram showing an overall configuration of a Web page browsing system according to the first embodiment of the present invention. The Web page browsing system according to the present embodiment includes a client terminal 10 for browsing a Web page, a Web server 12 for publishing the Web page, and an image distribution server 11 for relaying between the client terminal 10 and the Web server 12. Each device performs data communication using an HTTP communication protocol.
[0020]
FIG. 2 is a diagram illustrating a processing flow of the Web page browsing system according to the present embodiment. Referring to FIG. 1 and FIG. 2, in the present process, the client terminal 10 transmits a URL of a Web page to be viewed to the image distribution server 11 (S1), and the image distribution server 11 A step (S2) of accessing the designated Web server, a step (S3) of the accessed Web server transmitting an HTML document or the like as a component of the Web page to the image distribution server 11, and the image distribution server 11 A step of creating a Web page from an HTML document or the like by using a Web browser (S4); a step of transmitting the created Web page as image data to the client terminal 10 by the image distribution server 11 (S5); (S6) displaying the image data on the display unit.
[0021]
FIG. 3 is a block diagram illustrating a configuration of the image distribution server 11 according to the present embodiment. The image distribution server 11 includes an Internet control unit 31, a Web page generation unit 32, a storage unit 33 storing font information, and an image data generation unit 34. When receiving the URL from the client terminal 10, the Internet control unit 31 reads a Web page component such as an HTML document from a Web server specified by the URL, and outputs the read Web page component to the Web page generation unit 32. The Web page generation unit 32 analyzes the HTML document with reference to the font information 33 and generates a Web page. It is desirable that the font information 33 include font information unique to each country in the world. The image data generation unit 34 converts the generated Web page into image data such as a bitmap, and outputs the image data to the Internet control unit 31. The Internet control unit 31 transmits the image data to the client terminal 10 that has made the request.
[0022]
That is, the image distribution server 11 receives a URL from the client terminal 10 and distributes a Web page as image data to the client terminal 10, and a Web server such as an HTML document or an image file from the Web server specified by the URL. It can be said that it has both functions as a Web browser that reads out page components and generates a WEB page.
[0023]
FIG. 4 is a block diagram illustrating a configuration of the client terminal 10 according to the present embodiment. The client terminal 10 includes an Internet control unit 41, an image data receiving unit 42, and a display unit 43. The Internet control unit 41 transmits the URL specified by the user to the image distribution server 11. Further, the Internet control unit 41 outputs image data such as a bitmap distributed from the image distribution server 11 to the image data receiving unit 42. The image data receiving unit 42 outputs the image data to the display unit 43.
[0024]
As described above, in the first embodiment of the present invention, the image distribution server 11 obtains Web page configuration data such as an HTML document from the Web server 12 instead of the client terminal 10 and then converts the Web page from the data. Since the client terminal 10 generates and receives the Web page from the image distribution server 11 in the form of image data such as a bitmap, even if the client terminal 10 is a simple client terminal 10 without a Web browser, the Web page is Can be viewed. In addition, the high-performance image distribution server 11 accurately generates a Web page according to the intention of the Web page creator and transmits the generated Web page to the client terminal 10 as image data. Can be viewed.
[0025]
Next, a second embodiment of the present invention will be described. In the present embodiment, a process of browsing a web page by following a link shown on a web page screen is added to the process described in the first embodiment. In a hypertext such as a Web page, there is a large amount of information about a certain topic, and a relation is defined between related topics. Viewers read hypertext by freely following this association. A block of information in topic units such as a Web page is called a node, and a relation between topics is called a link. If a string inside a node is deeply related to another topic, you can set a link to another node from this string.
[0026]
FIG. 5 is a diagram illustrating a processing flow of the Web page browsing system according to the second embodiment of the present invention. Referring to FIGS. 1 and 5, in the first half of this processing, the client terminal 10 transmits a URL of a Web page to be viewed to the image distribution server 11 (S1), and the image distribution server 11 A step of accessing the designated Web server (S2), a step of the Web server 12 transmitting an HTML document or the like as a component of the Web page to the image distribution server 11 (S3), and a step of the image distribution server 11 A step (S4) of creating a Web page from an HTML document or the like by using a method, a step (S5) of transmitting the created Web page to the client terminal 10 as image data such as a bitmap by the image distribution server 11, Steps in which the terminal 10 displays the image data on the display unit (S6) Constructed. The processing up to this point is the same as the processing (see FIG. 2) in the first embodiment of the present invention.
[0027]
Next, the user of the client terminal 10 specifies which part of the displayed Web page to follow the link. Specifically, the user points to a character string, an image, or the like displayed on the screen using a pointing device such as a mouse, and specifies the character string by clicking on it.
[0028]
In the latter half of the process, the client terminal 10 calculates the click position coordinate data from the position (position on the screen) of the designated character string, image, and the like, and the position of the click position coordinate data is displayed together with the URL of the currently displayed Web page. A step of transmitting the coordinate data to the image distribution server 11 (S7), and the image distribution server 11 corresponding to the click position coordinate in the configuration data of the Web page of the URL based on the transmitted URL and click position coordinate. (S8) checking whether a link pointer exists in the character string or the like, and, if a link pointer exists, accessing a Web server specified by the URL indicated by the link pointer (S9). ) And the accessed Web server transmits the HTML document, which is a component of the Web page, to the image distribution server. (S10), the image distribution server 11 creates a Web page from an HTML document or the like using a Web browser (S11), and the image distribution server 11 converts the created Web page into image data. And a step (S13) of transmitting the image data to the display unit by the client terminal 10 (S13). Note that the click position coordinates in S7 indicate a plane position on the screen, and may be expressed in an XY coordinate format. If the link pointer does not exist in S8, the fact is returned to the client terminal. Further, when following another link, it is started from the designation performed immediately before S7.
[0029]
FIG. 6 is a block diagram showing a configuration of the image distribution server 11 according to the second embodiment of the present invention. The image distribution server 11 includes an Internet control unit 31, a Web page generation unit 32, a storage unit 33 storing font information, an image data generation unit 34, and a link destination URL extraction unit 35. Here, the link destination URL extraction unit 35 is a unique configuration in the second embodiment, and the other configurations and their operations are basically the same as those in the first embodiment.
[0030]
Upon receiving the click position coordinates and the URL from the client terminal 10, the link destination URL extraction unit 35 determines whether the link pointer exists in a character string or the like corresponding to the click position coordinates in the configuration data of the Web page of the URL. Inspect whether. As a result, if the link pointer exists, the web server designated by the URL indicated by the link pointer is accessed.
[0031]
FIG. 7 is a block diagram showing a configuration of the client terminal 10 according to the second embodiment of the present invention. The client terminal 10 includes an Internet control unit 41, an image data receiving unit 42, a display unit 43, and a click position detecting unit 43. Here, the click position detection unit 43 is a unique configuration in the second embodiment, and the other configurations and operations are basically the same as those in the first embodiment.
[0032]
The user points to a character string, an image, or the like displayed on the screen using a pointing device such as a mouse, and specifies the character string by clicking on it. The click position detection unit 43 calculates click position coordinate data from the position (position on the screen) of the designated character string, image, and the like, and outputs the position coordinate data together with the URL of the currently displayed Web page to the Internet control unit. The image data is transmitted to the image distribution server 11 via the server 41. The click position coordinates indicate a plane position on the screen, and may be expressed in an XY coordinate format.
[0033]
In the first and second embodiments described above, it is preferable that the image distribution server 11 compresses the image data and distributes it to the client terminal 10. However, since a Web page generally has a structure in which character information and image information are integrated, if this is compressed and distributed as one piece of image data, characters may be lost at the time of compression, or the compression ratio may be reduced. However, there is a problem that the distance cannot be increased. Therefore, as a third embodiment of the present invention, a function of dividing a character area and an image area when distributing image data is further provided, and image compression suitable for each is performed. JPEG2000 already exists as a technique for compressing image data into regions. Here, JPEG2000 will be briefly described. JPEG2000 is a standard that defines a method for compressing and decompressing still images, and is characterized by being able to perform higher compression and higher quality image compression than conventional JPEG. In the conventional JPEG method, an image is transformed by a discrete cosine transform (DCT: a method in which an image is divided into small blocks, and frequency component coefficients are quantized, coded, and compressed). Is divided into frequency bands, and the vertical and horizontal frequency components are quantized, encoded, and compressed. For this reason, block noise (lattice-like noise) and mosquito noise (water-like ripples) that are conspicuous when stored at a high compression rate (low image quality) in JPEG do not occur in JPEG2000. In addition, it is possible to insert a “digital watermark” and to finely specify image quality and file size when compressing.
[0034]
FIG. 8 is a block diagram illustrating a configuration of the image distribution server 11 according to the third embodiment of the present invention.
[0035]
The image distribution server 11 includes an Internet control unit 31, a Web page generation unit 32, a storage unit 33 storing font information, an image data generation unit 34, and an image compression unit 36. Here, the image compression unit 36 is a unique configuration in the third embodiment. The image compression unit 36 compresses a Web page using a compression technique defined by JPEG2000. That is, as shown in FIG. 9, the Web page is separated into a character area and an image area, each area is separately compressed, each compressed data is synthesized, and delivered to the client terminal 10. As a result, it is possible to distribute image data with a higher compression rate and with which characters and the like are not broken. It goes without saying that the client terminal 10 has a function of decompressing the compressed data.
[0036]
【The invention's effect】
The following effects can be obtained by the present invention.
[0037]
This eliminates the need for the client terminal to have a sophisticated system such as a Web page layout analysis. The reason is that the image distribution server generates a Web page and transmits it to the client terminal as image data.
[0038]
Also, the client terminal does not need to have a large amount of character font data. The reason is that the image distribution server also transmits character data to the client terminal as image data.
[0039]
Further, there is no difference in the appearance of the Web page displayed on each client terminal. The reason is that the image distribution server uniformly generates the Web page.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an overall configuration of a Web page browsing system according to a first embodiment of the present invention.
FIG. 2 is a diagram showing a processing flow of a Web page browsing system according to the first embodiment of the present invention.
FIG. 3 is a block diagram illustrating a configuration of an image distribution server according to the first embodiment of the present invention.
FIG. 4 is a block diagram illustrating a configuration of a client terminal according to the first embodiment of the present invention.
FIG. 5 is a diagram showing a processing flow in a Web page browsing system according to a second embodiment of the present invention.
FIG. 6 is a block diagram illustrating a configuration of an image distribution server according to a second embodiment of the present invention.
FIG. 7 is a block diagram illustrating a configuration of a client terminal according to a second embodiment of the present invention.
FIG. 8 is a block diagram illustrating a configuration of an image distribution server according to a third embodiment of the present invention.
FIG. 9 is a diagram illustrating a compression technique according to a third embodiment of the present invention.
FIG. 10 is a conceptual diagram illustrating an example of a protocol between a Web server and a Web browser.
[Explanation of symbols]
Reference Signs List 10 client terminal, 11 image distribution server, 12 Web server, 31 Internet control unit, 32 Web page generation unit, 33 font information, 34 image data generation unit, 35 linked URL extraction unit, 36 image compression unit, 41 Internet control unit , 42 image data receiving unit, 43 click position detecting unit,

Claims (14)

ウェブページをインターネット上に公開する第1のサーバと、前記ウェブページを閲覧するクライアント端末と、前記第1のサーバと前記クライアント端末との中継を行う第2のサーバとからなり、
前記第2のサーバは、前記クライアント端末から送られたアドレス情報に基づいて前記第1のサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換して前記クライアント端末に送信することを特徴とするウェブページ閲覧システム。
A first server for publishing a web page on the Internet, a client terminal for browsing the web page, and a second server for relaying between the first server and the client terminal;
The second server reads a component of a web page from the first server based on the address information sent from the client terminal, generates a web page from the component, and converts the generated web page into bits. A web page browsing system, which converts the data into map data and transmits the map data to the client terminal.
ウェブページをインターネット上に公開する第1のサーバと、前記ウェブページを閲覧するクライアント端末と、前記第1のサーバと前記クライアント端末との中継を行う第2のサーバとからなり、
前記クライアント端末は、指定された文字列又は画像の位置情報を前記第2のサーバに送信し、
前記第2のサーバは、前記クライアント端末から送られたアドレス情報及び前記位置情報に基づいて前記第1のサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換して前記クライアント端末に送信することを特徴とするウェブページ閲覧システム。
A first server for publishing a web page on the Internet, a client terminal for browsing the web page, and a second server for relaying between the first server and the client terminal;
The client terminal transmits position information of a designated character string or image to the second server,
The second server reads a component of a web page from the first server based on the address information and the location information sent from the client terminal, generates a web page from the component, and generates the generated web page. A web page browsing system, wherein a web page is converted into bitmap data and transmitted to the client terminal.
前記位置情報は、ウェブページを表示する画面上の座標であることを特徴とする請求項2記載のウェブページ閲覧システム。3. The web page browsing system according to claim 2, wherein the position information is coordinates on a screen for displaying the web page. 前記アドレス情報は、URL(Uniform Resource Locator)であり、前記ウェブページの構成要素は、HTML(Hyper Text Markup Language)文書であることを特徴とする請求項1又は2に記載のウェブページ閲覧システム。3. The web page browsing system according to claim 1, wherein the address information is a URL (Uniform Resource Locator), and a component of the web page is an HTML (Hyper Text Markup Language) document. 前記第2のサーバは、前記生成したウェブページを圧縮して前記クライアント端末に送信することを特徴とする請求項1又は2に記載のウェブページ閲覧システム。3. The web page browsing system according to claim 1, wherein the second server compresses the generated web page and transmits the compressed web page to the client terminal. 4. 前記第2のサーバは、前記生成したウェブページを所定の領域に分割し、分割した各領域を別個に圧縮して前記クライアント端末に送信することを特徴とする請求項1又は2に記載のウェブページ閲覧システム。The web server according to claim 1, wherein the second server divides the generated web page into predetermined areas, and separately compresses each of the divided areas and transmits the compressed area to the client terminal. 4. Page browsing system. 前記所定の領域は、文字領域と画像領域であることを特徴とする請求項6記載のウェブページ閲覧システム。The web page browsing system according to claim 6, wherein the predetermined area is a character area and an image area. ウェブページをインターネット上に公開するウェブサーバと前記ウェブページを閲覧するクライアント端末との中継を行う画像配信サーバであって、
前記クライアント端末から送られたアドレス情報に基づいて前記ウェブサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換して前記クライアント端末に送信することを特徴とする画像配信サーバ。
An image distribution server that relays a web server that publishes a web page on the Internet and a client terminal that browses the web page,
Reading a component of a web page from the web server based on the address information sent from the client terminal, generating a web page from the component, converting the generated web page into bitmap data, An image distribution server for transmitting to an image delivery server.
ウェブページをインターネット上に公開するウェブサーバと前記ウェブページを閲覧するクライアント端末との中継を行う画像配信サーバであって、
前記クライアント端末から送られたアドレス情報及び指定された文字列又は画像の位置情報に基づいて前記ウェブサーバからウェブページの構成要素を読み出し、当該構成要素からウェブページを生成し、当該生成したウェブページをビットマップデータに変換して前記クライアント端末に送信することを特徴とする画像配信サーバ。
An image distribution server that relays a web server that publishes a web page on the Internet and a client terminal that browses the web page,
Based on the address information and the designated character string or the position information of the image sent from the client terminal, read the components of the web page from the web server, generate a web page from the components, the generated web page Is converted to bitmap data and transmitted to the client terminal.
前記位置情報は、ウェブページを表示する画面上の座標であることを特徴とする請求項9記載の画像配信サーバ。The image distribution server according to claim 9, wherein the position information is coordinates on a screen displaying a web page. 前記アドレス情報は、URL(Uniform Resource Locator)であり、前記ウェブページの構成要素は、HTML(Hyper Text Markup Language)文書であることを特徴とする請求項9又は10に記載の画像配信サーバ。The image distribution server according to claim 9, wherein the address information is a URL (Uniform Resource Locator), and a component of the web page is an HTML (Hyper Text Markup Language) document. 前記生成したウェブページを圧縮して前記クライアント端末に送信することを特徴とする請求項9又は10に記載の画像配信サーバ。The image distribution server according to claim 9, wherein the generated web page is compressed and transmitted to the client terminal. 前記生成したウェブページを所定の領域に分割し、分割した各領域を別個に圧縮して前記クライアント端末に送信することを特徴とする請求項9又は10に記載の画像配信サーバ。The image distribution server according to claim 9, wherein the generated web page is divided into predetermined regions, and the divided regions are separately compressed and transmitted to the client terminal. 前記所定の領域は、文字領域と画像領域であることを特徴とする請求項13記載の画像配信サーバ。14. The image distribution server according to claim 13, wherein the predetermined area is a character area and an image area.
JP2003005982A 2003-01-14 2003-01-14 Web page browsing system and image distribution server Pending JP2004220260A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003005982A JP2004220260A (en) 2003-01-14 2003-01-14 Web page browsing system and image distribution server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003005982A JP2004220260A (en) 2003-01-14 2003-01-14 Web page browsing system and image distribution server

Publications (1)

Publication Number Publication Date
JP2004220260A true JP2004220260A (en) 2004-08-05

Family

ID=32896505

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003005982A Pending JP2004220260A (en) 2003-01-14 2003-01-14 Web page browsing system and image distribution server

Country Status (1)

Country Link
JP (1) JP2004220260A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006046286A1 (en) * 2004-10-27 2006-05-04 Hewlett-Packard Development Company, L.P. Data distribution system, and method therefor
JP2008535098A (en) * 2005-03-29 2008-08-28 マイクロソフト コーポレーション System and method for transferring web page data
JP2010092382A (en) * 2008-10-10 2010-04-22 Hitachi Ltd Commodity contract support system
JP2011210065A (en) * 2010-03-30 2011-10-20 Fujifilm Corp File communication system and operation control method thereof
JP2011243109A (en) * 2010-05-20 2011-12-01 Nec Corp Remote portable terminal picture control system, remote portable terminal picture control method and remote portable terminal picture control program
JP2011243146A (en) * 2010-05-21 2011-12-01 Fujifilm Corp Relay server and its program, web site browsing system, web site browsing method, and application program
JP2011257988A (en) * 2010-06-09 2011-12-22 Fujifilm Corp Web browsing system and web browsing method
EP2409217A4 (en) * 2009-03-18 2012-01-25 Ricoh Co Ltd Image forming apparatus, image forming method, and program
JP2012043140A (en) * 2010-08-18 2012-03-01 Fujifilm Corp Web page browsing system and relay server
JP2012079113A (en) * 2010-10-01 2012-04-19 Fujifilm Corp Web page browsing system, web page browsing method, and relay server
WO2012160931A1 (en) * 2011-05-25 2012-11-29 富士フイルム株式会社 Web browsing control server and web browsing control method
WO2012165066A1 (en) * 2011-05-31 2012-12-06 富士フイルム株式会社 Image distribution server and image distribution control method
US8990674B2 (en) 2009-07-16 2015-03-24 Fujifilm Corporation Website browsing system using page content converted to an image
JP2015090656A (en) * 2013-11-07 2015-05-11 株式会社三菱東京Ufj銀行 Internet banking system and relay device for illegal access interruption
JP2017504899A (en) * 2014-01-13 2017-02-09 エヌピーコア インコーポレイテッドNPCore,Inc. Mobile terminal hacking prevention system and method
JP2018081695A (en) * 2016-11-17 2018-05-24 エスケー テックス カンパニー、リミテッド Cloud streaming service providing method and apparatus therefor
JP2020107340A (en) * 2019-12-26 2020-07-09 株式会社三菱Ufj銀行 Internet banking system and relay device for illegal access interruption

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2006046286A1 (en) * 2004-10-27 2008-08-07 ヒューレット−パッカード デベロップメント カンパニー エル.ピー. Data distribution system and method
WO2006046286A1 (en) * 2004-10-27 2006-05-04 Hewlett-Packard Development Company, L.P. Data distribution system, and method therefor
US8184128B2 (en) 2004-10-27 2012-05-22 Hewlett-Packard Development Company, L. P. Data distribution system and method therefor
JP2008535098A (en) * 2005-03-29 2008-08-28 マイクロソフト コーポレーション System and method for transferring web page data
JP2010092382A (en) * 2008-10-10 2010-04-22 Hitachi Ltd Commodity contract support system
EP2409217A1 (en) * 2009-03-18 2012-01-25 Ricoh Company, Ltd. Image forming apparatus, image forming method, and program
EP2409217A4 (en) * 2009-03-18 2012-01-25 Ricoh Co Ltd Image forming apparatus, image forming method, and program
US8990674B2 (en) 2009-07-16 2015-03-24 Fujifilm Corporation Website browsing system using page content converted to an image
JP2011210065A (en) * 2010-03-30 2011-10-20 Fujifilm Corp File communication system and operation control method thereof
JP2011243109A (en) * 2010-05-20 2011-12-01 Nec Corp Remote portable terminal picture control system, remote portable terminal picture control method and remote portable terminal picture control program
JP2011243146A (en) * 2010-05-21 2011-12-01 Fujifilm Corp Relay server and its program, web site browsing system, web site browsing method, and application program
JP2011257988A (en) * 2010-06-09 2011-12-22 Fujifilm Corp Web browsing system and web browsing method
JP2012043140A (en) * 2010-08-18 2012-03-01 Fujifilm Corp Web page browsing system and relay server
JP2012079113A (en) * 2010-10-01 2012-04-19 Fujifilm Corp Web page browsing system, web page browsing method, and relay server
WO2012160931A1 (en) * 2011-05-25 2012-11-29 富士フイルム株式会社 Web browsing control server and web browsing control method
WO2012165066A1 (en) * 2011-05-31 2012-12-06 富士フイルム株式会社 Image distribution server and image distribution control method
JP2015090656A (en) * 2013-11-07 2015-05-11 株式会社三菱東京Ufj銀行 Internet banking system and relay device for illegal access interruption
JP2017504899A (en) * 2014-01-13 2017-02-09 エヌピーコア インコーポレイテッドNPCore,Inc. Mobile terminal hacking prevention system and method
JP2018081695A (en) * 2016-11-17 2018-05-24 エスケー テックス カンパニー、リミテッド Cloud streaming service providing method and apparatus therefor
US10560501B2 (en) 2016-11-17 2020-02-11 Sk Planet Co., Ltd. Method and apparatus for cloud streaming service
JP2020107340A (en) * 2019-12-26 2020-07-09 株式会社三菱Ufj銀行 Internet banking system and relay device for illegal access interruption
JP7118044B2 (en) 2019-12-26 2022-08-15 株式会社三菱Ufj銀行 INTERNET SYSTEM AND METHODS THAT THE INTERNET SYSTEM PERFORMS

Similar Documents

Publication Publication Date Title
JP5290487B2 (en) System and method for digital document processing
CN107766359B (en) Method and device for converting page content into picture and computing equipment
JP4165668B2 (en) Method and apparatus for compressing continuous, non-separated data streams
RU2475832C1 (en) Methods and systems for processing document object models (dom) to process video content
US8392827B2 (en) Method for generation and assembly of web page content
JP5306429B2 (en) Method for digital document processing
US6700589B1 (en) Method, system, and program for magnifying content downloaded from a server over a network
JP2004220260A (en) Web page browsing system and image distribution server
US20180007114A9 (en) Server-based browser system
US8403222B2 (en) Method of enabling the downloading of content
JP4934462B2 (en) Method, server and computer program for accessing partial document images
US20110153776A1 (en) Method and system for receiving a local vector object and viewing a vector image
JP4811069B2 (en) Information presentation device, information presentation method, and information presentation processing program
GB2364802A (en) Electronic document delivery and transformation
US20170168997A1 (en) System and computer-implemented method for incorporating an image into a page of content for transmission from a web-site
KR100893829B1 (en) Object transfer method with format adaptation
EP1496667B1 (en) Network access to partial document images
CN102541836A (en) Method and device for adjusting format file layout
CN114297544A (en) Remote browsing method, device, equipment and storage medium
US20040148292A1 (en) Method of adaptive data transmission
JP2005532628A (en) Method and system for streaming data movement between a content provider server and an output server
EP2397953B1 (en) A computer-implemented method, a computer program product and an embedded system for displaying data more efficiently
CN113515213A (en) Cursor shape synchronization method, remote browsing system, equipment and storage medium
JP2009176176A (en) Web page distribution device
JP2004252546A (en) Content conversion method and device, and program

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050314

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061128

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070129

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070403