WO2012000223A1 - 一种在网页上实现的一键登录到其他网站的方法 - Google Patents

一种在网页上实现的一键登录到其他网站的方法 Download PDF

Info

Publication number
WO2012000223A1
WO2012000223A1 PCT/CN2010/076493 CN2010076493W WO2012000223A1 WO 2012000223 A1 WO2012000223 A1 WO 2012000223A1 CN 2010076493 W CN2010076493 W CN 2010076493W WO 2012000223 A1 WO2012000223 A1 WO 2012000223A1
Authority
WO
WIPO (PCT)
Prior art keywords
webpage
password
database
target
login
Prior art date
Application number
PCT/CN2010/076493
Other languages
English (en)
French (fr)
Inventor
胡加明
Original Assignee
苏州阔地网络科技有限公司
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 苏州阔地网络科技有限公司 filed Critical 苏州阔地网络科技有限公司
Publication of WO2012000223A1 publication Critical patent/WO2012000223A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Definitions

  • the present invention belongs to the field of network technologies, and in particular, to a method for one-click login to another website implemented on a webpage. Background technique
  • the object of the present invention is to provide a method of one-click login to another website implemented on a web page.
  • a method for one-click login to another website implemented on a webpage comprising the following steps:
  • the web script program analyzes the input element in the login form in the webpage, obtains two input elements whose input attributes are text and password, respectively, and assigns the account and password to the two input elements respectively;
  • step 1) includes the following process:
  • step 5 includes the following process:
  • FIG. 1 is a detailed flow chart of an embodiment. detailed description
  • Embodiment 1 a method for one-click login to another website implemented on a webpage, comprising the following steps:
  • the webpage script analyzes the input element in the login form in the webpage, and obtains two input elements of text and pas swor d, and assigns the account and password to the two input elements respectively;
  • the browser user opens the web page, selects a website from the page that wants to automatically log in; when selected, the page jumps to the input account and password interface; the browser user enters the account and password and saves .
  • the server stores the account number and password and the HTML of the login form into the database, so that the next time you can directly log in through these accounts and passwords and HTML code.
  • the browser user opens the webpage again, and clicks the linked page of the target website that has been added from the list.
  • the page program obtains the HTML code, account number and password stored in the database of the target website, and outputs the HTML code on the page.
  • the Javascript script analyzes the HTML elements of these outputs, finds the two input elements of typ e attributes text and p a s swor d, and assigns the target website's account and password to the two input elements. Then call the sub mit O method of this login form to submit it to the login interface corresponding to the target website.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Description

发明名称: 一种在网页上实现的一键登录到其他网站的方法 技术领域
[01 ] 本发明属于网络技术领域,具体涉及一种在网页上实现的一键登录到其 他网站的方法。 背景技术
[02] 因特网时代, 造就了我们新的工作和生活方式, 其互联性、 开放性和共 享信息的模式, 打破了传统信息传播方式的重重壁垒, 使得我们获取信息比 以往更加的方便且内容丰富。 随着互联网的发展, 互联网上的信息正以爆炸 式的速度增长, 人们不得不在很多网站去注册自己的账号。 但是, 随着网民 数量的急剧增加, 他们占用了大量的帐号, 一个网民在不同网站上注册的帐 号不太可能全部一样, 考虑到安全的问题, 密码的设置都不相同, 非常不便 于记忆。 然而, 网民们所要记忆的账号和密码越来越多, 越来越复杂, 日积 月累, 很多帐号和密码会逐渐地模糊, 甚至被忘却。 据一项调査显示, 近三 分之二的互联网用户在管理帐号和用户密码方面处理不当,互联网用户急需 一种为不同网站的帐号和密码进行统一管理的方法。 发明内容
[03] 本发明的目的为: 提供一种在网页上实现的一键登录到其他网站的方 法。
[04] 为达到上述目的, 本发明采用的技术方案为: 一种在网页上实现的一键 登录到其他网站的方法, 包括以下步骤:
[05] 1 ) 用户访问网页, 选择希望自动登录的目标网站, 网页程序从数据库 获取目标网站的登录表单的 HTML代码;
[06] 2) 用户输入目标网站注册的账号和密码;
[07] 3) 将登录表单的 HTML代码、 目标网站的账号和密码存入数据库;
[08] 4) 用户访问网页, 网页程序从数据库获取登录表单的 HTML代码、 账 号和密码, 并将 HTML代码输出到页面;
[09] 5) 网页脚本程序分析网页中的登录表单内的 input 元素, 获取 input 的属性分别为 text和 password的 2个 input元素, 并将账号和密码分别赋 值给这 2个 input元素;
[10] 6) 网页自动调用脚本程序将表单提交。
[11] 上述技术方案中, 步骤 1)包含如下过程:
[12] la) 浏览器用户访问网页, 用户选择一个需要自动登录的目标网站;
[13] lb) 网页程序从数据库获取该目标网站所对应的 html代码。
[14] 上述技术方案中, 步骤 5)包括如下过程:
[15] 5a) 网页脚本程序分析网页中的登录表单内的 input元素;
[16] 5b) 遍历这些 input元素, 找到 input 的属性分别为 text和 password 的 2个 input元素;
[17] 5c) 将目标网站的账号和密码分别赋值给找到的上述 2个 input元素。
[18] 本发明与现有技术相比具有以下优点:
[19] 1) 只需一键操作即可登录到各个已添加的目标网站, 无须逐一输入账 号和密码进行登录。
[20] 2) 所有站点的密码统一进行帐号管理, 无需记忆每一个网站的账号密 码。
[21] 3) 由于本发明将网民需要的这些网站的登录口集中到一起, 并一次性 设置好所有网站的登录账号和密码, 设置好后, 用户只需要记住本网站的一 个账号和密码, 即可通过点击这些登记过的网站的站点列表, 而无需再回忆 这些网站的账号和密码, 就可以直接以设置过的账号和密码登录到这些网 站。 附图说明
[22] 图 1为实施例的详细流程图。 具体实施方式
下面结合附图和实施例对本发明作进一步描述: [24] 实施例一, 一种在网页上实现的一键登录到其他网站的方法, 包括以下 步骤:
[25] 1 ) 用户访问网页, 选择需要自动登录的目标网站, 网页程序从数据库 获取目标网站的登录表单的 HTML代码。
[26] 2) 用户输入目标网站注册的账号和密码。
[27] 3) 将登录表单的 HTML代码、 目标网站的账号和密码存入数据库。
[28] 4) 用户访问网页, 网页程序从数据库获取登录表单的 HTML代码、 账 号和密码, 并将 HTML代码输出到页面。
[29] 5) 网页脚本程序分析网页中的登录表单内的 input 元素, 获取 input 的属性分别为 text和 p a s swor d的 2个 input元素, 并将账号和密码分别赋 值给这 2个 input元素;
[30] 6) 网页自动调用脚本程序将表单提交。
[31 ] 下面进一步详细说明本发明所述的方法:
[32] 1 ) 参见附图 1, 浏览器用户打开网页, 从页面中选择一个希望自动登 录的网站; 选择好后, 页面跳转到输入账号和密码界面; 浏览器用户输入账 号和密码并保存。服务器将账号和密码以及登录表单的 HTML存入数据库, 以便下次可以直接通过这些账号和密码及 HTML 代码实现一键登录。 浏览 器用户再次打开网页, 从列表中点击已添加的这个目标网站的链接页面, 该 页面程序获取该目标网站在数据库中存储的 HTML 代码、 账号和密码, 并 将 HTML代码在页面中输出。 J avascript脚本分析这些输出的 HTML元素, 找到 typ e属性分别为 text和 p a s swor d的 2个 input元素, 并将目标网站的 账号和密码赋值给这 2个 input元素。 然后调用这个登录表单的 sub mit O方 法将它提交到目标网站所对应的登录接口。

Claims

权 利 要 求 书
[权利要求 1 ] 一种在网页上实现的一键登录到其他网站的方法,其特征在 于, 包括以下步骤:
1 ) 用户访问网页, 选择需要自动登录的目标网站, 网页程 序从数据库获取目标网站的登录表单的 HTML代码;
2) 用户输入目标网站注册的账号和密码;
3) 将登录表单的 HTML代码、 目标网站的账号和密码存入 数据库;
4) 用户访问网页, 网页程序从数据库获取登录表单的 HTML代码、 账号和密码, 并将 HTM L代码输出到页面;
5) 网页脚本程序分析网页中的登录表单内的 input 元素, 获取 input的属性分别为 text和 a sswor d的 2个 input元 素, 并将账号和密码分别赋值给这 2个 input元素;
6) 网页自动调用脚本程序将表单提交。
[权利要求 2] 2、 如权利要求 1所述的一种在网页上实现的一键登录到其 他网站的方法, 其特征在于, 其中步骤 1 )包含如下过程: l a) 浏览器用户访问网页,用户选择一个希望自动登录的目 标网站;
lb ) 网页程序从数据库获取该目标网站所对应的 HTML代 码。
[权利要求 3] 3、 如权利要求 1所述的一种在网页上实现的一键登录到其 他网站的方法, 其特征在于, 其中步骤 5)包含如下过程: 5a) 网页脚本程序分析网页中的登录表单内的 input元素; 5b ) 遍历这些 input元素, 找到 input的属性分别为 text和 p a s swor d的 2个 input兀素 5
5c) 将目标网站的账号和密码分别赋值给找到的这 2 个 input兀素。
PCT/CN2010/076493 2010-07-02 2010-08-31 一种在网页上实现的一键登录到其他网站的方法 WO2012000223A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010223690A CN101872365A (zh) 2010-07-02 2010-07-02 一种在网页上实现的一键登录到其他网站的方法
CN201010223690.9 2010-07-02

