CN106484862B - Page control method and device - Google Patents

Page control method and device Download PDF

Info

Publication number
CN106484862B
CN106484862B CN201610882875.8A CN201610882875A CN106484862B CN 106484862 B CN106484862 B CN 106484862B CN 201610882875 A CN201610882875 A CN 201610882875A CN 106484862 B CN106484862 B CN 106484862B
Authority
CN
China
Prior art keywords
page
history record
stack
history
nested control
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.)
Active
Application number
CN201610882875.8A
Other languages
Chinese (zh)
Other versions
CN106484862A (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.)
Poly Polytron Technologies Inc
Original Assignee
Poly Polytron Technologies Inc
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 Poly Polytron Technologies Inc filed Critical Poly Polytron Technologies Inc
Priority to CN201610882875.8A priority Critical patent/CN106484862B/en
Publication of CN106484862A publication Critical patent/CN106484862A/en
Application granted granted Critical
Publication of CN106484862B publication Critical patent/CN106484862B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

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

Abstract

The embodiment of the invention provides page control methods and devices, and the method comprises the steps of obtaining a call instruction for a second page from a page, wherein the call instruction is used for indicating jumping from a page to the second page, creating a nested control in the page, loading and displaying the second page through the nested control so that the page is covered by the second page, receiving a return operation which is input by a user and corresponds to the second page, hiding the nested control and the second page according to the return operation, and displaying the page.

Description

Page control method and device
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to page control methods and devices.
Background
In a terminal device (such as a mobile phone, a computer, a television, etc.), a web page (hereinafter, referred to as a page for short) can be opened through a browser or other application programs, a jump link can be included in pages, and a user can click on the jump link to jump from pages to another pages.
In the prior art, it is assumed that a th page includes a jump link corresponding to a second page, when a user clicks the jump link, the terminal device cancels display of the th page, and buffers part of page information (for example, text information, picture information, and the like in the page) corresponding to the th page in a cache of a browser according to configuration information of the page, and displays the second page in a new page.
However, in the prior art, when a page is returned, because page information corresponding to a returned page needs to be requested in the caches of the server and the browser, and the returned page is reconstructed according to the page information of the returned page, it takes a long time to return the page, which results in low efficiency of page return.
Disclosure of Invention
The embodiment of the invention provides page control methods and devices, which are used for improving page returning efficiency. , the embodiment of the invention provides page control methods, which comprise:
obtaining a call instruction to a second page in page , the call instruction to indicate a jump from the page to the second page;
creating a nested control in the page through which the second page is loaded and displayed such that the second page overlays the page;
and receiving a return operation which is input by a user and corresponds to the second page, and hiding the nested control and the second page according to the return operation to display the th page.
In possible implementations, loading and displaying the second page via the nested control includes:
acquiring address information of the second page;
requesting a server to acquire page information of the second page according to the address information of the second page;
and displaying the second page in the nested control according to the page information of the second page.
In another possible implementation manners, after loading and displaying the second page through the nested control, the method further includes:
determining a history stack corresponding to the second page, wherein a current stack top element of the history stack is a th history record corresponding to the th page;
generating a second history record corresponding to the second page, wherein the URL addresses included in the second history record and the th history record are the same, and the hash value included in the second history record is different from the hash value included in the th history record;
and storing the second history record to the history record stack.
In another possible implementations, hiding the nested control and the second page according to the return operation includes:
according to the return operation, acquiring the second history record positioned at the top of the stack in the history record stack;
performing a pop operation on the second history record at the top of the stack in the history stack;
obtaining th history record at the top of the stack in the history stack;
and if the URL addresses in the th historical record and the second historical record are the same and the hash values in the th historical record and the second historical record are different, hiding the nested control and the second page displayed in the nested control.
In another possible implementations, the hiding the nested control and the displaying the second page in the nested control includes:
triggering a hashchange event registered in the th page;
hiding the nested control and the second page displayed in the nested control through the hashchange event.
In another possible implementations, the nested control is an iframe control.
In a second aspect, an embodiment of the present invention provides page control apparatuses, including:
a obtaining module, configured to obtain, in page , a call instruction for a second page, where the call instruction is used to instruct a jump from page to the second page;
a creation module to create a nested control in the th page;
a display module, configured to load and display the second page through the nested control, so that the second page covers the th page;
the receiving module is used for receiving a return operation which is input by a user and corresponds to the second page;
the display module is further configured to hide the nested control and the second page according to the return operation to display the th page.
In possible implementations, the display module is specifically configured to:
acquiring address information of the second page;
requesting a server to acquire page information of the second page according to the address information of the second page;
and displaying the second page in the nested control according to the page information of the second page.
In another possible implementations, the apparatus further includes a determining module, a generating module, and a storing module, wherein,
the determining module is configured to determine, after the displaying module loads and displays the second page through the nested control, a history stack corresponding to the second page, where a current stack top element of the history stack is a th history record corresponding to the th page;
the generation module is configured to generate a second history record corresponding to the second page, where the URL addresses included in the second history record and the th history record are the same, and a hash value included in the second history record is different from a hash value included in the th history record;
the storage module is used for storing the second history record to the history record stack.
In another possible embodiments, the display module is specifically configured to:
according to the return operation, acquiring the second history record positioned at the top of the stack in the history record stack;
performing a pop operation on the second history record at the top of the stack in the history stack;
obtaining th history record at the top of the stack in the history stack;
and if the URL addresses in the th historical record and the second historical record are the same and the hash values in the th historical record and the second historical record are different, hiding the nested control and the second page displayed in the nested control.
In another possible embodiments, the display module is specifically configured to:
triggering a hashchange event registered in the th page;
hiding the nested control and the second page displayed in the nested control through the hashchange event.
In another possible implementations, the nested control is an iframe control.
According to the page control method and device provided by the embodiment of the invention, after the page control device obtains the call instruction of the second page in the th page, the page control device creates the nested control in the th page, loads and displays the second page through the nested control, so that the second page covers the th page, and after the page control device receives the return operation corresponding to the second page input by the user, the nested control and the second page are hidden according to the return operation, so that the covered th page is displayed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, is briefly introduced in the drawings required in the description of the embodiments or the prior art, it is obvious that the drawings in the following description are embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a schematic view of an application scenario of a page control method provided by the present invention;
FIG. 2 is a schematic flow chart of a page control method provided by the present invention;
FIG. 3 is a flowchart illustrating a method for generating a second history according to the present invention;
FIG. 4 is a flowchart illustrating a method for hiding a nested control according to the present invention;
FIG. 5 is a diagram illustrating a structure of a history stack according to the present invention;
FIG. 6 is a schematic structural diagram of a page control apparatus according to the present invention;
fig. 7 is a schematic structural diagram of a page control device provided in the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete, the technical solutions in the embodiments of the present invention will be described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are partial embodiments of of the present invention, rather than all embodiments.
Fig. 1 is a schematic view of an application scenario of a page control method provided by the present invention, please refer to fig. 1, which includes a th page 101 and a second page 102, where the th page 101 includes a jump link M corresponding to the second page 102, and a user may click on the jump link M to jump from the th page 101 to the second page 102, in this application, when the user clicks on the jump link M, a nested control is created in the th page 101 and the second page 102 is displayed in the nested control, and the second page 102 displayed in the nested control covers the th page 101, in this application, when the user needs to return from the second page 102 to the th page 865 101, the user may input a return operation in the second page 102, and according to the return operation, the terminal device may cancel displaying the second page 102 to display the covered th page 101, and in this application, since the nested control is a portion in the th page, by controlling a state of the nested control (the nested control may be displayed in a state, or a state of the second page 102 may be displayed, and further, the page may be displayed in a page returned from the nested control, and efficiency may be improved according to 366324.
It should be noted that the th page and the second page are all pages that can be displayed by the terminal device, and for convenience of description, the page before page jump is referred to as the th page, and the page after page jump is referred to as the second page.
The technical means shown in the present application will be described in detail below with reference to specific examples. It should be noted that the following specific embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments.
Fig. 2 is a schematic flow chart of a page control method provided by the present invention, please refer to fig. 2, the method may include:
s201, obtaining a call instruction for the second page in the th page, wherein the call instruction is used for indicating that the second page is jumped from the th page;
s202, a nested control is created in the th page, and a second page is loaded and displayed through the nested control, so that the th page is covered by the second page;
s203, receiving a return operation which is input by a user and corresponds to the second page, and hiding the nested control and the second page according to the return operation to display the th page.
The execution subject of the embodiment of the present invention may be a page control device. Alternatively, the page control means may be implemented by software and/or hardware. Alternatively, the page control device may be provided in the terminal device.
In the embodiment of the present invention, the th page includes a jump instruction corresponding to the second page, and when the currently displayed page of the terminal device is the th page, the user may click the jump instruction in the th page, so that the page control device obtains a call instruction for instructing to jump from the th page to the second page.
After the page control device obtains the call instruction, the page control device creates a nested control in the th page, and loads and displays the second page through the nested control, so that the second page covers the th page, it should be noted that when the second page is displayed, a new page is not created, but the second page is displayed as the part of the th page, and the th page is still in a display state, but only the th page is covered by the second page, so that the th page cannot be seen by the user.
After the page control device receives the return operation corresponding to the second page input by the user, the page control device can hide the nested control and the second page displayed in the nested control according to the return operation so as to display the covered page . in the above process, when the page control device returns to the th page from the second page, the st page does not need to be reconstructed, so that when the page th page is returned from the second page, the content 865 in the th page displayed by the terminal device is still the content browsed by the user before page skipping, the problem that when the page returns in the prior art, the returned page needs to be reconstructed so as to return to the top of the page is avoided.
According to the page control method provided by the embodiment of the invention, after the page control device obtains the call instruction of the second page in the th page, the page control device creates a nested control in the th page, loads and displays the second page through the nested control, so that the second page covers the th page, and after the page control device receives the return operation corresponding to the second page input by the user, the nested control and the second page are hidden according to the return operation, so that the covered th page is displayed.
On the basis of the embodiment shown in fig. 2, optionally, after the page control apparatus displays the second page through the nested control, a second history corresponding to the second page may also be generated, so that the page control apparatus may hide the nested control in the manner shown in the embodiment of fig. 4. Specifically, please refer to the embodiments shown in fig. 3-4.
Fig. 3 is a schematic flowchart of a method for generating a second history record according to the present invention, please refer to fig. 3, where the method may include:
s301, determining a history stack corresponding to the second page, wherein the current stack top element of the history stack is the th history record corresponding to the th page;
s302, generating a second history record corresponding to the second page, wherein the URL addresses included in the second history record and the th history record are the same, and the hash value included in the second history record is different from the hash value included in the th history record;
and S303, storing the second history record to a history record stack.
In the embodiment shown in fig. 3, complete browsing processes of pages correspond to history stacks, for example, complete browsing processes may be a process from entering an application home page to exiting to the application home page, or complete browsing processes may be a process from starting an application (e.g., a browser) to exiting the application.
In an actual application process, after the page control device displays the second page through the nested control, the page control device determines a history stack corresponding to the second page, and at the current time, a stack top element of the history stack is history corresponding to the th page, optionally, the th history record may be a URL of the th page, or a combination of a URL of a root page of the th page and a hash value of the rd page, and the root page may be a first page of an application program.
The page control device generates a second history record corresponding to a second page, wherein the second history record and the URL address included in the th history record are the same, and the hash value included in the second history record is different from the hash value included in the th history record.
After a second history record corresponding to the second page is generated, the second history record is stored in the history record stack, so that the second history record is located at the top position of the history record stack.
On the basis of the embodiment shown in fig. 3, optionally, the nested control can be hidden through the following feasible implementation manner, specifically, please refer to the embodiment shown in fig. 4.
Fig. 4 is a flowchart illustrating a method for hiding a nested control according to the present invention, please refer to fig. 4, where the method may include:
s401, according to the return operation, acquiring a second history record positioned at the top of the stack from the history record stack;
s402, a stack popping operation is carried out on a second history record positioned at the top of the stack in the history record stack;
s403, acquiring th history records at the top of the stack from the history record stack;
s404, determining that the URL addresses in the th history record and the second history record are the same, and the hash values in the th history record and the second history record are different, hiding the nested control and displaying a second page in the nested control.
In an actual application process, after the page control device receives a return operation which is input by a user and corresponds to a second page, the page control device obtains a second history record positioned at the top of the stack from the history record stack, and performs a stack popping operation on the second history record in the history record stack.
After the page control device performs the pop operation on the second history, the top element of the history stack is th history record, and the page control device acquires th history record positioned at the top of the stack from the history stack.
Since the second history is the same as the URL address in the th history and the hash value in the th history is different when the second history is generated, the page control apparatus may determine that the URL addresses in the th history and the second history are the same and the hash values in the th history and the second history are different, and hide the nested control and the second page displayed in the nested control, and since the URLs in the second history and the th history are the same, when returning from the second page to the th page, the page does not need to be refreshed, and after hiding the nested control, the page that was previously overlaid may be displayed directly.
Optionally, a hash event may be registered in the th page, where the triggering condition of the hash event is that when the th page is returned from the second page, URL addresses in the th history record and the second history record are the same, hash values in the th history record and the second history record are different, the hash event is a function of hiding the nested control, and after the nested control is hidden, the second page displayed in the nested control is hidden.
In the embodiments shown in fig. 3 to 4, in order to facilitate the control of the page display flow, after the second page is displayed, the second history record corresponding to the second page is generated, and the stack operation is performed on the second history record, and the URL addresses in the second history record and the th history record are the same and the hash values are different, so that when the th page is returned from the second page, because the URLs in the second history record and the th history record are the same, when the th page is returned from the second page, the th page does not need to be refreshed, after the nested control is hidden, the th page that is covered before is directly displayed, and further the page return efficiency is improved.
The method shown in the above embodiment will be described in detail below with reference to the history stack shown in fig. 5.
Fig. 5 is a schematic structural diagram of a history stack according to the present invention, please refer to fig. 5, which includes a history stack 501 a-a history stack 503a, and pages 501b-503b, wherein,
assuming that a page can be browsed through an application program, a home page of the application program is page 1 (root page), when a user opens page 1 through the application program, because a history stack corresponding to page 1 does not exist yet, a history stack corresponding to page 1 is created, and address information corresponding to page 1 is stored in the history stack, optionally, the address information of page 1 may be a URL address of page 1, and assuming that the URL address of page 1 is URL1, URL1 is stored in the history stack, at this time, please refer to history stack 501a, the history stack includes URL1, and correspondingly, a page displayed in the terminal device is as page 501 b.
The user can input a search word in the page 1 or click a jump link to request a jump from the page 1 to the page 2, at this time, create a nested control 1 in the page 1, load and display the page 2 through the nested control 1, then generate a second history record corresponding to the page 2, include the URL1 and a hash value corresponding to the second page in the second history record, assume that the hash value corresponding to the second page is V1, the second history record corresponding to the second page is URL1+ V1, and stack the second history record, at this time, the history record stack is as shown in the history stack 502b, correspondingly, the page displayed in the terminal device is as shown in the page 502b, the nested control 1 is part of the page 1, and the nested control 1 covers the page 1, so that the user can see the page 2 displayed in the nested control 1 in the terminal device.
The user can also click on the jump link in the page 2 to request to jump from the page 2 to the page 3, at this time, create a nested control 3 in the page 3, load and display the page 4 through the nested control 3, then generate a third history record corresponding to the page 4, include the URL1 and the hash value corresponding to the third page in the third history record, and assume that the hash value corresponding to the third page is V2, the third history record corresponding to the third page is URL1+ V2, and record the third history record into the stack, at this time, the history stack is as shown in the history stack 503c, and accordingly, the page displayed in the terminal device is as shown in the page 503c, the nested control 2 is a portion of the page 2, the page 2 in the nested control 1 is a portion of the page 1, the page 2 in the nested control 1 covers the page 1, and the page 3 in the nested control 2 covers the page 2, so that the user can only see that the page 3 displayed in the nested control 2 is displayed in the terminal device.
When the user needs to return to page 2 from page 3, the user can input a return operation corresponding to page 3, and after the page control device receives the return operation input by the user, the page control device obtains a third history (URL1+ V2) at the top of the stack from the history stack 503c and records the third history out of the stack, where the history stack is as shown in the history stack 502 b; and the page control device judges that the URL addresses in the third history record (URL1+ V2) of the stack and the second history record (URL1+ V1) currently positioned at the top of the stack are the same and the hash values are different, and hides the currently displayed nested control 2 so as to hide the displayed page 3 in the nested control 2, at this time, the page displayed in the terminal device is as shown in a page 503b, and correspondingly, the page currently displayed by the terminal device is the page 2 in the nested control 1.
When a user needs to return to the page 1 from the page 2, the user can input a return operation corresponding to the page 2, after the page control device receives the return operation input by the user, the page control device obtains a second history record (URL1+ V1) positioned at the top of the stack from the history record stack 503b, and pushes the second history record out of the stack, at this time, the history record stack is as shown by the history record stack 502a, and when the page control device judges that the URL addresses in the second history record (URL1+ V1) pushed out of the stack are the same as those in the th history record (URL1) currently positioned at the top of the stack and the hash values are different (the hash value of the history record is null), the currently displayed nested control 1 is hidden, so that the page 2 displayed in the nested control 1 is also hidden, at this time, the page displayed in the terminal device is as shown by the page 503a, and accordingly, the page currently displayed by the terminal device is the page 1.
Fig. 6 is a schematic structural diagram of a page control apparatus according to the present invention, please refer to fig. 6, the apparatus may include:
a obtaining module 601, configured to obtain, in page , a call instruction for a second page, where the call instruction is used to instruct to jump from page to the second page;
a creating module 602, configured to create a nested control in the th page;
a display module 603, configured to load and display the second page through the nested control, so that the second page covers the th page;
a receiving module 604, configured to receive a return operation corresponding to the second page, where the return operation is input by a user;
the display module 604 is further configured to hide the nested control and the second page according to the return operation to display the th page.
The page control device provided by the embodiment of the present invention can implement the technical solutions shown in the above method embodiments, and the implementation principles and beneficial effects thereof are similar, and are not described herein again.
In possible implementation manners, the display module 604 is specifically configured to:
acquiring address information of the second page;
requesting a server to acquire page information of the second page according to the address information of the second page;
and displaying the second page in the nested control according to the page information of the second page.
Fig. 7 is a schematic structural diagram of a second page control apparatus provided by the present invention, referring to fig. 7 on the basis of the embodiment shown in fig. 6, the apparatus further includes a determining module 605, a generating module 606 and a storing module 607, wherein,
the determining module 605 is configured to determine, after the displaying module 603 loads and displays the second page through the nested control, a history stack corresponding to the second page, where a current stack top element of the history stack is the th history record corresponding to the th page;
the generating module 606 is configured to generate a second history record corresponding to the second page, where the URL addresses included in the second history record and the th history record are the same, and a hash value included in the second history record is different from a hash value included in the th history record;
the storage module 607 is configured to store the second history record in the history record stack.
In another possible implementations, the display module 604 is configured to:
according to the return operation, acquiring the second history record positioned at the top of the stack in the history record stack;
performing a pop operation on the second history record at the top of the stack in the history stack;
obtaining th history record at the top of the stack in the history stack;
and if the URL addresses in the th historical record and the second historical record are the same and the hash values in the th historical record and the second historical record are different, hiding the nested control and the second page displayed in the nested control.
In another possible implementations, the display module 604 is specifically configured to:
triggering a hashchange event registered in the th page;
hiding the nested control and the second page displayed in the nested control through the hashchange event.
In another possible implementations, the nested control is an iframe control.
The page control device provided by the embodiment of the present invention can implement the technical solutions shown in the above method embodiments, and the implementation principles and beneficial effects thereof are similar, and are not described herein again.
It will be understood by those skilled in the art that all or a portion of the steps of implementing the various method embodiments described above may be performed by hardware associated with program instructions, and that the program may be stored in a computer readable storage medium, which when executed performs the steps comprising the various method embodiments described above, including ROM, RAM, magnetic or optical disks, among various media capable of storing program code.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (6)

1, kinds of page control methods, characterized by, including:
obtaining a call instruction to a second page in page , the call instruction to indicate a jump from the page to the second page;
creating a nested control in the page through which the second page is loaded and displayed such that the second page overlays the page;
determining a history stack corresponding to the second page, wherein a current stack top element of the history stack is a th history record corresponding to the th page;
generating a second history record corresponding to the second page, wherein the URL addresses included in the second history record and the th history record are the same, and the hash value included in the second history record is different from the hash value included in the th history record;
depositing the second history to the history stack;
receiving a return operation which is input by a user and corresponds to the second page;
according to the return operation, acquiring the second history record positioned at the top of the stack in the history record stack;
performing a pop operation on the second history record at the top of the stack in the history stack;
obtaining th history record at the top of the stack in the history stack;
and if the URL addresses in the th history record and the second history record are the same and the hash values in the th history record and the second history record are different, hiding the nested control and the second page displayed in the nested control to display the th page.
2. The method of claim 1, wherein loading and displaying the second page via the nested control comprises:
acquiring address information of the second page;
requesting a server to acquire page information of the second page according to the address information of the second page;
and displaying the second page in the nested control according to the page information of the second page.
3. The method of claim 1, wherein hiding the nested control and displaying the second page in the nested control comprises:
triggering a hashchange event registered in the th page;
hiding the nested control and the second page displayed in the nested control through the hashchange event.
4. The method of any of claims 1-3, wherein the nested control is an iframe control.
5, page control device, comprising:
a obtaining module, configured to obtain, in page , a call instruction for a second page, where the call instruction is used to instruct a jump from page to the second page;
a creation module to create a nested control in the th page;
a display module, configured to load and display the second page through the nested control, so that the second page covers the th page;
a determining module, configured to determine, after the displaying module loads and displays the second page through the nested control, a history stack corresponding to the second page, where a current stack top element of the history stack is a th history record corresponding to the th page;
a generating module, configured to generate a second history record corresponding to the second page, where the second history record and the th history record include the same URL address, and a hash value included in the second history record is different from a hash value included in the th history record;
the storage module is used for storing the second history record to the history record stack;
the receiving module is used for receiving a return operation which is input by a user and corresponds to the second page;
the display module is further configured to:
according to the return operation, acquiring the second history record positioned at the top of the stack in the history record stack;
performing a pop operation on the second history record at the top of the stack in the history stack;
obtaining th history record at the top of the stack in the history stack;
and if the URL addresses in the th history record and the second history record are the same and the hash values in the th history record and the second history record are different, hiding the nested control and the second page displayed in the nested control to display the th page.
6. The apparatus of claim 5, wherein the display module is specifically configured to:
acquiring address information of the second page;
requesting a server to acquire page information of the second page according to the address information of the second page;
and displaying the second page in the nested control according to the page information of the second page.
CN201610882875.8A 2016-10-10 2016-10-10 Page control method and device Active CN106484862B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610882875.8A CN106484862B (en) 2016-10-10 2016-10-10 Page control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610882875.8A CN106484862B (en) 2016-10-10 2016-10-10 Page control method and device

Publications (2)

Publication Number Publication Date
CN106484862A CN106484862A (en) 2017-03-08
CN106484862B true CN106484862B (en) 2020-01-31

Family

ID=58270701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610882875.8A Active CN106484862B (en) 2016-10-10 2016-10-10 Page control method and device

Country Status (1)

Country Link
CN (1) CN106484862B (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107193880B (en) * 2017-04-26 2020-05-19 北京潘达互娱科技有限公司 Page jump method and device
CN108958855B (en) * 2017-05-26 2021-12-21 阿里巴巴集团控股有限公司 Page jump method, device and system
CN107197387B (en) * 2017-05-31 2020-04-24 聚好看科技股份有限公司 Method and device for displaying video information on webpage in time-sharing manner
CN110020268B (en) * 2017-07-28 2022-04-12 北京国双科技有限公司 Page returning method and device
WO2019090764A1 (en) * 2017-11-13 2019-05-16 深圳峰创智诚科技有限公司 Method and device for returning to an application program page
CN110019464B (en) * 2017-11-24 2023-10-20 阿里巴巴(中国)网络技术有限公司 Page processing method and device
CN108268622A (en) * 2018-01-08 2018-07-10 金行家(深圳)文化传播有限公司 Method and device for returning page and computer readable storage medium
CN110362766B (en) * 2018-04-02 2023-05-12 腾讯科技(深圳)有限公司 Page display control method and terminal
CN108733444B (en) * 2018-05-14 2021-08-24 北京五八信息技术有限公司 Page refreshing method and device, storage medium and mobile terminal
CN108958591A (en) * 2018-06-29 2018-12-07 深圳春沐源控股有限公司 Terminal program control method and terminal device based on suspension button
CN109358932A (en) * 2018-09-28 2019-02-19 上海七色猫网络科技有限公司 Common software interface flow control method
CN109976856B (en) * 2019-03-26 2022-12-20 维沃移动通信有限公司 Page display method and terminal equipment
CN113449227B (en) * 2020-03-24 2023-09-19 北京新氧科技有限公司 Page information processing method and terminal equipment
CN113297518B (en) * 2020-07-24 2022-09-23 阿里巴巴集团控股有限公司 Page switching method and device, electronic equipment and readable storage medium
CN111897478A (en) * 2020-08-11 2020-11-06 聚好看科技股份有限公司 Page display method and display equipment
CN113805962B (en) * 2021-08-31 2023-10-20 北京百度网讯科技有限公司 Application page display method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102214068A (en) * 2011-04-28 2011-10-12 宇龙计算机通信科技(深圳)有限公司 Control method for page switching display and mobile terminal
CN104050274A (en) * 2014-06-25 2014-09-17 国家电网公司 HTML page nesting method and device
CN104050422A (en) * 2014-06-10 2014-09-17 腾讯科技(深圳)有限公司 Method and device for displaying information content
CN104424193A (en) * 2013-08-20 2015-03-18 腾讯科技(深圳)有限公司 Method and device for presenting uploaded component on webpage
CN105117234A (en) * 2015-09-16 2015-12-02 北京金和网络股份有限公司 Web control combination method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102214068A (en) * 2011-04-28 2011-10-12 宇龙计算机通信科技(深圳)有限公司 Control method for page switching display and mobile terminal
CN104424193A (en) * 2013-08-20 2015-03-18 腾讯科技(深圳)有限公司 Method and device for presenting uploaded component on webpage
CN104050422A (en) * 2014-06-10 2014-09-17 腾讯科技(深圳)有限公司 Method and device for displaying information content
CN104050274A (en) * 2014-06-25 2014-09-17 国家电网公司 HTML page nesting method and device
CN105117234A (en) * 2015-09-16 2015-12-02 北京金和网络股份有限公司 Web control combination method

Also Published As

Publication number Publication date
CN106484862A (en) 2017-03-08

Similar Documents

Publication Publication Date Title
CN106484862B (en) Page control method and device
CN110096660B (en) Method and device for loading page pictures and electronic equipment
JP2019520624A (en) Page component dynamic layout
US8613106B2 (en) Reducing the value of a browser fingerprint
US11579902B2 (en) User interface rendering performance
CN108846100A (en) The method and apparatus of fast search boarding application
WO2020048189A1 (en) Image generation
US9503551B2 (en) Hybrid native networked applications
CN110020371B (en) Method and device for page layout linkage based on react-native
US10541854B2 (en) Component loading based on user interactions
CN106681767B (en) Light application adding method and device
CN106649581B (en) Webpage repairing method and client
RU2616164C2 (en) Methods and device for browser engine work
US20120084630A1 (en) Generating Behavior Information For a Link
CN114238818A (en) Page jump method, electronic equipment and storage medium
US10846361B2 (en) User-specific customization of web pages
US9201951B2 (en) System and method for providing search results
CN110858238B (en) Data processing method and device
CN114816637B (en) Application display method, device and system embedded in applet
CN110046237B (en) Conversational interactive processing method and device
CN107045549B (en) Method and device for acquiring page number of electronic book
US9917788B2 (en) Speculative generation of network page components
CN113934949B (en) Information page display method, electronic equipment and computer storage medium
US11770437B1 (en) Techniques for integrating server-side and client-side rendered content
CN110858114B (en) Webpage display method, bookmark generation method, device, equipment and medium on mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant