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 Chriss Miller 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
  • Content: Threads
  • Order by date
  1. 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?
  2. 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">
  3. 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?
  4. 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