Its not the javascript. Whether the javascript is even there or not does not affect my problem. Maybe I didn't explain it clearly.
The problem I am having is when a user enters a value in the txtID field and presses the enter key (as opposed to clicking on the btnFind with the mouse) the page...
Here's my code. I added the onSubmit event to the EditTimestamp Form. So now when I hit enter the validation is executed and then the page submits, but I'm still not getting results. But if I click on the Find button, instead of hitting enter I do get results.
'txtID Validation
<script...
Hi All,
Been working on this a couple days now and can't seem to find a way around it. Apparently, when a form contains only a single text field and a submit button, hitting the enter key does not pass the submit button's name/value pairs. The only way the user can submit the form is too click...
Hey all,
Any ideas on this one would be greatly appreciated. I currently support a small vb app written VB 6.0 that was written before I was hired. The app has about 12 users.
Backgroun Info:
The company is in the process of rolling out XP Pro to all PC's. So some users are on NT, while...
Boy, don't I feel like a horse's petut. I should have known that. It was unchecking the Friendly messages in IE that showed whats wrong with the pages. I thought that was taken care of because I defaulted IIS to default to 500;100 Internal Server error- ASP error on the custom errors tab in the...
Just to clarify,
I realize that last post was a little vague, but I'm not sure what I should be looking for as a potential problem. Any ideas would be helpful.
thanks,
Julian
Hey all,
Probably a simple question, but seeing as how I am new to running IIS it is giving me problems. I am running IIS 5.1 on a XP Pro machine and it seems IIS is being selective as to what asp and html files I can view in a browser. I get a "The page cannot be displayed error" for...
Mainegeek,
Either I'm not doing that right or its not working. I right clicked on the Slave drive and went into sharing and security but it just says to drag the folder to the Shared Documents Folder. But thats not working. I still get accessed denied popup.
Julian
Hey All,
I just upgraded my sister's motherboard and cpu. She has Windows XP Pro running on her Old HDD. She would like to get some of her files off of her HDD before its reformatted which needs to be done to install the new motherboard's drivers and remove the old ones. I put her HDD in my pc...
Can anyone tell me why this code loops through 16 times instead of 8?
var TotalAmount = 0;
var tmpAmount;
for (i = 0; i <= 8; i++){
tmpAmount = parseFloat(form.elements('txtAmount' + i);
if (tmpAmount != 'NaN'){
TotalAmount = TotalAmount + tmpAmount;
alert('TotalAmount');
}
}...
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.