1.Đăng nhập bảng điều khiển--> Bố cục- ->Phần tử trang
2.Chọn 'Thêm tiện ích' trên sidebar.
3.Chọn 'HTML/Javascript' và dán đoạn mã bên dưới và lưu lại.
<select id="Select1"onchange="window.open(this.options[this.selectedIndex].value,'_blank');this.options[0].selected=true" style="width: 100%; " class="text_noresize" name="select">
<option selected="selected">Choose A Link</option>
<option value='URL link 1 here' > Name 1</option>
<option value='URL link 2 here' > Name 2</option>
<option value='URL link 3 here' > Name 3</option>
<option value='URL link 4 here' > Name 4</option>
<option value='URL link 5 here' > Name 5</option>
<option value='URL link 6 here' > Name 6</option>
</select>
4. Bạn có thể thay URL link X here , Name X bằng nội dung của bạn
0 nhận xét:
Post a Comment