CN101661471A - 一种网页页面的显示方法和装置 - Google Patents

一种网页页面的显示方法和装置 Download PDF

Info

Publication number
CN101661471A
CN101661471A CN200810142105A CN200810142105A CN101661471A CN 101661471 A CN101661471 A CN 101661471A CN 200810142105 A CN200810142105 A CN 200810142105A CN 200810142105 A CN200810142105 A CN 200810142105A CN 101661471 A CN101661471 A CN 101661471A
Authority
CN
China
Prior art keywords
hyperlink
page
clicks
ranking
webpage
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
CN200810142105A
Other languages
English (en)
Inventor
朱世康
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN200810142105A priority Critical patent/CN101661471A/zh
Publication of CN101661471A publication Critical patent/CN101661471A/zh
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

本发明公开了一种网页页面的显示方法,用于显示页面上点击超链接的点击数所占该页的排位。原理为根据网页超链接属性值自然递增标识,统计相同标识的URL次数,在获取的网页镜像文件中,在前n位,后n位超链接上层用DIV层显示该超链接的点击数所处当页的排位,直观地显示给人们哪些区域超链接是人们最关注的,也解决了决策者面对满篇的点击数量看不出个头绪的问题,节省了决策者的时间和劳动力。本发明还公开了一种用于实现该方法的装置和系统。

Description

一种网页页面的显示方法和装置
技术领域
本发明涉及计算机网络技术领域,特别是涉及一种网页页面的显示方法和装置。
背景技术
随着互联网技术的不断发展,越来越多的用户通过网页浏览器了解自己需要的信息。网页信息服务提供商需要了解哪些页面,甚至页面的哪些部位,区域受到了互联网用户的关注,哪些部位,区域是人们不关心的地方。
现有技术是可以统计网页访问量,也可以统计网页某超链接的点击数。但是呈现给最终观看这些数据的人,如决策者,是密密麻麻的数字。决策者想知道哪个区域,哪个超链接是人们最关注的,哪个区域,哪个超链接是最失败,人们最不愿意去碰的,就头疼了,目前还没有这方面的技术解决方案。
发明内容
本发明实施例提供一种网页页面的显示方法和装置,用以实现在网页页面上显示连接的点击数排位。
一种网页页面的显示方法,包括以下步骤:
记录带有超链接标识属性的URL;
计算出点击数前n位,后n位超链接;
具体实施方式
在本发明实施例在网页中直观地显示各超链接的点击数排位,便于决策者迅速做出相应的决策。
参见图3,本实施例中在网页页面显示的点击数排位流程如下:
步骤301:用SCRIPT脚本获取超链接<A>的自然递增属性ID,并和页面元素document.URL设置为统计URL参数。
步骤302:当用户点击超链接的时候统计URL访问统计服务器.
步骤303:服务器记录请求URL。
步骤304:计算程序分析请求URL,根据参数被统计页和被统计超链接属性ID,计算出该统计页的超链接点击数。
步骤305:计算出点击数前n位,后n位超链接。
步骤306:在该超链接上层用DIV层显示该超链接的点击数所处当页的排位。当用户鼠标放置于某链接上时,在如浏览器状态栏,标题栏,或者页面其他该超链接周围较远不容易跟排位数混淆且明显的地方显示点击数。
本实施例提供图4和图5,通过图4和图5的网页明显可以对比出显示点击数排位的效果。
显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。
在该超链接上层用DIV层显示该超链接的点击数所处当页的排位。
一种网页页面的显示方法,包括:
统计模块,用于统计相同标识的点击数;
计算模块,用于计算出前n位,后n位;
显示模块,用于在该超链接上显示出该超链接点击数所处当页的排位,其他该超链接周围较远且明显的地方显示点击数。
一种系统,其特征在于,包括:
服务器,用于记录超链接URL,计算出排位;
客户端,即浏览器,用于显示超链接排位。
本发明实施例通过DIV层显示该超链接的点击数所处当页的排位,当用户鼠标放置于该链接上时,其他该超链接周围较远且明显的地方显示点击数;使得决策者直观地知道哪个区域,哪个超链接是人们最关注的,节省了决策的时间。
附图说明
图1为本发明实施例中装置的结构图;
图2为本发明实施例中网页显示主要方法流程图;
图3为本发明实施例中网页显示详细方法流程图;
图4为现有技术中的网页显示示意图;
图5为本发明实施例中的网页显示示意图;

Claims (6)

1、一种网页页面的显示方法,其特征在于,包括以下步骤:
记录带有超链接标识属性的URL;
计算出点击数前n位,后n位超链接;
在该超链接上层用DIV层显示该超链接的点击数所处当页的排位。
2、如权利要求1所述的方法,其特征在于,所述网页为镜像后的网页。
3、如权利要求1所述的方法,其特征在于,在该超链接上层显示步骤包括:
显示DIV层于在该超链接上;
在DIV显示该超链接的点击数所处当页的排位
Figure A2008101421050002C1
4、如权利要求3所述的方法,其特征在于,在该超链接上层显示了排位,那么如果需要显示该超链接点击数,为了不混淆,只能显示到其它空白位置,如浏览器状态栏,标题栏,或者页面其他该超链接周围较远且明显的地方。
5、一种网页页面的显示方法,其特征在于,包括:
统计模块,用于统计相同标识的点击数;
计算模块,用于计算出点击数前n位,后n位超链接;
显示模块,用于在该超链接上显示出该超链接点击数所处当页的排位,其他该超链接周围较远且明显的地方显示点击数。
6、一种系统,其特征在于,包括:
服务器,用于记录超链接URL,计算出排位;
客户端,用于浏览网页,显示超链接排位。
CN200810142105A 2008-08-29 2008-08-29 一种网页页面的显示方法和装置 Pending CN101661471A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200810142105A CN101661471A (zh) 2008-08-29 2008-08-29 一种网页页面的显示方法和装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810142105A CN101661471A (zh) 2008-08-29 2008-08-29 一种网页页面的显示方法和装置

