Results 1 to 3 of 3

Thread: Image Carousel and FRAME problem

  1. #1
    Join Date
    Oct 2005
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Carousel and FRAME problem

    Hi, I am a newbie here and I desperately need some help. I am trying to include the image carousel script with frame but somehow it is not working. MY whole website uses frame so when I go to the page containing the script, it does not show up. However, if I open that particular page by itself, then the script will work. I don't know how to fix this or if it can be fixed.

    Here is my website http://www.olanibeautyspa.com and the script is under "about us" page. Here is the script in action withoug frames. http://www.olanibeautyspa.com/aboutus.shtml

    Thank you very much in advance.

    Vanbao

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That's not the problem. Your 'stand-alone' page doesn't work either, until you refresh it. One problem is that you have three <body> tags on the page (not counting the one inside the comment area of the script which is inactive/ignored, if you count it, that makes four). Only one active one is allowed. This is the first one is:

    <body BGCOLOR="#E18501">

    replace it with this one:

    <body BGCOLOR="#E18501" onload="Carousel()">

    and get rid of the others. If everything else is right or close enough to right, this will take care of it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2005
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you John. You are awesome. I wished I had talked to you before pulling out half of my hair last nigth trying to figure this out.

    Thank you so very much. It is working perfectly right now.

    Vanbao

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
  •