วันอาทิตย์ที่ 28 ตุลาคม พ.ศ. 2550

รวมCodeแบบต่างๆ

Codeที่ผมได้มานี้เป็นCodeที่ใช้สำหรับแต่งBlogน่ะครับ ซึ่งผมก็ไปcopyจากเค้ามาอีกทีครับ
ต้องขอบคุณคุณ ~-*-~ น้ำหมึกสีชมพู ~-*-~ มากๆเลยนะครับ

---------------------------------------------------------------------------------------------------------------------------------------------------
มาดูอันแรกกัน

....body background="url รูป" bgproperties="fixed" text="โค๊ดสี".....
อันนี้เป็นcodeสำหรับทำbackground
*....ให้เติม< , > ตามลำดับ

---------------------------------------------------------------------------------------------------------------------------------------------------

ต่อไปเป็นcodeสำหรับทำข้อความต้อนรับ
....SCRIPT LANGUAGE="JavaScript"....
....!-- Begin
alert(" ข้อความ ")
// End --
....
..../script....
*....ให้เติม< , > , < , > , < , > ตามลำดับเช่นกัน

---------------------------------------------------------------------------------------------------------------------------------------------------
อันนี้เป็นcodeสำหรับ
ข้อความเลื่อน ไม่มีพื้นหลัง
....MARQUEE width="900" style="border:none;"style=color:#FFFFFF direction="center" scrollamount="5"....B.... ข้อความ ..../B..../MARQUEE....
*....ให้เติม< , >< , > , < , > < , > ตามลำดับเช่นกัน

--------------------------------------------------------------------------------------------------------------------------------------------------
คลิ๊กขวาแล้วไม่มีอารัยเกิดขึ้น (( ห้ามก๊อปปี้ ))
....script language=JavaScript....
....!--
var message="Function Disabled!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
.... --....
..../script....

*....ให้เติม < , > , < , // , > , < , > ตามลำดับ

ไม่มีความคิดเห็น: