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 SkipVought 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: *

  1. joebankz

    Radio Buttons & JavaScript

    I am trying to create a script that turns off the 'disabled' attribute in a set of radio buttons when another radio button elsewhere is clicked. To see this code in context find the disabled radio buttons on this page: http://www.firstprotestant.com/Add_Event.asp <SCRIPT...
  2. joebankz

    'do' without 'loop' error - freakish!!!

    JohnYingling, Thanks for your assistance! I figured out the problem. I had inserted the 'End If' as you had correctly stated before, but I inserted it after the 'Loop' bit. Therefore it was out of order and throwing the error. Thanks again for your patient assistance! Joe Banks
  3. joebankz

    'do' without 'loop' error - freakish!!!

    can NE1 loan me a clue?
  4. joebankz

    'do' without 'loop' error - freakish!!!

    JohnYingling, Thanks for your input. In my actual page I have indented properly and corrected the missing End If. It still gives me the loop without do error. HELP!
  5. joebankz

    'do' without 'loop' error - freakish!!!

    If I've left something out it would be a 'loop' not a 'do'. However, I tried what you said. I looked for 'do' and for 'loop'. I used the find feature of Dreamweaver. It didn't find any extra loop statements or do statements. This is just weird.
  6. joebankz

    'do' without 'loop' error - freakish!!!

    Thanks Jisoo22 I tried your suggestion, but to no avail. the results can be seen at http://www.firstprotestant.com/Scrolling_Calendar.asp any other suggestions?
  7. joebankz

    'do' without 'loop' error - freakish!!!

    I will tell you now, I have a Do while part and a loop part. what the heck could be wrong? The code can be seen at work at http://www.firstprotestant.com/Scrolling_Calendar.asp Here is the part of my code in question: Sub CalendarList Set conn0 =...
  8. joebankz

    This is prolly easy for you GURUS!!

    Hello! I have a challenge that involves a needed bit of javascript and I was hoping someone could toss me a bone. I'm trying to write this on my own, but as of yet no luck. (FYI - I am using asp and vbscript on the server side.) I have a text input form field that will be handling a date. I...

Part and Inventory Search

Back
Top