[thelist] ASP Conditional Required Fields

aardvark roselli at earthlink.net
Thu Jul 13 21:50:07 CDT 2000


maybe i'm misreading this, but my approach is to solve it via server-side script first, and then 
throw client-side script at it... this way older browsers and browsers with JS disabled won't 
submit incorrect data...

otherwise, using Select Case is also a good way to go (probably better than if/else), but i 
figgered if/else was easier to grasp...

> -----Original Message-----
> From: Scott Dexter
> 
> first tackle it on the client side with 
> javascript, then on the ASP side use
> Select Case....
> 
> > -----Original Message-----
> > From: Steve Maxey [mailto:smaxey at bcr.com]
> > 
> > Now I need to set it up so that if button A1 is 
> selected, 
> > choosing a button 
> > in both B and C is required; if A2 is selected, 
[snip]





More information about the thelist mailing list