elrick
06-11-2003, 07:00 AM
Is there any way to do this without using frames?
I want my page to work dynamically and it needs to be php.
I want my page to work dynamically and it needs to be php.
|
Click to See Complete Forum and Search --> : target from fireworks pop up menu to table cell elrick 06-11-2003, 07:00 AM Is there any way to do this without using frames? I want my page to work dynamically and it needs to be php. pyro 06-11-2003, 07:09 AM Take a look at this... looks close to what you are trying to do: http://www.infinitypages.com/research/divinclude.php elrick 06-11-2003, 07:34 AM thanx, but not really. I'm trying to get the site content to change without reloading the header banner (site name and logo) or the menu links but within the same browser window - just like you would with frames but not with frames, 'cos frames are bad m'kay. The actual code does not need to be in php but the page must be. I think there must be some way to do this, because surely reloading a load of graphics (the entire page) each time you just want a bit of text (and the odd picture) to change (e.g. 'about us' to 'contact us') is the worst! I don't rate anti-frame policy but must abide. pyro 06-11-2003, 07:40 AM The only way to do that would be with javascript, which would mean your site won't work at all for 13% of users. But, if you are interested in how it would be done: http://www.infinitypages.com/research/clientsidedivinclude.htm Origianially posted by elrick because surely reloading a load of graphics (the entire page) each time you just want a bit of text (and the odd picture) to change (e.g. 'about us' to 'contact us') is the worst!Nope, using javascript for your navigation, like above, would be even worse.... elrick 06-11-2003, 08:57 AM Thanx for the input - that is interesting to hear. Can javascript really only be used by 13% of users - it is used so extensively thoughout the web! Who are the other 87%, how, why? Most of the time you need javascript enabled to do anything! Flash basically just makes things look gucci where as javascript can add functionallity. According to www.infinitypages.com (source: Macromedia) 98.3% of users have flash player. So for navigation purposes, you would rate using flash navigation or even standard links over javascript and just reload the entire page (logo etc.) on each link? I am now very confused. Any light you could shed on this would be much appreciated. pyro 06-11-2003, 09:10 AM The flash player penetration is at 98.4% for older versions. The flash 6 player is currently installed for 83.8%, with flash 5 at 95.4%. (source: http://www.macromedia.com/software/player_census/flashplayer/version_penetration.html) As far as javascript, you misread what I said. Javascript(1.2) is enabled for 86%, while it is disabled for 13%. (source: http://www.thecounter.com/stats/2003/May/javas.php) So for navigation purposes, you would rate using flash navigation or even standard links over javascript and just reload the entire page (logo etc.) on each link?No, I personally would reload the page. I just redesigned my site (infinitypages.com) and have used flash for the naviagation, but still reload the entire page. The site is not live yet, or you could see what I mean... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |