khi người dùng gõ vào tên hay id sẽ hiện lên 1 cứa sổ hiện các thông tin
các thông tin nhập vào có thể là ID, tên , hay địa chỉ trang web ,page .....
Code đơn giản :
<form action="https://graph.facebook.com/?id=" id="subscribe" method="get" onsubmit="window.open( 'https://graph.facebook.com/?id=', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow"><input id="subbox" name="id" onblur="if ( this.value == '' ) { this.value = 'Enter Your Facebook Username'; }" onfocus="if ( this.value == 'Enter Your Facebook Username') { this.value = ''; }" type="text" value="Enter Your Facebook Username" />
<br />
<input id="subbutton" name="sub" type="submit" value="Get Details" /></form>
No comments: