Camly - A Responsive Blogger Theme, Lets Take your blog to the next level.

This is an example of a Optin Form, you could edit this to put information about yourself.


This is an example of a Optin Form, you could edit this to put information about yourself or your site so readers know where you are coming from. Find out more...


Following are the some of the Advantages of Opt-in Form :-

  • Easy to Setup and use.
  • It Can Generate more email subscribers.
  • It’s beautiful on every screen size (try resizing your browser!)
by

Code JavaScript: Gửi địa chỉ mới URL

Hocvietblog™  {^_^} Bất cứ khi nào bạn muốn sinh ra 1 trang động bạn thường phải dùng đến ngôn ngữ viết như PHP hoặc ASP bên cạnh 1 vài máy chủ.
Nhưng hãy giả thiết rằng chỉ có 3 hoặc 4 trang mà chỉ có thể chọn từ biểu mẫu từ 1 thực đơn thả xuống (1 combo-box). Thủ tục sau sẽ hỗ trợ bạn tạo 1 thực đơn thả xuống được hỗ trợ JavaScript.
Mẫu đầu tiên:
<form name=="pages"> <select name=="pg_choice" onChange=="javascript: take_there();"> <option value=="no_page">Select a page to go to...</option> <option value=="pg1.html">Page 1</option> <option value=="pg2.html">Page 2</option> <option value=="pg3.html">Page 3</option> </select> </form>
Biểu mẫu này giới thiệu tới bạn 3 sự lựa chọn của trang. Trong thuộc tính onChange của nó chúng ta quyết định hàm nào để gọi tới gửi lại địa chỉ để tới trang tương ứng. Và bây giờ JavaScript(ghi chú rằng tôi đã chèn 1 dấu . giữa dấu <>
<.script language=="javascript">
function take_there() { var destination==document.pages.pg_choice.value; var version == navigator.appVersion; // sets variable == browser version if(destination!=="no_page") { if (version.indexOf("MSIE") >== -1) // checks to see if using IE { window.location.href=?stination; } else { window.open(destination, target=="_self"); } } } </script>
Những bộ duyệt khác nhau hỗ chợ những thứ khác nhau sao cho bạn thường phải kiểm tra bộ duyệt nào mà người dùng đang sử dụng.
Lệnh địa chỉ mới trang được sử dụng tương ứng.
Hocvietblog™  {^_^} Theo tamnguyen.vn

0 nhận xét:

Đăng nhận xét