CN104424312A - Realization method for closing Tab pages in B/S architecture system - Google Patents

Realization method for closing Tab pages in B/S architecture system Download PDF

Info

Publication number
CN104424312A
CN104424312A CN201310402360.XA CN201310402360A CN104424312A CN 104424312 A CN104424312 A CN 104424312A CN 201310402360 A CN201310402360 A CN 201310402360A CN 104424312 A CN104424312 A CN 104424312A
Authority
CN
China
Prior art keywords
tab
tab pages
closing
page
pages
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310402360.XA
Other languages
Chinese (zh)
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.)
Zhenjiang Yction Software Co Ltd
Original Assignee
Zhenjiang Yction Software Co Ltd
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 Zhenjiang Yction Software Co Ltd filed Critical Zhenjiang Yction Software Co Ltd
Priority to CN201310402360.XA priority Critical patent/CN104424312A/en
Publication of CN104424312A publication Critical patent/CN104424312A/en
Pending legal-status Critical Current

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

In the prior art, many pages in a B/S system are displayed in a Tab page form, a user generally opens a plurality of Tab pages for browsing at the same time, the user feels troublesome if the opened Tab pages can only be closed one by one, and in addition, the wrong page closing can easily occur. Aiming at the conditions, the invention provides a realization method for closing the Tab pages in the B/S architecture system. According to the method, the operations of double-click close, right-click close, right-click close all and right-click close others can be realized on the current opened Tab pages. The method is suitable for any B/S architecture system requiring the closing operation on the Tab pages. The method has the advantages that the user can conveniently realize the closing operation on multiple Tab pages, and meanwhile, better experience for browsing the Tab pages is provided for the user.

Description

The implementation method of Tab tab page is closed under a kind of B/S architecture system
Technical field
The method of Tab tab page is closed under the present invention relates to a kind of B/S architecture system.The invention belongs to field of computer technology.
Background technology
World today's internet development speed is advanced by leaps and bounds, and browser is the requisite software by internet access webpage, and present most Internet user opens multiple webpage to browse simultaneously, or jump to another one by link again after opening a webpage or multiple page is browsed.Show under a browser window to enable multiple webpage simultaneously, present webpage generally adopts with the display of the form of Tab tab page in a browser, so both facilitate user to operate multiple webpage, give again user one and better browse the experience of webpage, and now the operation of Tab tab page is just seemed particularly important, the particularly shutoff operation of Tab tab page: the page sometimes opened is many, closedown one by one not only can seem and extremely bother, and easily puts mistake.
Summary of the invention
Multiple with when the webpage of Tab tab form displaying in order to allow users browse under B/S architecture system, shutoff operation can be carried out to Tab tab page easily, under invention describes a kind of B/S architecture system, close the implementation method of Tab tab page.Concrete steps are as follows:
Step 1: user logs in current system, clicks system left-hand navigation hurdle and appoints favorite multiple link, now correspondingly can eject multiple Tab tab page on the right side of system.
Step 2: double-click the Tab tab page that will close, corresponding Tab tab page can be closed.
Step 3: during the Tab tab page that right click will operate, system can eject float layer menu, comprises in float layer menu current Tab tab page " closedown ", " closing all ", " closing other " these operations.
Step 4: click " closedown " in float layer menu, then system can realize closing current Tab tab page function.
Step 5: click " the closing all " in float layer menu, then in system, all Tab tab page (except homepage) opened will by Close All.
Step 6: click " the closing other " in float layer menu, then except when front Tab tab page and homepage, the Tab tab page that in system, other are opened all will be closed.
Embodiment
Embodiment one
Use MyEclipse 8.6 as developing instrument, use special database management tools MySQL on market to set up the database required for system.
1. double-click and close: for current Tab tab page of choosing binds double-click event; In double-click event, judge that whether the title of current Tab tab page is empty, then perform shutoff operation if not empty.
2. be Tab tab binding right button: when the current Tab tab page of right click, system ejects float layer menu, the pad name that write in float layer menu is write this float layer, and positions this float layer.
3. bind right-click menu " closedown " event: first obtain the current Tab tab page chosen, then shutoff operation is performed to this Tab tab page.
4. bind right-click menu and " close all " event: go out all Tab tab page (except homepage) opened by searching loop, then shutoff operation is performed to these Tab tab page traveling through out.
5. bind right-click menu event of " closing other ": obtain the current all Tab pages (except homepage) chosen before Tab tab page by prevAll () method in JavaScript, choose Tab tab page all Tab pages (except homepage) below by the acquisition of nextAll () method is current in JavaScript again, finally shutoff operation is performed to these Tab tab page.
In addition to the implementation, the present invention can also have other embodiments.All employings are equal to the technical scheme of replacement or equivalent transformation formation, all drop on the protection domain of application claims.

