Jump to content

Frames to SSI


kel_p

Recommended Posts

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.
Link to comment
https://forums.phpfreaks.com/topic/11719-frames-to-ssi/
Share on other sites

[!--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.
Link to comment
https://forums.phpfreaks.com/topic/11719-frames-to-ssi/#findComment-44386
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.