Bennettd02 Posted October 3, 2006 Share Posted October 3, 2006 Hi all,I have n't used php in a while (2 years!) and have just started to get back into it again, i wish to create a simple navigation menu that will change the address of an IFrame link dependiing on which button/link is selected, i know this is simple so can any one provide links or snippit of code, thanks in advance :) Quote Link to comment https://forums.phpfreaks.com/topic/22898-php-navigation/ Share on other sites More sharing options...
Daniel0 Posted October 3, 2006 Share Posted October 3, 2006 I don't get what you mean? Do you mean bread crumbs or do you mean how to dynamically create a menu? Quote Link to comment https://forums.phpfreaks.com/topic/22898-php-navigation/#findComment-103252 Share on other sites More sharing options...
Bennettd02 Posted October 3, 2006 Author Share Posted October 3, 2006 I have a simple IFRAME as shown<IFRAME SRC=<php?$Link?> WIDTH=630 HEIGHT=600 frameborder="0" scrolling="no">I wish to change the variable and refresh page when a link is selected, not sure if this is the way to go about it, an comments welcome Quote Link to comment https://forums.phpfreaks.com/topic/22898-php-navigation/#findComment-103261 Share on other sites More sharing options...
hanlonj Posted October 3, 2006 Share Posted October 3, 2006 I know this isn't exactly what u want to hear but I would suggest to you to learn CSS and ditch iFrames as they are not best practice and can be a bit of a nightmare to deal with. you can then use divs to display whatever information you need to be displayed as if they were iFrames.Does this help?John Quote Link to comment https://forums.phpfreaks.com/topic/22898-php-navigation/#findComment-103414 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.