Log in

View Full Version : Simple url in frameset question



jimwww
09-15-2005, 07:47 AM
Simple really. I need a url to show up in a frameset. I am not sure how to do this since I have never run into it before.

frame left, top frame and then mainframe on right. I need the url to show up in the mainframe (none of my content - it is for a realtor so mls will go there)

How do I do this in the coding?

thnaks in advance (using dreamweaver MX)

jim

(It needs to stay in the frameset as well --not a target blank etc)
(I need Find a home to not be there - just the following url to be there when the page loads.)
http://www.tamraford.ca/mainframe.htm

darco9x2
09-16-2005, 12:33 AM
<frameset rows=150px,*>
<frame src="top frame url goes here" name="top" noresize frameborder="no" framespacing="0">

<frameset cols=22.5%,* noresize frameborder="no" framespacing="0">
<frame src="left frame url goes here" noresize frameborder="no" framespacing="0">
<frame src="right frame url goes here" name=left noresize frameborder="no" framespacing="0">

</frame>

i dont know if this is what you mean, but its an example of how to use frames. i hope this works. ask questions if you still have any