1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm
3) Describe problem: Is there not a way to designate an initial page to be displayed?
Thanks,
Ash
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm
3) Describe problem: Is there not a way to designate an initial page to be displayed?
Thanks,
Ash
Put this code in your head section:
Replace thestartpage.htm with the page you want to be loaded.HTML Code:<script type="text/javascript"> ajaxpage('thestartpage.htm', 'rightcolumn') //load "thestartpage.htm" into "rightcolumn" DIV </script>
monshinejack (11-28-2008)
Hi i tried what you suggested and it worked. However the page i'm using as the initial page uses javascript and the from the documentation i understand that the .js and .css files have to be loaded from external files, But how do i make it work with your script?
Bookmarks