WO2017107833A1 - Procédé et appareil pour changement de page dans une étiquette de navigateur - Google Patents

Procédé et appareil pour changement de page dans une étiquette de navigateur Download PDF

Info

Publication number
WO2017107833A1
WO2017107833A1 PCT/CN2016/109992 CN2016109992W WO2017107833A1 WO 2017107833 A1 WO2017107833 A1 WO 2017107833A1 CN 2016109992 W CN2016109992 W CN 2016109992W WO 2017107833 A1 WO2017107833 A1 WO 2017107833A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
information
identifier information
switching
browser tag
Prior art date
Application number
PCT/CN2016/109992
Other languages
English (en)
Chinese (zh)
Inventor
杨德立
Original Assignee
北京奇虎科技有限公司
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 北京奇虎科技有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2017107833A1 publication Critical patent/WO2017107833A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9562Bookmark management

Definitions

  • the present invention relates to the field of information technology, and in particular, to a page switching method and apparatus in a browser tag.
  • a page switching method in a browser tag comprising the steps of:
  • the identifier information of the current page is obtained from the preset page information list, where the identifier information of each page corresponding to the browser label is saved in the preset page information list, and each The page loading script corresponding to the identification information of the page;
  • the switched page is displayed.
  • a page switching device in a browser tag comprising:
  • a detecting unit configured to detect whether a page switching instruction corresponding to the browser tag is received, where the browser tag corresponds to multiple pages;
  • An obtaining unit configured to: obtain, according to the page switching instruction, the identifier information of the current page from the preset page information list, where the preset page information list stores each page corresponding to the browser label a page loading script corresponding to the identification information and the identification information of each page;
  • the obtaining unit is further configured to obtain, according to the identifier information of the current page, identifier information of the switched page and a page loading script corresponding to the identifier information;
  • a display unit configured to display the switched page according to the page loading script.
  • a computer program comprising computer readable code that, when executed on a computing device, causes the computing device to perform page switching within the browser tag described above method.
  • a computer readable medium storing the above computer program is provided.
  • the method and device for switching pages in a browser tag provided by the present invention firstly detect whether a page switching instruction corresponding to a browser tag is received, and the browser tag corresponds to multiple pages, and if the page switching instruction is received, Obtaining the identifier information of the current page from the preset page information list, and then acquiring the identifier information of the switched page and the page loading script corresponding to the identifier information according to the identifier information of the current page, and finally according to the page Load the script to display the page after the switch.
  • the paging change between the pages is usually performed by presetting a page loading script.
  • the present invention implements different pages. The switching between the pages can avoid the problem that the extension function of the page switching effect addition and the browsing position setting is limited, and the page switching efficiency can be improved.
  • FIG. 1 is a schematic flowchart diagram of a page switching method in a browser tag according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart diagram of another page switching method in a browser tag according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a page switching apparatus in a browser tag according to an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of a page switching apparatus in another browser tag according to an embodiment of the present invention.
  • Figure 5 shows schematically a block diagram of a computing device for performing the method according to the invention
  • Fig. 6 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • An embodiment of the present invention provides a user behavior analysis method based on behavior log information. As shown in FIG. 1 , the method includes:
  • the browser tag can correspond to multiple pages, and each browser tag is one. Display windows so that multiple pages can be switched within a single browser tab.
  • the page switching instruction may carry the identifier information of the page after the switching to indicate the page displayed after the switching, and the page switching instruction may be a backward switching goback function, a forward switching goforward function, etc., which is not limited in the embodiment of the present invention. .
  • the preset page information list stores the page load script corresponding to the identifier information of each page corresponding to the browser tag and the identifier information of each page.
  • the identifier information of the page is used to uniquely identify the location of the page in the preset page information list, and may be a page number, a page ID, and the like, which are not limited in the embodiment of the present invention.
  • the page loading script may specifically display the function webview for the webpage.
  • the preset page information list may be managed by the function WebviewTab, and the list may be specifically cached by the webview list mCachedPages and the cache of the page loading script corresponding to each page.
  • the preset page information list may also store a URL address corresponding to each page for identifying a URL address corresponding to the displayed page.
  • the number of pages switched forward or backward and the identification information of the current page may be specifically indicated according to the page switching instruction, and the identifier information of the page after the switching is obtained. For example, if the page switching instruction indicates that two pages are switched backward, the identification information of the second page after the identification information of the current page is obtained from the preset page information list.
  • switching between different page pages is realized by switching between page load scripts, thereby avoiding the problem that the extension function of the page switching effect addition and the browsing position setting is limited, and the page switching efficiency can be improved.
  • the method for page switching in a browser tag first detects whether to receive Go to the page switching instruction corresponding to the browser tag, the browser tag corresponds to multiple pages, and if the page switching instruction is received, the identification information of the current page is obtained from the preset page information list, and then according to the current page. And the identifier information of the page after the switch is obtained, and the page load script corresponding to the identifier information is obtained, and finally, the page after the switch is displayed according to the page load script.
  • the paging change between the pages is usually performed by presetting a page loading script.
  • the present invention implements different pages. The switching between the pages can avoid the problem that the extension function of the page switching effect addition and the browsing position setting is limited, and the page switching efficiency can be improved.
  • An embodiment of the present invention provides a page switching method in another browser tag. As shown in FIG. 2, the method includes:
  • the browser tag can correspond to multiple pages, and each browser tag is a display window, so that multiple pages can be switched in one browser tag.
  • the page switching instruction may carry the identification information of the page after the switching to indicate the page displayed after the switching.
  • the method further includes: configuring the identification information of the page for each page according to the display order of the multiple pages corresponding to the browser label, and configuring corresponding information for each page identification information.
  • the page loading script saves the page loading script corresponding to the identification information of each page corresponding to the browser tag and the identification information of each page in the preset page information list.
  • by configuring the identification information of the page for each page according to the display order of the plurality of pages corresponding to the browser tag it is ensured that the page after the switching is obtained more quickly when the page is switched. Information to further improve page switching efficiency.
  • the identifier information of the page is used to uniquely identify the location of the page in the preset page information list, and may be a page number, a page ID, and the like, which are not limited in the embodiment of the present invention.
  • the page load script may be a webpage display function webview, and the preset page information list may further store a URL address corresponding to each page for identifying a URL address corresponding to the displayed page.
  • the preset page information list stores the page load script corresponding to the identifier information of each page corresponding to the browser tag and the identifier information of each page.
  • the number of pages switched forward or backward and the identification information of the current page may be specifically indicated according to the page switching instruction, and the identifier information of the page after the switching is obtained. For example, if the page switching instruction indicates that two pages are switched backward, the identification information of the second page after the identification information of the current page is obtained from the preset page information list.
  • the step 203 may include: if the page switching instruction is to switch the goback function backward, obtaining the identification information of the previous page corresponding to the identification information of the current page from the preset page information list, and And the page loading script corresponding to the identifier information; or if the page switching instruction is a forward switching goforward function, obtaining an identifier of a next page corresponding to the identifier information of the current page from the preset page information list Information and a page load script corresponding to the identification information.
  • the step 204 may include: displaying the current page if there is no identification information of the previous page or identification information of the next page corresponding to the identification information of the current page. If the identification information of the previous page or the identification information of the next page corresponding to the identification information of the current page does not exist, the current page can be displayed to ensure that the page information can be obtained normally, and the display abnormality is avoided.
  • the prompt information may be output to prompt the user that the current page is the first page or the last page, to avoid unnecessary switching operations, and the prompt information may be text prompt information, audio prompt information, video prompt information, etc., the present invention The embodiment is not limited.
  • the page adding instruction may specifically perform operations such as opening an external link, opening the page, and opening the navigation screen link by the user, and are used to indicate that the page to be opened is added to the preset page information column.
  • the preset threshold can be set according to actual needs, and can be 10, 15, 20, and the like.
  • the page configuration identifier information corresponding to the instruction and the page loading script corresponding to the identifier information are added and saved.
  • the amount of data buffered can be normal, so that the cache can work normally, thereby ensuring the efficiency of page switching.
  • the preset threshold is greater than or equal to the preset threshold
  • the information of the first saved page in the preset page information list is deleted, and then the page configuration identifier information corresponding to the instruction is added to the page and The page load script corresponding to the identification information is saved and saved.
  • the information of the first saved page in the preset page information list is deleted, and then the page configuration identification information corresponding to the instruction and the page loading script corresponding to the identification information are added and saved in the page, and the cache is guaranteed.
  • the amount of data is normal, and the page information is updated.
  • the information in the preset page information list may be specifically deleted by calling the preset clear function clearAllHistory.
  • the preset clear function clearAllHistory.
  • the page switching method in another browser tag provided by the present invention first detects whether a page switching instruction corresponding to a browser tag is received, and the browser tag corresponds to multiple pages, and if the page switching instruction is received, Obtaining the identifier information of the current page from the preset page information list, and then acquiring the identifier information of the switched page and the page loading script corresponding to the identifier information according to the identifier information of the current page, and finally loading according to the page Script that displays the page after the switch.
  • the paging change between the pages is usually performed by presetting a page loading script.
  • the present invention implements different pages. The switching between the pages can avoid the problem that the extension function of the page switching effect addition and the browsing position setting is limited, and the page switching efficiency can be improved.
  • the embodiment of the present invention provides a page switching device in a browser tag.
  • the device includes: a detecting unit 31, an obtaining unit 32, and a display. Unit 33.
  • the detecting unit 31 is configured to detect whether a page switching instruction corresponding to the browser tag is received, where the browser tag corresponds to multiple pages;
  • the obtaining unit 32 is configured to obtain, according to the page switching instruction, the identifier information of the current page from the preset page information list, where the preset page information list stores each page corresponding to the browser label.
  • the page loading script corresponding to the identification information and the identification information of each page;
  • the obtaining unit 32 is further configured to obtain, according to the identifier information of the current page, identifier information of the switched page and a page loading script corresponding to the identifier information;
  • the display unit 33 is configured to display the switched page according to the page loading script.
  • the page switching device in the browser tag of the present invention first detects whether a page switching instruction corresponding to a browser tag is received, the browser tag corresponds to a plurality of pages, and if the page switching instruction is received, Obtaining the identifier information of the current page in the preset page information list, and then acquiring the identifier information of the switched page and the page loading script corresponding to the identifier information according to the identifier information of the current page, and finally loading the script according to the page , displays the page after switching.
  • the paging change between the pages is usually performed by presetting a page loading script.
  • the present invention implements different pages. The switching between the pages can avoid the problem that the extension function of the page switching effect addition and the browsing position setting is limited, and the page switching efficiency can be improved.
  • the embodiment of the present invention provides another page switching device in a browser tag.
  • the device includes: a detecting unit 41, an obtaining unit 42, Display unit 43.
  • the detecting unit 41 is configured to detect whether a page switching instruction corresponding to the browser tag is received, where the browser tag corresponds to multiple pages;
  • the obtaining unit 42 is configured to: obtain the identifier information of the current page from the preset page information list, if the page switching instruction is received, where the browsing is saved in the preset page information list a page loading script corresponding to the identification information of each page corresponding to the device label and the identification information of each page;
  • the obtaining unit 42 is further configured to obtain, according to the identifier information of the current page, identifier information of the page after the switching and a page loading script corresponding to the identifier information;
  • the display unit 43 is configured to display the switched page according to the page loading script.
  • the device further includes:
  • the configuration unit 44 is configured to configure, according to the display order of the multiple pages corresponding to the browser tag, the identification information of the page for each page, and configure corresponding page loading scripts for the identification information of each page;
  • the saving unit 45 is configured to save the page loading script corresponding to the identification information of each page corresponding to the browser tag and the identification information of each page in the preset page information list.
  • the obtaining unit 42 is specifically configured to: if the page switching instruction is to switch the goback function backward, obtain the previous page corresponding to the identifier information of the current page from the preset page information list. And the page loading script corresponding to the identifier information; or if the page switching instruction is a forward switching goforward function, obtaining, corresponding to the identifier information of the current page, from the preset page information list Identification information of a page and a page loading script corresponding to the identification information.
  • the display unit 43 is specifically configured to display the current page if there is no identification information of the previous page or identification information of the next page corresponding to the identification information of the current page.
  • the device further includes: a determining unit 46;
  • the determining unit 46 is configured to determine, when the page adding instruction is received, whether the number of pages corresponding to the browser tag is less than a preset threshold;
  • the configuration unit 44 is further configured to: if the preset threshold is smaller, add the page configuration identifier information corresponding to the page and the page load script corresponding to the identifier information to the page and save the file.
  • the device further includes: a deleting unit 47.
  • the deleting unit 47 is configured to: if the preset threshold is greater than or equal to, the preset page The information of the first saved page in the face information list is deleted;
  • the configuration unit 44 is configured to add, to the page, page configuration identifier information corresponding to the instruction and a page load script corresponding to the identifier information, and save the page load script.
  • the deleting unit 47 is further configured to delete the information in the preset page information list by calling the preset clear function clearAllHistory.
  • the page loading script is a webpage display function webview.
  • the page switching device in another browser tag provided by the present invention first detects whether a page switching instruction corresponding to a browser tag is received, the browser tag corresponds to multiple pages, and if the page switching instruction is received, Obtaining the identifier information of the current page from the preset page information list, and then acquiring the identifier information of the switched page and the page loading script corresponding to the identifier information according to the identifier information of the current page, and finally loading according to the page Script that displays the page after the switch.
  • the paging change between the pages is usually performed by presetting a page loading script.
  • the present invention implements different pages. The switching between the pages can avoid the problem that the extension function of the page switching effect addition and the browsing position setting is limited, and the page switching efficiency can be improved.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some of the page switching methods and apparatus in a browser tag in accordance with embodiments of the present invention. Or all features.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals can be obtained from the Internet The download is available on the station, either on the carrier signal or in any other form.
  • Figure 5 illustrates a page switching computing device, such as an application server, within a browser tag that can implement the present invention.
  • the computing device conventionally includes a computer program product or computer readable medium in the form of a processor 510 in the form of a memory 520.
  • the memory 520 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 520 has a memory space 530 for program code 531 for performing any of the method steps described above.
  • storage space 530 for program code may include various program code 531 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such computer program products are typically portable or fixed storage units as described with reference to FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 520 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 531 ', ie, code readable by a processor, such as 510, that when executed by a computing device causes the computing device to perform each of the methods described above step.
  • the embodiment of the invention discloses an A1, a page switching method in a browser tag, comprising:
  • the identifier information of the current page is obtained from the preset page information list, where the identifier information of each page corresponding to the browser label is saved in the preset page information list, and each The page loading script corresponding to the identification information of the page;
  • the switched page is displayed.
  • the page loading script corresponding to the identification information of each page corresponding to the browser tag and the identification information of each page is saved in the preset page information list.
  • the page switching method in the browser tag, as described in A2, the obtaining, according to the identifier information of the current page, the identifier information of the page after the switching and the page loading script corresponding to the identifier information include:
  • the page switching instruction is to switch the goback function backward
  • the identifier information of the previous page corresponding to the identifier information of the current page and the page loading corresponding to the identifier information are obtained from the preset page information list.
  • the page switching instruction is a forward switching goforward function, obtaining, from the preset page information list, identifier information of a next page corresponding to the identifier information of the current page and a page loading corresponding to the identifier information. script.
  • the page switching method in the browser tag of A3, wherein the displaying the switched page according to the page loading script comprises:
  • the current page is displayed.
  • the page switching method in the browser tag of A2, the method further includes:
  • the page configuration identifier information corresponding to the command and the page load script corresponding to the identifier information are added and saved.
  • the page switching method in the browser tag of A5, the method further includes:
  • the preset threshold is greater than or equal to, the information of the first saved page in the preset page information list is deleted;
  • the method for switching pages in a browser tag as described in A1, the method further includes:
  • the information in the preset page information list is deleted by calling the preset clear function clearAllHistory.
  • A8 The page switching method in a browser tag according to any one of A1-A7, wherein the page loading script is a webpage display function webview.
  • the embodiment of the invention further discloses a B9, a page switching device in a browser tag, comprising:
  • a detecting unit configured to detect whether a page switching instruction corresponding to the browser tag is received, where the browser tag corresponds to multiple pages;
  • An obtaining unit configured to: obtain, according to the page switching instruction, the identifier information of the current page from the preset page information list, where the preset page information list stores each page corresponding to the browser label a page loading script corresponding to the identification information and the identification information of each page;
  • the obtaining unit is further configured to obtain, according to the identifier information of the current page, identifier information of the switched page and a page loading script corresponding to the identifier information;
  • a display unit configured to display the switched page according to the page loading script.
  • a configuration unit configured to configure, according to a display order of the plurality of pages corresponding to the browser label, identifier information of the page for each page, and configure a corresponding page loading script for each page identification information
  • the saving unit is configured to save the page loading script corresponding to the identification information of each page corresponding to the browser tag and the identification information of each page in the preset page information list.
  • the acquiring unit is specifically configured to: if the page switching instruction is a backward switching goback function, obtain, from the preset page information list, identifier information of a previous page corresponding to the identifier information of the current page, and a page loading script corresponding to the identifier information; or
  • the page switching instruction is a forward switching goforward function, obtaining, from the preset page information list, identifier information of a next page corresponding to the identifier information of the current page and a page loading corresponding to the identifier information. script.
  • the display unit is specifically configured to display the current page if there is no identification information of the previous page or identification information of the next page corresponding to the identification information of the current page.
  • the page switching device in the browser tag according to B10 the device further includes: a determining unit;
  • the determining unit is configured to determine, when the page adding instruction is received, whether the number of pages corresponding to the browser tag is less than a preset threshold;
  • the configuration unit is further configured to: if the preset threshold is less than, add, to the page, the page configuration identifier information corresponding to the page and the page load script corresponding to the identifier information, and save the page load script.
  • the deleting unit is configured to: if the preset threshold is greater than or equal to, the preset page The information of the first saved page in the message list is deleted;
  • a configuration unit configured to add, to the page, page configuration identifier information corresponding to the instruction and a page loading script corresponding to the identifier information, and save the file.
  • the deleting unit is further configured to delete the information in the preset page information list by calling the preset clear function clearAllHistory.
  • the page switching device in the browser tag of any one of B9-B15, wherein the page loading script is a webpage display function webview.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

