Gossamer Forum
Home : Products : DBMan : Customization :

A glitch with the Modify Form???

Quote Reply
A glitch with the Modify Form???
Is it just me or do others have this problem...

- Go to the Modify Record search page
- Put in criteria so you have more than 1 record to select from
- Then on the check a record to modify but don't click "Modify Record"!
- Try clicking on another checkbox...does the first selection stay checked?

I just noticed this on my database and the fields look right when they print:

<INPUT TYPE=CHECKBOX NAME="modify" VALUE="550">
<INPUT TYPE=CHECKBOX NAME="modify" VALUE="675">
<INPUT TYPE=CHECKBOX NAME="modify" VALUE="700">

When you have multiple checkboxes on the same page with the same NAME, isn't only one supposed to stay checked? I've tried it on both IE and Netscape with the same results.

Anyone? Anyone? Just curious if this is an actual problem or just something I have done!?!


AJ

Quote Reply
Re: A glitch with the Modify Form??? In reply to
Double check the form codes in the sub html_modify_form routine. You may have forgotten to include closing table codes or you have put too many </form> codes.

BTW: Why did you include a link to a graphic in this Topic?

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: A glitch with the Modify Form??? In reply to
I figured it out. It's the damn <INPUT TYPE= variable. It has to be RADIO to only be able to select one. CHECKBOX allows for multiple selections. Damn HTML!

I had a link to a graphic that I use for my signature. I didn't realize the tag was completely disabled.

Semper Fi,
AJ