/    Sign up×
Community /Pin to ProfileBookmark

Please help!!

I am trying to learn frames and I keep getting a blank page…please tell me what’s wrong with my code ?

<html>

<html lang=”en”>
<head>
<title>Custom View</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>

</head>

<body>
<frameset cols=”218,*” frameborder=”2″ border=”2″ framespacing=”2″>
<frame src=”General Information.htm” name=”General Information” noresize>
<frame src=”Search.htm” name=”Search” noresize>

</frameset>

</body>

</html>

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@CharlesJan 27.2006 — There's quite a bit wrong with that. See http://www.w3.org/TR/html4/present/frames.html for details.
Copy linkTweet thisAlerts:
@NogDogJan 27.2006 — [code=html]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<title>Custom View</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<frameset cols="218,*">
<frame src="General Information.htm" name="General Information" noresize
frameborder="1" marginwidth="2">
<frame src="Search.htm" name="Search" noresize frameborder="1" marginwidth="2">
<noframes>
<p>Link to non-frames version here for browsers which do not support frames</p>
</noframes>
</frameset>
</html>
[/code]

It's been so long since I used frames, I had to refer back to the spec to remember how. ?
×

Success!

Help @haltond 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.19,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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