Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Is there a restriction on the number of radio buttons allowed on one page?


Message #1 by "Dave Perrott" <david.perrott@e...> on Fri, 6 Jul 2001 10:43:40
No, there is not 'reasonable' limit.  I mean, don't go putting 1,000,000
of these things on a page...

Anyways, what is the error message?  You say its unrelated, but its not,
and has to do most likely with the JavaScript logic...

Jason Lotito
www.NewbieNetwork.net
PHP Newsletter: http://www.newbienetwork.net/ciao.php
PHP, MySQL, PostgreSQL Tutorials, Code Snippets, and so much more

> -----Original Message-----
> From: Dave Perrott [mailto:david.perrott@e...] 
> Sent: Friday, July 06, 2001 10:44 AM
> To: HTML Code Clinic
> Subject: [html_code_clinic] Is there a restriction on the 
> number of radio buttons allowed on one page?
> 
> 
> Hello
> 
> Were using JavaScript to write the HTML on the fly in our IMS 
> project, 
> everything works fine until the number of radio buttons 
> exceeds 10 then 
> the page loads with unrelated error message.
> 
> The only thing we can come up with is that there is a limit 
> on the number 
> of radio buttons allowed, does anyone know anything about this?
> 
> Cheers in advance.
> 
> Dave
> 
> 

  Return to Index