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 TouchToneTommy 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: BLarche
  • Content: Threads
  • Order by date
  1. BLarche

    Simple Picture Album/Viewer

    I want to generate a JavaScript picture viewer that will allow the user to click to next or previous icon and show the next or previous picture in place of the default picture. You can get a general idea of what I am referring to here: http://www.cnn.com/2007/POLITICS/02/08/cia.leak/index.html...
  2. BLarche

    Disabling Multiple Check Boxes

    I am trying to create an application that allows me to disable check boxes based on a users selection of other check boxes. I have 7 different choices for a check box, and those 7 different choices can be ranked 1 - 3 ONLY once. So, for instance, of the 7 choices, you can only choose the...
  3. BLarche

    Closing Window with Frames

    How do I close my popup window that contains frames? window.close(); does not work.
  4. BLarche

    Radio Button selects DropDown Menu in New Window

    I have a window that is popped up when the user clicks "Select Image." Inside of that window contains 2 frames. One of the frames has radio buttons and the other frame has the submit button for those radio buttons. When the user selects which radio button and clicks submit, I want the value...
  5. BLarche

    Multiple Forms in Frameset

    I asked this question earlier, but here is my problem. I have a popup window with a frameset. In one frame I have radio buttons and in the other frame, I have the submit button for those radio buttons. How do I link these two forms together? I have an onsubmit button that passes the values...
  6. BLarche

    Multiple Forms in Frames Submitted as One

    I have a window, and within this window, I have a frameset. One of the pages in the framset has a form with radio buttons. The other page in the framset has the submit button for these radio buttons. How do I link these two forms together to be submitted as one? Is this even possible?
  7. BLarche

    Frames and Forms

    Chessbot, You had helped me a few days ago regarding clicking a radio button in a popup window and having it select a dropdown item depending on which radio button was selected. I got that working. However, in that window I am using a frameset. One frame has the radio button and the other...
  8. BLarche

    Selecting DropDown from Radio Button in Different Window

    How do I select a dropdown value in a dropdown on the main page from a value submitted by a radio button in a popup page? These values are all generated by a database, so only the values on the dropdown will be the available values that can be selected by a radio button. Thanks for your help!

Part and Inventory Search

Back
Top