473,320 Members | 1,612 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

System variables

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

Oct 6 '06 #1
5 2848
Jake G wrote on 06 okt 2006 in comp.lang.javascript:
I need
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?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 6 '06 #2
On Fri, 06 Oct 2006 08:37:02 -0700, Jake G wrote:
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?
Oct 6 '06 #3
It does not have to be javascript I guess. It can be anything (asp?).
I just need to find the values of those variables......

Oct 6 '06 #4
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.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 6 '06 #5
<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.

Evertjan. wrote:
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.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 6 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Kumar | last post by:
Need urgent help... I have installed DB2UDB version 7.2 on Windows 2000. When I try to open Command center or Command window it gives me the following error:...
1
by: Steve Adams | last post by:
Is there any way to access system variables from C under Windows 2000? I'd like to use the system variable %SystemRoot% in the remove(file) call: ...
1
by: Robin.Liu | last post by:
How can I get or set values of system variables using .NET? Any comment be appreciated! Robin.Liu lbhappy@263.net
8
by: Just Me | last post by:
With VB6 I wanted to be consistent in how I named variables so I developed the following doc. The last column is what I named the variable. I tried to be consistent wit the Win32 document but it...
1
by: ezmiller | last post by:
Here is what I want to do. I have a series of xml files that reference dtd file and xsl files, but those xml files are viewed on differnet computers. What I am wondering is whether it is possible...
2
by: Sean Campbell | last post by:
Hello all! I have been looking in the Framework documentation for an answer and it has not shown itself. Could someone tell me if it is possible with VB or C# to add and modify Windows System...
2
by: cheesywillie | last post by:
How do i get a string variable to be included into a system command? For example: #include <cstdio> #include <cstdlib> #include <iostream> using namespace std; int main(int nNumberofArgs,...
4
by: Krishna | last post by:
Environment variable set up is the most confusing part for me all the time. Please help me with the following questions: When I install python in a new system, I will go to environment variables...
8
NeoPa
by: NeoPa | last post by:
I'm looking to use values set for both @@ERROR and @@ROWCOUNT after a query is run. Unfortunately, it seems that any SQL Statement resets @@ERROR, and any SET statement resets @@ROWCOUNT. How...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.