使用 Request.ServerVariables 來抓取「連結至目前網頁的前一個網頁」
- 連結至目前網頁的前一個網頁:Request.ServerVariables("HTTP_REFERER") =
- 用戶端所用的瀏覽器:Request.ServerVariables("HTTP_USER_AGENT") = Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- 用戶端登錄至網頁的帳號:Request.ServerVariables("LOGON_USER") =
View source:
[Server-side script]
[Client-side script (ctrl+u)]
回到「JScript 程式設計與應用:伺服器端」