Log in

View Full Version : frameset with bottom sourced outside



jimwww
04-29-2008, 11:40 PM
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 - :-)

Medyman
04-30-2008, 12:22 AM
Just add the URL into the src property...


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

jimwww
04-30-2008, 12:45 AM
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..