PDA

View Full Version : FRAMESET : body window to display existing site


DiGiTAL CarGO
03-26-2006, 06:21 PM
I've progammed a frame set featuring 2 pages.

within the body.html page i want it display an existing website, at the moment i am having to create a link
button within that window to take you to the site to be display in that frame.

is there any HTML / javascript code i can use which will automatically
display the website within the specific HTML window?

VIPStephan
03-26-2006, 06:45 PM
Do you mean
<frame src="yourpage.html">?

You have to be more specific in what you're trying to achieve.

[...]within the specific HTML window
Are you referring to the term window as the frame you are viewing?

DiGiTAL CarGO
03-27-2006, 02:08 AM
yeah....

took me a while to discover that its

<i frame>

but got there in the end !

=)