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

    How many sc-bytes for an empty page?

    Sheco, Thank you.....not clear how to do that....can you show me the code?
  2. kjaletyu

    How many sc-bytes for an empty page?

    Hi, I have noteced that even for an empty page, the sc-bytes in the log file = about 300. I thought it should be 0 or very small. Have I done something wrong or I can do something to reduce the sc-bytes for an empty page?
  3. kjaletyu

    A simple strip for showing a text box not works

    Fendal, Thank you. Your suggestion makes my code nicer :)
  4. kjaletyu

    A simple strip for showing a text box not works

    BillyRayPreachersSon, You are right. I had checked the letters one by one for a few times. I just cannot believe!!! Thank you. And thanks a lot for all the helps from all of you.
  5. kjaletyu

    A simple strip for showing a text box not works

    Can anybody test the above code and tell me if you got error message or was just fine?
  6. kjaletyu

    A simple strip for showing a text box not works

    Thank you. The code is all I am testing in a file T.html. The error message is Line: 3 Error: Object doesn't support this property of method
  7. kjaletyu

    A simple strip for showing a text box not works

    Hi, I have just learnt this from here and tried the following code without success: <script> function ShowBox() { document.getElementByld('boxID').style.display='inline'; } </script> <button onclick="javascript:ShowBox()">Show Box</button> <input id="boxID" style="display:none">
  8. kjaletyu

    Dynamic text box

    Thank you.
  9. kjaletyu

    Click a button, show a text box.

    Then I will use that. Thank you again for your help.
  10. kjaletyu

    Click a button, show a text box.

    Thanks a lot! I have never used style="display:none"> Is this OK for most browser?
  11. kjaletyu

    Click a button, show a text box.

    Hi, In a form of my page, I want a hidden <input> appear or a text box created when users click a button on the page, so that the uses can fill something and submit it. Is this clear?
  12. kjaletyu

    Dynamic text box

    Hi, How to do it by html/javascript: When the user click something on the page, a text box of a form appears to let the user fill something. Thanks a lot in advance.

Part and Inventory Search

Back
Top