The only two ways I've seen to get data without refreshing the page are: 1) use JavaScript -> Java applet -> app server -> database -> app server -> Java applet -> JavaScript -> DHTML. Search Google for Microsoft Remote Scripting
2) use JavaScript -> IFrame -> app server -> database -> app server -> IFrame -> JavaScript -> DHTML. You could also use a frame with no height or width. IFrames don't work with Netscape. NetLedger uses this technique to get their web accounting system to perform competitively with desktop accounting systems. -Dan > -----Original Message----- > From: stsrut strut [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 1:58 PM > To: Struts Users Mailing List > Subject: Multiple search on single page - approach > > > Hello All, > > I have single page ( JSP) which has multiple (>5) > search criteria where user enters corresponding ids . > User can eneter id's and onchange event populates the > corresponding drop down lists. Lists are popultaed > from DB so there is server trip for every onchange > event. Page refreshes every time. I am looking forward > to implement some thing simple which will avoid > multiple trips to server so that single server submit > can help. Drop downs still needs to be populated from > DB and has more than >10000 records. Are there any > other good approaches ? > > thanx in advance > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>