my html code isnt working please help

Reply

Join Date: Jan 2006
Posts: 7
Reputation: abhinaynagpal is an unknown quantity at this point 
Solved Threads: 0
abhinaynagpal abhinaynagpal is offline Offline
Newbie Poster

my html code isnt working please help

 
0
  #1
Jan 20th, 2006
HTML and CSS Syntax (Toggle Plain Text)
  1. <html>
  2. <head>
  3. <title>frame and button</title>
  4. <script language="VBscript">
  5. function sho(form)
  6. {
  7.  
  8. //document.writeln("click click boom!");
  9. //alert("clicked!);
  10. form.tex1.value="abc";
  11.  
  12. }
  13. </script>
  14. </head>
  15. <body>
  16. <form >
  17. <input name="tex1" type="text" value=" "><br><br>
  18. <input name="button1" type="button" value="click" onClick="sho(this.form);">
  19. <input name="reset1" type="reset" value="clear">
  20. </form>
  21. </body>
  22. </html>
Last edited by tgreer; Feb 3rd, 2006 at 12:07 am. Reason: Added code tags.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: my html code isnt working please help

 
0
  #2
Feb 3rd, 2006
What isn't working? What do you expect to happen? Please ask an actual question.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC