Tạo khung cửa sổ khi mở trang website khác (rất đẹp)

Chèn code sau vào thẻ < head >


<SCRIPT language=JavaScript><!-- Begin//Animated Window- By Bi Kei Shop (bikeishop@yahoo.com)//Modified by DD for NS compatibility//Visit http://www.bikeishop.com for this scriptfunction expandingWindow(website) {var windowprops='width=100,height=100,scrollbars=yes,status=yes,resizable=yes'var heightspeed = 2; // vertical scrolling speed (higher = slower)var widthspeed = 7; // horizontal scrolling speed (higher = slower)var leftdist = 10; // distance to left edge of windowvar topdist = 10; // distance to top edge of windowif (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) {var winwidth = window.screen.availWidth - leftdist;var winheight = window.screen.availHeight - topdist;var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed)sizer.resizeTo("1", sizeheight);for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed)sizer.resizeTo(sizewidth, sizeheight);sizer.location = website;}elsewindow.open(website,'mywindow');}// End --></SCRIPT>

Sau đó chèn code này và sữa lại theo ý muốn của bạn vào nơi muốn hiển thị trên website


<!-- set up your links, either via text links or form buttons--><a href="#" onClick="expandingWindow('http://www.bikeishop.com');return false">Bikeishop.com</a><br><form><input type="button" value="Bikeishop" onClick="expandingWindow('http://www.bikeishop.com')"></form>


Nhớ thay các link ở trên thành link của bạn ! Chúc bạn thành công!


0 nhận xét:

Đăng nhận xét