How can I make a page that goes directly to a site in the same winow

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved How can I make a page that goes directly to a site in the same winow

Post by stevenF50 on June 6th 2009, 8:25 am

And still be in the forum like the forum bar and banner is stilll there
I want to add dragcave to my forum

stevenF50
Forumotion Member

Male
Posts: 136
Language: English
Country:
Join date: 2009-03-28

http://dragcavefans.com/forum.htm

Back to top Go down

Solved Re: How can I make a page that goes directly to a site in the same winow

Post by Placehold on June 6th 2009, 9:12 am

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 Smile

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

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

Solved Re: How can I make a page that goes directly to a site in the same winow

Post by stevenF50 on July 3rd 2009, 6:49 am

Okay thanks


I am getting a programmer for my forum :fingerscrossed:

stevenF50
Forumotion Member

Male
Posts: 136
Language: English
Country:
Join date: 2009-03-28

http://dragcavefans.com/forum.htm

Back to top Go down

Solved Re: How can I make a page that goes directly to a site in the same winow

Post by Sanket on July 3rd 2009, 9:34 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket

Sanket
Support Moderator
Support Moderator

Male
Posts: 13642
Age: 26
Language: English
Location: Mumbai
Country:
Join date: 2008-10-01

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum