SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Frames - JavaScript or HTML?
-
Aug 6, 2000, 11:31 #1
- Join Date
- Mar 2000
- Location
- Muskegon, MI
- Posts
- 2,328
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Although I don't normally use frames, I have a particular application that would best be served by using them. I want to integrate one Web site within another. The other site that I want to 'capture' is not mine and thus cannot rewrite the code. I don't believe this can be done with frames in HTML; is this where JavaScript frames come in?
------------------
IMHO,
Westmich
***********************
Your opportunity on the web is now!
westmichiganweb.com
-
Aug 6, 2000, 18:59 #2
- Join Date
- Apr 2000
- Location
- Melbourne, Australia
- Posts
- 2,571
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
Why do you need to rewrite the code if you're going to be loading the other site into a frame anyway?
------------------
-Kevin Yank.
http://www.SitePoint.com/
Helping Small Business Grow Online!
-
Aug 7, 2000, 12:12 #3
- Join Date
- Mar 2000
- Location
- Muskegon, MI
- Posts
- 2,328
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I had the assumption that if click a link in the site that I am framing, it will reload the entire page because it didn't have the "target=_self" in the tag.
------------------
IMHO,
Westmich
***********************
Your opportunity on the web is now!
westmichiganweb.com
-
Aug 7, 2000, 12:27 #4
- Join Date
- Apr 2000
- Location
- Melbourne, Australia
- Posts
- 2,571
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
Since target="_self" is the default, this will only be a problem if the page you're loading into your frames has taken measures to combat use of their site within someone else's frames. If that is the case, then you shouldn't be using their content without their permission anyway!
------------------
-Kevin Yank.
http://www.SitePoint.com/
Helping Small Business Grow Online!
Bookmarks