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

    Enable checkboxes

    thanks for the advice! it works now!
  2. macluv22

    Enable checkboxes

    Hi, I hope someone can solve my problem: I tried the following code to enable some checkboxes after I check one checkbox... Unfortunately it doesn't work, and I can't figure out what the problem exactly is. I hope someone can help me. Thanks anyways... ----------------- <html> <head>...
  3. macluv22

    data from textfield

    Hi, Does somebody know how to get data from a textfield (from another html-page)? Please check this example: login.html ======= <form method=&quot;post&quot; action=&quot;verify.html&quot; name=&quot;veri&quot;> Username: <INPUT type =&quot;text&quot; name=&quot;username&quot;> <p> Password...
  4. macluv22

    get Group

    Dear all (again), I want to get the name of the group from the Active Directory by using vbscript (ASP). Is that possible? Hope someone can help me. Thanks again!
  5. macluv22

    response write logon user

    Hi! What's wrong with this code? I only get the user name for one time! I hope someone can help me. Thanks in advance. <% user = request.servervariables(&quot;LOGON_USER&quot;) Response.Write (user) %>
  6. macluv22

    get windows user name?

    Is there a method to get the user name (Windows login) parameter?
  7. macluv22

    how to get the login name?

    Is it possible to get the login name (Windows login) in Access (or VBScript)?

Part and Inventory Search

Back
Top