At 11:31 AM -0400 7/5/08, Michael S. Dunsavage wrote:
What I eventually did was:
-snip-
You might also consider adding a javascript routine to do the same
thing. Why? Because it's a bit quicker doesn't hit the server until
all the fields are filled.
Like this:
http://webbytedd.com/c/form-
On Sat, 2008-07-05 at 21:30 +1000, Peter Jackson wrote:
> Michael S. Dunsavage wrote:
> > I have a form I want to keep sticky, but I can't figure out how. I got
> > all the 's to be sticky
> >
> > The select script
> >
> >
> > > echo 'State';
> > echo '';
> > foreach ($state_list as $ke
Michael S. Dunsavage wrote:
I have a form I want to keep sticky, but I can't figure out how. I got
all the 's to be sticky
The select script
State';
echo '';
foreach ($state_list as $key => $value) {
echo " $value\n";
}
echo '';
echo '';
?>
If I'm read
3 matches
Mail list logo