DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   HTML and CSS (http://www.daniweb.com/forums/forum143.html)
-   -   my html code isnt working please help (http://www.daniweb.com/forums/thread38390.html)

abhinaynagpal Jan 20th, 2006 5:11 am
my html code isnt working please help
 
<html>
<head>
<title>frame and button</title>
<script language="VBscript">
function sho(form)
{
       
        //document.writeln("click click boom!");
        //alert("clicked!);
        form.tex1.value="abc";

}
</script>
</head>
<body>
<form >
<input name="tex1" type="text"  value=" "><br><br>
<input name="button1"  type="button" value="click" onClick="sho(this.form);">
<input name="reset1" type="reset" value="clear">
</form>
</body>
</html>

tgreer Feb 3rd, 2006 12:08 am
Re: my html code isnt working please help
 
What isn't working? What do you expect to happen? Please ask an actual question.


All times are GMT -4. The time now is 12:06 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC