I am making a webservice call in ASP via SOAP. Everything is working fine, except for when my webservice response is returning a XML object. I dont know how I need to parse through this object in ASP. Any ideas?
In one of my tables, I have a DateTime field. I want to write a query that will return distinct dates, regarless of the time. For example, if I had two entries in my table with the dates of:
'11/12/2001 4:23:00 PM' and
'11/12/2001 5:45:00 AM'
it would only retun one record of '11/12/2001'...
In a table.... I have three fields.
First field is an autonumber.
Second field is titled "CateogoryName"
Third field is titled MainCategory.
1 Technical 0
2 Creative 0
3 Programmer 1
4 Author/Programmer 1
5 Audio/Video 0
6 Writing & Design 0
7 Management...
I need a script that will allow me to do rollovers, but with an onClick event, it keeps the rollover on.
I have the navigation bar (where I want the rollovers to occur) inside a frame and this is where the problem occurs. I have it working right now, but since the frame does not reload with...
i am writing a phone number format in javascript. i have the actual
formatting part working fine (if one enters no (,),-, etc.). i decided
to delve into regular expressions to strip out the punctuation
characters. well, it isn't doing what it is supposed to do and i have
no idea how to...
I have seen the script somewhere before, but I am looking for a script that allows you to navigate through using select boxes.
Example....
In the first select box, there are 4 categories. If you select one of the categories, another select box appears with the subcategories from the first...
On my application, I have my session time out at 20 minutes....
Is there anyway to write a javascript function that will alert the user when there is 2 minutes left in the session, without it expiring...??
Anything would help out....
thanks.
I have a form that is created in cold fusion. When it is submitted, I am running an error check on the page that it is posted to to make sure all text boxes have been filled out. Not checking to see if the entered data is correct, but just to see that something was...
What is wrong with this code? Works in IE and not in Netscape..... go figure.... :-) <br><br><br><br><SCRIPT LANGUAGE="JavaScript"><br> function checkInput() {<br> if (document.form.sum.value == 100){<br> form.submit();<br> }<br> else { <br>...
I would like to have some sort of script that will allow me to do the following:<br><br>Have 10 text boxes, allow the user to enter numbers and then have them calculated in an 11th text box before the form is submitted.<br><br>I know that i need to use the onChange event.....<br><br>I have a...
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.