Hi, ... I have a little blackout. From the client side I like to retrieve the "Server_Name" ?
I always get error msg: Objekt required: 'Request'
? how do I define the object 'request' ? As said I have a blackout ...
of course a JavaScript sample is ok too!
? are there other/easier means to get the "Server_Name"?
Thanks for your help
ed k
<script language="VBscript">
dim ServerName
ServerName = Request.ServerVariables("Server_Name")
alert ([ServerName])
</script>



Reply With Quote

Bookmarks