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...
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?
I am trying to validate a checkbox (ie4). But I have ran into an anomaly with checkboxes. The javascript code below always returns "on" . Even if I UNcheck the box. Can someone help?
-Ken
<HTML>
<HEAD>
<SCRIPT>
function myform_onsubmit() {
var str;
str =...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.