Search found 4 matches

by KoalaCookie
Sat Feb 11, 2006 4:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Links for Scrolling Anchors in an Iframe
Replies: 12
Views: 8467

http://bellsouthpwp.net/K/o/KoalaCookie/pages/menu.htm

Click "Best Freeware" in the DHTML menu.

The "Anti-Spyware" link in the "Best Freeware" DHTML Menu and
the "Anchor6" link above the iframe both show the glitch.

I have made a simple website setup the same way as this one (an iframe within ...
by KoalaCookie
Sat Feb 11, 2006 12:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Links for Scrolling Anchors in an Iframe
Replies: 12
Views: 8467

(url=sample.htm#anchor1;target=iframe) and
<a href="sample.htm#anchor1" target="iframe"> causes the the top of the whole frame to move under the browser/address bar. Seems like a common glitch when googled. :(

openIFrame() works, but stops my media player. :?

goAnchor() works perfectly ...
by KoalaCookie
Fri Feb 10, 2006 5:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Links for Scrolling Anchors in an Iframe
Replies: 12
Views: 8467

I would like to know if the menu could support a link to an anchor in an iframe using the current javascript.
http://www.huntingground.freeserve.co.uk/main/mainfram.htm?../webplus/iframes/iframe_anchor_scroll.htm

<a href="iframe_anchor_scroll2.htm#anchor1" class="scroll_link" onclick="return ...
by KoalaCookie
Fri Feb 10, 2006 4:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Links for Scrolling Anchors in an Iframe
Replies: 12
Views: 8467

Links for Scrolling Anchors in an Iframe

Since there is a glitch with having simple links to anchors in an iframe, i have resulted to java.

Javascript: Scrolling to anchors in an iframe.
http://www.huntingground.freeserve.co.uk/main/mainfram.htm?../webplus/iframes/iframe_anchor_scroll.htm
The link includes sample and code.

I can't seem ...