因此
我需要自动点击<条码>。
固定导航: [打破本页] [上页]
援引这一点的法典是
$(window).bind( beforeunload , function() {
return Leave page? ;
//Click prompt code goes here.
$(window).unbind();
});
If I take away return Leave page? ;
then the iframed page overrides the top frame and the user is struck with an unknown site, maybe there s another way to do this?