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 TouchToneTommy 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: AlpineKJB
  • Content: Threads
  • Order by date
  1. AlpineKJB

    Anomalie with session variables

    PageA: Comment = session.contents.item(&quot;Comment&quot;) %> <form name=&quot;myform&quot; action=&quot;PageB&quot; <TEXTAREA name=&quot;Comment&quot;><%=Comment%></TEXTAREA> PageB: session.contents.item(&quot;Comment&quot;) = request.form(&quot;Comment&quot;) The user enters a comment...
  2. AlpineKJB

    passing name-value pairs

    I want to get a name-value from one asp page to another. It must be transparently (ie, cannot be visible in the URL). That rules out querystrings. I can't use session variables as cookies are disabled. I do not want to use a database or flatfile. I do not want to add a HTML form tag to the...
  3. AlpineKJB

    field validation for alphanumerics only

    I am looking to validate a field. It should only include alphanumeric characters (A-Z, a-z, and/or 0-9). Is there a string function in ASP (ver5) that will do this? If not, what is the simplest way to do this with regular expressions?
  4. AlpineKJB

    Validating Checkboxes

    I am trying to validate a checkbox (ie4). But I have ran into an anomaly with checkboxes. The javascript code below always returns &quot;on&quot; . Even if I UNcheck the box. Can someone help? -Ken <HTML> <HEAD> <SCRIPT> function myform_onsubmit() { var str; str =...
  5. AlpineKJB

    input in IE

    I have a form with an input type=text. I have two different computers... one with IE5.002xxxx The other with IE5.0000x The textbox is a different length on the two machines? Does anyone know what the problem can be here? Thanks. KJB
  6. AlpineKJB

    How to password protect a PC

    I want to protect my PC with a password. I am running Win98 but understand that the Win98 passwords can be worked around. I also remember something about setting a password at boot time. I quess my question is: what is the best way to prevent access to my computer using passwords? (ie, if one...
  7. AlpineKJB

    Win98 login password

    I have a login screen that pops up whenever I turn on my Win98 computer. I can enter a password, and everything works fine. However, the password is of little use as ANYONE can click the cancel button (on the password dialog)and my computer logs them in and gives full access to my computer. How...

Part and Inventory Search

Back
Top