View Full Version : Prevent framed document scroll when clicking #link
Spinethetic
09-13-2005, 02:02 PM
http://www.geocities.com/fourthdimensionstudio/interfaceframe.htm
Click services and then click any of the sub buttons on the services page that appears; You will see that yes it does go to the specified area of services.htm but that it also scrolls the document interfaceframe.htm as well, which is a big no no. How do I prevent interfaceframe.htm from being scrolled as well? Which I dont even see why its doing that in the first place anyway, who designed that browser specification? :mad: :eek:
jscheuer1
09-13-2005, 03:34 PM
Does this happen locally? I ask because Geocities adds scripts to your pages. At least one of these finds and alters the behavior of frames and iframes. The intent of the scripts (among other things) is to prevent display of off site content on Geocities. They may be having other consequences as well. Make sure your pages do this when they are not on the Geocities' server.
General stuff on Geocities:
Geocities (as are many free hosts) is a poor hosting choice when you are planning on using much javascript. Free hosts generally, Geocities in particular, put many of their own scripts on your page automatically when you upload them. These scripts often conflict with some or all of your own scripts on your page rendering them nonfunctional or dysfunctional. The real test is, if it works locally but, not on Geocities, it could well be script conflicts, there are other possibilities. Two of the biggest conflicts arise when your script uses i or j as variables (Geocities hi-jacks those for its own scripts) or if your scripts attempt to put offsite material inside a frame or iframe on Geocities (they've got scripts designed to prevent that). In the first case you can change all i's used as variables to other more complex variable names, same with j's but, of course, use a different name for all the j's used as variables. The second problem has no work around that I know of.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.