Changing of form contents upon a selection ???

D

Davey

I have a form that has radio buttons and drops down menus. What I am looking
to do is when a users selects one of the radio buttons, I want to change the
contents of the dropdown dependant upon which radio button is selected..

I have searched the web for an example of this in ASP but cannot find
anything. Could someone point me in the right direction ???

Cheers
Davey
 
D

Davey

Is there not a event trigger within ASP that fires when something is
selected on the form ????
Java is not something that I am familiar with..
 
P

p c

Java is not the same as Javascript.

Yes, it should be possible to use vbscript to fire these events; you
just use vbscript instead of javascript. The problem is these events are
fired at the browser (the client)--not the server--and vbscript is
supported at the the client by only IE.

If you want to use vbscript for only IE users, you can write your own
code by looking at the jscript examples.

...PC
 

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