kel_p Posted June 11, 2006 Share Posted June 11, 2006 I want to change a website from using frames to ssi..Situation:mainform.html has 2 includefiles using (php)SSI, search.php and search_result.php.search.php has a form where search criteria can be given, the result I want to show-up in another part of the page without having to reload the hole page again.. When using frames I can set the target of the form-tag to "frame" but now I want to (re)load search_result.php in the current page using SSI..Or should I use something else, can CSS play a part in this?I've searched the web for ours but can't find a solution..Mark. Quote Link to comment https://forums.phpfreaks.com/topic/11719-frames-to-ssi/ Share on other sites More sharing options...
joquius Posted June 11, 2006 Share Posted June 11, 2006 can you preload the DB you're searching through into arrays and export them to java at the beginning of the page? or do you not want to do such a thing. Quote Link to comment https://forums.phpfreaks.com/topic/11719-frames-to-ssi/#findComment-44309 Share on other sites More sharing options...
kel_p Posted June 11, 2006 Author Share Posted June 11, 2006 [!--quoteo(post=382540:date=Jun 11 2006, 11:11 AM:name=joquius)--][div class=\'quotetop\']QUOTE(joquius @ Jun 11 2006, 11:11 AM) [snapback]382540[/snapback][/div][div class=\'quotemain\'][!--quotec--]can you preload the DB you're searching through into arrays and export them to java at the beginning of the page? or do you not want to do such a thing.[/quote]I wasn't thinking about this kind of thing indeed..I have a rather large DB I want to have a live connection with, I only want to know how to include a dynamic (sub)page into a static area of the mainpage, just like when using frames..I read everywhere SSI is able to provide me everything frames do.. but this I can't find..Mark.[!--quoteo(post=382540:date=Jun 11 2006, 11:11 AM:name=joquius)--][div class=\'quotetop\']QUOTE(joquius @ Jun 11 2006, 11:11 AM) [snapback]382540[/snapback][/div][div class=\'quotemain\'][!--quotec--]can you preload the DB you're searching through into arrays and export them to java at the beginning of the page? or do you not want to do such a thing.[/quote]I wasn't thinking about this kind of thing indeed..I have a rather large DB I want to have a live connection with, I only want to know how to include a dynamic (sub)page into a static area of the mainpage, just like when using frames..I read everywhere SSI is able to provide me everything frames do.. but this I can't find..Mark. Quote Link to comment https://forums.phpfreaks.com/topic/11719-frames-to-ssi/#findComment-44386 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.