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

    script for making form elements invisble or visible

    What i need to do is make a second form invisble until the first form has been submitted i have this in my head <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Begin document.form2.txtyes.style.visibility = 'hidden' document.form2.txtno.style.visibility = 'hidden' // End --> </script> then this...
  2. buzzybee

    Way to gray out the 2nd form button until the first one is clicked?

    I have 2 forms on a page. I would like to have the second button 'grayed out' until the first button has been clicked, any ideas? actually, I have a sentence, &quot;Did the page print correctly? and yes/no buttons. Can i have these items 'appear' when the 'print letter' button is clicked? TIA Amanda
  3. buzzybee

    no search results for drop down box

    i copied this into my head <script> function searchPrompt(obj) { var rsp = prompt(&quot;Enter a value to search for.&quot;,&quot;&quot;); if(rsp) obj.value = rsp.toUpperCase(); } </script> then added this to my button <input type=&quot;button&quot; value=&quot;Search this menu&quot...
  4. buzzybee

    Help modifiying this script

    http://javascript.internet.com/forms/option-search.html i like this script, but i need it to be triggered on a button click...for instance, instead of the prompt being triggered by the onfocus, i would like to have a button next to the drop down list that says, &quot;Search this menu for&quot...
  5. buzzybee

    best way to naviagate a LARGE dropdown box

    is there a vbs that will help give me an alpha search for a dropdown box that has hundreds of items in it? TIA Amanda
  6. buzzybee

    using javascript to naivigate a LARGE dropdown

    I have a LARGE dropdown list for a user site, we are talking hundreds of options. I would like to implement a type of alpha search method to make navigation of the drop-down easier. I tried the 2 scripts on javascriptsource.com, and neither were options. The array builder simply ran too slow for...

Part and Inventory Search

Back
Top