La Paloma
-
Số bài
:
96
-
Điểm thưởng
:
0
- Từ: 13.11.2003
- Nơi: Germany
|
RE: Hỏi anh MViet về cách gắn bỗ gõ mVieet10
-
10.12.2003 15:24:31
a Sau đây là hướng dẫn cách gắn m-Việt 10 js A (CN) (dùng trong www.dactrung.com) Phần 1: Upload: Vô trong www.mviet.org, phần Mới Nhất, download xuống 10jsA Sau khi download, unzip nó sẽ có 1 folder tên là MViet10js4CN, thay tên folder này thành mviet10 Upload folder mviet10 lên server trong forum. Nếu ASP_Playground nằm trong folder diendan, thì upload mviet10 vô trong folder diendan; nói khác đi mviet10 nằm cùng chỗ với default.asp -- sau khi upload rồi, thử mở trang mviet10/index.htm qua mạng xem có thấy bàn gõ m-Việt chạy hay không... Nên nhớ trang index.htm có thể dùng làm mẫu cho mọi người dùng bên lề không cần qua diễn đàn. Dĩ nhiên bạn cũng nên mở index.htm sửa nó để thêm "hoa lá cành" cho phù hợp với website của bạn. Phần 2: Chẩn Bị: Bây giờ trang index.htm được sửa thành 1 trang asp plug-in cho dễ gọi Đặt tên trang là mviet.asp và upload nó vô mviet10 (xem source code ở dưới) Phần 3: Plug-in (nhúng) vô Diễn Đàn: Tìm trang post.asp trong diendan, xem ở cuối trang Thêm 1 dòng ở gần cuối trang như sau (xem dòng ở giữa: <!-- Begin: mviet 10 plugin --> và <!-- End: mviet 10 plugin -->) </form> </table> <!-- Begin: mviet 10 plugin --> <br><!--#include file="mviet10/mviet.asp"--> <!-- End: mviet 10 plugin --> </center> <script type="text/javascript"> <!-- var theForm=document.forms[0] if (theForm.__body) theForm.__body.value = ".+" if (theForm._body) theForm._body.value = "<%= emptyTextBoxWarning %>" if (theForm.__subject) theForm.__subject.value = ".+" if (theForm._subject) theForm._subject.value = "<%= emptyTextBoxWarning %>" //--> </script> <% call pgdResize(iff(r_do = "poll",450,350),"body") %> </body> </html> That's it!!! cốt nguồn cho mviet.asp: quote: <script language="javascript1.2" src="mviet10/CViet.js"></script> <script language="javascript1.2" src="mviet10/CVietAddOn.js"></script> <table width="100%" align="center" background="image/head_bg.gif" border="1"> <tbody> <tr> <td class="ultrasmall"><center><strong><a href="http://www.mviet.org/" target="_blank"><font color="#003399">mViệt10</font></a></strong>: <img height="1" src="http://dactrung.net/phorum/image/spacer.gif" width="1" onload="initBD()" /> <input class="radiocheck" onclick="MVOff = true; setMV(0,'ibdcn');" type="radio" name="mv10js" />Tắt <input class="radiocheck" onclick="MVOff = false; setMV(1,'ibdcn'); openWindowMV('dt_XemBoDau.htm','mvframe','toolbar=no,location=no, scrollbars=yes, resizable=yes, width=370,height=270'); " type="radio" name="mv10js" /> <a href="javascript:openWindowMV('mviet10/dt_XemBoDau.htm','mvframe','toolbar=no,location=no,%20scrollbars=yes,%20resizable=yes,%20width=370,height=270')"><font color="#003399">BDCN</font></a> <input class="radiocheck" onclick="MVOff = false; BoDauMV='\'|`|?|~|.|^6|+*8=|(|d|'; setMV(2,'ibdcn');" type="radio" checked="true" name="mv10js" />VIQR+ <input class="radiocheck" onclick="MVOff = false; BoDauMV='s|f|r|x|j|aeo|w|w|d|';setMV(3,'ibdcn');" type="radio" name="mv10js" />Telex <input class="radiocheck" onclick="MVOff = false; BoDauMV='1|2|3|4|5|6|7|8|9|';setMV(4,'ibdcn');" type="radio" name="mv10js" />VNI </center> </td> <td class="ultrasmall"><center><select class="ultrasmall" onchange="tienich()" name="select"> <option value="0">Tiện ích </option> <option value="1">Soát Hỏi Ngã</option> <option value="2">Hoán Chuyển</option> <option value="3">Tìm và Thay</option></select> </center></td> </tr></tbody></table> <BR> <SCRIPT> <!-- function tienich() { var box = document.getElementById('select'); var typeG = box.options[box.selectedIndex].value; if(navigator.javaEnabled()) { if(typeG == 1) openWindowMV('mviet10/dt_HoiNgaMV.htm','mvframe', 'toolbar=no,location=no, scrollbars=no, resizable=yes, width=370,height=300'); else if(typeG==2) openWindowMV('mviet10/dt_ChuyenCot.htm','mvframe', 'toolbar=no,location=no, scrollbars=no, resizable=yes, width=370,height=350'); else if(typeG==3) openWindowMV('mviet10/dt_TimKiem.htm','mvframe', 'toolbar=no,location=no, scrollbars=no, resizable=yes, width=370,height=160'); } else alert("Please download JVM at java.sun.com to use this feature"); } --> </SCRIPT>
nh Mviet oi, hom qua em ngoi nghi ngoai em nghich, em lam duoc cai Mviet vo cai phan t_ops, tuc la neu an thi no hien ra, rat khoai mai em cho anh coi cai dien dan em moi hack it works well
<Edited by: La Paloma -- 12/10/2003 11:24:56 AM >
|