JP2010061626A - Browsing display method by page number of home page - Google Patents
Browsing display method by page number of home page Download PDFInfo
- Publication number
- JP2010061626A JP2010061626A JP2008256829A JP2008256829A JP2010061626A JP 2010061626 A JP2010061626 A JP 2010061626A JP 2008256829 A JP2008256829 A JP 2008256829A JP 2008256829 A JP2008256829 A JP 2008256829A JP 2010061626 A JP2010061626 A JP 2010061626A
- Authority
- JP
- Japan
- Prior art keywords
- page
- browsing
- page number
- home
- url
- 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
Images
Landscapes
- User Interface Of Digital Computer (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
本発明は、ホームページの閲覧表示方法に関する。 The present invention relates to a homepage browsing display method.
従来のホームページの閲覧方法は、ウェブブラウザにページのURLを直接入力するか、表示しているホームページに用意されたページへのリンクによって閲覧したいページに移動するというものである。 A conventional homepage browsing method is to directly enter the URL of a page in a web browser, or to move to a page to be browsed by a link to a page prepared on the displayed homepage.
従来のホームページの閲覧方法では、閲覧しているページに目的のページへのリンクが用意されていない場合は閲覧するためにリンクのあるページを経由するかウェブブラウザに直接URLを入力する必要があった。 In the conventional homepage browsing method, if the page being browsed does not have a link to the target page, it is necessary to go through the linked page or enter the URL directly into the web browser in order to view it. It was.
また、ホームページの閲覧者から電話で問い合わせを受けるような場合、閲覧者が現在どのページを閲覧しているかは、口頭でURLを確認するか、ページのタイトルや内容を確認しページを特定する必要があった。 In addition, when receiving an inquiry from a homepage viewer by telephone, it is necessary to identify the page that the viewer is currently viewing by verifying the URL verbally or by identifying the page title and content. was there.
本発明は、このような従来のホームページの閲覧における問題を解決しようとするものであり、ページ番号を利用することでホームページの閲覧をより便利で効率的なものにすることを目的とするものである。 The present invention is intended to solve such problems in conventional browsing of home pages, and aims to make browsing of home pages more convenient and efficient by using page numbers. is there.
そして、本発明は上記目的を達成するために、予めホームページのページ番号とURLを管理するデータベースをサーバー上に用意し、ホームページの各ページにページ番号を入力する場所を用意する。閲覧者が目的のページ番号を入力した後ページ移動のアクションを起こせば、プログラムがサーバーに用意したデータベースに接続しページ番号からURLに換えて目的のページを表示するというものである。 In order to achieve the above object, the present invention prepares a database for managing the page number and URL of the home page on the server in advance, and prepares a place for inputting the page number to each page of the home page. If the viewer enters the target page number and then takes the action of moving the page, the program connects to the database prepared in the server and displays the target page instead of the page number to the URL.
動的に表示しているホームページであればページを表示する段階でデータベースからページ番号を取得して表示することができ、静的なページの場合でもページ番号の確認のアクションにより現在のページを表示することができる。 If it is a dynamically displaying home page, the page number can be acquired from the database at the stage of displaying the page and displayed, and even in the case of a static page, the current page is displayed by the action of checking the page number. can do.
データベースは、CSV形式等のファイルでも可能である。 The database can also be a CSV format file.
ページ番号を入力する場所は、ブラウザの拡張機能として追加することで実現することも可能である。 The place where the page number is input can also be realized by adding it as an extended function of the browser.
上述したように本発明のページ番号を利用した方法は、目的のページに直接アクセスすることができる様になるとともに現在表示しているページを容易に特定することができるようになる。 As described above, the method using the page number of the present invention makes it possible to directly access the target page and to easily identify the currently displayed page.
また、特に携帯端末で階層の深いページにアクセスする場合でも途中のページを経由する必要がなく直接目的のページを表示することができるため閲覧が容易になるとともに通信費削減にもつながる。 In particular, even when accessing a deep page in a mobile terminal, it is not necessary to go through a page in the middle, and the target page can be displayed directly, which facilitates browsing and reduces communication costs.
この発明の実現の形態を図1〜図3に基づいて説明する。 An embodiment of the present invention will be described with reference to FIGS.
図1は、データベースやファイルを利用してページ番号とURLを照合する場合の構成で、ウェブブラウザ1からウェブサーバー2にページ番号をリクエストするとウェブアプリケーション3がデータベース4に接続しページ番号に該当するURLをウェブアプリケーション3に返す。ウェブアプリケーション3はウェブサーバー2に処理結果を送りウェブブラウザ1に目的のホームページが表示される。 FIG. 1 shows a configuration in which a page number and a URL are collated using a database or file. When a page number is requested from the web browser 1 to the
図2は、ウェブアプリケーション3にページ番号とURLの組み合わせを直接記載する構成で、ウェブブラウザ1からウェブサーバー2にページ番号をリクエストするとウェブアプリケーション3がウェブサーバー2に処理結果を送りウェブブラウザ1に目的のホームページが表示される。 FIG. 2 shows a configuration in which a combination of a page number and a URL is directly described in the
図3は、HTMLファイル5にページ番号とURLの組み合わせを直接記載する構成で、ウェブブラウザ1からウェブサーバー2にページ番号に該当するURLをリクエストしウェブサーバー2がウェブブラウザ1に目的のホームページを表示する。 FIG. 3 is a configuration in which a combination of a page number and a URL is directly described in the HTML file 5. The
1 ウェブブラウザ
2 ウェブサーバー
3 ウェブアプリケーションサーバー
4 データベース、ファイル
5 HTMLファイル1
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008256829A JP2010061626A (en) | 2008-09-03 | 2008-09-03 | Browsing display method by page number of home page |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008256829A JP2010061626A (en) | 2008-09-03 | 2008-09-03 | Browsing display method by page number of home page |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010061626A true JP2010061626A (en) | 2010-03-18 |
Family
ID=42188312
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008256829A Pending JP2010061626A (en) | 2008-09-03 | 2008-09-03 | Browsing display method by page number of home page |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010061626A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112667326A (en) * | 2019-09-30 | 2021-04-16 | 北京国双科技有限公司 | Display method and device of popup page, computer equipment and storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002024117A (en) * | 2000-05-08 | 2002-01-25 | Nternet Number Corp | Method and system for accessing information on network |
JP2002082856A (en) * | 1997-10-28 | 2002-03-22 | Nternet Number Corp | Method and system for accessing information on network |
JP2002342127A (en) * | 2001-05-21 | 2002-11-29 | Toshiba Corp | Program, system and method for outputting web log |
JP2004164663A (en) * | 2003-11-25 | 2004-06-10 | Human Home:Kk | Receiving system |
JP2007317220A (en) * | 2000-05-08 | 2007-12-06 | Fujitsu Ltd | Information display device, medium, and program |
-
2008
- 2008-09-03 JP JP2008256829A patent/JP2010061626A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002082856A (en) * | 1997-10-28 | 2002-03-22 | Nternet Number Corp | Method and system for accessing information on network |
JP2002024117A (en) * | 2000-05-08 | 2002-01-25 | Nternet Number Corp | Method and system for accessing information on network |
JP2007317220A (en) * | 2000-05-08 | 2007-12-06 | Fujitsu Ltd | Information display device, medium, and program |
JP2002342127A (en) * | 2001-05-21 | 2002-11-29 | Toshiba Corp | Program, system and method for outputting web log |
JP2004164663A (en) * | 2003-11-25 | 2004-06-10 | Human Home:Kk | Receiving system |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112667326A (en) * | 2019-09-30 | 2021-04-16 | 北京国双科技有限公司 | Display method and device of popup page, computer equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1914640B1 (en) | Multiple screen size render-engine | |
JP5480892B2 (en) | Advertisement presentation based on WEB page dialogue | |
CN101782911B (en) | A kind of prompting network resource content method and system | |
CN103546498B (en) | It is a kind of that the method and apparatus accessing webpage is provided for mobile terminal | |
US10110966B2 (en) | Method, device, server and client device for video processing | |
CN104426925B (en) | Web page resources acquisition methods and device | |
CN104423991B (en) | Webpage, the method and device that web data is provided are loaded in mobile terminal | |
CN103279517A (en) | Webpage content showing method | |
CN104243273A (en) | Method and device for displaying information on instant messaging client and information display system | |
US10628853B2 (en) | Location-based filtering and advertising enhancements for merged browsing of network contents | |
CN102364460A (en) | Automatic page amplification method and system based on mobile terminal | |
JP2014219974A (en) | Method and device for acquiring partial contents of web page | |
WO2011140784A1 (en) | Method for screening mobile terminal from accessing wireless network information, mobile terminal and system thereof | |
EP3249554A1 (en) | Systems and methods for client-side dynamic information resource activation and deactivation | |
CN110580318B (en) | Information display method, device and storage medium | |
CN110808868B (en) | Test data acquisition method and device, computer equipment and storage medium | |
KR101637016B1 (en) | Method for providing user reaction web page | |
CN104361130A (en) | Method for searching equipment in local area network or appointed network segment in webpage | |
CN103279518A (en) | Browser | |
CN103440340A (en) | Method and device for navigation webpage content display | |
JP2010061626A (en) | Browsing display method by page number of home page | |
JP5300648B2 (en) | RECOMMENDATION INFORMATION PROVIDING DEVICE, USER TERMINAL, OPERATION RECOMMENDING METHOD, AND PROGRAM | |
CN105338091A (en) | High-transmission-efficiency personalized information interface display method and apparatus | |
KR20150059206A (en) | Advertising Method Using Lock Screen of Mobile Device, Mobile Device and Program Distributing Server therefor | |
KR100848776B1 (en) | System for transmitting/receiving markup data using mobile communication apparatus and control method thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110831 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120828 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121026 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130625 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20131022 |