Results 1 to 3 of 3

Thread: I-Frames

  1. #1
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking I-Frames

    This is going to sound kinda stupid but what is the correct scripting for creating, I think there called I-frames. Thanks for the help. JF

  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

    It's not javascript but HTML that creates an iframe, in its simplest form:

    <iframe></iframe>

    Use Google to find out more ('iframe attributes' would be a good search string). If you want to create an iframe using javascript, there are two basic methods, the document.write() method and the document.createElement() method. I think you better stick to just making one with HTML first unless I've misjudged the level of your question, for which I apologize.
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No no. I am learning how to do all of this stuff so any help is good. Thanks for the suggestion. JF

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
  •