Results 1 to 2 of 2

Thread: Dynamic Ajax Content Loads Incorrect Page

  1. #1
    Join Date
    Apr 2008
    Posts
    32
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Dynamic Ajax Content Loads Incorrect Page

    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 is My 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

  2. #2
    Join Date
    Apr 2008
    Posts
    32
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Scratch this post -- There was an error on my quicktime src path. This is what coding for too many hours without sleep does for ya -- sorry folks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •