/    Sign up×
Community /Pin to ProfileBookmark

Need to open another Web Site in my site

Hey Gang

I am having some problems creating the code that will allow me to open another Web site page in my site so that it looks and feel like mind. Any advice for a poor guy like? ?

to post a comment
HTML

8 Comments(s)

Copy linkTweet thisAlerts:
@ToastauthorMay 04.2005 — Can anyone help me
Copy linkTweet thisAlerts:
@scragarMay 04.2005 — <iframe src="URL"></iframe>

is this what you want?
Copy linkTweet thisAlerts:
@ToastauthorMay 04.2005 — how do you write the code that will open my affiliate site in my site but leave the navigation bar and relating items at the top?
Copy linkTweet thisAlerts:
@scragarMay 04.2005 — <frameset rows="10%,90%">

<frame src="MyHeader.html">

<frame src="http://www.google.com">

</frameset>
Copy linkTweet thisAlerts:
@the_treeMay 04.2005 — Or, if you want to be standards compliant:[code=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Page title</title>
</head>
<frameset rows="10%,90%">
<frame src="MyHeader.html">
<frame src="http://www.google.com">
<noframes>
<p>Alternate content...</p>
</noframes>
</frameset>
</html>[/code]
http://www.freewebs.com/mytestingzone/Frames.html
Copy linkTweet thisAlerts:
@ToastauthorMay 04.2005 — Thanks guys, but I have navigations for my site at the top and the left side of my page that I want to keep. The code keep removing all the information and navigation bar at the left of the page. How do I prevent that from happening
Copy linkTweet thisAlerts:
@the_treeMay 04.2005 — [code=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<style type="text/css">
<!--
/*If you're using a diffent method of layout then change accordingly*/
#top {clear: both;}
#left, #main {float: left;}
#left {width: 30%;}
-->
</style>
<body>
<div id="top">Top Bit</div>
<iframe id="main" src="http://google.com">Oh dear, you don't seem to be suporting frames, skip strait to <a href="http://google.com">Google</a>.</iframe>
<div id="left">Left bit</div>
</body>
</html>[/code]
Copy linkTweet thisAlerts:
@ToastauthorMay 05.2005 — I just cannot seem to get this right. Can someone please please help me. I am losing my mind here. :mad:
×

Success!

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