Disallow first choice in asp pages= selected but does not work !

M

Maxime

Hello all,

I face a strange problem : I've developped some .asp pages
in order to load data into a MS Access database.

In the form, data have to be selected from a drop down
menu, and as I do not want the first value to be selected,
I have selected "Disallow first item " in the "validate"
window.

When I go to html pages to view the code, everything seems
ok, as I can see instruction

"B-Disallow-First-Item="TRUE"

but when I test it once published, I can load data in the
database even if the first item is selected !!

I would appreciate any help because I've already spent 2
hours trying to understand, without success till now
!!!.
thank you
 
M

MD WebsUnlimited.com

Hi Maxime,

Disallowing the first item from being selected does not disallow it from be
sent the database. The purpose of having that option is force the visitor
into selecting an item via validation. The question then becomes how is the
visitor bypassing the validation checks? To determine that we'll need to see
the page so the URL is?
 
G

Guest

Hello,


Thank you for your quick feed back.

I've solved myself this issue : I've re-created the form
from scratch and now it is ok. I don't know finally where
this pb was from but at least it is ok now



thank you !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top