newbie question - select/option

  • Thread starter please-answer-here
  • Start date
P

please-answer-here

Is he following possible in any combination of asp / javascript.

The number of options and the values of the options should be dependable of
a checkbox other place in the form
 
M

McKirahan

please-answer-here said:
Is he following possible in any combination of asp / javascript.

The number of options and the values of the options should be dependable of
a checkbox other place in the form

Huh?
 
R

Roland Hall

: Is he following possible in any combination of asp / javascript.
:
: The number of options and the values of the options should be dependable
of
: a checkbox other place in the form

Do you want checkboxes, when checked, to add to the options in a select
list?

A select list is HTML and runs on the client. ASP runs on the server and
doesn't know anything about the client and has no way to access it. You can
wrap HTML and client-side in it to pass to the client but that's it.

You can DHTML "on" events to make your select lists dynamic. You can also
pass it back from the server using ASP but that's expensive (traffic wise).

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top