Reply
Load external site into iframe page ? Need help.
Old 04-21-2004, 03:28 PM Load external site into iframe page ? Need help.
Junior Talker

Posts: 1
Hi,

I would like to create ONE index.htm(l) page that I could put on my own domain site.

When a visitor goes to my site, I would like an external affiliate site be displayed in the browser window.

I have been using a standard 3 frame page in the past but I went with a different affiliate and all of a sudden it doesn't work anymore.
I'd like to have one page with one link to the external site and if the ext. site address changes I will only have to change that URL .

I am not sure if this makes sense but more detail here:

one index page on "www.owndomain.com"
frame page without borders loads "www.externalsite.com/member-id"
browser title will still show "www.owndomain.com" regardless where the visitor goes with "www.externalsite.com"

I know it can be done but I am just confused on how to create this one page.

PS: I have MS Front Page 2002

Thanks !!
Frogbone is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 07-02-2004, 09:13 AM Hi
Mooofasa's Avatar
Defies a Status

Posts: 1,612
Name: Michael (mik) Land
Location: England
For an IFrame to work you will need your main page (index.htm). On that page you will have another window some where which the external site load into and links on your main page to open the sites in the IFRAME.


Paste the below code where you wish the window to appear, and you're done! Be sure to change the width/height and src property of the mini window to your own

<iframe name="cwindow" style="border:0px double " width=150 height=150 src="doc.htm"></iframe>

Change the doc.html to another name or the first page you want to appear in the iframe.

Notice the "name=cwindow" attribute inside the above code....you'll need this if you wish to create a link outside the mini window that loads the target url inside the mini-window. For example:

<a href="games.htm" target="cwindow">
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Reply     « Reply to Load external site into iframe page ? Need help.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12252 seconds with 13 queries