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 strongm 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: kathyc20
  • Order by date
  1. kathyc20

    Calendar that is cross-browser friendly (including Mozilla)

    We have a client that wishes to have the following on their website: 1) Calendar - For any date, the user wants to be able to add dates and times to a calendar date so any one viewing this calendar will be able to see what is going on for that particular date. - Must be Mozilla friendly -...
  2. kathyc20

    Clear NT Security Session

    Hello, I am using php 3 and need to find code to clear an NT session. I would appreciate any help in this regard.
  3. kathyc20

    Logout Link

    Hello, I have NT security set up on a certain folder on mywebsite called "franch". When the user clicks this link on the webpage, the security box appears asking for id and pwd. How would I code a logout button on my webpage? I was hoping I could do this in JavaScript.
  4. kathyc20

    html area map onclick play music

    Hello I have reference an mp3 file on my website and am having difficulty with the coding of playing the music. I don't want a new window to appear, just to play once and then stop. <area shape=rect coords="20,249,111,271" href="images/mm_jingle.mp3"> Can someone please help me out with...
  5. kathyc20

    prompt for date range

    I am writing a query where I need to prompt the user for a start date and an end date. Can someone please point me in the direction on how to do this? Thank you
  6. kathyc20

    passing a var in a url

    Hello I am trying to pass the value if my variable in my url. How do I display it? <a href="http://www.mysite.com/down_test.htm?cust_num=AEPS">click here</a> Any help would be appreciated.
  7. kathyc20

    updated show/hide div code - still with errors

    Hello I have a form that has 10 questions on it Each question has a set of Yes/No radio buttons and a textarea. If the user clicks Yes, the textarea becomes visible. If the user click No, the textarea is hidde. My code seems to be not working the way I want. What have I done wrong? Thank...
  8. kathyc20

    Radio Buttons and show hide divs

    Hello I have a form that has 10 questions on it Each question has a set of Yes/No radio buttons and a textarea. If the user clicks Yes, the textarea becomes visible. If the user click No, the textarea is hidde. My code seems to be not working the way I want. What have I done wrong? Thank...
  9. kathyc20

    Replace function

    I have the following code and would like to do a global replace of chars in a string but it only replaces the first occurrence. How do I get it to replace all occurrences? sBadChars[0] = "+"; sBadChars[1] = "%2B"; sBadChars[2] = "%20"; sBadChars[3] = "%2520"; sBadChars[4] = "%22"; for (iCount...
  10. kathyc20

    Javascript Music Question

    I have the following area map; <area shape=rect coords="20,249,111,271" href="images/jingle.mp3"> Can someone please point me towards code that will allow the music to play once when this area is clicked, and no window pops up.
  11. kathyc20

    sorting arrays

    I have an array containing 35 numeric values. How would I go about sorting these?
  12. kathyc20

    image map onClick event play music

    Hello, I have created an image map <area shape=rect coords="20,249,111,271" href="images/jingle.mp3"> and when the user clicks on this area, an mp3 file or wav file will play, but I need to hide the player window which shows up. Can someone point me to where I could find the code to do this...
  13. kathyc20

    javascript menu question

    Hello I am looking for a javascript menu where you mouse over buttons (lined up horizontally, and the sub menu displays right underneath (lined up horizontally). Does anyone know where I could go to find this script? eg: HOME BUTTON SERVICES BUTTON submenu1a submenu1b...
  14. kathyc20

    Determine 2 Business Days

    Hello, I have a program with a date field called "followupby" which needs to get filled in with 2 business days from the followupby date. Can someone point me in the direction where I can find a sample of this code? Thanks
  15. kathyc20

    Javascript Open, Save and Write to a file

    Is it possible to Open a file, read the contents of the file, update the contents and save the file. If so, can someone point me at some documentation I can use. Thank you.
  16. kathyc20

    Javascript convert string to a date

    I have a variable called sTempDate which contains the value: '03/08/2005' How do I convert this string variable to a date? Thanks.
  17. kathyc20

    Get Info from Another Table Problem

    I have constructed the query below, but the OwningUser field displays a numeric value, and not the OwningUser's name. This info is located in a table called: dbo.SystemUserBase and the field I need is the FirstName field from this table. How do I construct this query so that I can get the...
  18. kathyc20

    Displaying results of a query in Word

    I have a word document which I need to add the results of a query. This queries the database for a specific customer and displays the product(s) they have purchased. They may be as many as 10 records. This is to be formatted in tables, as shown below: I can't seem to get this working...
  19. kathyc20

    Word Question

    (a) I have a word document that links to a database and displays some customer information at the top of it. (b) At the bottom of this word document, I need the customer to be able to fill in the data and send back to me. What I don't want the customer to do is, to be...
  20. kathyc20

    button code

    Hi. I have a large graphic which I covered with a transparent button. When I add the action code getURL(http://www.mysite.com) I'm getting an error. Is there an example somewhere where I can find out how to do this? Thank you.

Part and Inventory Search

Back
Top