Results 1 to 3 of 3

Thread: frameset with bottom sourced outside

  1. #1
    Join Date
    Nov 2004
    Location
    Vancouver, BC
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default frameset with bottom sourced outside

    Hi all..
    I just need to know how to get a lower frameset to load a url site automatically (not push a button)

    In other words I have an index page with two frames - upper and lower. Upper says Welcome to our website.
    Lower is the website that is already made but on anther server.

    Oddly I know how to do it with a button - but I need it to just load when the index page is clicked on.

    url is stickitgreen.net that people will type in (index.html)
    url that goes in the lower frameset is http://www.myfti.biz/index.aspx

    thanks in advance - :-)

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Just add the URL into the src property...

    Code:
    <frame src="lower.html" name="mainFrame">

  3. The Following User Says Thank You to Medyman For This Useful Post:

    jimwww (04-30-2008)

  4. #3
    Join Date
    Nov 2004
    Location
    Vancouver, BC
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yes.. I had fogotten about that.. It has been a bit since I have had to work in html - been doing flash a lot. THANK you very much..

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
  •