Hi:
The answer is:
I found out that Application_OnStart does not support Request and ServerVariables.
More Info:
http://msdn.microsoft.com/library/psdk/iisref/glob4f78.htm
It can be done via Session_OnStart
Hope this helps.
Kami
Hi:
Does anyone know why I get Unknown parameter when I use Request.ServerVariables("HTTP_HOST") in the Global.asa?
I need to read the URL in the global.asa and no matter what I do, I can not get any of the ServerVariables to work.
Also- is there anyway to pass a variable to the...
No not really- since I am not that familiar with Java. I am using a service by a company and for everyitem I need to pass the above parameter. I know how to take parameters and insert it into an asp page using <% =Request.Querystring%> but with Java I can't.<br><br>Is...
I have the following script:<br><br><script src="<A HREF="http://xxx.yyy.zzz/Site.html?u=User&p=5"" TARGET="_new">http://xxx.yyy.zzz/Site.html?u=User&p=5"</A>;></script><br><br>I need to be able to change the number 5 with a variable that is passed from the URL such...
Thanks.. you are right. I was hoping I can do a simple SQL statement and not write the ASP code. FrontPage 2000 is a pain when it comes to messing around with the database code it generates.<br>
<br>
I am working on manually programming the database section and doing as you suggested.. once...
Hi..<br>
thanks for your reply. I am -currently using MS-Access as the backend but will port it SQL Server 7.0 shortly. For now I am trying find a solution that I can implement using Access.<br>
<br>
thanks..<br>
<br>
Kami
Hi..<br>
I have two tables that are linked with a One-Many relationship. I need to retrieve one value from one table and all the associated entries from the other table.<br>
<br>
This is for a query on a web site and the output needs to be like:<br>
<br>
State 1<br>
- County 1<br>
- County 2<br>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.