
Admin
Well-Known Member
Staff member
Administrator
Form nhập nick yahoo và hiển thị ngay ảnh avatar của nick đó.
Demo: http://www.code1k.com/demo/2012/07/form-chom-avatar-cua-yahoo-nhap-vao.html
Demo: http://www.code1k.com/demo/2012/07/form-chom-avatar-cua-yahoo-nhap-vao.html
HTML:
<script type="text/javascript">
//<![CDATA[
function grab() { id = document.getElementById("yahoo_id").value; document.getElementById("result").innerHTML = "<img alt='Code1k.com' style='border:0px;width:200px;height:200px;' src='http://img.msg.yahoo.com/avatar.php?yids=" id "&format=png'></img>"; return false; }
//]]>
</script>
<center>
<form onSubmit="return grab()">
<input id='yahoo_id' type="text" value="Nhập nick yahoo">
<input type=submit value="Tìm">
</form>
<div id="result"></div>
</center>
<!-- Code1k.com -->