System variables

J

Jake G

I need a javascript that will display all system variables (e.g.
HTTP_REFERER). I am not a programmer, so if you could post all of the
html and stuff that would be great.

Thanks,
Jake
 
E

Evertjan.

Jake G wrote on 06 okt 2006 in comp.lang.javascript:

Are you sure?
a javascript that will display all system variables (e.g.
HTTP_REFERER).

Only serverside j[ava]script can get servervariables like HTTP_REFERER.
Read up on ASP if you are still interested.
I am not a programmer, so if you could post all of the
html and stuff that would be great.

It would not, as that is putting the whole web on this NG.

.... and stuff too?
 
I

Ivan Marsh

I need a javascript that will display all system variables (e.g.
HTTP_REFERER). I am not a programmer, so if you could post all of the
html and stuff that would be great.

How much does this job pay?
 
J

Jake G

It does not have to be javascript I guess. It can be anything (asp?).
I just need to find the values of those variables......
 
E

Evertjan.

Jake G wrote on 06 okt 2006 in comp.lang.javascript:
It does not have to be javascript I guess. It can be anything (asp?).
I just need to find the values of those variables......

.... and you were answered.

Since you don't profess to know a thing of scripting,
and you did not do any research,
I suggest you hire a professional.

PS: this NG is about javascript.
 
J

Jake G

<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<%
Dim strVar
For Each strVar in Request.ServerVariables
Response.Write("<b>" & strVar & "</b> " &
Request.ServerVariables(strVar) & "<br>")
Next
%>

</body>

</html>

Thank you for your support.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top