/    Sign up×
Community /Pin to ProfileBookmark

Frames questions! Please Help!

This is a basic HTML questions. I just could not find the answer anywhere. What I am trying to do is have a page with a frame with only one file and link to external website within that page. I DO NOT want to use <iframes>

What I want is HTML page containing small Navigation bar at the top of the page and frame page with external website.

Example:


————————–

| HTML Navigation Bar |

| |
————————–

| |
| External HTML Page |
| |
| |
| |

| |
————————–

Must only be ONE HTML page with all the code inside one page.

Thank YOU!

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@NogDogDec 09.2007 — If you will not use an iframe, then it will have to be at least two files: one for the frameset page and one for the navigation page that will be in the top frame. (I don't know why you do not want to use an iframe since it (1) would allow you to do it with one file and (2) iframes are generally considered a better practice now than traditional frames.)
Copy linkTweet thisAlerts:
@WebJoelDec 10.2007 — With a valid !doctype, -just use "<object>" (!doctype used to attain centering of wrapper) :

<body>

<div id="wrapper" style="width:754px; margin: 0 auto;">

<h1 style="margin:30px 0 30px 260px;">Your Main Header<br/>

Navigation, -whatever...</h1>

[B]<object type="text/html" data="http://www.webdeveloper.com/" style="width:751px; height:475px;"></object>[/B]

</div>

</body>
×

Success!

Help @thebeacon spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...