1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm
3) Describe problem: On IE Dynamic Ajax loads the same HTML page in the div from two different links. You can imagine how frustrating this isMy code is:
<td width="155px" height="110px" valign="middle" align="center" class="body"><a onMousedown="changetext(content[0])" href="javascript:ajaxpage('video/clip001.html', 'contentarea');"><img src="images/clip_040s.jpg" width="130" height="98" border="none"></a></td>
<td width="155px" height="110px" valign="middle" align="center" class="body"><a onMousedown="changetext(content[1])" href="javascript:ajaxpage('video/clip002.html', 'contentarea');"><img src="images/clip_031s.jpg" width="130" height="98" border="none"></a></td>
My page is: http://www.stonehouseproductions.com/video.html (click the first two thumbnails on the top right) Thanks in advance.
Mike



My code is:
Reply With Quote
-- sorry folks

Bookmarks