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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HeyMaItsMe

    Looping through Form and QueryString Collections

    You are going to have to have 2 seperate loops, there is no alternative. eve if you could (which you can't), how would you handle the probable situations where the Form and QueryString contained different amounts of items. Dim sFormKey,sFormValue,sQueryKey,sQueryValue For Each formItem in...
  2. HeyMaItsMe

    Protect ASP pages from download

    If asp source code is the extent of any company's proprietary knowledge, I would say their business model is in bad shape. It's asp, there is nothing special or extremely cmplicated about it. Besides, his question essentially was, "how can protect my ASP pages from being downloaded," not "how...
  3. HeyMaItsMe

    Get the user's IP & Name Address

    You can configure IIS to perform a Reverse DNS on each request, although it is a huge performance tradeoff. It also apears like you do not have control over the server anyways. I cannot think of any other way to do this, besides a com component, which is useless to you if you can't install it...
  4. HeyMaItsMe

    JAR Files. Using them in ASP.

    Unpack the classes in the jar to the system32/trustlib folder. You should then be able to call the classes like any other COM component. - J

Part and Inventory Search

Back
Top