/    Sign up×
Community /Pin to ProfileBookmark

Is there a script that will allow me to link to other sites and still display them within the outline of my own site – that is, the visitor is still ‘inside’ my site.

Thanks in advance.

Maverick

to post a comment
Full-stack Developer

8 Comments(s)

Copy linkTweet thisAlerts:
@boojumMar 07.2003 — you cant use frames?
Copy linkTweet thisAlerts:
@maverickauthorMar 07.2003 — [i]Originally posted by boojum [/i]

[B]you cant use frames? [/B][/QUOTE]



Correct - anyway I thought frames are not picked up by Search Engines.

Thanks

Maverick
Copy linkTweet thisAlerts:
@jeanneMar 08.2003 — <a onclick="NewWindow(this.href,'name','400','400','yes');return false;" href = "http://www.link" > description of link </a>

This works well right where the link is, very nice.
Copy linkTweet thisAlerts:
@maverickauthorMar 09.2003 — Thanks jeanne.
Copy linkTweet thisAlerts:
@jeanneMar 09.2003 — You're welcome!
Copy linkTweet thisAlerts:
@jeanneMar 11.2003 — But if you're not ready to strangle me yet, I discover when doing my site over that you must put in in the head


<SCRIPT language=JavaScript>

<!-- Original: Eric King ([email protected]) -->

<!-- Web Site: http://redrival.com/eak/ -->

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin

function NewWindow(mypage, myname, w, h, scroll) {

var winl = (screen.width - w) / 2;

var wint = (screen.height - h) / 2;

winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'

win = window.open(mypage, myname, winprops)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}

// End --></script>

Very sorry -- not intentional. My grasp of what I'm doing is slight and I get very excited when anything seems to work at all!

Hope this NOW actually helps.

</script>
Copy linkTweet thisAlerts:
@maverickauthorMar 12.2003 — jeanne,

I have'nt strangled anybody in ages.

I had actually gone and done a frames version but will check out your script now.

Thanks again
Copy linkTweet thisAlerts:
@jeanneMar 13.2003 — Glad to hear you're in a state of equanimity! It is a nice script (when you have it all, of course).

J
×

Success!

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