VBS and HTTP
Hello,
I am trying to capture HTTP header info with VBS and was woundering if tiki allows VBS. It seems like this code should work but it does not; using HTML that is:
Copy to clipboard
<head> </head> <body> <script type="text/vbscript"> <!-- document.write("Hello World") //--> </script> <p>This is web page body </p> </body>
It also looks like this implementation does not work either:
Copy to clipboard
<b>You are browsing this site with:</b> <%Response.Write(Request.ServerVariables("http_user_agent"))%>
Is there a better way to grab HTTP info in tiki, or am I just not implementing the VBS correctly?
Thanks