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: jiol2
  • Order by date
  1. jiol2

    Display htm doc based on keyed in input

    A BIG THANK YOU TO VACUNITA! It works great! Thank you for your time. Jiol2
  2. jiol2

    Display htm doc based on keyed in input

    I can not hard code the html page because it will be different for each different passcode. I am thinking that the passcode needs to be entered into the input field (the passcode would be the actual name of the htm page. I.E. passcode is "CLFCCFBL" the htm page will be "CLFCCFBL.HTM") Each...
  3. jiol2

    Display htm doc based on keyed in input

    Sorry.... Here is the correct coe: <body> <form name="form1" method="get" action=""> <input type="submit" name="Submit" value="Submit"> <input type="text" name="textfield"> </form> </body>
  4. jiol2

    Display htm doc based on keyed in input

    Yes. Here is a copy of the code. <body> <form name="form1" method="post" action=""> <input type="submit" name="Submit" value="Submit"> <input type="text" name="textfield"> </form> </body>
  5. jiol2

    Display htm doc based on keyed in input

    Using an input field and a get button I am try to link to an htm document based on the input (passcode) of the user. Example: Various users have only one passcode assigned to them. Each passcode (approx 30 in total) will only link to a pre designated page. I have tried using and input filed...
  6. jiol2

    Toolbar acting strange

    Thanks, I will give it a try!
  7. jiol2

    Toolbar acting strange

    MS Excel 2k3 When I click on the print button the save dialog box opens. It's kind of wierd. Anyone have any thought on this one? Thanks

Part and Inventory Search

Back
Top