Publications (1)

Publication Number Publication Date
CN101661471A true CN101661471A (zh) 2010-03-03

Family

ID=41789504

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810142105A Pending CN101661471A (zh) 2008-08-29 2008-08-29 一种网页页面的显示方法和装置

Country Status (1)

Country Link
CN (1) CN101661471A (zh)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102024028A (zh) * 2010-11-22 2011-04-20 百度在线网络技术(北京)有限公司 在移动终端上突出显示网页的主体内容的方法及设备
CN102262629A (zh) * 2010-05-24 2011-11-30 腾讯科技(深圳)有限公司 一种网页中确定链接文字权重的方法和设备
CN102306201A (zh) * 2011-09-30 2012-01-04 邢飞 一种网页标题分析的方法和系统
CN106484710A (zh) * 2015-08-26 2017-03-08 腾讯科技(深圳)有限公司 动态数据处理方法和装置、信息显示方法和装置
CN104820634B (zh) * 2014-12-25 2018-04-13 平安科技(深圳)有限公司 页面测试轨迹的检测方法和装置
CN114417216A (zh) * 2022-01-04 2022-04-29 马上消费金融股份有限公司 数据采集方法、装置、电子设备及可读存储介质

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102262629A (zh) * 2010-05-24 2011-11-30 腾讯科技(深圳)有限公司 一种网页中确定链接文字权重的方法和设备
CN102024028A (zh) * 2010-11-22 2011-04-20 百度在线网络技术(北京)有限公司 在移动终端上突出显示网页的主体内容的方法及设备
CN102024028B (zh) * 2010-11-22 2014-04-02 百度在线网络技术(北京)有限公司 在移动终端上突出显示网页的主体内容的方法及设备
CN102306201A (zh) * 2011-09-30 2012-01-04 邢飞 一种网页标题分析的方法和系统
CN102306201B (zh) * 2011-09-30 2013-12-04 邢飞 一种网页标题分析的方法和系统
CN104820634B (zh) * 2014-12-25 2018-04-13 平安科技(深圳)有限公司 页面测试轨迹的检测方法和装置
CN106484710A (zh) * 2015-08-26 2017-03-08 腾讯科技(深圳)有限公司 动态数据处理方法和装置、信息显示方法和装置
CN114417216A (zh) * 2022-01-04 2022-04-29 马上消费金融股份有限公司 数据采集方法、装置、电子设备及可读存储介质

Similar Documents

Publication Publication Date Title
US11295321B2 (en) System and method for interacting with a web portal
US10671692B2 (en) Uniquely identifying and tracking selectable web page objects
US8972282B2 (en) Method for transformation of a website
US8224823B1 (en) Browsing history restoration
US9535999B1 (en) Trending search magazines
US20140026037A1 (en) Creating personalized networked documents
US20110282742A1 (en) Advertisement Displaying Browser and Advertisement System
WO2014124420A1 (en) System and method to analyze and rate online advertisement placement quality and potential value
CN102629273A (zh) 基于浏览器的广告信息推送方法、装置及浏览器系统
US20170134467A1 (en) Data stream monitoring
US9672541B2 (en) Visual tag editor
EP2678814A1 (en) Systems, methods, and media for executing and optimizing online marketing initiatives
US9898748B1 (en) Determining popular and trending content characteristics
CN101661471A (zh) 一种网页页面的显示方法和装置
CN104025083A (zh) 提供网页的方法及装置
US20140149586A1 (en) Internet panel for capturing active and intentional online activity
CN103631829A (zh) 一种网页访问请求的响应方法和装置
CN104090923A (zh) 一种浏览器中的富媒体信息的展示方法和装置
CN103870452A (zh) 数据推荐方法及系统
US9785955B2 (en) Optimization of yield for advertising inventory
US9210222B2 (en) Browser cookie analysis and targeted content delivery
KR20120103333A (ko) 온라인 맞춤 광고를 활용한 클릭투콜 서비스 제공 시스템
US20150040020A1 (en) Clickstream monitoring
CN104484415A (zh) 提供电子书的方法及装置
WO2014126803A2 (en) System and method for extracting style information from web pages and generating advertisements

Legal Events

Date Code Title Description
C57 Notification of unclear or unknown address
DD01 Delivery of document by public notice

Addressee: Zhu Shikang

Document name: Notification of Passing Preliminary Examination of the Application for Invention

C06 Publication
PB01 Publication
DD01 Delivery of document by public notice

Addressee: Zhu Shikang

Document name: Notification of Publication of the Application for Invention

DD01 Delivery of document by public notice

Addressee: Zhu Shikang

Document name: Notification of before Expiration of Request of Examination as to Substance

DD01 Delivery of document by public notice

Addressee: Zhu Shikang

Document name: Notification that Application Deemed to be Withdrawn

C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100303