Publications (1)

Publication Number Publication Date
WO2012000223A1 true WO2012000223A1 (zh) 2012-01-05

Family

ID=42997228

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/076493 WO2012000223A1 (zh) 2010-07-02 2010-08-31 一种在网页上实现的一键登录到其他网站的方法

Country Status (2)

Country Link
CN (1) CN101872365A (zh)
WO (1) WO2012000223A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104702643A (zh) * 2013-12-09 2015-06-10 腾讯科技(深圳)有限公司 一种网页访问方法、装置和系统
CN105246952A (zh) * 2013-04-19 2016-01-13 科思创德国股份公司 聚氨酯预浸料和由其制造的纤维复合元件
CN107547216A (zh) * 2016-06-25 2018-01-05 颜丽峰 一种实现用户账号密码及其相关消息集中维护管理的方法和系统

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102055768B (zh) * 2010-12-31 2014-02-19 奇智软件(北京)有限公司 一种网络登录方法及登录系统
CN103795722B (zh) * 2010-12-31 2017-09-26 北京奇虎科技有限公司 一种网络登录方法及登录系统
CN102882903B (zh) 2011-07-12 2017-07-28 腾讯科技(深圳)有限公司 一种多网站应用信息获取方法及系统
CN102291456A (zh) * 2011-08-11 2011-12-21 Tcl集团股份有限公司 账号管理方法、装置及系统
CN102495855B (zh) * 2011-11-21 2013-09-25 奇智软件(北京)有限公司 自动登录方法及装置
CN103268331B (zh) * 2011-11-21 2016-08-24 北京奇虎科技有限公司 自动登录方法及装置
CN103714117B (zh) * 2012-03-30 2017-10-31 北京奇虎科技有限公司 网页表单识别方法
CN102710759B (zh) * 2012-05-22 2015-04-15 中国联合网络通信集团有限公司 Web服务器、业务登录方法及系统
CN102982149B (zh) * 2012-11-26 2016-05-11 北京奇虎科技有限公司 利用浏览器用户网络购物信息的浏览方法、装置及浏览器
CN103856451A (zh) * 2012-11-30 2014-06-11 英业达科技有限公司 基于云端的登入管理系统及其方法
CN102968584B (zh) * 2012-11-30 2016-09-28 北京奇虎科技有限公司 一种登录网页的方法和装置
CN105446706B (zh) * 2014-07-08 2020-01-10 阿里巴巴集团控股有限公司 用于评估表单页面使用效果及提供原始数据的方法及装置
CN106161356B (zh) * 2015-04-01 2020-08-14 深圳市腾讯计算机系统有限公司 通过客户端快速登录网站的方法和系统
CN106294369A (zh) * 2015-05-15 2017-01-04 北京国双科技有限公司 网页数据获取方法和装置
CN113676443A (zh) * 2015-09-21 2021-11-19 华为终端有限公司 登录信息输入方法、登录信息保存方法及相关装置
CN105187457A (zh) * 2015-10-27 2015-12-23 上海斐讯数据通信技术有限公司 基于客户端的账户自动注册方法、系统及服务器端
CN107135504A (zh) * 2016-02-29 2017-09-05 深圳秀豹科技有限公司 一种无线WiFi网络的登录方法及装置
CN107733847B (zh) * 2017-07-25 2020-06-09 深圳壹账通智能科技有限公司 平台登录网站方法、装置、计算机设备以及可读存储介质
CN108268635B (zh) * 2018-01-17 2022-06-24 百度在线网络技术(北京)有限公司 用于获取数据的方法和装置
CN108173875B (zh) * 2018-01-30 2021-07-23 云深互联(北京)科技有限公司 页面登录方法及装置、电子设备、存储介质
CN108881190B (zh) * 2018-05-31 2020-12-18 联想(北京)有限公司 一种信息处理方法及装置
CN110875919B (zh) * 2018-12-21 2022-02-11 北京安天网络安全技术有限公司 一种网络威胁的检测方法、装置、电子设备及存储介质
CN114666164B (zh) * 2022-05-19 2022-10-25 南通环典计算机技术有限公司 一种计算机网络用户身份登录验证系统及方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101369271A (zh) * 2007-08-17 2009-02-18 徐萍 一种自动填充标记模块及其浏览器组合件
CN101369272A (zh) * 2007-08-17 2009-02-18 徐萍 一种自动填充系统及自动填充注册或登录信息的方法
US20100146613A1 (en) * 2004-11-16 2010-06-10 Charles Schwab & Co., Inc. System and method for providing silent sign on across distributed applications

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101349947A (zh) * 2007-07-19 2009-01-21 吴琛 一种一键上网设备
CN101350797B (zh) * 2008-09-17 2011-11-30 腾讯科技(深圳)有限公司 简化用户操作的网站登录方法、系统、客户端和服务器
CN101697537A (zh) * 2009-10-20 2010-04-21 宇龙计算机通信科技(深圳)有限公司 一种互联网的访问方法、系统及移动终端

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100146613A1 (en) * 2004-11-16 2010-06-10 Charles Schwab & Co., Inc. System and method for providing silent sign on across distributed applications
CN101369271A (zh) * 2007-08-17 2009-02-18 徐萍 一种自动填充标记模块及其浏览器组合件
CN101369272A (zh) * 2007-08-17 2009-02-18 徐萍 一种自动填充系统及自动填充注册或登录信息的方法

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105246952A (zh) * 2013-04-19 2016-01-13 科思创德国股份公司 聚氨酯预浸料和由其制造的纤维复合元件
CN104702643A (zh) * 2013-12-09 2015-06-10 腾讯科技(深圳)有限公司 一种网页访问方法、装置和系统
CN107547216A (zh) * 2016-06-25 2018-01-05 颜丽峰 一种实现用户账号密码及其相关消息集中维护管理的方法和系统

Also Published As

Publication number Publication date
CN101872365A (zh) 2010-10-27

Similar Documents

Publication Publication Date Title
WO2012000223A1 (zh) 一种在网页上实现的一键登录到其他网站的方法
US8607306B1 (en) Background auto-submit of login credentials
JP6435289B2 (ja) ソーシャル・ネットワーク・データに基づく検索結果のクライアント側での修正
US10915217B2 (en) Application for assisting in conducting covert cyber operations
US20230370464A1 (en) Systems and methods for controlling sign-on to web applications
JP5778859B2 (ja) ソーシャル・データ・オーバレイ
US9230036B2 (en) Enhanced browser cookie management
CN102426549B (zh) 一种Web的表单校验方法及其框架系统
CN103856493B (zh) 跨域登录系统及方法
US9292168B2 (en) Graphic-based electronic signature management system and method
US20090006646A1 (en) System and Method of Auto Populating Forms on Websites With Data From Central Database
US20170093828A1 (en) System and method for detecting whether automatic login to a website has succeeded
US20140019880A1 (en) Community switching
US20160088063A1 (en) Interactive Social Platform
CN106919384A (zh) 一种可以传递用户信息的浏览器系统
CN116827604B (zh) 应用登录控制方法、系统、终端及存储介质
JP2004355418A (ja) 情報処理装置、情報処理システム、情報処理プログラム、および情報処理装置におけるguiを提供する方法
WO2016034067A1 (zh) 网页处理方法及装置
JP5981663B2 (ja) 情報処理装置、情報処理方法、プログラム、記憶媒体及びパスワード入力装置
JP2015049680A (ja) 情報処理装置、更新プログラム、更新方法およびソーシャルネットワークシステム
WO2008130932A1 (en) Method and system for automatic widget information aggregation
EP4235459A1 (en) Churn prevention using graphs
AU2022203715B2 (en) Extracting explainable corpora embeddings
US11048866B1 (en) Ad hoc contact data capture
US20160352861A1 (en) Administering member profiles on a social networking web site

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10853928

Country of ref document: EP

Kind code of ref document: A1