Hi,
Bascially I have a main page with all the code setup to slide whatever content is in the div ‘sub_content’. As below:
http://www.fluidoldham.co.uk/digital_portfolio1.html
Contained in the my “external pages” are different slide contents that I want inputting into the ‘sub_content’ div as below:
http://www.fluidoldham.co.uk/digital_portfolio_1.html
If you click ‘Test Link 2’ you will see it fade out but it’s then loading in the main page again?
I think it is this line of code found in submenu.js where the problem lies?
var myXHR = new Ajax( objLink.href + ‘&blnAjax=1’, { method: ‘get’, evalScripts: true, autoCancel: true, onSuccess: showSubPage } ).request();
Does this make sense? Your help is much appreciated!
Karl
Sorry I put the URLS in wrong
Bascially I have a main page with all the code setup to slide whatever content is in the div ‘sub_content’. As below:
http://www.fluidoldham.co.uk/digital/digital_portfolio1.html
Contained in the my “external pages” are different slide contents that I want inputting into the ‘sub_content’ div as below:
http://www.fluidoldham.co.uk/digital/digital_portfolio_1.html
If you click ‘Test Link 2’ you will see it fade out but it’s then loading in the main page again?
I think it is this line of code found in submenu.js where the problem lies?
var myXHR = new Ajax( objLink.href + ‘&blnAjax=1’, { method: ‘get’, evalScripts: true, autoCancel: true, onSuccess: showSubPage } ).request();
Does this make sense? Your help is much appreciated!
Karl