ichversuchte Posted April 4, 2006 Share Posted April 4, 2006 Im not sure if this is at all possible with php, but i have a site and I have a large query that pulls a ton of data on people. I want to put names in a combobox and by using that combo box, if possible I would like when a name is picked to update a table on the page without a refresh. If i have to, ill live with a page refresh, can anyone help me? Quote Link to comment Share on other sites More sharing options...
jvrothjr Posted April 4, 2006 Share Posted April 4, 2006 you could use an I-frame for your table. and have to conbo box set on_change to refresh the I-frame and not the whole page. This is a can do function. You have to have some way to send the data that was selected to another function to run the query to get the new data. Quote Link to comment Share on other sites More sharing options...
ichversuchte Posted April 4, 2006 Author Share Posted April 4, 2006 [!--quoteo(post=361672:date=Apr 4 2006, 03:16 PM:name=jvrothjr)--][div class=\'quotetop\']QUOTE(jvrothjr @ Apr 4 2006, 03:16 PM) [snapback]361672[/snapback][/div][div class=\'quotemain\'][!--quotec--]you could use an I-frame for your table. and have to conbo box set on_change to refresh the I-frame and not the whole page. This is a can do function. You have to have some way to send the data that was selected to another function to run the query to get the new data.[/quote]Is there anyway you can give me an example of how to pass the data from a combo box to the Iframe. Just to get me started, Im not asking to write it all, just a lil shove would be nice.Thank you Quote Link to comment Share on other sites More sharing options...
ichversuchte Posted April 5, 2006 Author Share Posted April 5, 2006 Can someone give me an example of this or at least point me to a good tutorial for this. I have searched and have had no luck.Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.