Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Problem using anchor tags in 1 frame linking to an anchor in a scrollable layer in a page in another frame


Message #1 by "Stephen Bishop" <stevebish_73@y...> on Thu, 7 Feb 2002 11:07:49
"Stephen Bishop" <stevebish_73@y...> wrote:

>I am having problems linking to an anchor in a scrollable layer in one 
>frame from a link in another frame in Netscape.

What version of NN?

>The layer has been constructed as follows:

><div id="divUpControl" style="height: 6; left: 538; width: 9; top: 83"> 
>[...snip...]
></div> 

This should function relatively well in NN6.x &| Mozilla.  However, NN4.x and earlier doesn't recognize divs as objects that can
be moved.

>Can this problem be solved by tweeking the javascript so the anchor works 
>in Netscape.

Again, if it's NN4.x, you'll have to use the layer object to get the desired effect.

Layer info can be found here: http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm

Look under 'Objects, Methods and Properties' to the left for the layer page (alternately, use the index).

HTH.  If this still isn't working, reply back with the version of NN and the version of javascript you're using.


-- 
Zach Kenyon
Web Devloper / Analyst
xxx.xxx.xxxx
zantispam@n...



__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@N...!
http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


  Return to Index