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: *

  • Users: ElaineMay
  • Order by date
  1. ElaineMay

    Borland C++ 3 or DJGPP

    just use it, then you will get the answer.
  2. ElaineMay

    How to make header files in C/C++

    hello, i can't make sure what you just need. head file in C is .h file, normal you should write what you included file at the top of file. just as following: #include <stdio.h> - standard heasd file #include &quot;myConfig.h&quot; - your personal file and the normal is head file of tws...
  3. ElaineMay

    how to retrieve only last specify length of byte

    hi, you wrote as following: memset(nfo, 0x00, sizeof(nfo)); but sizeof(nfo) = NULL, if you define it as string, you can get the length of it as strlen(nfo) after you valued it. so please paster your definition first.
  4. ElaineMay

    howto refuse access static HTML using URL?

    i got it. thanks a lot.
  5. ElaineMay

    howto refuse access static HTML using URL?

    I want to protect static HTML files. User must login before he can access any content, even if he knows the url of the content.
  6. ElaineMay

    howto refuse access static HTML using URL?

    Question as title, would you please tell me the method?
  7. ElaineMay

    Have the file in Tomcat like global.asa in IIS

    As you wish! :) ^_ _@ (oo ) z.z.Zz...
  8. ElaineMay

    Refuse accessing static HTML using directly URL

    Hi guys, I'm working on a project and user ask to can't access the system using directly URL inputed even if the static HTML page? Web server is Apache Tomcat, this project will used a tool named Jakarta+Strcts.
  9. ElaineMay

    Have the file in Tomcat like global.asa in IIS

    Thank you for your help. it works. :)
  10. ElaineMay

    Have the file in Tomcat like global.asa in IIS

    Just as subject, would you please tell me?
  11. ElaineMay

    How to refuse the directly URL?

    Hi guys, I'm working on a project and customer ask to can't enter in the system using directly URL inputed even if the static HTML page?

Part and Inventory Search

Back
Top