CN1984000A - Method of visual terminal random access hyperlink - Google Patents

Method of visual terminal random access hyperlink Download PDF

Info

Publication number
CN1984000A
CN1984000A CN 200610021014 CN200610021014A CN1984000A CN 1984000 A CN1984000 A CN 1984000A CN 200610021014 CN200610021014 CN 200610021014 CN 200610021014 A CN200610021014 A CN 200610021014A CN 1984000 A CN1984000 A CN 1984000A
Authority
CN
China
Prior art keywords
key
value
isn
browser
key attribute
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
CN 200610021014
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.)
YAOBANG SCIENCE AND TECHNOLOGY Co Ltd CHENGDU
Original Assignee
YAOBANG SCIENCE AND TECHNOLOGY Co Ltd CHENGDU
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 YAOBANG SCIENCE AND TECHNOLOGY Co Ltd CHENGDU filed Critical YAOBANG SCIENCE AND TECHNOLOGY Co Ltd CHENGDU
Priority to CN 200610021014 priority Critical patent/CN1984000A/en
Publication of CN1984000A publication Critical patent/CN1984000A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

This invention discloses a method for the visible terminal to access the hyperlinks at Random. In the HTML link, the character of the KEY is enhanced and the value has the range from 0 to 9,*,#. In the same HTML file, each KEY has the different character. Visualization terminal browser searches the related label carrying the KEY character in the HTML file, and converts the value of the KEY character into the machine code. When user presses any key from 0 to 9,*,# in the Visualization terminal, its browser will match the code of the press with the code of the value of the KEY character, and then determines the linkage needed to switch and then does it. This invention overcomes the problem that current Visualization terminal can only access the hyperlinks in turns not at random. With the press in Visualization terminal from 0 to 9,*,#, user can interview the hyperlinks at Random.

Description

A kind of method of visual terminal random access hyperlink
Technical field
The present invention relates to the accesses network resource of video terminal, more specifically the method for video terminal visit HTML
Background technology
Along with the communication technology, development of wireless communication devices especially, the application of video terminal is at present just day by day popularized, and especially develops rapidly for having obtained with the video terminal of cell phone type.Present most of video terminal has only button and does not have mouse or touch input equipments such as instrument, and button generally has only 12 buttons: 0 to 9, *, #.Communication apparatus accesses network resource need be passed through in the video terminal, and method commonly used is by browser, the HTML on the accesses network (Hypertext Markup Language) document.
Existing HTML has defined the institutional framework of hypertext, and the basic characteristics of hypertext system node and chain have write down the relation of chain between the node, and has preserved the structural information that artis and chain are arranged.In this one deck, can recognize each associated attributes.Whose establishment this attribute indicates this node by, and who has authority, version number or the keyword of modification etc.
When realizing the visit of hypertext on the existing video terminal,, be subjected to the HTML criteria limit because it is looked terminal and does not have mouse to select at random, can only the adjacent link of sequential access, can't the random access link.The user of video terminal uses visit hyperlink and inconvenience thereof.
Summary of the invention
The present invention has overcome the deficiencies in the prior art, provide a kind of on the video terminal method of random access hyperlink.
For solving above-mentioned technical problem, the present invention by the following technical solutions:
In the link of HTML, increase the KEY attribute, the codomain of KEY is 0 to 9, *, #, the value of each KEY attribute is inequality in same html file.The browser of video terminal is searched the respective labels of band KEY attribute in the html file, and the value of KEY attribute is converted into machine inner code.After the user pressed any one key to 9, among the *, # key of 0 on the video terminal, the browser of video terminal mated according to the machine inner code of the value of the ISN of button and KEY attribute, determines to want the link of redirect, and jumps to this link.
Compared with prior art, the invention has the beneficial effects as follows, *, # this 12 keys existing 0 to 9, realize the random access hypertext link by the video terminal.
Description of drawings
Fig. 1 is a flow chart of the present invention.
Embodiment
The present invention is further elaborated below in conjunction with accompanying drawing.
Specific embodiment is when browsing the index.htm webpage in the video terminal, to press the webpage index_zwt.htm that 1 key jumps to government affairs important news, jumps to the webpage index_csxw.htm of city news by 2 keys.
Increase the KEY attribute in the government affairs important news link of in the index.htm webpage, pointing to, and assignment is 1
<ahref=' Tree4.aspx? ID=52033﹠amp; Page=1﹠amp; PageString=, 1﹠amp; BackAndHome=..%2findex_zwt.htm|../index_zwt.htm ' key=' 1 '〉<font color=' #FFFFFF ' 1. government affairs important news</font</a
Increase the KEY attribute in the city news links that in the index.htm webpage, points to, and assignment is 2
<ahref=' Tree4.aspx? ID=52032﹠amp; Page=1﹠amp; PageString=, 1﹠amp; BackAndHome=..%2findex_zwt.htm|../index_csxw.htm ' key=' 2 '〉<font color=' #FFFFFF ' 2. city news</font</a
The browser of video terminal is opened index.htm, outside index.htm is shown, also the respective labels of index.htm band KEY attribute is searched, and searches
<ahref=' Tree4.aspx? ID=52033﹠amp; Page=1﹠amp; PageString=, 1﹠amp; BackAndHome=..%2findex_zwt.htm|../index_zwt.htm ' key=' 1 '〉time, the link ../index_zwt.htm value 1 of key=' 1 ' and ISN 0x31H and redirect is deposited in the Hash table.
Search
<ahref=' Tree4.aspx? ID=52032﹠amp; Page=1﹠amp; PageString=, 1﹠amp; BackAndHome=..%2findex_zwt.htm|../index_csxw.htm ' key=' 2 '〉time, the link ../index_c sxwt.htm value 2 of key=' 2 ' and ISN 0x32H and its redirect appended be saved in the Hash table.
The keyboard of browser is caught the button situation of function monitoring user.
If the user presses the key 1 of video terminal, keyboard is caught the button 1 that function captures, and obtain its ISN 0x31H, find ISN 0x31H deposit position by the hash function in the Hash table then, find the jump address index_zwt.htm of corresponding its preservation in Hash table, browser jumps to index_zwt.htm.
If the user presses the key 2 of video terminal, keyboard is caught the button 2 that function captures, and obtain its ISN 0x32h, find ISN 0x32H deposit position by the hash function in the Hash table then, find the jump address index_csxw.htm of corresponding its preservation in Hash table, browser jumps to index_csxw.htm.
If the user presses other keys that remove key 1 and key 2 of video terminal, such as 9, keyboard is caught the button 9 that function captures, and obtains its ISN 0x39H.By the coupling of the hash function mapping relations in Hash table ISN address, if the hash function in the Hash table can't find button 9 ISN 0x39H corresponding address, browser does not carry out skip operation, still shows index.htm then.Browser can provide simultaneously points out the information that reports an error, and points out the not corresponding link of button 9.

Claims (4)

1. the method for a visual terminal random access hyperlink is characterized in that in the link of HTML, increases the KEY attribute, and the codomain of KEY is 0 to 9, *, #, and the value of each KEY attribute is inequality in same html file; The browser of video terminal is searched the respective labels of band KEY attribute in the html file, and the value of KEY attribute is converted into machine inner code; After the user pressed any one key to 9, among the *, # key of 0 on the video terminal, the browser of video terminal mated according to the machine inner code of the value of the ISN of button and KEY attribute, determines to want the link of redirect, and jumps to this link.
2. the method for a kind of visual terminal random access hyperlink according to claim 1, when the browser that it is characterized in that described video terminal is searched the respective labels of band KEY attribute in the html file, be converted into the value of KEY attribute behind the machine inner code and the link of its appointment deposits a Hash table in.
3. the method for a kind of visual terminal random access hyperlink according to claim 2, it is characterized in that the ISN of the browser of described video terminal according to button, in being converted into the Hash table of machine inner code, the value of preserving the KEY attribute mates, during identical ISN, just jump to Hash table should in corresponding link in code value, ISN is inequality then not to be done redirect and handles.
4. the method for a kind of visual terminal random access hyperlink according to claim 2, it is characterized in that the ISN of the browser of described video terminal according to button, in being converted into the Hash table of machine inner code, the value of preserving the KEY attribute mates, during identical ISN, just jump to Hash table should in corresponding link in code value, ISN is inequality then to report an error and handles.
CN 200610021014 2006-05-26 2006-05-26 Method of visual terminal random access hyperlink Pending CN1984000A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200610021014 CN1984000A (en) 2006-05-26 2006-05-26 Method of visual terminal random access hyperlink

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200610021014 CN1984000A (en) 2006-05-26 2006-05-26 Method of visual terminal random access hyperlink

Publications (1)

Publication Number Publication Date
CN1984000A true CN1984000A (en) 2007-06-20

Family

ID=38166253

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200610021014 Pending CN1984000A (en) 2006-05-26 2006-05-26 Method of visual terminal random access hyperlink

Country Status (1)

Country Link
CN (1) CN1984000A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854394A (en) * 2009-02-27 2010-10-06 捷讯研究有限公司 System and method for providing access links in a media folder

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854394A (en) * 2009-02-27 2010-10-06 捷讯研究有限公司 System and method for providing access links in a media folder

Similar Documents

Publication Publication Date Title
CN104199851B (en) The method and cloud server of telephone number are extracted by yellow page information
CN100409241C (en) Information searching method and system based on searching engine
US11436266B2 (en) Method and apparatus for processing information of a terminal
CN102945243B (en) A kind of contact details recognition methods based on browsing content
CN102929925A (en) Search method and device based on browsing content
CN102929924A (en) Method and device for generating word selecting searching result based on browsing content
CN107633081A (en) A kind of querying method and system of user profile of breaking one's promise
CN106096010A (en) Carry input control method and the device of search engine functionality
CN102314222A (en) Self-adaptive input method, equipment and system
CN106959765A (en) The method system and equipment of WDS are carried out by desktop complete alphanumeric keyboard
CN103970800A (en) Method and system for extracting and processing webpage related keywords
JP2007072596A (en) Information sharing system and information sharing method
CN105227431A (en) The method and apparatus of good friend or group is fast added in instant messaging
CN202102435U (en) Information-searching device for mobile equipment
CN106919593A (en) A kind of method and apparatus of search
CN103838797A (en) Method for optimizing mobile search engine
CN1984000A (en) Method of visual terminal random access hyperlink
JP2011014032A (en) Portable terminal device, information search method, and information search program
CN102567121B (en) Realize the method and apparatus of converged communication
KR102222481B1 (en) Method and apparatus for processing information of terminal
CN107943980A (en) Method and apparatus for inquiring about device data
CN106850923A (en) Associated person information display methods, system and its equipment
KR20110104448A (en) Mobile browser phone call method and system using web
CN101859300A (en) Method for searching for Internet information by mobile phone client
CN102332033A (en) Novel navigation network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication