Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Code tìm kiếm của Google
Nội dung xem thử
Mô tả chi tiết
Đoạn code giúp hiển thị thanh tìm kiếm của Google
dưới cùng của trang.
Đoạn code này giúp hiển thị thanh tìm kiếm của Google như dưới cùng trang của tôi.
Mục màu đen các bạn thay thế bằng địa chỉ trang web của các bạn.
---------------------------------------------------
<body> <form action="http://www.google.com/cse" id="cse-search-box"> <input
type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="47" /><input type="submit" name="sa" value="Tìm
kiếm" /> <p><input type="radio" name="sitesearch" value="" /> Google <input
type="radio" name="sitesearch"value="http://tulieu.violet.vn/" checked="checked" /> Tìm
tư liệu <input type="radio" name="sitesearch"value="http://baigiang.violet.vn/"
checked="checked" /> Bài giảng <input type="radio"
name="sitesearch"value="http://giaoan.violet.vn/" checked="checked" /> Giáo án <input
type="radio" name="sitesearch"value="http://hotrotrekhiemthinh.violet.vn/"
checked="checked" /> Trang của tôi </p></form><script type="text/javascript"
src="http://www.google.com/coop/cse/brand?form=cse-search-box =vi"></script>
</body>
<a href = "#top"> <img src =
"http://i643.photobucket.com/albums/uu157/sayityourway2k9/i_up_arrow.jpg"></a>
---------------------------------------------