JP2002215499A - Url switching control method and site charging method - Google Patents
Url switching control method and site charging methodInfo
- Publication number
- JP2002215499A JP2002215499A JP2001009647A JP2001009647A JP2002215499A JP 2002215499 A JP2002215499 A JP 2002215499A JP 2001009647 A JP2001009647 A JP 2001009647A JP 2001009647 A JP2001009647 A JP 2001009647A JP 2002215499 A JP2002215499 A JP 2002215499A
- Authority
- JP
- Japan
- Prior art keywords
- site
- url
- user
- request
- 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)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、インターネットで
接続されたサーバの提供するサービスを利用するにあた
り、クライアントからのリクエストを適切なサーバへ切
り替えるための方法に関するものである。The present invention relates to a method for switching a request from a client to an appropriate server when using a service provided by a server connected via the Internet.
【0002】[0002]
【従来の技術】近年、インターネットの普及により、各
社が物品販売やチケットの予約などのサービスを提供す
るサイトを立ち上げている。それらのサイトでサービス
を受けるために、ユーザは予めユーザ登録を行ってお
き、その際、住所、氏名、支払方法、クレジットカード
番号などのユーザ情報を登録しておく。これにより、各
種のサービスを受ける時点で、ユーザ認証さえ行えば、
その他の面倒な入力をする必要が無くなる。また特開平
11-96237号公報の「ネットワークシステム、データ配信
方法、および、配信用データが記録されたコンピュータ
読み取り可能な記録媒体」のように、電子商取引サービ
スに好適なネットワークシステムを提案した従来技術が
ある。2. Description of the Related Art In recent years, with the spread of the Internet, various companies have launched sites that provide services such as article sales and ticket reservations. In order to receive services at those sites, the user performs user registration in advance, and at that time, user information such as an address, a name, a payment method, and a credit card number is registered. As a result, at the time of receiving various services, if only user authentication is performed,
There is no need to perform other troublesome inputs. In addition,
There is a conventional technology that proposes a network system suitable for an e-commerce service, such as “Network System, Data Distribution Method, and Computer-Readable Recording Medium Recording Distribution Data” in JP-A-11-96237.
【0003】[0003]
【発明が解決しようとする課題】サービスの種類が増え
ても、ユーザ認証のように、各サービスに共通に必要な
手続きがある。ユーザ認証のためのコンテンツをサービ
ス毎に逐一作成していたのでは、多大なコストがかか
る。また、サービスの種類毎に画面レイアウトが異なる
と、ユーザにとっては不便である。特開平11-96237号公
報の「ネットワークシステム、…」では、電子商取引サ
ービスを提供するためには、ネットワーク自体の構成に
まで配慮する必要がある。Even if the types of services increase, there are procedures required for each service, such as user authentication. If content for user authentication is created for each service one by one, a large cost is required. Further, if the screen layout is different for each type of service, it is inconvenient for the user. In Japanese Patent Application Laid-Open No. 11-96237, “Network System,...”, It is necessary to consider even the configuration of the network itself in order to provide electronic commerce services.
【0004】[0004]
【課題を解決するための手段】ユーザからアクセスする
際の窓口となる取り纏めサイトを設け、取り纏めサイト
からユーザ認証サイト、および各種のサービスを提供す
るサイトを呼び出す形態とする。その際、ユーザからの
リクエストを適切なサイトに振り分けるためのURL切
替プログラムを設ける。Means for Solving the Problems A coordinating site serving as a window for accessing from a user is provided, and a user authentication site and a site providing various services are called from the coordinating site. At that time, a URL switching program for distributing a request from the user to an appropriate site is provided.
【0005】[0005]
【発明の実施の形態】以下、本発明の実施の形態につい
て説明する。図1は、本発明の全体の構成を表した図で
ある。Embodiments of the present invention will be described below. FIG. 1 is a diagram showing the overall configuration of the present invention.
【0006】101は、ユーザがリクエストを送信するた
めに使用するユーザPCであり、102〜105は、各種サー
ビスを提供するサイトである。本発明では「サイト」と
いう用語と「サーバ」という用語とを同義語として扱
う。「サイト」という用語はユーザ側から見た時の用語
であり、「サーバ」という用語は、コンピュータ側から
見た時の用語である。Reference numeral 101 denotes a user PC used by a user to transmit a request, and reference numerals 102 to 105 denote sites that provide various services. In the present invention, the terms "site" and "server" are treated as synonyms. The term “site” is a term as viewed from the user side, and the term “server” is a term as viewed from the computer side.
【0007】107は、ユーザがリクエストを送信する先
となる取り纏めサイトである。ユーザは102〜105の各種
サービスを提供するサイトは直接知らない。[0007] Reference numeral 107 denotes a grouping site to which the user sends a request. The user does not directly know a site that provides 102 to 105 various services.
【0008】108は、取り纏めサイトの中でリクエスト
を解析して適切なサイトに切り替えるためのURL切替
プログラムである。尚、URLとは、Uniform Resource
Locatorの略であり、インターネット上のサーバ名と、
そのサーバ内のファイル名とを指定する時に使用する記
述方法であり、「http://www.server1.com/file.html」
というフォーマットである。「www.server1.com」の部
分がサーバ名を表し、「file.html」の部分がファイル
名を表す。Reference numeral 108 denotes a URL switching program for analyzing a request in the collecting site and switching to an appropriate site. The URL is a Uniform Resource
An abbreviation for Locator, with the server name on the Internet,
This is the description method used when specifying the file name in the server, and "http://www.server1.com/file.html"
The format is “Www.server1.com” represents the server name, and “file.html” represents the file name.
【0009】109は、ユーザからのリクエストを受信す
るためのリクエスト受信部であり、110は、ユーザから
のリクエストを解析して、適切なサイトに対してリクエ
ストを送信するためのURL解析部である。111は、U
RL解析部110がURLを切り替える際に参照するUR
L切替定義ファイルである。112は、サーバからのレス
ポンスを受信して、そのレスポンスをユーザへ送信する
ためのレスポンス送信部である。Reference numeral 109 denotes a request receiving unit for receiving a request from a user, and reference numeral 110 denotes a URL analyzing unit for analyzing a request from the user and transmitting the request to an appropriate site. . 111 is U
UR referred by the RL analysis unit 110 when switching URLs
This is an L switching definition file. A response transmission unit 112 receives a response from the server and transmits the response to the user.
【0010】113は、ユーザからのリクエストを受信し
て、取り纏めサイト107自身のWWWコンテンツをレス
ポンスとして送信するためのWWWサーバプログラムで
ある。114は、取り纏めサイト107自身のWWWコンテン
ツである。Reference numeral 113 denotes a WWW server program for receiving a request from a user and transmitting the WWW content of the site 107 itself as a response. Reference numeral 114 denotes WWW content of the coordinating site 107 itself.
【0011】図2は、図1内のURL切替プログラム10
8を詳細に示した図である。201〜204は、リクエスト受
信部109が受信したリクエストを、URL解析部110がU
RL切替定義ファイル111に従ってURLを切り替える
過程を示している。URL切替定義ファイル111は、205
のような表形式で表される。FIG. 2 shows the URL switching program 10 in FIG.
FIG. 8 is a diagram showing 8 in detail. 201 to 204 indicate that the request received by the request receiving unit 109 is
The process of switching URLs according to the RL switching definition file 111 is shown. The URL switching definition file 111 is 205
It is represented in a tabular format such as
【0012】図3は、URL切替プログラム108が、ユ
ーザPC101からのリクエストを受信して、再びユーザ
PC101にレスポンスを送信するまでの手順を示したフ
ローチャートである。FIG. 3 is a flowchart showing a procedure from when the URL switching program 108 receives a request from the user PC 101 to when it transmits a response to the user PC 101 again.
【0013】リクエスト受信部109が、ユーザPCから
のリクエストを受信し(ステップ301)、URL解析部1
10が、リクエストを表すURLからサーバ名とファイル
名とを抽出する(ステップ302)。URL切替定義ファ
イル111内の変更前URLに、ステップ302で抽出したサ
ーバ名とファイル名の組み合わせがあるか検索する(ス
テップ303)。その組み合わせがあれば、ステップ304
で、URL切替定義ファイル111内の変更後URLに従
って、URLを切り替える。The request receiving unit 109 receives a request from the user PC (step 301), and the URL analyzing unit 1
10 extracts the server name and the file name from the URL representing the request (step 302). It is searched whether the URL before change in the URL switching definition file 111 has a combination of the server name and the file name extracted in step 302 (step 303). If so, step 304
Then, the URL is switched according to the changed URL in the URL switching definition file 111.
【0014】次に、URLで示されるサーバに対して、
リクエストを送信し(ステップ305)、レスポンス送信
部112が、サーバからのレスポンスを受信して、ユーザ
PC101に対してそのレスポンスを送信する(ステップ3
06)。Next, for the server indicated by the URL,
A request is transmitted (step 305), and the response transmitting unit 112 receives the response from the server and transmits the response to the user PC 101 (step 3).
06).
【0015】図4は、一般的なHTMLファイルの例で
ある。HTMLファイルとは、Hyper Text Markup Lang
uageの略であり、WWWブラウザで表示されるコンテン
ツを記述したファイルである。一般にHTMLファイル
は、単なる文字列だけでなく、画像ファイルや、コンテ
ンツ内のボタンを押した時の画面遷移先などについても
記述する。図4の例では、画像ファイルとして「a.jpe
g」、ボタンを押した時にデータを送信する先のURL
として「http://www.site2.com/b.html」と定義されて
いる。FIG. 4 shows an example of a general HTML file. HTML file is Hyper Text Markup Lang
This is an abbreviation of uage, which is a file that describes the content displayed on a WWW browser. Generally, an HTML file describes not only a character string but also an image file and a screen transition destination when a button in a content is pressed. In the example of FIG. 4, "a.jpe
g ”, the URL to which data is sent when the button is pressed
Is defined as "http://www.site2.com/b.html".
【0016】図5は、ユーザPC101から図4のHTM
Lファイルをリクエストする際に発生しうるリクエスト
を列挙したものである。図4のHTMLファイル自身の
URL(http://www.site1.com/a.html)だけでなく、画
像ファイル「a.jpeg」を表示するためのリクエスト(htt
p://www.site1.com/a.jpeg)、および、ボタンを押した
時にデータを送信する先のURL(http://www.site2.co
m/b.html)もリクエストとして発生しうる。このよう
に、ユーザPC101から直接リクエストされたURLに
伴って、間接的にリクエストされるURLも存在するの
である。FIG. 5 is a diagram showing the user PC 101 to the HTM shown in FIG.
Lists requests that can occur when requesting an L file. A request (htt) for displaying the image file “a.jpeg” as well as the URL (http://www.site1.com/a.html) of the HTML file itself in FIG.
p: //www.site1.com/a.jpeg) and the URL to which data is sent when the button is pressed (http://www.site2.co.
m / b.html) can also occur as a request. Thus, along with the URL directly requested from the user PC 101, there is also a URL requested indirectly.
【0017】図6は、本実施例において、取り纏めサイ
ト107において、URLがリクエストされたときに発生
するリクエストの一覧であり、図7は、本実施例におけ
るURL切替定義ファイルの一例である。図8は、本実
施例において、各種サービスの提供サイト102〜105につ
いて、それぞれのサービスを享受する際に必要となる入
出力手順を表す。FIG. 6 is a list of requests generated when a URL is requested at the coordinating site 107 in this embodiment, and FIG. 7 is an example of a URL switching definition file in this embodiment. FIG. 8 shows an input / output procedure required for enjoying various services in the various service providing sites 102 to 105 in the present embodiment.
【0018】図9〜図10は、取り纏めサイト107の画
面遷移の一例を表した図である。ユーザPC101から最
初のリクエストであるURL(www.master.com/index.ht
ml)を受信すると、画面901が表示される。画面902にお
いて、ユーザIDとパスワードが入力されると、図6に
従うと、本来は、「www.master.com/dbaccess.cgi」と
いうリクエストが発生するが、図7のURL切替定義フ
ァイルの項番1によって、「www.auth.com/dbaccess.cg
i」というリクエストに切り替わる。FIGS. 9 and 10 are diagrams showing an example of the screen transition of the coordinating site 107. FIG. URL (www.master.com/index.ht), which is the first request from user PC 101
Screen 901 is displayed upon receiving (ml). When the user ID and password are input on the screen 902, a request “www.master.com/dbaccess.cgi” is originally generated according to FIG. 6, but the item number of the URL switching definition file in FIG. According to 1, "www.auth.com/dbaccess.cg
i ".
【0019】図9において、認証サイト903に対してリ
クエストが発生し(そのときの引数として、ユーザID
およびパスワードがある)、その結果、画面902に対して
認証OKおよび個人情報または認証NGというレスポン
スが返される。In FIG. 9, a request is issued to the authentication site 903 (user ID as an argument at that time).
As a result, a response of authentication OK and personal information or authentication NG is returned to the screen 902.
【0020】認証OKのとき、画面904に遷移する。こ
こでは「物品販売」が選択されるものとするが、「チケ
ット予約」や「相談」が選択された場合でも、以下の手
順は同等である。When the authentication is OK, the screen transits to a screen 904. Here, it is assumed that “article sales” is selected, but the following procedure is the same even when “ticket reservation” or “consultation” is selected.
【0021】「物品販売」が選択されると、図6に従う
と、本来は、「www.master.com/list.html」というリク
エストが発生するが、図7のURL切替定義ファイルの
項番2によって、「www.shop.com/list.html」というリ
クエストに切り替わる。When "sales of goods" is selected, a request "www.master.com/list.html" is originally generated according to FIG. 6, but item number 2 in the URL switching definition file of FIG. Switches to the request "www.shop.com/list.html".
【0022】図9において、物品販売サイト905に対し
てリクエストが発生し(そのときの引数として、個人情
報がある)、その結果、画面904に対して商品一覧およ
び商品単価というレスポンスが返される。画面1001に商
品一覧と商品単価が表示される。各商品の個数が入力さ
れると、図6に従うと、「www.master.com/goods.htm
l」というリクエストが発生するが、図7のURL切替
定義ファイルの項番3によって、「www.shop.com/good
s.html」というリクエストに切り替わる。In FIG. 9, a request is issued to the article sales site 905 (there is personal information as an argument at that time). As a result, a response of a product list and a product unit price is returned to the screen 904. A product list and a product unit price are displayed on a screen 1001. When the number of each product is input, according to FIG. 6, "www.master.com/goods.htm
l ”is generated, but according to the item No. 3 of the URL switching definition file in FIG. 7,“ www.shop.com/good
s.html ".
【0023】図10において、物品販売サイト1002に対
してリクエストが発生し(そのときの引数として、商
品、個数がある)、その結果、画面1001に対して合計金
額というレスポンスが返される。画面1003に合計金額な
どが表示され、一連の物品販売サービスが完了する。各
画面901,902,904,1001,1003は、いずれもWWWコンテ
ンツ114に格納されており、したがって、ユーザ認証、
物品販売などサービスの種類に依存することなく、取り
纏めサイト107独自の画面レイアウトが可能である。In FIG. 10, a request is issued to the goods sales site 1002 (the goods and the number are as arguments at that time). As a result, a response of the total amount is returned to the screen 1001. The total amount is displayed on the screen 1003, and a series of goods sales services is completed. Each of the screens 901, 902, 904, 1001, and 1003 is stored in the WWW content 114.
The screen layout unique to the collection site 107 is possible without depending on the type of service such as the sale of goods.
【0024】図11は、各種サービスを提供するサイト
102〜105それぞれが、サイト別アクセス回数一覧表1104
を持った時の図である。サイト別アクセス回数一覧表11
04は、取り纏めサイト1101〜1103からのアクセス回数を
記録した表であり、各サイト102〜105の管理者は取り纏
めサイト1101〜1103の管理者に対して、アクセス回数に
応じて課金することができる。FIG. 11 is a site that provides various services.
Each of 102 to 105 is a list of the number of accesses by site 1104
FIG. List of access counts by site 11
04 is a table in which the number of accesses from the coordinating sites 1101 to 1103 is recorded. The administrator of each of the sites 102 to 105 can charge the administrator of the coordinating sites 1101 to 1103 according to the number of accesses. .
【0025】[0025]
【発明の効果】本発明により、ユーザは取り纏めサイト
に対してのみリクエストを送信すれば、各種サービスを
受けることができるようになる。According to the present invention, a user can receive various services by transmitting a request only to a grouping site.
【0026】サービス提供者は、各種のサービスに特有
なコンテンツのみを作成すればよく、ユーザ認証のよう
に共通なサービスは専用のサイトを利用することができ
る。サービスの種類毎によって、画面レイアウトが統一
したものにできる。各種サービスを提供するサイトは、
取り纏めサイトに対して、アクセス回数に応じて課金す
ることができる。The service provider only needs to create contents unique to various services, and a common service such as user authentication can use a dedicated site. The screen layout can be unified for each type of service. Sites that provide various services,
It is possible to charge for the coordinating site according to the number of accesses.
【図1】本発明の全体の構成を表した図である。FIG. 1 is a diagram showing the overall configuration of the present invention.
【図2】図1内のURL切替プログラム108を詳細に示
した図である。FIG. 2 is a diagram showing a URL switching program 108 in FIG. 1 in detail.
【図3】URL切替プログラム108が、ユーザPC101か
らのリクエストを受信して、再びユーザPC101にレス
ポンスを送信するまでの手順を示したフローチャートで
ある。FIG. 3 is a flowchart showing a procedure from when the URL switching program 108 receives a request from the user PC 101 to when it transmits a response to the user PC 101 again.
【図4】一般的なHTMLファイルの例である。FIG. 4 is an example of a general HTML file.
【図5】ユーザPC101から図4のHTMLファイルを
リクエストする際に発生しうるリクエストを列挙したも
のである。FIG. 5 is a list of requests that can occur when the user PC 101 requests the HTML file of FIG. 4;
【図6】本実施例において、取り纏めサイト107におい
て、URLがリクエストされたときに発生するリクエス
トの一覧であるFIG. 6 is a list of requests that are generated when a URL is requested in the coordinating site 107 in the embodiment.
【図7】本実施例におけるURL切替定義ファイルの一
例である。FIG. 7 is an example of a URL switching definition file in the embodiment.
【図8】本実施例において、各種サービスの提供サイト
102〜105について、それぞれのサービスを享受する際に
必要となる入出力手順である。FIG. 8 is a site for providing various services in the present embodiment.
These are input / output procedures necessary for enjoying the respective services for 102 to 105.
【図9】取り纏めサイト107の画面遷移の一例を表した
図である。FIG. 9 is a diagram illustrating an example of a screen transition of the collection site 107.
【図10】取り纏めサイト107の画面遷移の一例を表し
た図である。(図9からの続き)FIG. 10 is a diagram illustrating an example of a screen transition of the collection site 107. (Continuation from Fig. 9)
【図11】各種サービスを提供するサイト102〜105それ
ぞれが、サイト別アクセス回数一覧表1104を持った時の
図である。FIG. 11 is a diagram when each of sites 102 to 105 providing various services has a site-specific access count list 1104.
101…ユーザPC、102…ユーザ認証サイト、103…物品
販売サイト、104…チケット販売サイト、105…相談サイ
ト、107…取り纏めサイト、108…URL切替プログラ
ム、109…リクエスト受信部、110…URL解析部、111
…URL切替定義ファイル、112…レスポンス送信部、1
13…WWWサーバプログラム、114…WWWコンテン
ツ、201〜204…URLの切替過程、205…URL切替定
義ファイルを表す表、301〜305…物品販売サイトの各画
面、401…一般的なHTMLファイルの例、501…リクエ
ストを列挙したもの、601…URLがリクエストされた
ときに発生するリクエストの一覧、701…URL切替定
義ファイルの一例、801…各サイトの入出力手順、901,9
02,904,1001,1003…取り纏めサイトの画面遷移の一例、
903…認証サイトの一例、905,1002…物品販売サイトの
一例、1101,1102,1103…取り纏めサイト、1104…サイト
別アクセス回数一覧表101: User PC, 102: User authentication site, 103: Article sales site, 104: Ticket sales site, 105: Consultation site, 107: Summary site, 108: URL switching program, 109: Request receiving unit, 110: URL analyzing unit , 111
... URL switching definition file, 112 ... Response transmission unit, 1
13: WWW server program, 114: WWW contents, 201 to 204: URL switching process, 205: Table showing URL switching definition file, 301 to 305: Each screen of article sales site, 401: Example of general HTML file , 501: List of requests, 601: List of requests generated when a URL is requested, 701: An example of a URL switching definition file, 801: Input / output procedure of each site, 901, 9
02,904,1001,1003… An example of screen transition of the summary site,
903: An example of an authentication site, 905,1002: An example of an article sales site, 1101, 1102, 1103: A collection site, 1104: A list of access counts by site
Claims (3)
クエスト受信部と、リクエストを解析して所望のWWW
サーバにそのリクエストを送信するURL解析部と、リ
クエストされたURLを変換するテーブルを有し該UR
L解析部が参照するURL切替定義ファイルと、前記W
WWサーバからのレスポンスを受信して前記ユーザPC
へレスポンスを送信するレスポンス送信部とを有するこ
とを特徴とするURL切替制御方法。1. A request receiving unit for receiving a request from a user PC, and analyzing the request to obtain a desired WWW
A URL analysis unit for transmitting the request to the server, and a table for converting the requested URL;
A URL switching definition file referred to by the L analysis unit;
Receives a response from the WW server and returns to the user PC
And a response transmitting unit that transmits a response to the URL.
て、前記WWWサーバは、アクセス回数を記録したアク
セス回数一覧表を有することを特徴とするURL切替制
御方法。2. The URL switching control method according to claim 1, wherein the WWW server has an access count list recording the access count.
ザPCから前記サイトへのアクセスを切り替える取り纏
めサイトとを有するシステムであって、前記サイトは該
サイトに対するアクセス回数を記録したアクセス回数一
覧表を設け、該アクセス回数に応じてアクセスしたサイ
トに対して課金することを特徴とするサイト課金方法。3. A system comprising a user PC, a plurality of sites, and a coordinating site for switching access from the user PC to the site, wherein the site records the number of accesses to the site. And charging a site accessed in accordance with the number of accesses.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001009647A JP2002215499A (en) | 2001-01-18 | 2001-01-18 | Url switching control method and site charging method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001009647A JP2002215499A (en) | 2001-01-18 | 2001-01-18 | Url switching control method and site charging method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2002215499A true JP2002215499A (en) | 2002-08-02 |
Family
ID=18877090
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001009647A Pending JP2002215499A (en) | 2001-01-18 | 2001-01-18 | Url switching control method and site charging method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2002215499A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010055199A (en) * | 2008-08-26 | 2010-03-11 | Nippon Telegr & Teleph Corp <Ntt> | Hypertext transfer protocol network and data transfer method |
JP2010123043A (en) * | 2008-11-21 | 2010-06-03 | Mitsubishi Electric Corp | Url converter, url conversion method, url conversion program and web information collection system |
US9231934B2 (en) | 2012-11-14 | 2016-01-05 | Brother Kogyo Kabushiki Kaisha | Control server, data processing device, and control device for data processing device |
-
2001
- 2001-01-18 JP JP2001009647A patent/JP2002215499A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010055199A (en) * | 2008-08-26 | 2010-03-11 | Nippon Telegr & Teleph Corp <Ntt> | Hypertext transfer protocol network and data transfer method |
JP2010123043A (en) * | 2008-11-21 | 2010-06-03 | Mitsubishi Electric Corp | Url converter, url conversion method, url conversion program and web information collection system |
US9231934B2 (en) | 2012-11-14 | 2016-01-05 | Brother Kogyo Kabushiki Kaisha | Control server, data processing device, and control device for data processing device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5895454A (en) | Integrated interface for vendor/product oriented internet websites | |
US7062706B2 (en) | Method and apparatus for populating a form with data | |
US8635327B1 (en) | Web advertising method | |
US9917827B2 (en) | Internet server access control and monitoring systems | |
US20080015950A1 (en) | Video rental e-commerce solution | |
US20020059369A1 (en) | Method and apparatus for creating and distributing non-sensitized information summaries to users | |
JP2007004785A (en) | System and method for integrating public and private data | |
JP2008083803A (en) | Advertisement distribution device | |
JP2003345697A (en) | Method, apparatus, and storage medium for providing integrated interface | |
JP2002215499A (en) | Url switching control method and site charging method | |
US20030195796A1 (en) | Internet activity rating system | |
JP2002183092A (en) | Personalized service providing system | |
US20020052757A1 (en) | Network data sharing system | |
JP2000194636A (en) | Method for providing information over internet and program recording medium | |
KR100393252B1 (en) | Method and System for managing translation service | |
JP2004501411A (en) | Method and apparatus for providing intelligent suggestions for online activities to a user based on the user's knowledge of data from multiple web-services | |
JP2002236862A (en) | Payment execution site, payment system, payment method, recording medium, and program | |
JP2006350809A (en) | Member registration support method and program | |
JP4981110B2 (en) | Server apparatus, information providing method, and server program | |
JP5433869B2 (en) | Advertisement mediation computer, advertisement mediation system, advertisement mediation method, and program | |
JP2003005640A (en) | Apparatus and method for processing public key certificate | |
WO2008105642A1 (en) | System of providing interactive shopping file and method thereof | |
KR20050059385A (en) | Contents scrap system and method thereof | |
JP2007087361A (en) | Information providing system | |
JP2003223597A (en) | Electronic use detail notice and server device |