Check out my reference page at:
To change the content in a 'containerarea' div, I am utilizing Dynamic Drive's "Dynamic Ajax" script. Below is an example of the anchor code used:
<a href="javascript:ajaxpage('videos-maintenance/appliances-repair_fridge_gasket.php', 'contentarea');">
<img src="http://aaaa.pockethm.com/images/icon-youtubeTV.png" alt="Repair a Refrigerator Door Gasket" class="icon-image" border="0" />
<div class="icon-text">Repair a Refrigerator Door Gasket</div>
</a>
I am trying to make the page jump to an <a name="videoTop">
anchor above the video window when the YouTube icon is clicked to watch a specific video for future expansion. Despite attempting various methods like onclick and onmouseover, I have not been successful. It is likely that I am approaching this incorrectly.
Thank you in advance for your help.