How can I make a page that goes directly to a site in the same winow
2 posters
Page 1 of 1
How can I make a page that goes directly to a site in the same winow
And still be in the forum like the forum bar and banner is stilll there
I want to add dragcave to my forum
I want to add dragcave to my forum
Re: How can I make a page that goes directly to a site in the same winow
Hmmmm,
Thats a pretty good question, You will have to blend an Iframe with an Onclick event link but I'm not sure how that would work as you would need a couple of scripts at least to pull that off,
you can alternatively embed an IFrame and add several links so when someone hits the link it displays embedded into the page
Here is an example code that works
Regards
Craig
Thats a pretty good question, You will have to blend an Iframe with an Onclick event link but I'm not sure how that would work as you would need a couple of scripts at least to pull that off,
you can alternatively embed an IFrame and add several links so when someone hits the link it displays embedded into the page

Here is an example code that works
- Code:
<html>
<head>
<title>Test Iframe links</title>
</head>
<body>
<h1>content</h1>
<a href="http://www.google.com" target="innerframe">Google</a>
<a href="http://www.yahoo.com" target="innerframe">Yahoo</a>
<a href="http://www.skysports.com/football" target="innerframe">Skysports</a>
<iframe name="innerframe" src="http://www.google.com" width="100%" height="100%">
</iframe>
</body>
</html>
Regards
Craig
Guest- Guest
Re: How can I make a page that goes directly to a site in the same winow
Okay thanks
I am getting a programmer for my forum :fingerscrossed:
I am getting a programmer for my forum :fingerscrossed:
Re: How can I make a page that goes directly to a site in the same winow
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

» How to make site front page?
» Help:how to make 2nd portal page as home page
» How to make a page the home page?
» Is it possible to limit the posts on a page and then make another page to post on that thread.
» cannot make html page the home page.
» Help:how to make 2nd portal page as home page
» How to make a page the home page?
» Is it possible to limit the posts on a page and then make another page to post on that thread.
» cannot make html page the home page.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum