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 Chriss Miller 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: celley
  • Content: Threads
  • Order by date
  1. celley

    WEBSERVICE - XML - SOAP - ASP

    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?
  2. celley

    query using datetime field

    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'...
  3. celley

    Creating a table dynamically.

    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...
  4. celley

    Rollovers and onClick event

    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...
  5. celley

    Format Phone Numbers

    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...
  6. celley

    Radio Button onClick

    How do I submit a form with the onClick event handler for a radio button?
  7. celley

    Select box navigation

    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...
  8. celley

    onFocus Blur

    How do I make it to where a text box is not able to be edited. I believe that something can be done with an onFucus and Blur.
  9. celley

    Kill Session

    How do I end/kill a session or session varriable? I imagine that I need to do it with a StructDelete() function, but how? Any ideas? Chad
  10. celley

    Session Timeout

    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.
  11. celley

    Cold Fusion and JavaScript Form Submission Check

    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...
  12. celley

    What is wrong with this code???

    What is wrong with this code?&nbsp;&nbsp;Works in IE and not in Netscape..... go figure.... :-) <br><br><br><br>&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;<br> function checkInput() {<br>&nbsp; if (document.form.sum.value == 100){<br>&nbsp;&nbsp; form.submit();<br> }<br> else { <br>...
  13. celley

    Calculate text boxes using the onChange event

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

Part and Inventory Search

Back
Top