thanks, that cleared up the problem. I had done the same thing before but its nice to know why.
cheers
User Profile
Collapse
-
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
No activity results to display
Show More
Leave a comment: