Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: client side - select control of another select


Message #1 by "Don Woo" <dwoo@r...> on Tue, 12 Dec 2000 17:42:15 -0000
Is there a way of controlling a SELECT with another SELECT just on the

client-side?  I do not want to use server-side scripts, if possible.

What I am trying to do is when an item is selected in SELECT#1, to add or

delete an OPTION from SELECT#2.  I've tried this, but the SELECT#2 does

not refresh, so I add "history.go(0)", but that causes the entire page to

reload, which negates what was added or deleted to SELECT#2.



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by "Morgan, Rob" <Rob.Morgan@o...> on Wed, 13 Dec 2000 07:03:40 -0500
look at www.asptoday.com/articles/20000414.htm



-----Original Message-----

From: Don Woo [mailto:dwoo@r...]

Sent: Tuesday, December 12, 2000 12:42 PM

To: ASP Web HowTo

Subject: [asp_web_howto] client side - select control of another select





Is there a way of controlling a SELECT with another SELECT just on the

client-side?  I do not want to use server-side scripts, if possible.

What I am trying to do is when an item is selected in SELECT#1, to add or

delete an OPTION from SELECT#2.  I've tried this, but the SELECT#2 does

not refresh, so I add "history.go(0)", but that causes the entire page to

reload, which negates what was added or deleted to SELECT#2.







---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index