aroUronake86
New Member
Basically, I want the same effect as the oldschool html 'frameset' I think.Take a look at this page please:http://onomadesign.com/wordpress/identity-design/alteon-a-boeing-company/If a user selects a project from industry -> transportation for example, I would like that the right scrollmenu keeps its initial state when the new project page comes up. So they won't get lost and have to click again to be in the same submenu section.So, the right thumbnail navigation should stay in the same way, I don't want it to reload.Do I have to do it with frames or iframes? Or can I make some kind of jQuery call to 'not reload' that div? Maybe PHP? I'm sorry, I am not a programmer from origin.Update:Guys, I managed to put the whole thumbnail navigation code into a seperate php file, called sidebar.php. Now this gets called in my single.php (Wordpress) by \[code\]<?php get_sidebar(); ?>\[/code\].Should it now be easier to make this sidebar.php NOT refresh on page reload? I've been looking at cookies, php sessions, iframes.. but I can't get it to work.Any more help would be greatly appreciated!