Claims (3)

1. double-click whether the title judging current Tab tab page when closing Tab tab is empty, then perform shutoff operation if not empty.
2. before the various operation of binding right-click menu, first to realize Tab tab page right button and eject float layer function, and need to position this float layer.
3. in binding right-click menu, " closedown ", " closing all ", " closing other " operation are realized by JavaScript.
CN201310402360.XA 2013-09-07 2013-09-07 Realization method for closing Tab pages in B/S architecture system Pending CN104424312A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310402360.XA CN104424312A (en) 2013-09-07 2013-09-07 Realization method for closing Tab pages in B/S architecture system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310402360.XA CN104424312A (en) 2013-09-07 2013-09-07 Realization method for closing Tab pages in B/S architecture system

Publications (1)

Publication Number Publication Date
CN104424312A true CN104424312A (en) 2015-03-18

Family

ID=52973289

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310402360.XA Pending CN104424312A (en) 2013-09-07 2013-09-07 Realization method for closing Tab pages in B/S architecture system

Country Status (1)

Country Link
CN (1) CN104424312A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372070A (en) * 2015-07-20 2017-02-01 腾讯科技(深圳)有限公司 Method and device for displaying data in graphic interface

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1976322A (en) * 2006-12-08 2007-06-06 王先来 Method and system for realizing multimedia immediate communicating and control flow
US20080301562A1 (en) * 2007-04-27 2008-12-04 Josef Berger Systems and Methods for Accelerating Access to Web Resources by Linking Browsers
CN101419624A (en) * 2008-11-17 2009-04-29 魏新成 Mobile information device and method for browsing web page

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1976322A (en) * 2006-12-08 2007-06-06 王先来 Method and system for realizing multimedia immediate communicating and control flow
US20080301562A1 (en) * 2007-04-27 2008-12-04 Josef Berger Systems and Methods for Accelerating Access to Web Resources by Linking Browsers
CN101419624A (en) * 2008-11-17 2009-04-29 魏新成 Mobile information device and method for browsing web page

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
金洁: "《互联网应用教程》", 31 December 2005, 清华大学出版社 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372070A (en) * 2015-07-20 2017-02-01 腾讯科技(深圳)有限公司 Method and device for displaying data in graphic interface

Similar Documents

Publication Publication Date Title
CN102855313B (en) The method that web page browsing equipment, the generation method of web-page summarization and webpage are opened
CN103543996B (en) A kind of browser window management method and device
CN104679434A (en) Method for switching client pages
CN102184255A (en) Method for performing multi-web page browse switching on portable multifunctional equipment and user graphical interface
CN103270486A (en) Orthogonal dragging on scroll bars
US8527863B2 (en) Navigating through cross-referenced documents
CN103986832A (en) Screen lock interface implementation method for smart phone
CN103177021B (en) Displaying method and displaying device of mobile terminal browser and browser pages
CN104978043A (en) Keyboard of terminal equipment, input method of terminal equipment and terminal equipment
CN103324390A (en) Interaction method for page browsing, browser device and mobile terminal
US9251281B2 (en) Web browsing using placemarks and contextual relationships in a data processing system
CN105224175A (en) The method of content and electronic equipment on a kind of marking of web pages
CN101526949A (en) Operating method of desktop selected column after selecting text string by dragging and dropping left key of mouse
CN103605675A (en) XML (extensive markup language) path expression extracting method and device
CN104424312A (en) Realization method for closing Tab pages in B/S architecture system
CN104239550A (en) System and method for performing double-click work-capturing search on screen of information equipment
CN103176726B (en) Page touch control and terminal
CN101883088A (en) Network health shielding method
CN102024061A (en) Screen word capturing method by clicking right mouse button
CN103076962B (en) A kind of Search Hints generates method and apparatus
JP2013089162A5 (en)
WO2017001946A1 (en) Method and system for organizing a browser history
World Bank The Little Data Book on Climate Change 2011
CN109284455A (en) A kind of highlighted method of webpage text based on education operating system and electronic equipment
CN105468591A (en) Content searching method, device and terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150318

WD01 Invention patent application deemed withdrawn after publication