Results 1 to 4 of 4

Thread: framesets in Collapsible Frame Script

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

    Default framesets in Collapsible Frame Script

    How get aim to second or third frameset? for Collapsible Frame Script

    Code:
    <frameset cols="*,50,200">
    
             <frameset rows="20,*" > <<<<-i need to get this
                          <frame name="MENU" src="">
           
                            <frameset rows="70%,30%">
                                    <frame name="name" src="">
                                    <frame name="name" src="">
                           </frameset>
    
              </frameset>
          
            <frame src="" name="name">
            <frame name="name" src="">
     </frameset>
    tnx

  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

    Use unique name.
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i allready tried with name and id, but it's not working...
    Last edited by juves; 06-07-2005 at 04:58 PM.

  4. #4
    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

    Apologies for my short and admittedly cryptic first response. The truth is I really didn't get what you were asking and still don't. There are guidelines for posting script questions in this forum, most particularly:

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.

    Also a better idea of what you are trying to do and what the whole page looks like would help, best thing for that is:

    PLEASE: Include the URL to your problematic webpage that you want help with.

    Failing that, paste in your code (including your version of the script) surrounded with [code][/code] tags.
    - John
    ________________________

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

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
  •