Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

imbedding another website...

Status
Not open for further replies.

jasman24

IS-IT--Management
Mar 18, 2003
10
US
I'm using DW 4. I'd like to imbed another web site into a web page so it looks like that web site is the content of my url. The reason is, I joined an affiliate program and have a web site with their long url and i'd like to use a short url that I registered. I'm think it may need to be done in frames, but I'm a newbie and don't know how to this. Any help would be appreciated.
 
yeah frames is the easiest way to do it if you want it embedded.
make the frameset and have the content display in the mainFrame, if you don't want people to know it is using a frame- i.e. you have no reason to disply anything except the other url, then make a top frame that is 1px high with no borders etc, and have the mainFrame set to display the other url site. Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
Thanks for the help! But how do i actually imbed it? (asked the real newbie)
 
I figured it out, here's the code if anyone else is interested:

<iframe name=&quot;I1&quot; width=&quot;800&quot; height=&quot;768&quot; src=&quot;align=&quot;left&quot; border=&quot;0&quot; frameborder=&quot;0&quot;></iframe>

Here's my web site
I used different width and height numbers to fit it the way it needed to be, so you may need to adjust.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top