WO2008034336A1 - Method for browsing web page - Google Patents

Method for browsing web page Download PDF

Info

Publication number
WO2008034336A1
WO2008034336A1 PCT/CN2007/002581 CN2007002581W WO2008034336A1 WO 2008034336 A1 WO2008034336 A1 WO 2008034336A1 CN 2007002581 W CN2007002581 W CN 2007002581W WO 2008034336 A1 WO2008034336 A1 WO 2008034336A1
Authority
WO
WIPO (PCT)
Prior art keywords
area
content element
webpage
browsing
text
Prior art date
Application number
PCT/CN2007/002581
Other languages
French (fr)
Chinese (zh)
Inventor
Yuan Tian
Original Assignee
Yuan Tian
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 Yuan Tian filed Critical Yuan Tian
Publication of WO2008034336A1 publication Critical patent/WO2008034336A1/en

Links

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/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • the invention relates to a web browsing technology, in particular to a method for browsing a webpage. Background technique
  • the invention can simultaneously solve the three problems of providing a large number of web pages suitable for display of low-resolution display devices in a short time, and having a strong overall feeling and quick and easy operation when browsing.
  • the technical solution of the present invention first selects a desired webpage, and then divides the webpage into a plurality of areas, and the user selects the divided area, and then marks the currently selected area, and then confirms by the user. Enlarge the selected area;
  • the dividing the web page according to the function or the layout, dividing a web page into a plurality of square or rectangular areas, and storing the area information; and selecting the divided area is the step of reading the divided area. Saved area information, browse, select, and switch to the new current area; The magnifying selected area is selected by confirming the current area of the mark by the user, and the area is enlarged by an aspect ratio;
  • the area is reduced to a width equal to the width of the display device; when the aspect ratio of the area is smaller than the height of the display device When the aspect ratio is wider, the area is enlarged to a height equal to the height of the display device.
  • the content element is selected by the user, and then the currently selected content element is marked, and then the content element to be selected is confirmed by the user. According to its type, it will be processed accordingly.
  • the selection of the content element is to browse, select, and switch to the new current content element according to the position and size of all the content elements included in the current area.
  • the processing according to the type refers to: when the selected content element is a hyperlink, the simulation performs a mouse click on the content element; when the selected content element is a picture, a video, and a large area control, the attribute is enlarged to Full screen; return to the original size by the return key; when the selected content element is a text input element/password input element/text area element, input text to the content element through the keyboard; when the selected content element is a drop-down selection element / When list element/radio button element/checkbox element, select the listed item, radio button or check box by navigation key, confirm or uncheck by user; when the selected content element is ordinary button element / When the button element/submit button element is reset, the simulated mouse clicks on the content element; when the selected content element is large-area text, the width of the text area is adjusted to the width of the display device, and the text is automatically wrapped according to the width of the text area.
  • FIG. 1-1 is a block diagram of an overall scheme of Embodiment 1 of the present invention.
  • 1-2 is a block diagram of an overall scheme of Embodiment 2 of the present invention.
  • Figure 2-1-1 is a technical rendering of a web page marked with a current area in one embodiment of the present invention (only one content element in the selected area).
  • FIG. 2-1-2 is a technical effect diagram of a webpage marked with a current area according to an embodiment of the present invention (two or more content elements in the selected area).
  • Figure 2-2 shows the technical effect of the selected zoom in Figure 2-1-1.
  • Figure 2-3 shows the technical effect of the area marked with the current content element after zooming in Figure 2-1-2.
  • the method for browsing a webpage of the present invention first selects a desired webpage, and then divides the webpage into a plurality of regions according to functions or layouts, and the user selects the divided regions, and then clearly marks the current
  • the selected area is enlarged by the user confirmation.
  • the specific area is:
  • the area information saved in the step of dividing the area is read, and the area is browsed and selected.
  • the specific way is to use the up, down, left and right direction keys to switch the current area by using the position and size of the area.
  • the closest area to the right of the current area is switched to the new current area.
  • the current area is marked by the system's drawing function to display the box, underline, color block, or flashing current area at the position of the currently selected area (see Figure 2-1-1).
  • the zoom mode is the same as that in Embodiment 1, and the user selects the content elements.
  • the selected content elements will be clearly marked and confirmed by the user (such as pressing "OK" on the operating keyboard such as the remote control or mobile phone, or using voice control, visual recognition, etc.) to process the selected content elements according to their type. , for the corresponding operation or enter the corresponding state.
  • the details are as follows: ' 1. . Steps to select content elements: According to the position and size of all the content elements included in the current area, the content element is browsed and selected.
  • the specific way is to use the position and size of the content element to use the up, down, left and right direction keys to switch the current content element.
  • the direction key such as the "right” key
  • the closest content element to the right of the current content element is switched to the new current content element.
  • the current content element is marked by the system's drawing function by displaying a box or underscore at the location of the currently selected content element (see Figure 2-3).
  • the click method in the IHTMLElement interface is called, and the mouse clicks on the content element;
  • the selected content element is a picture, video, and large area control
  • the content element When the selected content element is a text input element/password input element/text area element, the content element enters a state of accepting input, and uses the setAttribute method of the IHTMLElement interface to input the content element through a remote controller or a mobile phone keyboard.
  • the content element enters a state of accepting selection/clicking, adopting the setAttribute method of the IHTMLElement interface, by pressing the navigation key (Up, down, left and right buttons) Select the listed item, radio button or check box, press the "OK" button to select or deselect;
  • the click method of the IHTMLElement interface is used to simulate a mouse click on the content element
  • the width of the display device is obtained by using the SM_CXSCREEN parameter in the GetSystemMetrics function, and the width of the text area is adjusted to the width of the display device by using the setAttribute method of the IHTMLElement interface, and the text is automatically based on The text area width wraps.

Abstract

A method for browsing web page includes: firstly, selecting a required web page, dividing the web page into several regions, selecting the divided regions by a user, marking out a currently selected region, and amplifying and displaying the selected region by using a 'confirmation'; selecting a content element by the user if there are two or more content elements contained in the current region as described in the step of dividing the regions, marking out a currently selected content element, processing the selected content element according to its type by an inputting step, and carrying out a corresponding operation on it.

Description

一种浏览网页的方法 技术领域  Method for browsing webpage
本发明涉及网络浏览技术, 具体的说是一种浏览网页的方法。 背景技术  The invention relates to a web browsing technology, in particular to a method for browsing a webpage. Background technique
在现有技术中, 用户对网上娱乐等服务的需求越来越多, 但是 PC的操作复杂性 将很大一部分目标客户拒之门外。如果上网像操作电视机或者使用手机一样方便,将 会拓展出一片新的市场空间。多媒体家电产品的快速发展也将竞争的矛头指向了互联 网应用领域。  In the prior art, there is an increasing demand for services such as online entertainment, but the operational complexity of the PC will shut out a large part of the target customers. If the Internet is as convenient as operating a TV or using a mobile phone, it will open up a new market space. The rapid development of multimedia home appliances has also targeted competition in the field of Internet applications.
为了使得用户能够在电视或者手机等非计算机设备上浏览网页、操作网页,必须 解决如下几个问题:  In order to enable users to browse web pages and operate web pages on non-computer devices such as televisions or mobile phones, the following problems must be solved:
1 . 可以远距离 (或在较小屏幕上)浏览网络上的内容;  1. You can browse the content on the network from a distance (or on a smaller screen);
2. 适应目前电视机 (或手机显示屏) 这类低分辨率显示设备;  2. Adapt to current low-resolution display devices such as televisions (or mobile phone displays);
3. 能够使用简洁的设备操作上网 (遥控器或手机按键);  3. Ability to use the simple device to operate the Internet (remote control or mobile phone button);
4. 操作方便快捷。  4. Easy and fast operation.
目前现有两种解决方案:一是将普通网页整体放大,通过移动网页来实现整个网 页的观看;通过遥控器按键模拟鼠标的移动和点击实现操作。其优点是: 方案实施简 单; 通用性强, 几乎适用于所有的网页。 缺点是: 网页整体放大后浏览没有全局感, 全局和放大的局部切换又不方便;用遥控器模拟鼠标操作非常繁琐,不能快速定位用 户需要的内容,用户操作一次花费的时间很长; 鼠标等电脑式的操作不适合休闲类的 应用。二是为在电视机等显示定制专门网页,其优点是: 不需要放大, 浏览时全局感 强; 不存在全局和放大的局部的切换; 操作简便快捷。但存在仅适用于自行开发的少 量网页和方案实施复杂、 难度大、 工作量大等不足之处。 发明内容  At present, there are two solutions: one is to enlarge the general webpage as a whole, and to realize the whole webpage viewing by moving the webpage; the remote control button is used to simulate the movement and click of the mouse to realize the operation. The advantages are: Simple implementation of the program; versatility, suitable for almost all web pages. Disadvantages are: There is no global sense when the whole page is enlarged, and the global and enlarged local switching is inconvenient; using the remote control to simulate the mouse operation is very cumbersome, and it is not possible to quickly locate the content that the user needs, and the user takes a long time to operate; mouse, etc. Computer-based operation is not suitable for casual applications. The second is to customize the special webpage for TV and other displays. The advantages are: no need to zoom in, the global sense is strong when browsing; there is no global and enlarged local switching; the operation is simple and fast. However, there are shortcomings such as the complexity, difficulty, and heavy workload that are only applicable to a small number of self-developed web pages and programs. Summary of the invention
为了克服上述不足,本发明的目的在于提供一种浏览网页的方法。采用本发明能 同时解决短时间内提供大量适合低分辨率显示设备显示的网页、浏览时整体感强和快 速简便操作三个问题。  In order to overcome the above disadvantages, it is an object of the present invention to provide a method of browsing a web page. The invention can simultaneously solve the three problems of providing a large number of web pages suitable for display of low-resolution display devices in a short time, and having a strong overall feeling and quick and easy operation when browsing.
为了实现上述目的, 本发明的技术方案: 首先选定所需网页, 然后将该网页页面 划分成若干区域, 由用户对划分的区域进行选择, 然后标记出当前被选择的区域, 再 经用户确认将被选择的区域放大显示;  In order to achieve the above object, the technical solution of the present invention first selects a desired webpage, and then divides the webpage into a plurality of areas, and the user selects the divided area, and then marks the currently selected area, and then confirms by the user. Enlarge the selected area;
其中所述将网页页面进行划分是按照功能或者布局进行划分,将一个网页划分成 若干个正方或长方形的区域,且保存区域信息;所述对划分的区域进行选择是读取所 划分区域步骤中保存的区域信息, 对区域进行浏览、 选择, 且切换成新的当前区域; 所述放大被选中区域是通过对标记当前区域经用户确认后选中, 将该区域按高宽比 进行放大; The dividing the web page according to the function or the layout, dividing a web page into a plurality of square or rectangular areas, and storing the area information; and selecting the divided area is the step of reading the divided area. Saved area information, browse, select, and switch to the new current area; The magnifying selected area is selected by confirming the current area of the mark by the user, and the area is enlarged by an aspect ratio;
所述按高宽比进行放大步骤中, 当该区域高宽比大于显示设备的髙宽比时,将该 区域缩小到宽度和显示设备的宽度相等; 当该区域高宽比小于显示设备的高宽比时, 将该区域放大到高度和显示设备的高度相等。  In the step of amplifying according to the aspect ratio, when the aspect ratio of the area is larger than the aspect ratio of the display device, the area is reduced to a width equal to the width of the display device; when the aspect ratio of the area is smaller than the height of the display device When the aspect ratio is wider, the area is enlarged to a height equal to the height of the display device.
如划分区域步骤中所述当前区域内包含两个或两个以上的内容元素时,由用户对 内容元素进行选择,然后标记出当前被选择的内容元素,再经用户确认将被选择的内 容元素按照其类型进行处理, 作相应的操作;  When two or more content elements are included in the current area as described in the dividing area step, the content element is selected by the user, and then the currently selected content element is marked, and then the content element to be selected is confirmed by the user. According to its type, it will be processed accordingly.
其中对内容元素进行选择是根据当前区域所包含的所有内容元素的位置和大小 对其进行浏览、 选择, 切换成新的当前内容元素。  The selection of the content element is to browse, select, and switch to the new current content element according to the position and size of all the content elements included in the current area.
所述按照其类型进行处理是指: 当被选中的内容元素为超链接时,模拟执行鼠标 点击该内容元素; 当被选中的内容元素为图片、视频、面积较大控件时, 将属性放大 到全屏; 通过返回键恢复到原始尺寸; 当被选中的内容元素为文本输入元素 /密码输 入元素 /文本区域元素时, 通过键盘向该内容元素输入文本; 当被选中的内容元素为 下拉选择元素 /列表元素 /单选按钮元素 /复选框元素时, 通过导航键选择列出的条目、 单选按钮或者复选框,经用户确认选中或取消选中; 当被选中的内容元素为普通按钮 元素 /重置按钮元素 /提交按钮元素时, 模拟鼠标点击该内容元素; 当被选中的内容元 素为大面积文本时,将文本区域宽度调整到显示设备的宽度,文字自动根据文本区域 宽度换行。  The processing according to the type refers to: when the selected content element is a hyperlink, the simulation performs a mouse click on the content element; when the selected content element is a picture, a video, and a large area control, the attribute is enlarged to Full screen; return to the original size by the return key; when the selected content element is a text input element/password input element/text area element, input text to the content element through the keyboard; when the selected content element is a drop-down selection element / When list element/radio button element/checkbox element, select the listed item, radio button or check box by navigation key, confirm or uncheck by user; when the selected content element is ordinary button element / When the button element/submit button element is reset, the simulated mouse clicks on the content element; when the selected content element is large-area text, the width of the text area is adjusted to the width of the display device, and the text is automatically wrapped according to the width of the text area.
本发明具有如下优点:  The invention has the following advantages:
1. 可以远距离 (或在较小屏幕上)浏览网络上的内容。  1. You can browse the content on the network from a distance (or on a smaller screen).
2. 目前互联网上的所有网站内容经简单工作即可同时适合于计算机和低分辨率 的显示设备。  2. Currently, all website content on the Internet can be easily adapted to both computers and low-resolution display devices.
3. 浏览时整体感强, 整体与局部切换方便。  3. The overall feeling is strong when browsing, and the overall and local switching is convenient.
4. 适应目前电视机 (或手机显示屏) 这类低分辨率显示设备。  4. Adapt to low-resolution display devices such as current TV sets (or mobile phone displays).
5. 能够使用简洁的设备操作上网 (遥控器或手机按键)。  5. Be able to operate the Internet (remote control or phone button) with a simple device.
6. 操作方便快捷。 附图说明  6. Easy and fast operation. DRAWINGS
图 1-1为本发明实施例 1总体方案框图。  1-1 is a block diagram of an overall scheme of Embodiment 1 of the present invention.
图 1-2为本发明实施例 2总体方案框图。  1-2 is a block diagram of an overall scheme of Embodiment 2 of the present invention.
' 图 2-1-1为本发明一个实施例标记有当前区域的网页的技术效果图 (选中区域中 只有一个内容元素)。 Figure 2-1-1 is a technical rendering of a web page marked with a current area in one embodiment of the present invention (only one content element in the selected area).
图 2-1-2为本发明一个实施例标记有当前区域的网页的技术效果图 (选中区域中 有两个或两个以上内容元素)。 图 2-2为图 2-1-1中选中放大后的技术效果图。 FIG. 2-1-2 is a technical effect diagram of a webpage marked with a current area according to an embodiment of the present invention (two or more content elements in the selected area). Figure 2-2 shows the technical effect of the selected zoom in Figure 2-1-1.
图 2-3为图 2-1-2中选中放大后标记有当前内容元素的区域的技术效果图。 具体实施方式  Figure 2-3 shows the technical effect of the area marked with the current content element after zooming in Figure 2-1-2. detailed description
实施例 1  Example 1
如图 1-1所示, 本发明浏览网页的方法, 首先要选定所需网页, 然后将该网页按 照功能或布局划分成若干区域, 由用户对划分的区域进行选择,然后明显地标记当前 被选择的区域, 再经用户确认将被选择的区域放大显示; 具体为:  As shown in FIG. 1-1, the method for browsing a webpage of the present invention first selects a desired webpage, and then divides the webpage into a plurality of regions according to functions or layouts, and the user selects the divided regions, and then clearly marks the current The selected area is enlarged by the user confirmation. The specific area is:
1. 划分区域步骤.  1. Divide the area steps.
将网页页面按照功能或者布局进行划分,将一个网页划分成若千个正方或长方形 的区域。划分区域可以由人根据主观判断对一个页面进行划分,然后将划分出的所有 区域的左上角坐标和区域尺寸保存备用;可见此方法可以使目前互联网上的所有网站 内容经简单工作即适合低分辨率的显示设备, 同时还能被计算机正常浏览。  Divide web pages into functions or layouts, and divide a web page into thousands of square or rectangular areas. The divided area can be divided by a person according to subjective judgment, and then the upper left corner coordinates and the area size of all the divided areas are saved for use; it can be seen that this method can make all the websites on the Internet currently work for low resolution through simple work. The rate of the display device, while still being able to be viewed by the computer.
2. 浏览选择区域步骤  2. Browse the selection area steps
页面区域划分完成以后,读取在划分区域步骤中保存的区域信息,对区域进行浏 览、选择; 具体的方式是通过区域的位置和大小, 使用上下左右等方向键进行当前区 域的切换。  After the page area is divided, the area information saved in the step of dividing the area is read, and the area is browsed and selected. The specific way is to use the up, down, left and right direction keys to switch the current area by using the position and size of the area.
本实施例是按方向键时, 比如"右"键时, 当前区域右边最接近的区域即被切换 为新的当前区域。  In this embodiment, when the direction key is pressed, for example, the "right" key, the closest area to the right of the current area is switched to the new current area.
3. 标记当前区域步骤  3. Mark the current area step
通过系统的绘图函数在当前被选中的区域所在的位置显示方框、下划线、色块或 者闪烁当前区域等方式来标记当前区域 (参见图 2-1-1 )。  The current area is marked by the system's drawing function to display the box, underline, color block, or flashing current area at the position of the currently selected area (see Figure 2-1-1).
4. 放大被选中区域步骤  4. Zoom in on the selected area
按"确定"后, 选中被标记的当前区域, 将该区域按高宽比进行放大: 当该区域 高宽比大于显示设备的高宽比时,将该区域缩小到宽度和显示设备的宽度相等; 当该 区域高宽比小于显示设备的高宽比时, 将该区域放大到高度和显示设备的高度相等 (参见图 2-2)。  After pressing "OK", select the marked current area and enlarge the area by aspect ratio: When the aspect ratio of the area is larger than the aspect ratio of the display device, the area is reduced to the width and the width of the display device is equal. When the aspect ratio of the area is smaller than the aspect ratio of the display device, the area is enlarged to a height equal to the height of the display device (see Figure 2-2).
由此可见, 使用此方法浏览网页非常简单, 全局与局部切换方便, 整体感强。 实施例 2  It can be seen that browsing the webpage using this method is very simple, and the global and local switching is convenient, and the overall feeling is strong. Example 2
如图 1-2所示, 当前区域内包含两个或两个以上的内容元素时 (参见图 2-1-2), 放大方式同实施例 1, 并由用户对内容元素进行选择, 当前被选择的内容元素将被明 显地标记出来, 经用户确认 (如按遥控器或手机等操作键盘上的 "确定", 或采用声 控、视觉识别等方式)将被选择的内容元素按照其类型进行处理,作相应的操作或进 入相应的状态。 具体如下: ' 1 . 浏览选择内容元素步骤: 根据当前区域所包含的所有内容元素的位置和大小对其进行浏览、选择,具体的 方式是通过内容元素的位置和大小, 使用上下左右等方向键进行当前内容元素的切 换。本实施例是按方向键时, 比如 "右"键时, 当前内容元素右边最接近的内容元素 被切换为新的当前内容元素。 As shown in Figure 1-2, when two or more content elements are included in the current area (see Figure 2-1-2), the zoom mode is the same as that in Embodiment 1, and the user selects the content elements. The selected content elements will be clearly marked and confirmed by the user (such as pressing "OK" on the operating keyboard such as the remote control or mobile phone, or using voice control, visual recognition, etc.) to process the selected content elements according to their type. , for the corresponding operation or enter the corresponding state. The details are as follows: ' 1. . Steps to select content elements: According to the position and size of all the content elements included in the current area, the content element is browsed and selected. The specific way is to use the position and size of the content element to use the up, down, left and right direction keys to switch the current content element. In this embodiment, when the direction key is pressed, such as the "right" key, the closest content element to the right of the current content element is switched to the new current content element.
2. 标记当前内容元素步骤  2. Mark the current content element steps
通过系统的绘图函数在当前被选中的内容元素所在的位置显示方框或者下划线 等来标记当前内容元素 (参见图 2-3)。  The current content element is marked by the system's drawing function by displaying a box or underscore at the location of the currently selected content element (see Figure 2-3).
3. 根据类型处理被选中的内容元素步骤, 具体为:  3. The steps for processing the selected content elements according to the type are as follows:
1 )超链接  1) Hyperlink
当被选中的内容元素为超链接时, 调用 IHTMLElement接口中的 click方法, 模 拟执行鼠标点击该内容元素;  When the selected content element is a hyperlink, the click method in the IHTMLElement interface is called, and the mouse clicks on the content element;
2) 图片、 视频、 面积较大控件  2) Picture, video, large area control
当被选中的内容元素为图片、视频、面积较大控件时,将其通过设置 IHTMLStyle 接口中的 zoom属性放大到全屏; 按返回键恢复到原始尺寸;  When the selected content element is a picture, video, and large area control, enlarge it to the full screen by setting the zoom attribute in the IHTMLStyle interface; press the back key to return to the original size;
3 ) 表单元素、 面积较小控件  3) form elements, smaller area controls
a)当被选中的内容元素为文本输入元素 /密码输入元素 /文本区域元素时,该内容 元素进入接受输入的状态, 釆用 IHTMLElement接口的 setAttribute方法, 通过遥控 器或手机键盘向该内容元素输入文本;  a) When the selected content element is a text input element/password input element/text area element, the content element enters a state of accepting input, and uses the setAttribute method of the IHTMLElement interface to input the content element through a remote controller or a mobile phone keyboard. Text
b)当被选中的内容元素为下拉选择元素 /列表元素 /单选按钮元素 /复选框元素时, 该内容元素进入接受选择 /点选的状态,采用 IHTMLElement接口的 setAttribute方法, 通过按导航键(上下左右键)选择列出的条目、单选按钮或者复选框, 按 "确定"键 选中或取消选中;  b) When the selected content element is a drop-down selection element/list element/radio button element/checkbox element, the content element enters a state of accepting selection/clicking, adopting the setAttribute method of the IHTMLElement interface, by pressing the navigation key (Up, down, left and right buttons) Select the listed item, radio button or check box, press the "OK" button to select or deselect;
c) 当被选中的内容元素为普通按钮元素 /重置按钮元素 /提交按钮元素时, 釆用 IHTMLElement接口的 click方法, 模拟鼠标点击该内容元素;  c) When the selected content element is a normal button element / a reset button element / a submit button element, the click method of the IHTMLElement interface is used to simulate a mouse click on the content element;
4) 大面积文本  4) Large area text
当被选中的内容元素为大面积文本时, 通过在 GetSystemMetrics 函数中使用 SM— CXSCREEN参数,取得显示设备的宽度,采用 IHTMLElement接口的 setAttribute 方法, 将文本区域宽度调整到显示设备的宽度, 文字自动根据文本区域宽度换行。  When the selected content element is large-area text, the width of the display device is obtained by using the SM_CXSCREEN parameter in the GetSystemMetrics function, and the width of the text area is adjusted to the width of the display device by using the setAttribute method of the IHTMLElement interface, and the text is automatically based on The text area width wraps.
通过本发明, 主要解决了如下几个问题:  Through the invention, the following problems are mainly solved:
1. 短时间内提供大量适合低分辨率显示设备显示的网页;  1. Provide a large number of web pages suitable for low-resolution display device display in a short time;
2. 适用于各种版本的网页;  2. Applicable to various versions of web pages;
3. 浏览时整体感强;  3. The overall feeling is strong when browsing;
4. 操作快速简便。  4. Operation is quick and easy.

Claims

权 利 要 求 书 Claim
1. 一种浏览网页的方法, 其特征在于: 首先选定所需网页, 然后将该网页页面 划分成若干区域, 由用户对划分的区域进行选择, 然后标记出当前被选择的区域, 再 经用户确认将被选择的区域放大显示。 A method for browsing a webpage, characterized in that: first selecting a desired webpage, and then dividing the webpage into a plurality of areas, the user selects the divided area, and then marks the currently selected area, and then The user confirms that the selected area is enlarged.
2. 按权利要求 1所述浏览网页的方法, 其特征在于: 其中所述将网页页面进行 划分是按照功能或者布局进行划分, 将一个网页划分成若干个正方或长方形的区域, 且保存区域信息。  2. The method for browsing a webpage according to claim 1, wherein: the dividing the webpage page is divided according to a function or a layout, dividing a webpage into a plurality of square or rectangular regions, and saving the region information. .
3. 按权利要求 1所述浏览网页的方法, 其特征在于: 所述对划分的区域进行选 择是读取所划分区域步骤中保存的区域信息,对区域进行浏览、选择, 且切换成新的 当前区域。  3. The method for browsing a webpage according to claim 1, wherein: the selecting the divided area is to read the area information saved in the step of dividing the area, browsing, selecting, and switching to the new area. Current area.
4. 按权利要求 1所述浏览网页的方法, 其特征在于: 所述放大被选中区域是通 过对标记当前区域经用户确认后选中, 将该区域按高宽比进行放大。  4. The method for browsing a webpage according to claim 1, wherein: the magnifying selected area is selected by confirming the current area of the mark by the user, and the area is enlarged by an aspect ratio.
5. 按权利要求 4所述浏览网页的方法, 其特征在于: 所述按髙宽比进行放大步 骤中,当该区域高宽比大于显示设备的高宽比时,将该区域縮小到宽度和显示设备的 宽度相等;当该区域高宽比小于显示设备的高宽比时,将该区域放大到高 ¾和显示设 备的高度相等。  5. The method of browsing a webpage according to claim 4, wherein: in the step of enlarging according to the aspect ratio, when the aspect ratio of the area is larger than the aspect ratio of the display device, the area is reduced to a width and The width of the display device is equal; when the aspect ratio of the area is smaller than the aspect ratio of the display device, the area is enlarged to a height of 3⁄4 and the height of the display device is equal.
6. 按权利要求 1所述浏览网页的方法, 其特征在于: 如划分区域步骤中所述当 前区域内包含两个或两个以上的内容元素时, 由用户对内容元素进行选择,然后标记 出当前被选择的内容元素, 再经输入步骤将被选择的内容元素按照其类型进行处理, 作相应的操作。  6. The method for browsing a webpage according to claim 1, wherein: when the current region includes two or more content elements in the step of dividing the region, the user selects the content element, and then marks the The currently selected content element, through the input step, processes the selected content element according to its type, and performs corresponding operations.
7. 按权利要求 6所述浏览网页的方法, 其特征在于: 其中对内容元素进行选择 是根据当前区域所包含的所有内容元素的位置和大小对其进行浏览、选择,切换成新 的当前内容元素。  The method for browsing a webpage according to claim 6, wherein: selecting the content element is to browse and select according to the position and size of all the content elements included in the current area, and switch to the new current content. element.
8. 按权利要求 6所述浏览网页的方法, 其特征在于: 所述按照其类型进行处理 是指: 当被选中的内容元素为超链接时,模拟执行鼠标点击该内容元素; 当被选中的 内容元素为图片、视频、面积较大控件时, 将属性放大到全屏; 通过返回键恢复到原 始尺寸; 当被选中的内容元素为文本输入元素 /密码输入元素 /文本区域元素时, 通过 键盘向该内容元素输入文本; 当被选中的内容元素为下拉选择元素 /列表元素 /单选按 钮元素 /复选框元素时, 通过导航键选择列出的条目、 单选按钮或者复选框, 经用户 确认选中或取消选中; 当被选中的内容元素为普通按钮元素 /重置按钮元素 /提交按钮 元素时, 模拟鼠标点击该内容元素; 当被选中的内容元素为大面积文本时,将文本区 域宽度调整到显示设备的宽度, 文字自动根据文本区域宽度换行。  8. The method for browsing a webpage according to claim 6, wherein: said processing according to its type means: when the selected content element is a hyperlink, simulating execution of a mouse click on the content element; when selected When the content element is a picture, video, or large area control, the attribute is enlarged to the full screen; the return key is used to restore the original size; when the selected content element is the text input element/password input element/text area element, through the keyboard The content element enters text; when the selected content element is a drop-down selection element/list element/radio button element/checkbox element, the listed item, radio button or check box is selected by the navigation key, by the user Confirm the selected or unchecked; when the selected content element is the normal button element / reset button element / submit button element, simulate the mouse click on the content element; when the selected content element is large-area text, the text area width Adjust to the width of the display device, and the text automatically wraps according to the width of the text area.
PCT/CN2007/002581 2006-08-30 2007-08-27 Method for browsing web page WO2008034336A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2006100475684A CN1916900A (en) 2006-08-30 2006-08-30 Method of browsing web page
CN200610047568.4 2006-08-30

Publications (1)

Publication Number Publication Date
WO2008034336A1 true WO2008034336A1 (en) 2008-03-27

Family

ID=37737898

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/002581 WO2008034336A1 (en) 2006-08-30 2007-08-27 Method for browsing web page

Country Status (2)

Country Link
CN (1) CN1916900A (en)
WO (1) WO2008034336A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8984595B2 (en) 2007-09-28 2015-03-17 The Aspen Equity Group, Inc. Method and system for hub-and-spoke website browsing and navigation on a multipaned platform for the communication, distribution, and collaboration of information and data

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1916900A (en) * 2006-08-30 2007-02-21 田园 Method of browsing web page
US9268856B2 (en) * 2007-09-28 2016-02-23 Yahoo! Inc. System and method for inclusion of interactive elements on a search results page
US8593666B2 (en) * 2009-02-11 2013-11-26 Hewlett-Packard Development Company, L.P. Method and system for printing a web page
CN102298595A (en) * 2010-06-23 2011-12-28 北京爱国者信息技术有限公司 Browser guiding system and guiding method thereof
CN102087583A (en) * 2011-01-30 2011-06-08 深圳市乐通天下科技有限公司 Webpage operation method
CN103970436A (en) * 2013-01-25 2014-08-06 人人游戏网络科技发展(上海)有限公司 Method and device for displaying on screen of electronic equipment
CN103365968B (en) * 2013-06-24 2018-01-09 广州市动景计算机科技有限公司 Webpage content magnification method and webpage content magnifier
CN103353897A (en) * 2013-07-23 2013-10-16 深圳市佳创软件有限公司 Method and device for webpage anchor point navigation
CN104361082A (en) * 2014-11-07 2015-02-18 北京奇虎科技有限公司 Method and device for displaying specified element in web page in browser
CN105988656A (en) * 2015-02-13 2016-10-05 深圳积友聚乐科技有限公司 Interface information display system and method
CN112925458B (en) * 2015-12-10 2022-09-30 腾讯科技(深圳)有限公司 Information processing method, device, equipment and computer readable storage medium
CN106775391B (en) * 2016-11-29 2020-04-21 努比亚技术有限公司 Interface switching device and method
CN108632659A (en) * 2018-04-23 2018-10-09 聚好看科技股份有限公司 Control method for playing back and device
CN111400999B (en) * 2020-03-10 2023-08-18 Oppo广东移动通信有限公司 Text layout method, device, storage medium and terminal

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002132410A (en) * 2000-10-30 2002-05-10 Mitsubishi Paper Mills Ltd Www browser
CN1535426A (en) * 2001-12-12 2004-10-06 日本电气株式会社 Electronic document viewing system and method therefor
CN1752979A (en) * 2004-09-23 2006-03-29 捷讯研究有限公司 Web browser graphical user interface and method for implementing same
CN1763740A (en) * 2003-09-18 2006-04-26 富士通株式会社 Info web piece extracting method and device
CN1916900A (en) * 2006-08-30 2007-02-21 田园 Method of browsing web page

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002132410A (en) * 2000-10-30 2002-05-10 Mitsubishi Paper Mills Ltd Www browser
CN1535426A (en) * 2001-12-12 2004-10-06 日本电气株式会社 Electronic document viewing system and method therefor
CN1763740A (en) * 2003-09-18 2006-04-26 富士通株式会社 Info web piece extracting method and device
CN1752979A (en) * 2004-09-23 2006-03-29 捷讯研究有限公司 Web browser graphical user interface and method for implementing same
CN1916900A (en) * 2006-08-30 2007-02-21 田园 Method of browsing web page

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8984595B2 (en) 2007-09-28 2015-03-17 The Aspen Equity Group, Inc. Method and system for hub-and-spoke website browsing and navigation on a multipaned platform for the communication, distribution, and collaboration of information and data

Also Published As

Publication number Publication date
CN1916900A (en) 2007-02-21

Similar Documents

Publication Publication Date Title
WO2008034336A1 (en) Method for browsing web page
CN104978317B (en) Webpage generation method and device, website generation method and website establishment server
TWI494842B (en) System and method for amplying web page of an electronic device
US10228835B2 (en) Method for displaying information, and terminal equipment
US20040135819A1 (en) Computer remote control
US20060136838A1 (en) Mobile communications terminal and method
CN104679434A (en) Method for switching client pages
JP2009266220A (en) Method and device for operating graphic menu bar and recording medium using the same
TWI616803B (en) Method, apparatus and computer program product for zooming and operating screen frame
WO2023125425A1 (en) Display method and apparatus, and electronic device
CN109388463A (en) Multi-screen display method, storage medium and the tablet computer of tablet computer application software
CN103747308A (en) Method and system for controlling smart television with analog keys, and mobile terminal
TW201344548A (en) Controlling method for locking zoomed area of browsing page of touch-controlled device
WO2023092992A1 (en) Page element processing method and device, and computer-readable storage medium
TWI770429B (en) Device and method of a stock quoting software with multiple guis
TWI442305B (en) A operation method and a system of the multi-touch
CN112148167A (en) Control setting method and device and electronic equipment
US20130127745A1 (en) Method for Multiple Touch Control Virtual Objects and System thereof
WO2016155518A1 (en) Interface interaction method and device
WO2022017090A1 (en) Information display method, electronic device and storage medium
TWI425438B (en) Device and method for polymorphism button of the stock quoting software on a mobile apparatus
WO2023030307A1 (en) Screenshot method and apparatus, and electronic device
US8887101B2 (en) Method for moving a cursor and display apparatus using the same
WO2023284639A1 (en) Display control method and apparatus
KR20100122461A (en) Graphic user interface using polyhedron and user terminal device implementing the same

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: 07800800

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 07800800

Country of ref document: EP

Kind code of ref document: A1