Re: [PHP] fireing function with onChange

2005-02-10 Thread Ed Curtis
On Thu, 10 Feb 2005, Richard Lynch wrote: > Ed Curtis wrote: > > On Thu, 10 Feb 2005, Richard Lynch wrote: > >> > >> In honor of our recent Super Bowl, here is a slow-motion instant replay: > >> > >> Bob: "Well, it's a great day so far for PHP today, isn't it Jim?" > >> Jim: "You've got that rig

Re: [PHP] fireing function with onChange

2005-02-10 Thread Richard Lynch
Ed Curtis wrote: > On Thu, 10 Feb 2005, Richard Lynch wrote: >> >> In honor of our recent Super Bowl, here is a slow-motion instant replay: >> >> Bob: "Well, it's a great day so far for PHP today, isn't it Jim?" >> Jim: "You've got that right, Bob! Now let's check out this play." >> Bob: "Watch as

Re: [PHP] fireing function with onChange

2005-02-10 Thread Jason Barnett
Richard Lynch wrote: ... In honor of our recent Super Bowl, here is a slow-motion instant replay: Bob: "Well, it's a great day so far for PHP today, isn't it Jim?" Jim: "You've got that right, Bob! Now let's check out this play." Bob: "Watch as the user surfs right to that web page!" Jim: "Yeah, s

Re: [PHP] fireing function with onChange

2005-02-10 Thread Ed Curtis
On Thu, 10 Feb 2005, Richard Lynch wrote: > > In honor of our recent Super Bowl, here is a slow-motion instant replay: > > Bob: "Well, it's a great day so far for PHP today, isn't it Jim?" > Jim: "You've got that right, Bob! Now let's check out this play." > Bob: "Watch as the user surfs right t

Re: [PHP] fireing function with onChange

2005-02-10 Thread John Nichel
Aaron Todd wrote: I have a loop that is putting the filenames of files in a certain directory into a listbox. I am then using the onChange event of the listbox to fire a function. In this script the onchange event sends the function the path an filename of the chosen file from the list. I hav

Re: [PHP] fireing function with onChange

2005-02-10 Thread Richard Lynch
Aaron Todd wrote: > I have a loop that is putting the filenames of files in a certain > directory > into a listbox. I am then using the onChange event of the listbox to fire > a > function. In this script the onchange event sends the function the path > an > filename of the chosen file from the l

[PHP] fireing function with onChange

2005-02-10 Thread Aaron Todd
I have a loop that is putting the filenames of files in a certain directory into a listbox. I am then using the onChange event of the listbox to fire a function. In this script the onchange event sends the function the path an filename of the chosen file from the list. I have tested what I am