[thelist] help with JS error

Hassan Schroeder hassan.schroeder at gmail.com
Thu Jun 14 15:12:53 CDT 2007


On 6/14/07, Bruce Gilbert <webguync at gmail.com> wrote:
> I am trying to show/hide a table row extracting from a MySQL database using
> a unique ID. I have the PHP/MySQL part working correctly, but I get an
> undefined..JS error, so something is amiss...the page in Question is
> http://www.carrentalsupport.com/bruce/Query.php,

A quick glance at the source view shows you have unquoted IDs:

e.g.,    onclick="FuncShowHide(LL1)"  should probably be .. ('LL1')

FWIW,
-- 
Hassan Schroeder ------------------------ hassan.schroeder at gmail.com



More information about the thelist mailing list