Thứ Ba, 30 tháng 11, 2010

How to redirect a page to a new page using javascript

To redirect a page we can use Javascript.



<script>

window.location.href="http://www.yourdomainname.com";

</script>

Không có nhận xét nào:

Đăng nhận xét