On Monday 07 November 2005 10:24, the author bruce contributed to the
dialogue on-
[PHP] form question??:
>hi...
>
>a while ago, i saw an app that allowed the user to create a form, based on
>various fields, and to setup/create the database schema to create the form.
>the a
I wrote a xsl stylesheet to do this.
takes the xml and whips it up, into a standard layout.
Don't believe I mentioned this but I might have at some point.
Register example:
Thank you for Registering!
hi...
a while ago, i saw an app that allowed the user to create a form, based on
various fields, and to setup/create the database schema to create the form.
the app provided the user with predefined fields, as well as allowed the
user to define their own fields in order to create the form.
unfort
HI Mike et al,,,
That was it! Thanks. Don't know how I missed that So next question!
How can I tell my program that I want only postive numbers inputed? ie no
letters or neg numbers.
Thanks
JIM
On Monday 11 November 2002 19:57, Ford, Mike [LSS] wrote:
> > -Original Message-
Hi,
Tuesday, November 12, 2002, 2:27:10 AM, you wrote:
JH> HI all...
JH> looking at the code below. It works and I get what I want on the screen. BUT
JH> it leaves a gap between the top lines and where the table starts equal to the
JH> size of the table, ie if the table is 5 lines long the gap
> -Original Message-
> From: Jim Hatridge [mailto:hatridge@;fecundswamp.net]
> Sent: 11 November 2002 16:27
>
> looking at the code below. It works and I get what I want on
> the screen. BUT
> it leaves a gap between the top lines and where the table
> starts equal to the
> size of the
HI all...
looking at the code below. It works and I get what I want on the screen. BUT
it leaves a gap between the top lines and where the table starts equal to the
size of the table, ie if the table is 5 lines long the gap is 5 lines etc.
Any ideas what I'm doing wrong?
Thanks,
JIM
##
Thanks, but same problem.
alert() will give me the correct values, but it is still not unchecking the
boxes.
Strange, it obviously sees them as the statement
if (document.LevelListForm.elements['rgItems[]'][i].checked == true)
is correctly found for every checked box, but it just can't seem to fin
Try this