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?
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.
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">
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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.