วันจันทร์ที่ 4 มกราคม พ.ศ. 2559

ทำตัวหนังสือวิ่งด้วย marquee

<div class="container">
<div class="row hidden-xs"  style="border-bottom :solid 1px #e8e8ec">
<div class="col-md-10 col-md-offset-1 site-block"  >
<marquee behavior="alternate" scrollamount="2">
     <a href="javascript:void(0)" >
<strong class =" text-danger menumain" style="font-size:20px;"> การ  สวัสดีปีใหม่ 2016 </strong>
     </a>
</marquee>

</div></div></div>

การใช้ WebClient สำหรับเรียก URL

Dim _url As String = " https :// www . MyDomain . com /?q=ทดสอบ " Dim wc As New System . Net . WebClient () wc . Encodin...