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 biv343 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. buzzybee

    script for making form elements invisble or visible

    the page stays once the form is submitted. that is the way i designed it. I have it built in where the first form submit button will gray out when it is clicked. But the second form on the page needs to be grayed out UNTIl the top form submit is clicked.
  2. 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...
  3. buzzybee

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

    also, elementname is used how? Amanda
  4. buzzybee

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

    ok, not to sound like a dunce, but how do i use those? I get the onclick for making them visible when the top button is clicked, but how do i make the buttons and sentence hide before it is clicked? Amanda
  5. 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
  6. 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...
  7. buzzybee

    Help modifiying this script

    oh well. i copied and pasted that code word for word and i get no search results, even just typing in a2... i have IE 5........ Amanda
  8. buzzybee

    Help modifiying this script

    i must be totally goofing this up, i stil dont get any results.... Amanda
  9. buzzybee

    Help modifiying this script

    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...
  10. buzzybee

    Help modifiying this script

    First off, I love your combo box! this is what i really wanted to use :( but unfortunately..it seems impossible...I am using Visual fox pro and a program called web connection to build those dropdown lists(they are the results of a SELECT statement from a database)....and i would have no idea...
  11. 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...
  12. buzzybee

    best way to naviagate a LARGE dropdown box

    my boss cant get this to work in ie 5.5, but i have ie 5 and can see the dropdown fine...is there a setting somewhere? Amanda
  13. buzzybee

    best way to naviagate a LARGE dropdown box

    side note, i am using vfp to build these drop down lists, the &quot;value&quot; clause of the options is very important, with this dhtml list, will i be able to retain my value tags? Amanda
  14. buzzybee

    best way to naviagate a LARGE dropdown box

    this is perfect! i have no dhtml experience, but i am quite fluent with HTML, C, VFP, ect, so maybe i can figure it out.....question, will one dtml element work on a regular html page? Amanda
  15. buzzybee

    using javascript to naivigate a LARGE dropdown

    i tried the option search and list choser under the forms section, my list has about 500 items in it.
  16. 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
  17. 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