La présente invention concerne un procédé et un appareil permettant de changer de page dans une étiquette de navigateur, qui concernent le domaine technique des informations. Le procédé consiste à : tout d'abord détecter si une instruction de changement de page correspondant à une étiquette de navigateur est reçue, l'étiquette de navigateur correspondant à de multiples pages (101) ; si l'instruction de changement de page est reçue, obtenir des informations d'identifiant d'une page en cours depuis une liste d'informations de page prédéfinie (102) ; puis obtenir des informations d'identifiant d'une page ayant été changée et un script de chargement de page correspondant aux informations d'identifiant en fonction des informations d'identifiant de la page en cours (103) ; enfin afficher la page ayant été changée en fonction du script de chargement de page (104). À l'aide de la solution, le problème de limitation de fonctions étendues, telles que l'ajout d'un effet de changement entre des pages et le réglage d'une position de navigation, peut être évité et l'efficacité du changement de page peut être accrue.
PCT/CN2016/109992 2015-12-21 2016-12-15 Procédé et appareil pour changement de page dans une étiquette de navigateur WO2017107833A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510968017.0A CN105528439B (zh) 2015-12-21 2015-12-21 浏览器标签内的页面切换方法及装置
CN201510968017.0 2015-12-21

Publications (1)

Publication Number Publication Date
WO2017107833A1 true WO2017107833A1 (fr) 2017-06-29

