Quote:/tag.html/2/197/2/
<% Response.AddHeader "HTTP", "HTTP/1.1 200 OK" Response.write "Now URL = " & Request.ServerVariables("HTTP_URL") '** Link Page ***' Response.write "<hr>" Response.write "<a href=/hello.html>Hello ASP</a> , <a href=/config.html>Config ASP</a> , <a href=/install.html>Install ASP</a>" Response.write "<hr>" '*** Include Content ***' If Request.ServerVariables("HTTP_URL") = "/hello.html" Then Server.Transfer("hello.asp") ElseIf Request.ServerVariables("HTTP_URL") = "/config.html" Then Server.Transfer("config.asp") ElseIf Request.ServerVariables("HTTP_URL") = "/install.html" Then Server.Transfer("install.asp") Else ' Default include End IF %>
<% '*** Include Content ***' strURL = "/php/forum/1234.html" strSplit = split(strURL,"/") 'strSplit(0) = "php" 'strSplit(1) = "forum" 'strSplit(2) = "1234.html" %>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง