bottomskin.inc

来自「一个聊天室程序」· INC 代码 · 共 38 行

INC
38
字号
<%
'**Normal Skin Settings**
If Session("skin")="norm" then
	imgBottom = "back.jpg"
	myCol = "blue"
	myExit = "exit.jpg"
	mySend = "send.jpg"

'**Smash Skin Settings**

ElseIf Session("skin")="smash" then
	imgBottom = "bottom.jpg"
	myCol = "yellow"
	myExit = "exit.jpg"
	mySend = "send.jpg"

'**Organic Skin Settings**

ElseIf Session("skin")="organ" then
	imgBottom = "botskin1.jpg"
	myCol = "yellow"
	myExit = "exit.jpg"
	mySend = "send.jpg"

ElseIf Session("skin")="rock" then
	imgBottom = "rockbot.jpg"
	myCol = "yellow"
	myExit = "exit.jpg"
	mySend = "send.jpg"

ElseIf Session("skin")="wood" then
	imgBottom = "woodbot.jpg"
	myCol = "yellow"
	myExit = "exit.jpg"
	mySend = "send.jpg"

End If
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?