Family

ID=55770662

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/109992 WO2017107833A1 (fr) 2015-12-21 2016-12-15 Procédé et appareil pour changement de page dans une étiquette de navigateur

Country Status (2)

Country Link
CN (1) CN105528439B (fr)
WO (1) WO2017107833A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110119490A (zh) * 2019-04-18 2019-08-13 深圳壹账通智能科技有限公司 网页浏览方法、装置、计算机设备和存储介质

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105528439B (zh) * 2015-12-21 2019-03-05 北京奇虎科技有限公司 浏览器标签内的页面切换方法及装置
CN106227887A (zh) * 2016-08-12 2016-12-14 汪念鸿 一种在浏览器新页面返回原页面的方法
CN106227461B (zh) * 2016-09-06 2020-01-14 广东欧珀移动通信有限公司 一种窗口切换方法及装置
CN106503193A (zh) * 2016-11-02 2017-03-15 网宿科技股份有限公司 恢复浏览器中页面的方法及其装置
CN109903126B (zh) * 2019-02-01 2021-07-30 北京字节跳动网络技术有限公司 评论区域中评论列表的处理方法、装置及其相关设备
CN110069188B (zh) * 2019-03-08 2021-01-29 维沃移动通信有限公司 标识显示方法及终端设备
CN110427232B (zh) * 2019-06-18 2023-04-07 平安科技(深圳)有限公司 页面管理方法、装置、计算机设备及存储介质
CN112527475A (zh) * 2019-09-19 2021-03-19 北京国双科技有限公司 前端系统切换方法及装置
CN112162677B (zh) * 2020-09-11 2022-04-22 北京浪潮数据技术有限公司 一种菜单页签定位方法、装置、设备及存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102033935A (zh) * 2010-12-20 2011-04-27 深圳市五巨科技有限公司 一种移动终端浏览器预加载的方法、装置和系统
CN102855318A (zh) * 2012-08-31 2013-01-02 北京搜狗信息服务有限公司 网页预加载方法与系统
US20130145318A1 (en) * 2011-12-06 2013-06-06 Canon Kabushiki Kaisha Information processing apparatus, information processing method, and storage medium
CN103455632A (zh) * 2013-09-22 2013-12-18 金蝶软件(中国)有限公司 一种网页显示方法和客户端
CN103488411A (zh) * 2012-06-13 2014-01-01 腾讯科技(深圳)有限公司 切换页面的方法和装置
CN105426538A (zh) * 2015-12-21 2016-03-23 北京奇虎科技有限公司 页面切换方法及装置
CN105528439A (zh) * 2015-12-21 2016-04-27 北京奇虎科技有限公司 浏览器标签内的页面切换方法及装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158766A (zh) * 2007-09-04 2011-08-17 中兴通讯股份有限公司 网络电视嵌入式浏览器下的页面转换的实现方法及系统
KR101689745B1 (ko) * 2010-09-06 2016-12-27 삼성전자주식회사 스크립트에 의한 동적 리소스 정보를 처리하는 웹 브라우징 시스템 및 방법
CN102902805B (zh) * 2012-10-15 2017-06-27 东软集团股份有限公司 一种页面访问方法和装置

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102033935A (zh) * 2010-12-20 2011-04-27 深圳市五巨科技有限公司 一种移动终端浏览器预加载的方法、装置和系统
US20130145318A1 (en) * 2011-12-06 2013-06-06 Canon Kabushiki Kaisha Information processing apparatus, information processing method, and storage medium
CN103488411A (zh) * 2012-06-13 2014-01-01 腾讯科技(深圳)有限公司 切换页面的方法和装置
CN102855318A (zh) * 2012-08-31 2013-01-02 北京搜狗信息服务有限公司 网页预加载方法与系统
CN103455632A (zh) * 2013-09-22 2013-12-18 金蝶软件(中国)有限公司 一种网页显示方法和客户端
CN105426538A (zh) * 2015-12-21 2016-03-23 北京奇虎科技有限公司 页面切换方法及装置
CN105528439A (zh) * 2015-12-21 2016-04-27 北京奇虎科技有限公司 浏览器标签内的页面切换方法及装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110119490A (zh) * 2019-04-18 2019-08-13 深圳壹账通智能科技有限公司 网页浏览方法、装置、计算机设备和存储介质

Also Published As

Publication number Publication date
CN105528439B (zh) 2019-03-05
CN105528439A (zh) 2016-04-27

Similar Documents

Publication Publication Date Title
WO2017107833A1 (fr) Procédé et appareil pour changement de page dans une étiquette de navigateur
WO2017107834A1 (fr) Procédé et appareil de commutation de page, programme informatique et support lisible
US9984047B2 (en) Application page quick access
US10445045B2 (en) Electronic device and method of processing information in electronic device
US9860372B2 (en) Device and method for displaying information relevant to unknown incoming/outgoing phone number
US20150261834A1 (en) Method and apparatus for providing search result
CN107590228B (zh) 一种页面内容处理方法及移动终端
US20150222512A1 (en) Event pages for web applications and extensions
WO2016016734A1 (fr) Gestion de cache de navigateur web pour navigation hors ligne
WO2017000613A1 (fr) Procédé et dispositif de génération d'informations d'indication dans une page de résultats de recherche
US20170139813A1 (en) Method and device for checking influence of deleting cache file, and mobile terminal
US20150269129A1 (en) Method for adding bookmarks and browser
WO2016015531A1 (fr) Procédé et appareil de traitement d'informations
WO2017107679A1 (fr) Procédé et appareil d'affichage d'informations d'historique
US20120084630A1 (en) Generating Behavior Information For a Link
KR102471739B1 (ko) 전자 장치의 히스토리 정보 관리 장치 및 방법
WO2017107844A1 (fr) Procédé et appareil de réglage de d'informations d'affichage, programme informatique et support lisible
CN110806822A (zh) 电子书的交互方法、计算设备及计算机存储介质
US20150199329A1 (en) Text display method and apparatus of electronic device
WO2017107887A1 (fr) Procédé et appareil permettant de changer d'image de groupe sur un terminal mobile
US20180183752A1 (en) Method and system for providing additional information relating to primary information
EP3043252A1 (fr) Procédé et dispositif électronique pour afficher un document électronique
US10416858B2 (en) Electronic device and method of processing information in electronic device
US20200134000A1 (en) Cognitive font enrichment management for adding system fonts
US20150142444A1 (en) Audio rendering order for text sources

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16877644

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16877644

Country of ref document: EP

Kind code of ref document: A1