Skip to main content
June 7, 2006
Question

Submit text values from checkboxes?

  • June 7, 2006
  • 1 reply
  • 235 views
Hi - using asp/access/vbscript.

I try to build a form where user can select multiple checkboxes. Each checkbox has its own db table, and is submitted as text.

But doing this gives this error: Invalid string or buffer length

Is it not possible to submit text values from checkboxes?

Bjorn.
This topic has been closed for replies.

1 reply

Inspiring
June 7, 2006
Can we see the code? I have a feeling it has something to do with the
checkboxes that aren't checked when submitting the form, but won't swear to
that without code.

--
Bryan Ashcraft (remove brain to reply)
Web Application Developer
Wright Medical Technologies, Inc.
=============================
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/


"btn" <webforumsuser@macromedia.com> wrote in message
news:e66s0b$lh1$1@forums.macromedia.com...
> Hi - using asp/access/vbscript.
>
> I try to build a form where user can select multiple checkboxes. Each
> checkbox
> has its own db table, and is submitted as text.
>
> But doing this gives this error: Invalid string or buffer length
>
> Is it not possible to submit text values from checkboxes?
>
> Bjorn.
>
>