
Bài viết sau đây chúng tôi xin giới thiệu với bạn đọc cách cắt dán “khung trượtt ảnh” . Một script “khung trượt ảnh” cho phép bạn tự xem các ảnh trong khung trợt bao nhiêu tùy thích bằng các phím lùi và tiến. Trước tiên bạn chỉ cần chèn script dưới đây vào phần <BODY> trong trang của bạn <table border=”0″ cellpadding=”0″> <caption><strong>Air Show Photos</strong></caption> <tr> <td width=”100%”><img src=”plane1.gif” width=”300″ height=”240″ name=”photoslider”></td> </tr> <tr> <td width=”100%”><form method=”POST” name=”rotater”> <div align=”center”><center><p><script language=”JavaScript1.1″> var photos=new Array() var which=0 photos[0]=”plane1.gif” photos[1]=”plane2.gif” photos[2]=”plane3.gif” photos[3]=”plane4.gif” photos[4]=”plane5.gif” function backward(){ if (which>0){ window.status=” which– document.images.photoslider.src=photos[which] } [...]











