RE: [PHP] refreshing PHP on onClick

2002-05-16 Thread Leotta, Natalie (NCI/IMS)
: [EMAIL PROTECTED] Subject: Re: [PHP] refreshing PHP on onClick "Leotta, Natalie (NCI/IMS)" wrote: > > It's all in a password protected site because the data's all > confidential at this point in time, but I can give you a mental > picture. > > There are a b

Re: [PHP] refreshing PHP on onClick

2002-05-16 Thread Robert Cummings
"Leotta, Natalie (NCI/IMS)" wrote: > > It's all in a password protected site because the data's all confidential at > this point in time, but I can give you a mental picture. > > There are a bunch of dropdowns - State, Cancer, Sex, Race, Age. We're > drawing a graph of best fit lines - up to 5

RE: [PHP] refreshing PHP on onClick

2002-05-16 Thread Leotta, Natalie (NCI/IMS)
Message- From: Robert Cummings [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 3:56 PM To: Leotta, Natalie (NCI/IMS) Cc: [EMAIL PROTECTED] Subject: Re: [PHP] refreshing PHP on onClick "Leotta, Natalie (NCI/IMS)" wrote: > > This might be a little bit JS and a little b

Re: [PHP] refreshing PHP on onClick

2002-05-16 Thread Kevin Stone
I'm not certain I understand your situation. If you're trying to keep state between each new input then I would recommend PHP sessions to store your variables. Could you elaborate more what you're trying to do? -Kevin - Original Message - From: "Leotta, Natalie (NCI/IMS)" <[EMAIL PROTECT

Re: [PHP] refreshing PHP on onClick

2002-05-16 Thread Robert Cummings
"Leotta, Natalie (NCI/IMS)" wrote: > > This might be a little bit JS and a little bit PHP. I'm wondering if > there's an easy way to refresh a PHP page on an "onClick" and change one > parameter (say someone wants to redraw the graph, but with the points). I > don't want to pay attention to any