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">
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">