|
-
May 22nd, 2004, 10:57 AM
#1
Thread Starter
Hyperactive Member
Why object does not work
This example does not work
<form name=a action='p.php'>
<input type=text name='b[0]' value=''>
<input type=text name='b[1]' value=''>
</form>
<script language=JavaScript>
a.b[0].value="khaled";
a.b[0].value="mamdouh";
</script>
______
I want to give b[0] input value using JavaScript , How ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|