simcomedia
09-16-2009, 07:08 PM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
I have the script working perfectly in normal circumstances where i'm on a page and have links summoning content (external) into a div within that page.
But, i'd like to be able to summon that same page with a specific content file loaded. Example:
Say I have a page with the office staff and I want to make a direct link to the page staff.html with Dr. Jone's profile loaded in that div. The 'staff' page already contains a sub-menu of links for the purpose of loading the staff profiles into a <div> to the right of the menu. The links i'm mentioning would be for the 'main' menu of the site, like a tabs drop down menu, where I can point the visitor to that page with that specific profile loaded.
So, i'd make a link <a href="http://www.mydomain.com/staff.html">Dr. Jones</a>
But, what would I put at the end of that link to load that particular profile into the designated <div> ?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
I have the script working perfectly in normal circumstances where i'm on a page and have links summoning content (external) into a div within that page.
But, i'd like to be able to summon that same page with a specific content file loaded. Example:
Say I have a page with the office staff and I want to make a direct link to the page staff.html with Dr. Jone's profile loaded in that div. The 'staff' page already contains a sub-menu of links for the purpose of loading the staff profiles into a <div> to the right of the menu. The links i'm mentioning would be for the 'main' menu of the site, like a tabs drop down menu, where I can point the visitor to that page with that specific profile loaded.
So, i'd make a link <a href="http://www.mydomain.com/staff.html">Dr. Jones</a>
But, what would I put at the end of that link to load that particular profile into the designated <div> ?