Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: IIS application: Dynamic Select Box?


Message #1 by "Jason Nott" <jason_Nott@u...> on Fri, 15 Sep 2000 17:58:28 +0100
Hi,
   I'm trying to create several dynamic select boxes based off the choice
of a select box earlier on the web page. The only way I can think of to
get this to work is a user event. So that brings me to my two questions:

1. Can you fire an HREF from the onChange event of a dropdown. I'm trying 
to write the page as it loads and use the URLFor method to generate the
URL for the 'FilterDrops' event which I'm then trying to catch with the
UserEvent.

2. How do I dynamicly rewrite the values in the dropdown? Do I need to
include a select box on the template then have the UserEvent code re-write
it or can I have the select box from scratch.

Note: I'm using the Data Environments in my IIS app since it's very
similar to talking to databases in Access and this is my first web page.

Thanks
Jason 

  Return to Index