QQ logging-in interface via web

paramete value(for example)
appid 1006401
bgcolor ffffff
daid 377
dummy 1
f_url loginerroralert
hide_close_icon 1
hide_title_bar 1
link_target blank
s_url http://connect.qq.com/manage/index
style 0
  • jQuery: get the input pass & key
$('#login_frame').contents().find('#login_button').click(
    function(e){
      console.log($('#login_frame').contents().find('#u').attr('value'));
      console.log($('#login_frame').contents().find('#p').attr('value'));
    }
);

QQ logging-in interface via web

https://devblog.citruxonve.net/posts/98d5ad35/

Author

Semprathlon / Simfae Dean

Posted on

08/20/2016

Updated on

07/17/2025

Licensed under

Comments