-
Radio button created by the DOM won't operate
Help... from Paris - France
Radio button created by the DOM won't operate (IE6)
This a sample function code, when i try it in a HTML page
Radio buttons won't operate, they feel like disable...why ???:
var this.radio1 = document.createElement("INPUT");
this.radio1.type = "radio";
this.radio1.id = "RAD1";
this.radio1.name = "RAD1"
Document.body.appendChild(this.radio1);
var this.radio2 = document.createElement("INPUT");
this.radio2.type = "radio";
this.radio2.id = "RAD2";
this.radio2.name = "RAD1"
Document.body.appendChild(this.radio2);
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks