WO2010083748A1 - 利用浏览器浏览弹出页面的实现方法、装置和移动台 - Google Patents
利用浏览器浏览弹出页面的实现方法、装置和移动台 Download PDFInfo
- Publication number
- WO2010083748A1 WO2010083748A1 PCT/CN2010/070254 CN2010070254W WO2010083748A1 WO 2010083748 A1 WO2010083748 A1 WO 2010083748A1 CN 2010070254 W CN2010070254 W CN 2010070254W WO 2010083748 A1 WO2010083748 A1 WO 2010083748A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- page
- mobile station
- pop
- portal
- content data
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
Definitions
- the present invention relates to the field of wireless communication technologies, and particularly relates to an implementation method for browsing a pop-up page by using a browser, an implementation device for browsing a pop-up page by using a browser, an instant messaging device, and Mobile station.
- BACKGROUND OF THE INVENTION With the development of wireless Internet, mobile stations can browse web pages such as news in the wireless Internet. Users can browse the news by clicking on the link in the pop-up portal home page. After the mobile station logs in to the wireless internet, the wireless network side provides the mobile station with a set of information links such as news, that is, the wireless network side provides the first page of the portal (ie, the pop-up page) for the mobile station.
- the wireless network side pushes the linked page to the user. Due to the limitation of the display size of the mobile station, the linked page will cover the portal first page on the mobile station. If the user browses the linked page and wants to switch back to the portal first page, in order to continue browsing the other linked pages in the first page, the user clicks back and the wireless network side pushes the portal first page to the mobile station again.
- Taiwan can save users' Internet access costs, reduce the delay time for mobile stations to display pop-up pages, and save wireless transmission resources.
- the mobile station receives and stores the pop-up page content data, and displays a pop-up page;
- a storage module configured to store pop-up page content data received by the mobile station
- the browser module is configured to display a pop-up page according to the data stored by the storage module after detecting that the mobile station receives the switch back to the pop-up page information.
- a storage module configured to store pop-up page content data received by the mobile station
- the browser module is configured to display the pop-up page according to the data stored by the storage module after detecting that the mobile station receives the switch back pop-up page information.
- a receiving module configured to receive pop-up page content data sent by a wireless network side
- a storage module configured to store pop-up page content data received by the receiving module
- a browser module configured to: according to the data stored in the storage module, after detecting that the mobile station receives the information that is switched back to the pop-up page The popup page is displayed.
- the mobile station stores the first page content data of the portal. (ie, the page content data is popped up), so that when the mobile station currently displays the page as a non-portal first page (ie, a non-popup page), and the mobile station receives the switch back to the portal first page information, the mobile station can store according to the The data quickly pops up the first page of the portal; avoids the problem that the mobile station repeatedly receives the first page of the portal from the wireless network side; thereby saving the user's Internet access cost, reducing the delay time for the mobile station to display the pop-up page, and saving wireless transmission resources. . BRIEF DESCRIPTION OF THE DRAWINGS FIG.
- FIG. 1 is a flow chart of a method for implementing a pop-up page by using a browser according to a first embodiment of the present invention
- FIG. 2 is a flow chart of a method for browsing a pop-up page by using a browser according to a second embodiment of the present invention
- 3 is a schematic diagram of an apparatus for implementing a pop-up page by using a browser
- FIG. 4 is a schematic diagram of an instant messaging apparatus according to Embodiment 4 of the present invention
- FIG. 5 is a schematic diagram of a mobile station according to Embodiment 5 of the present invention.
- Embodiments of the present invention Embodiment 1
- the flow of the method for implementing a pop-up page by using a browser is as shown in FIG.
- step 100 after the mobile station logs in to the wireless internet, the wireless network side sends the portal first page content data (ie, the pop-up page content data) to the mobile station, and the mobile station receives and stores the portal home page content data.
- the wireless network side sends the portal first page content data (ie, the pop-up page content data) to the mobile station, and the mobile station receives and stores the portal home page content data.
- the mobile station After receiving the address of the first page of the portal sent by the wireless network side (such as a server), the mobile station can directly obtain and cache the content data corresponding to the address in the background. After storing the content data of the first page of the portal, the mobile station may prompt whether to pop up the first page of the portal (such as outputting and displaying "whether the first page of the portal is popped up"), after which the mobile station waits to receive the response information; the mobile station receives the pop-up portal home page After the response information, the portal first page is generated and popped up.
- the wireless network side such as a server
- the mobile station may first obtain the content data corresponding to the address, and then the mobile station prompts whether the first page of the portal is popped up, and the mobile station waits to receive the response information; the mobile station receives the response information; In response to the information and the response information indicates that the portal first page is popped up, the mobile station generates the portal first page and pops up the portal first page; after generating and popping the portal first page or after generating and popping the portal first page, the mobile station stores the portal first page Content data.
- the mobile station After the mobile station pops up the first page of the portal, the mobile station waits to receive the user's click. After the user clicks on a link in the first page of the portal, the mobile station obtains the content data corresponding to the link from the wireless network side, and according to the obtained content. The data shows the page of the link. Due to the limitation of the screen size of the mobile station, the linked page will overwrite the first page of the portal. At this time, the mobile station currently displays the page as the non-portal first page. If the user browses the linked page and wants to switch back to the portal first page, in order to continue browsing the page corresponding to other links in the first page of the portal, the user input switches back to the portal first page information, and the mobile station receives the switch back to the portal first page. information.
- the manner in which the mobile station receives the information of switching back to the first page of the portal may be various.
- the mobile station receives a certain button information, and the button information indicates that the information is switched back to the first page of the portal; and if the mobile station receives the touch information of an area of the screen, The touch information of the area indicates that the information is switched back to the first page of the portal. That is to say, when the user wants to switch back to the first page of the portal, he can click a predetermined button on the mobile station (the predetermined button can be a button or a plurality of buttons) or click on the mobile station to display a certain screen on the screen through the contact pen. region.
- Step 110 The mobile station pops up the first page of the portal according to the data stored by the mobile station.
- Embodiment 2 In the application scenario of browsing the pop-up page by using the browser in the present invention, the flow of implementing the pop-up page by using the browser is as shown in FIG. 2 .
- step 200 the user logs in to the mobile phone IM tool, and the server located on the wireless network side pushes the address information of the mini news home page in the IM tool to the mobile phone.
- the mobile phone is a mobile station, and the mini news home page is a portal first page.
- the mobile phone IM tool receives the mini news home address information pushed by the server.
- Step 210 After receiving the address information, the IM tool does not immediately jump to the browser to display the page corresponding to the address, but obtains the content data corresponding to the address in the background, and caches the content data. .
- Step 220 The mobile phone IM tool prompts the user whether to pop up the mini news home page.
- the mobile phone IM tool can prompt the user by vibration, text prompts or pictures. After prompting the user, the mobile phone IM tool waits for the response of the user. After receiving the response information of the pop-up mini news homepage, the mobile phone IM tool triggers the browser module, and the browser module generates a special according to the received content data. Dedicated page, and pops up. This dedicated page is the mini news homepage.
- the above step 220 can also be converted into: After the mobile phone IM tool obtains the content data corresponding to the address, the browser module is directly triggered, and the browser module generates a special dedicated page according to the received content data, and pops up.
- Step 230 The mobile phone IM tool receives the link on the home page of the mini news.
- Step 240 The mobile phone IM tool acquires the content data corresponding to the link, and triggers the browser module to display the page according to the content data corresponding to the link.
- This page is a normal browsing page that shows the details of the link that the user clicked on.
- Step 250 After browsing the detailed content included in the click link, the user clicks the predetermined button to switch back to the mini news home page; for example, clicking the left arrow button or the right arrow button.
- the mobile phone IM tool After receiving the predetermined button information, the mobile phone IM tool triggers the step 220 to trigger the browser module to pop up the mini news homepage according to the content data corresponding to the stored mini news homepage address. After the mini news home page is displayed, the user can continue to click on the link in the home page, and then proceeds to step 230.
- Embodiment 3 The structure of an apparatus for implementing a pop-up page by using a browser is as shown in FIG. 3.
- the apparatus of FIG. 3 includes: a storage module 300 and a browser module 310.
- the device may also optionally include a prompt module 320.
- the storage module 300 stores portal first page content data received by the mobile station.
- the timing at which the storage module 300 stores the content data of the first page of the portal can be various.
- the browser module 310 detects that the mobile station currently displays the page as the linked page included in the portal first page, and the mobile station receives the switch back to the portal first page information, the browser first page is popped according to the data stored in the storage module 300.
- the prompt module 320 prompts whether to pop up the first page of the portal.
- the prompt module 320 prompts whether to pop up the portal.
- the timing of the front page can be various.
- a specific example in which the storage module 300, the browser module 310, and the prompting module 320 cooperate to implement a pop-up page is: after the mobile station logs in to the wireless Internet, the wireless network side (such as a server) sends the portal first page address to the mobile station, and moves.
- the station obtains the portal first page content data from the wireless network side according to the address, the mobile station receives the portal first page content data sent by the wireless network side, and the storage module 300 stores the portal first page content data received by the mobile station.
- the prompting module 320 prompts whether to pop up the first page of the portal (such as outputting and displaying "whether the first page of the portal is popped up"), after which the mobile station waits to receive the response information; the mobile station receives the response information; After the response information of the portal first page is popped up, the browser module 310 generates and pops up the portal first page according to the content data stored by the storage module 300. After the first page of the portal is popped up, the mobile station waits to receive the user's click.
- the mobile station After the user clicks on a link in the portal first page, the mobile station acquires the content data corresponding to the link from the wireless network side, and the browser module 310 obtains the content according to the mobile station. Correspond to the link The content data shows the page corresponding to the link. Due to the limitation of the screen size of the mobile station display, the page corresponding to the link will cover the first page of the portal. At this time, the mobile station currently displays the page as a non-portal first page. If the user browses the page corresponding to the above link and wants to switch back to the portal first page, in order to continue browsing the page corresponding to other links in the first page of the portal, the user clicks back, and the return means to switch back to the portal first page. The mobile station receives the switch back to the portal first page information. In this case, the browser module 310 generates and pops up the portal first page based on the content data stored in the storage module 300.
- Another specific example in which the storage module 300, the browser module 310, and the prompting module 320 cooperate to implement a pop-up page is: after the mobile station logs in to the wireless Internet, the wireless network side sends the portal first page address to the mobile station, and the mobile station according to the The address obtains the portal first page content data from the wireless network side, and the mobile station receives the portal first page content data sent by the wireless network side; after the mobile station receives the portal first page content data, the storage module 300 does not store the portal first page content data first.
- the prompting module 320 first prompts whether to pop up the portal first page (such as outputting and displaying "whether or not the portal first page is displayed"), after which the mobile station waits to receive the response information; after receiving the response information of the pop-up portal first page, the mobile station
- the browser module 310 generates and pops up the portal header page according to the content data received by the mobile station; the storage module 300 stores the portal homepage while the browser module 310 generates and pops up the portal first page or after the portal first page is generated and popped up. Face content data. After the mobile station pops up the portal first page, the mobile station waits to receive the user's click.
- the browser module 310 After the user clicks on a link in the portal first page, the browser module 310 requests the wireless network side to obtain the content data corresponding to the link, and the browser module 310 displays the page corresponding to the link according to the content data corresponding to the link acquired by the request. Due to the limitation of the screen size of the mobile station display, the page corresponding to the link will cover the first page of the portal. At this time, the mobile station currently displays the page as a non-portal first page. If the user browses the page corresponding to the above link, he wants to switch back to the first page of the portal, so as to continue browsing the first page of the portal. If the other page corresponds to the page, the user clicks back, and the return means to switch back to the portal home page. The mobile station receives the switch back to the portal first page information. In this case, the browser module 310 generates and pops up the portal first page based on the content data stored in the storage module 300.
- Embodiment 4 The structure of the instant messaging device is as shown in FIG.
- the instant messaging device of FIG. 4 includes: a storage module 400 and a browser module 410.
- the device can also optionally include a prompt module 420.
- the storage module 400 stores the portal first page content data received by the mobile station.
- the timing at which the storage module 400 stores the content data of the first page of the portal can be various.
- the browser module 410 detects that the current display page of the mobile station is the link corresponding to the link included in the portal page, and the mobile station receives the switch back to the portal page information, and pops up the portal first page according to the data stored in the storage module 400.
- the prompt module 420 prompts whether the first page of the portal is popped up.
- the prompt module 420 prompts whether to pop up the portal.
- the timing of the front page can be various.
- a specific example of the instant messaging device implementing web browsing is as follows: The user logs in to the mobile phone IM, and the server located on the wireless network side pushes the address information of the mini news home page in the IM device to the mobile phone.
- the mobile phone is a mobile station, and the mini news home page is a portal first page.
- the mobile phone IM device receives the mini news home address information pushed by the server. After receiving the address information, the IM device does not immediately jump to the browser to display the page corresponding to the address, but requests the content data corresponding to the address in the background, and the storage module 400 stores the IM device.
- the mini news home content data is as follows: The user logs in to the mobile phone IM, and the server located on the wireless network side pushes the address information of the mini news home page in the IM device to the mobile phone.
- the mobile phone is a mobile station, and the mini news home page is a portal first page.
- the mobile phone IM device receives the mini news home address information pushed
- the prompting module 420 prompts whether to pop up the mini news homepage (such as outputting and displaying "whether the mini news homepage is popped up"), after which the IM device waits to receive the response information; the IM device receives the After the response information of the mini news home page is popped up, the browser module 410 generates and pops up the mini news according to the content data stored by the storage module 400. Home. After the mini-message home page is popped up, the IM device waits to receive the user's click.
- the IM device After the user clicks on a link in the portal first page, the IM device requests to obtain the content data corresponding to the link from the wireless network side, and the browser module 410 requests the IM according to the IM.
- the obtained content data corresponding to the link displays the page corresponding to the link. Due to the limitation of the screen size of the mobile station display, the page corresponding to the link will cover the mini news home page. At this time, the current display page is the non-mini news home page. If the user browses the page corresponding to the above link and wants to switch back to the mini news homepage, in order to continue browsing the page corresponding to other links in the mini news homepage, the user clicks back, and the return means switching back to the mini news homepage. In this case, the browser module 410 generates and pops up the mini news home page based on the content data stored in the storage module 400.
- the instant messaging device implementing web browsing is: the user logs in to the mobile phone IM, and the server located on the wireless network side pushes the address information of the mini news home page in the IM device to the mobile phone.
- the mobile phone IM device receives the mini news home address information pushed by the server.
- the mobile phone IM device requests the wireless network side to obtain the mini news homepage content data according to the address, and after the IM device obtains the mini news homepage content data, the storage module 400 does not store the mini news homepage content data.
- the prompting module 420 first prompts whether to pop up the mini news homepage (such as outputting and displaying "whether the mini news home page is popped up"), after which the mobile station waits to receive the response information; after receiving the response information of the popup mini news home page, the mobile station
- the browser module 410 generates and pops up the mini news homepage according to the content data received by the mobile station; the storage module 400 stores the mini news homepage while the browser module 410 generates and pops up the mini news homepage or after the mini news homepage is generated and popped up. Content data.
- the mobile station waits to receive the user's click.
- the browser module 410 After the user clicks on a certain link in the mini news homepage, the browser module 410 requests the wireless network side to obtain the content data corresponding to the link, and the browser module 310 according to the browser module 310. Obtaining the content data corresponding to the link displays the page corresponding to the link. Due to the limitation of the screen size of the mobile station display, the link corresponds to The page will cover the mini news home page. At this time, the mobile station currently displays the page as a non-mini news home page. If the user browses the page corresponding to the above link and wants to switch back to the mini news homepage, in order to continue browsing the page corresponding to other links in the mini news homepage, the user clicks back, and the return means switching back to the mini news homepage. The IM device receives the switch back to the mini news home page information. In this case, the browser module 410 generates and pops up the mini news home page based on the content data stored in the storage module 400.
- Embodiment 5 The structure of the mobile station is as shown in FIG.
- the mobile station in FIG. 5 includes: a receiving module 500, a storage module 510, and a browser module 520.
- the device may also optionally include a prompt module 530.
- the receiving module 500 receives data transmitted from the wireless network side, and user click operation information and the like.
- the data sent from the wireless network side is the content data of the first page of the portal, and the content data of the corresponding page of a link in the first page of the portal.
- the user's click operation information such as the click operation information of the user response prompt, the click operation of logging in to the wireless network, the operation information of a link included in the first page of the portal, and the click operation information of switching back to the first page of the portal.
- the storage module 510 stores the portal first page content data received by the receiving module 500.
- the timing at which the storage module 510 stores the content data of the first page of the portal can be various.
- the browser module 520 detects that the mobile station currently displays the page as the page corresponding to the link included in the portal page, and the receiving module 500 receives the switch back to the portal page information, and pops up the portal first page according to the data stored in the storage module 510. .
- the prompt module 530 prompts whether the first page of the portal is popped up.
- the prompt module 530 prompts whether to pop up the portal.
- the timing of the front page can be various.
- a specific example of the mobile station implementing web browsing is as follows: The user logs in to the wireless network, and the server located on the wireless network side pushes the address information of the first page of the portal to the mobile station.
- Receiving module 500 receives After the address information, the mobile station does not immediately jump to the browser to display the page corresponding to the address, but requests the content data corresponding to the address in the background, and the storage module 510 stores the portal first page received by the receiving module 500. Content data.
- the prompting module 530 prompts whether to pop up the portal first page (such as outputting and displaying "whether the portal first page is popped up"), after which the mobile station waits to receive the response information; the receiving module 500 is receiving After the response information of the first page of the portal is popped up, the browser module 520 generates and pops up the portal first page according to the content data stored by the storage module 510. After the portal first page is popped up, the mobile station waits to receive the user's click. After the receiving module 500 receives the information that the user clicks on a certain link in the portal first page, the browser module 520 requests to obtain the content corresponding to the link from the wireless network side.
- the browser module 420 displays the page corresponding to the link according to the content data corresponding to the link received by the receiving module 500. Due to the limitation of the screen size of the mobile station display, the page corresponding to the link will cover the first page of the portal. At this point, the current display page is the non-portal first page. If the user browses the page corresponding to the above link and wants to switch back to the portal first page, in order to continue browsing the page corresponding to other links in the first page of the portal, the user clicks back, and the return means switching back to the mini news home page.
- the receiving module 500 receives the click operation information. After determining that the click operation information is switched back to the mini news home page information, the browser module 410 generates and pops up the portal first page according to the content data stored in the storage module 510.
- the wireless network side sends the portal first page address to the mobile station, and after receiving the address information, the receiving station wirelessly transmits the address according to the address.
- the network side requests to obtain the portal first page content data, and the receiving module 500 receives the portal first page content data sent by the wireless network side; after receiving the portal first page content data, the receiving module 510 does not store the portal first page content data.
- the prompting module 530 first prompts whether to pop up the portal first page (such as outputting and displaying "whether the portal first page is popped up"), after which the mobile station waits to receive the response information; the receiving module 500 receives the pop-up door.
- the browser module 520 After the response information of the head page, the browser module 520 generates and pops up the portal page according to the content data received by the receiving module 500; while the browser module 520 generates and pops up the portal page or after the portal page is generated and popped up
- the storage module 510 stores the portal first page content data. After the browser module 520 displays the portal first page, the receiving module 500 waits to receive the user's click. After the receiving module 500 receives the information that the user clicks on a certain link in the portal first page, the browser module 520 requests the wireless network side to acquire.
- the content data corresponding to the link receives the content data corresponding to the link sent by the wireless network side, and the browser module 520 displays the page corresponding to the link according to the content data corresponding to the link received by the receiving module 500. Due to the limitation of the screen size of the mobile station display, the page corresponding to the link will cover the first page of the portal. At this time, the mobile station currently displays the page as a non-portal first page. If the user browses the page corresponding to the above link and wants to switch back to the portal first page, in order to continue browsing the page corresponding to other links in the first page of the portal, the user clicks back, and the return means switching back to the mini news home page. The receiving module 500 receives the switch back to the portal first page information. In this case, the browser module 520 generates and pops up the portal header page based on the content data stored in the storage module 500.
- the manner in which the receiving module 500 receives the information of the switch back to the portal page may be various.
- the receiving module 500 receives a certain button information, and the button information indicates that the information is switched back to the portal page.
- Receiving the touch information of a certain area of the screen the touch information of the area indicates switching back to the first page information of the portal. That is to say, when the user wants to switch back to the first page of the portal, he can click a predetermined button on the mobile station (the predetermined button can be a button or a plurality of buttons) or click on the mobile station to display a certain screen on the screen through the contact pen. region.
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)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200910077250.4 | 2009-01-20 | ||
| CNA2009100772504A CN101477567A (zh) | 2009-01-20 | 2009-01-20 | 利用浏览器浏览弹出页面的实现方法、装置和移动台 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2010083748A1 true WO2010083748A1 (zh) | 2010-07-29 |
Family
ID=40838283
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2010/070254 Ceased WO2010083748A1 (zh) | 2009-01-20 | 2010-01-19 | 利用浏览器浏览弹出页面的实现方法、装置和移动台 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN101477567A (zh) |
| WO (1) | WO2010083748A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2014067413A1 (en) * | 2012-11-01 | 2014-05-08 | Tencent Technology (Shenzhen) Company Limited | Method and apparatus for storing webpage access records |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101477567A (zh) * | 2009-01-20 | 2009-07-08 | 腾讯科技(深圳)有限公司 | 利用浏览器浏览弹出页面的实现方法、装置和移动台 |
| CN106372076B (zh) * | 2015-07-22 | 2021-10-15 | 腾讯科技(深圳)有限公司 | 浏览器中网页切换方法及装置 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1650596A (zh) * | 2002-05-02 | 2005-08-03 | 德国捷德有限公司 | 通信系统及其移动设备以及在移动设备上存储页面的方法 |
| CN101325602A (zh) * | 2008-07-30 | 2008-12-17 | 广州市动景计算机科技有限公司 | 一种微浏览器智能预读网页的方法及系统 |
| CN101477567A (zh) * | 2009-01-20 | 2009-07-08 | 腾讯科技(深圳)有限公司 | 利用浏览器浏览弹出页面的实现方法、装置和移动台 |
-
2009
- 2009-01-20 CN CNA2009100772504A patent/CN101477567A/zh active Pending
-
2010
- 2010-01-19 WO PCT/CN2010/070254 patent/WO2010083748A1/zh not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1650596A (zh) * | 2002-05-02 | 2005-08-03 | 德国捷德有限公司 | 通信系统及其移动设备以及在移动设备上存储页面的方法 |
| CN101325602A (zh) * | 2008-07-30 | 2008-12-17 | 广州市动景计算机科技有限公司 | 一种微浏览器智能预读网页的方法及系统 |
| CN101477567A (zh) * | 2009-01-20 | 2009-07-08 | 腾讯科技(深圳)有限公司 | 利用浏览器浏览弹出页面的实现方法、装置和移动台 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2014067413A1 (en) * | 2012-11-01 | 2014-05-08 | Tencent Technology (Shenzhen) Company Limited | Method and apparatus for storing webpage access records |
| US11403365B2 (en) | 2012-11-01 | 2022-08-02 | Tencent Technology (Shenzhen) Company Limited | Method and apparatus for storing webpage access records |
Also Published As
| Publication number | Publication date |
|---|---|
| CN101477567A (zh) | 2009-07-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10643021B2 (en) | Method and device for processing web page content | |
| CN102591954B (zh) | 一种浏览器用数据加载方法及装置 | |
| WO2019157894A1 (zh) | 应用页面的显示方法、装置、存储介质及电子设备 | |
| CN103685528B (zh) | 信息展示方法和装置 | |
| WO2013007147A1 (zh) | 网页浏览方法及装置 | |
| CN112307405B (zh) | 跨设备的应用接力方法、装置、设备、系统及存储介质 | |
| US20120174034A1 (en) | Method and apparatus for providing user interface in user equipment | |
| CN107508903B (zh) | 一种网页内容的访问方法及终端设备 | |
| CN110096660A (zh) | 用于加载页面图片的方法、装置和电子设备 | |
| CN102929997B (zh) | 浏览器标签的显示方法及装置 | |
| CN104754073A (zh) | 一种资源访问方法及装置 | |
| KR20100046087A (ko) | 무선 인터넷 브라우저의 웹 페이지 내용을 메시징하는 이동단말 및 그 방법 | |
| US10956653B2 (en) | Method and apparatus for displaying page and a computer storage medium | |
| WO2015081824A1 (en) | Method and apparatus for searching | |
| CN103279485A (zh) | 资源分享的处理方法及装置 | |
| WO2018036544A1 (zh) | 浏览器在独立窗口中播放视频的方法、装置及存储介质 | |
| CN104281574A (zh) | 一种信息推荐方法、装置及系统 | |
| JP7123913B2 (ja) | コンテンツをリアルタイムで配信するための方法及びシステム | |
| WO2014176906A1 (en) | Online video playing method and apparatus and computer readable medium | |
| WO2014071779A1 (zh) | 预打开网页的方法、装置及移动终端 | |
| CN104469528A (zh) | 一种进行视频数据加载的方法、装置和浏览器客户端 | |
| CN104216929A (zh) | 一种页面元素的拦截方法和装置 | |
| CN106326489A (zh) | 网络资源更新的方法和装置 | |
| WO2023025323A1 (zh) | 一种信息处理方法、装置、系统及存储介质 | |
| WO2010083748A1 (zh) | 利用浏览器浏览弹出页面的实现方法、装置和移动台 |
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: 10733221 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 5800/CHENP/2011 Country of ref document: IN |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112 (1) EPC (EPO FORM 1205A DATED 22/12/2011) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 10733221 Country of ref document: EP Kind code of ref document: A1 |