Posted by Oli Filth on 12/10/05 15:03
Vic Spainhower said the following on 09/12/2005 23:30:
> Hello,
>
> I have a php program that is building a grid (HTML table) from a MySQL
> database. The problems started when I added a dropdown menu to the grid and
> when I did the form buttons would not work when there were a few values in
> the drop-down. If I removed the values so it was an empty drop-down menu the
> form buttons would work. I thought there was a problem with my drop-down
> which is a quite simple menu.
>
> However, what I discovered is that it has to do with the size of the table
> that I am building. I changed the query so that it would only pick up about
> 1/2 the records (134 vs 248) which is where it works (the 135th record
> causes the buttons to quit working. It is not a data problem because I then
> tested with a different set of data and it would also fail but at a
> different spot.
>
Can you post a URL to the site so we can take a look at the HTML?
Can you confirm that the HTML is valid?
http://validator.w3.org
--
Oli
Navigation:
[Reply to this message]
|