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!

Recent content by kathyc20

  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.

Part and Inventory Search

Back
Top