NFFC

msg:138136 | 3:21 pm on May 10, 2003 (gmt 0) |
I've had frame jammer [or similar java script solution] on a site for well over a year, no problems yet with the SE's.
|
jjdesigns4u

msg:138137 | 3:42 pm on May 10, 2003 (gmt 0) |
NFFC, I have a site that I am trying to help out that uses frames. What is the best script to use to make sure that a page does not get loaded with out its frame set. Thanks
|
NFFC

msg:138138 | 3:44 pm on May 10, 2003 (gmt 0) |
>What is the best script I don't know. I use Dreamweaver, there is a free extention to deal with the orphan frames issue, free is good.
|
nell

msg:138139 | 3:45 pm on May 10, 2003 (gmt 0) |
We have sites using I-Frames but put the javascript "jammer" in a .js file rather than have it sit on the page. It fact, it's buried in with a number of other javascript functions included in a common .js file called in from every page on the site. (Other functions such as window.onerror, etc.)
|
nell

msg:138140 | 3:49 pm on May 10, 2003 (gmt 0) |
>What is the best script It depends on whether you have a large site with numerous pages that you want inside a frameset or if you have a few pages that might be called from outside their frameset. I can give you the code for either/both.
|
jjdesigns4u

msg:138141 | 3:53 pm on May 10, 2003 (gmt 0) |
nell, the site has about 25 pages and need to make sure all of them are in the frameset what do you think? THanks
|
nell

msg:138142 | 3:55 pm on May 10, 2003 (gmt 0) |
Are you using html, asp or php?
|
jjdesigns4u

msg:138143 | 4:00 pm on May 10, 2003 (gmt 0) |
Nell, HTML THanks
|
nell

msg:138144 | 4:21 pm on May 10, 2003 (gmt 0) |
Possibility 1: Requires a separate frameset page for every page you want called in. 5 pages would need 5 frameset pages to go with them. Possibility 2: Frameset page understands a passed content page location and uses javascript to dynamically write the frameset page instead of having framset page for each. Your choice. Should this thread be removed to a different forum or dealt with via sticky mail with the individual requiring help?
|
|