Results 1 to 1 of 1

Thread: need help with drop-down document viewer 2.

  1. #1
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy need help with drop-down document viewer 2.

    1) Script Title: drop-down document viewer 2

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex3/dropdownview2.htm

    3) Describe problem: Hi, all. I created a dropdown menu with macromedia fireworks and i want all links to load in the inline frame.So i configured the anchor tags as described in the drop-down document viewer 2 tutorial as in:
    <a href="javascript:jumpto('products.html')">products</a>, where products.html is in the same dir as the page having the inline frame.But i encounter a problem that it only loads the page in the inline frame only if the link points to page i specified in the :
    var iframecode='<iframe id="external" style="width:95&#37;;height:400px" src="index2.html"></iframe>': that is index2.html. ie, index2.html or an external link like "http://www.yahoo.com".
    if a link on the dropdown popupmenu refers to another page on my site say:services.html, like
    <a href="javascript:jumpto('services.html')">services</a>, note:services.html is in the same dir as page having the link: it would just shows nothing on the inline frame, but a white background. please help me.
    Thanks
    Last edited by obinnahenree; 06-08-2007 at 05:38 PM. Reason: couldnt attach file

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
  •