SilveryGod Posted July 22, 2006 Share Posted July 22, 2006 Hi thereThanks for visiting this topic, now dont move, i need your help ;)I'm having a big problem that i cant solve myself.I've spent several hours searching on the net but cant find what im looking for.After reading this, you might think that im almost trying to build a kind of php iframe but i have no choice.Im building a webpage which separate into two parts(top and bottom) 1-The Top (menu)= that have 4 image button with rollover states;and this navigation bar should not reload (too many pictures to load) so...2-The Bottom (content) that include() pages resquested by the clicked button.As i know that I cant use javascript event handler with php, Im not able to change the content of the include() function from clicking an image button.Please, i beg for help!RegardsCan you help here? Quote Link to comment https://forums.phpfreaks.com/topic/15349-php-help-remote-include-from-cliking-an-image-button/ Share on other sites More sharing options...
corbin Posted July 22, 2006 Share Posted July 22, 2006 so why cant you make a frame on the top and a frame on the bottom, name the top frame top and name the bottom one bottom then make your links like <a href="http://google.com" target="bottom">google</a> ??? Quote Link to comment https://forums.phpfreaks.com/topic/15349-php-help-remote-include-from-cliking-an-image-button/#findComment-62195 Share on other sites More sharing options...
SilveryGod Posted July 22, 2006 Author Share Posted July 22, 2006 re-reading my post, your reply seems a good solution but in factit cant be donei just wanted to avoid too many explanation but there's more details; my bottom part isnt exactly a bottom part, its mostly a part inside the top document (kindof iframe)there's a little table draw of what my page look like:[table][tr][td][color=red]+[/color][/td][td][color=red]+++[/color][/td][td][color=red]+[/color][/td][/tr][tr][td][color=red]+[/color][/td][td]+++[/td][td][color=red]+[/color][/td][/tr][/table]The red "+" is my top part, from where my img-buttons arethe black "+" is the bottom part where i want to include() the page called by the button Quote Link to comment https://forums.phpfreaks.com/topic/15349-php-help-remote-include-from-cliking-an-image-button/#findComment-62200 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.