----- Original Message ----- 
  From: Mark Rajcok 
  To: [EMAIL PROTECTED] 
  Sent: Monday, November 27, 2006 9:54 PM
  Subject: Re: [cgiapp] Returning multiple values with CGI::Ajax


> > In the template:> > [% IF ajax_js %]> >    <input class=text type=text 
> > id=date name=date size=11 maxlength=10> > value=[% i_row.0 %] 
> > onblur="selected_date(['date'], ['form2_date',
> > form3_date']);">It bothered me we didn't figure out the answer to your 
> > CGI::Ajax problem... although I see you went with a javascript-only 
> > solution.
  If the above is really what your code looks like, you are missing a single  " 
' " just before form3_date, and maybe that's why it didn't work for form3_date. 

  -- Mark


  I did cut and paste so tried it again.  I suspected this wasn't the problem
  because 'undefined' displayed in the correct place.  That still happens.
  Something I saw on the TT list makes me think there's a conflict with
  return ($form2, $form3) and TT, but I'm clueless.  If this worked, I would
  validate the new date, but it's not _that_ important.  Thanks for looking
  at this.  I have a real problem with matching 's.
  --Jon

Reply via email to