hi
sorry again,
how to create an input box in javascript
thanks in advans
chel-1
sorry again,
how to create an input box in javascript
thanks in advans
chel-1
<script type="text/javascript"> <!-- var code = prompt ("Enter The Administative Code", "DEFAULT"); if(code=="guest@tropic"){ document.write("<input type='button' name='b1' value='Click To Edit'/>"); } // --> </script>
Comment