twilightnights Posted April 9, 2008 Share Posted April 9, 2008 I am assume this is called a dynamic page, I am not sure though. Maybe it's why I am having a hard time find info on this topic. I want a page that when you perform a function, it doesn't have to rely on submitting a form to perform the action. It will automatically do it. Like http://www.layoutgeneratormyspace.com/ if you drag the bar it changes the color of the preview area. And how you can click different tabs without the page reloading. How is this done? In php or javascript? What methods can I use? Can anyone link me any tuts? Link to comment https://forums.phpfreaks.com/topic/100248-dynamic-pages/ Share on other sites More sharing options...
unsider Posted April 9, 2008 Share Posted April 9, 2008 Looks like javascript, although it's probably AJAX. Just to give you an idea, I'm not 100% sure though. It certainly isn't 'just' PHP though. Link to comment https://forums.phpfreaks.com/topic/100248-dynamic-pages/#findComment-512564 Share on other sites More sharing options...
discomatt Posted April 9, 2008 Share Posted April 9, 2008 This is mostly client-side scripting. Javascript and the like. Link to comment https://forums.phpfreaks.com/topic/100248-dynamic-pages/#findComment-512568 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.