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

  1. ScrabbleKing

    document.table_id DOM object

    I have forms created that I want to put in the 'display' section of the code. I know you cannot place a form within a form (thus, when I try, my code below no longer functions properly). How do I add a document.table_id DOM object to accomplish what the code below does so that when I add a...
  2. ScrabbleKing

    document.table_id DOM object

    I have forms created that I want to put in the 'display' section of the code. I know you cannot place a form within a form (thus, when I try, my code below no longer functions properly). How do I add a document.table_id DOM object to accomplish what the code below does so that when I add a...
  3. ScrabbleKing

    Swapping values

    How do I get nowSel and prevSel to swap each time the 'Swap' button is pressed (and only if both nowSel and prevSel have values)? <script type="text/javascript"> var selected=false; function showSel(s){ var t1=s.form['prevSel']; var t2=s.form['nowSel']; selected?t1.value=selected:null...
  4. ScrabbleKing

    I am trying to, in effect, add tv s

    I am trying to, in effect, add tv station options that one changes with a dropdown. How do I make a dropdown that changes what is played in media player onchange? These are three of my options: http://interface.audiovideoweb.com/glnk/2958/play.asx http://www.scctv.net/SCCtvBroadband.asx...
  5. ScrabbleKing

    2 issues with forms displayed

    The code below works fine with two exceptions: 1) When selecting a numeric choice and then selecting a alpha option...If you then use the arrow keys to switch back and forth between the alpha options the focus goes off of the options after 1 or 2 keypresses causing the arrows keys to no longer...
  6. ScrabbleKing

    Changing options displayed

    How do I make it so that choosing: Selection 123 displays Option ABC, DEF, GHI Selection 456 displays Option JKL, MNO Selection 789 displays Option PQR, STU, VWX, YZ <html> <head> <title></title> <script language="JavaScript" type="text/javascript"> <!-- var Last; function...
  7. ScrabbleKing

    Changing what is displayed in table

    I do not know how to change what is displayed in the top right table when choosing between the 4 options. Instead of having the number of text boxes change as they do now, I want the appropriate form to be displayed in the top right table based on the option selection. NOTE: I must continue to...
  8. ScrabbleKing

    Search using two text boxes

    I am trying to get a search executed using the position and location (entered by the user) on careerbuilder.com. The code below is not working. I would actually prefer this done using javascript, though, but I am even further at a loss. Could someone please help? <form id="career"...
  9. ScrabbleKing

    Search using multiple text boxes

    I am trying to get 1 text box displayed in the top right table when the 'Google' is selected which changes to 4 text boxes displayed in the same area when 'Mapquest' is selected. I am trying to get it so when Mapquest is selected and the user enters the street in the first text box, city in the...
  10. ScrabbleKing

    Just starting to learn HTML and Javascript

    I am trying to get the list of options to the cooresponding engine centered below the text box. Then, center the list of engines below that. What should happen is that the options change whenever the engine selection is changed (without having to do an actual search). When a search is...

Part and Inventory Search

Back
Top