Nếu đây là lần đầu tiên bạn tham gia diễn đàn, xin mời bạn xem phần Hỏi/Ðáp để biết cách dùng diễn đàn. Để có thể tham gia thảo luận bạn phải đăng ký làm thành viên, click vào đây để đăng ký.
Level: 37 [?]
Experience: 1,161,664
Next Level: 1,209,937
Cảm ơn 84
Cảm ơn 233 lần / 165 Bài viết
- BBCode Chữ 7 MÀU
Cách sử dụng thẻ BBCode:
PHP Code:
[7MAU]{TEXT}[/7MAU]
Mã HTML thay thế:
PHP Code:
<script language="JavaScript">
<!-- Hide the script from old browsers --
function MakeArray(n){
this.length=n;
for(var i=1; i<=n; i++) this[i]=i-1;
return this
}
function ToHex(x){ // Changes a int to hex (in the range 0 to 255)
var high=x/16;
var s=high+""; //1
s=s.substring(0,2); //2 the combination of these = trunc funct.
high=parseInt(s,10); //3
var left=hex[high+1]; // left part of the hex-value
var low=x-high*16; // calculate the rest of the values
s=low+""; //1
s=s.substring(0,2); //2 the combination of these = trunc funct.
low=parseInt(s,10); //3
var right=hex[low+1]; // right part of the hex-value
var string=left+""+right; // add the high and low together
return string;
}
function fadeout(text){
text=text.substring(3,text.length-4);
// gets rid of the HTML-comment-tags
color_d1=255; // any value in 'begin' 0 to 255
mul=color_d1/text.length;
var j=1;
for(i=0;i<text.length;i++){
color_d1=255*Math.sin(i/(text.length/3));
// some other things you can try>>
// "=255-mul*i" to fade out, "=mul*i" to fade in,
// or try "255*Math.sin(i/(text.length/3))"
color_h1=ToHex(color_d1);
color_d2=mul*i;
color_h2=ToHex(color_d2);
color_d3=mul*(text.length-i);
color_h3=ToHex(color_d3);
j = i;
if (text.substring(i,i+1) == '&')
{
for (j = i+1; j < text.length; j++)
{
if (text.substring(j,j+1) == ';') { break; }
}
if (j == text.length) { j = i; }
}
if (text.substring(i,i+1) == '<')
{
for (j = i+1; j < text.length; j++)
{
if (text.substring(j,j+1) == '>') { break; }
}
if (j == text.length) { j = i; }
}
Chú ý: số_ID_phân_biệt_loại_từ_điển có thể sử dụng bao gồm:
0: Tra trong tất cả các loại từ điển hiện có tại Vdict.
1: Tra với từ điển Anh - Việt tại Vdict.
2: Tra với từ điển Việt - Anh tại Vdict.
3: Tra với từ điển Việt - Việt tại Vdict.
4: Tra với từ điển Việt - Pháp tại Vdict.
5: Tra với từ điển Pháp - Việt tại Vdict.
6: Tra với từ điển tin học (FOLDOC) tại Vdict.
7: Tra với từ điển Anh - Anh (Worldnet) tại Vdict.
8: Tra với từ điển Trung - Việt tại Vdict.
__________________
Bookmarks