/    Sign up×
Community /Pin to ProfileBookmark

I am taking this fun fun (coughcough) web development class….the teacher knows nothing except <br> and <html> And she expects us to create web sites when she knows nothing ::growles:: ANYWAYS….I have to create a page using HTML with at least three frames….I have got the frames down.


___________________________

|++++++++++++++++++++++++++|
|+++++++++Top Frame++++++++|
|==========================|
|++++++|+++++++++++++++++++|
|++++++|+++++++++++++++++++|
|++++++|+++++++++++++++++++|
|+Left+|+++++++++++++++++++|
|+Frame|+++Main Frame++++++|
|++++++|+++++++++++++++++++|
|++++++|+++++++++++++++++++|
|++++++|+++++++++++++++++++|

|++++++|+++++++++++++++++++|
—————————-

Basically I have links in the top and left frame. But I want to target the link so that it loads in the Main frame. How do i go about doing this?

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@Daniel_TNov 14.2004 — &lt;a href="page.html" target="mainframe"&gt;Page&lt;/a&gt;
Of course, you'll have to change the target attribute to the name of your main frame.
Copy linkTweet thisAlerts:
@JoshNov 14.2004 — [code=php]
<html>
<frameset rows="25%,*">
<frame name="topframe" src="topframe.html" />

<frameset cols="25%,*">
<frame name="leftframe" src="leftframe.html" />
<frame name="mainframe" src="leftframe.html" />
</frameset>
</frameset>
</html>
[/code]
Copy linkTweet thisAlerts:
@Z_ManauthorNov 14.2004 — thank you so very much you guys!
×

Success!

Help @Z_Man 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,
)...