Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kamirazvan

  1. kamirazvan

    Hi: Does anyone know why I get Unk

    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
  2. kamirazvan

    Hi: Does anyone know why I get Unk

    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...
  3. kamirazvan

    Inserting URL variable into a script

    No not really- since I am not that familiar with Java.&nbsp;&nbsp;I am using a service by a company and for everyitem I need to pass the above parameter.&nbsp;&nbsp;I know how to take parameters and insert it into an asp page using &lt;% =Request.Querystring%&gt; but with Java I can't.<br><br>Is...
  4. kamirazvan

    Inserting URL variable into a script

    I have the following script:<br><br>&lt;script src=&quot;<A HREF="http://xxx.yyy.zzz/Site.html?u=User&p=5&quot" TARGET="_new">http://xxx.yyy.zzz/Site.html?u=User&p=5&quot</A>;&gt;&lt;/script&gt;<br><br>I need to be able to change the number 5 with a variable that is passed from the URL such...
  5. kamirazvan

    Retrieving one value from one table and many from another

    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...
  6. kamirazvan

    Retrieving one value from one table and many from another

    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
  7. kamirazvan

    Retrieving one value from one table and many from another

    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>...

Part and Inventory Search

Back
Top