User Profile

Collapse

Profile Sidebar

Collapse
benshep
benshep
Last Activity: Sep 3 '09, 03:50 AM
Joined: Jul 14 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • benshep
    replied to cant get getElementById() to work
    thanks, that cleared up the problem. I had done the same thing before but its nice to know why.

    cheers
    See more | Go to post

    Leave a comment:


  • benshep
    started a topic cant get getElementById() to work

    cant get getElementById() to work

    i am trying to create a form like this

    Code:
    <html>
    <head>
    
    <script type="text/javascript">
    
    function setValue(id,set)
    {
    document.myform.getElementById(id).value = set;
    }
    
    
    </script>
    </head>
    <body>
    <form name="myform" action="button_submit.php" method="post"> 
    
    <input
    ...
    See more | Go to post
    Last edited by gits; Jul 15 '09, 09:03 AM. Reason: fix quote to code tags
No activity results to display
Show More
Working...