Good question... I dunno what is the right answer. I'll do some research and get back to you if I bump into an decent answer. You should email the people at iPage as they probably know..
Hmm, I copied and pasted the code and tried it in both Netscape and IE and nothing works, just a links page down the left side of the frame. I'm not too great with scripts myself and usually get them from.
Http://www.dynamicdrive.com.
Or.
Http://www.wsabstract.com.
And modify them to my needs. Make sure whatever script you use is cross-browser compatible..
Might want to post this on the Client Side Scripting forum as people there might be able to help more since it deals with js. Good luck...
Could you post your JavaScript? You are calling it from an external file, so nobody can troubleshoot it:.
<SCRIPT LANGUAGE="JavaScript" SRC="textchanges.js"></SCRIPT>.
Regards..
-Sillyfish..
Oops!!.
I posted the wrong version....
Here's the real deal....
<HEAD>.
<TITLE>Steve's Web Page</TITLE>.
<BASE TARGET="rtop">.
</HEAD>.
<body leftmargin="7" bgcolor="#dbdbf9" link="#000080" vlink="#000080" alink="#000080".
Background="images/vsibkgrd.gif">.
<script LANGUAGE="JavaScript1.2">.
Var ie4 = false;.
Var ns4 = false;.
If (parseInt(navigator.appVersion) >= 4).
If (navigator.appName == 'Microsoft Internet Explorer').
Ie4 = true;.
Else if (navigator.appName == 'Netscape').
Ns4 = true;.
If (ie4) {.
Onscroll = synchScroll;.
Onresize = synchScroll;.
}.
If (ns4) setInterval("synchScroll()", 15);.
Function synchScroll() {.
If (ie4) {.
Parent.frames.left.document.body.scrollTop = document.body.scrollTop;.
Parent.frames.left.document.body.scrollLeft = document.body.scrollLeft;.
}.
Else if (ns4) {.
If (parent.frames.left.scrollbars.visible) {.
Parent.frames.left.scrollTo(parent.frames.left.pageXOffset, pageYOffset);.
}.
Else {.
Parent.frames.left.document.layers[0].top = -pageYOffset;.
Parent.frames.left.document.layers[0].left = -pageXOffset;.
}.
}.
}.
</script>.
<br>.
<layer>.
<table width="200" cellpadding="0" cellspacing="0">.
<tr >.
<th align="center">.
<a href="FRRTOP.HTM"><h2>Vertical<br>Solutions, Inc. </h2> </font></a>.
</th>.
</tr>.
<tr>.
<th><a href="partops.htm#email addresses"><img src="images/vsimail.gif" width="32".
Height="32" border=0></a>.
</th>.
</tr>.
</tr>.
<tr>.
<th><center><font size=-2 face="helvetica"><u>click menu item to.
Expand</u></font></center></th>.
</tr>.
<tr>.
<th align="left">.
<DIV ID="oneTitle" CLASS="title">.
<A HREF="#" onClick="expand('one');return false".
OnMouseOver="changeText(this)" onMouseOut="changeTextBack(this)">.
About the Company</A>.
</DIV>.
<DIV ID="oneOutline" CLASS="outline">.
<a href="services.htm">Our Services</a><BR>.
<a href="market1.htm">Our Market</a><br>.
<div id="sixTitle" class="title">.
<a href="#" onClick="expand('six');return false".
OnMouseOver="changeText(this)" onMouseOut="changeTextBack(this)">.
Our Products</a>.
</div>.
<div id="sixOutline" class="outline">.
<a href="">Vertical Products</a><BR>.
<a href="">OSAS Products</a><br>.
</div>.
</DIV>.
<DIV ID="twoTitle" CLASS="title">.
<A HREF="#" onClick="expand('two');return false".
OnMouseOver="changeText(this)" onMouseOut="changeTextBack(this)">.
Menu Item</A>.
</DIV>.
<DIV ID="twoOutline" CLASS="outline">.
<a href="doc_list.htm">Product<br> Documentation</a><BR>.
<a href="doc_tech.htm">Platform.
&<br> Technical<br> Information</a><BR>.
</DIV>.
<DIV ID="threeTitle" CLASS="title">.
<A HREF="#" onClick="expand('three');return false".
OnMouseOver="changeText(this)" onMouseOut="changeTextBack(this)">.
Stay Informed</A>.
</DIV>.
<DIV ID="threeOutline" CLASS="outline">.
<a href="latest.htm">The Latest Word</a><BR>.
<a href="whatsnew.htm">What's New</a><br>.
</DIV>.
<DIV ID="fourTitle" CLASS="title">.
<A HREF="#" onClick="expand('four');return false".
OnMouseOver="changeText(this)" onMouseOut="changeTextBack(this)">.
Menu Item</a>.
</div>.
<DIV ID="fourOutline" CLASS="outline">.
<a href="mission.htm">Our Mission</a><br>.
<a href="partops.htm">Our Partners</a><br>.
<a href="infoform.htm">Info Forms</a><br>.
<a href="dealer.htm">Dealer Inquiries</a><br>.
</div>.
<DIV ID="fiveTitle" CLASS="title">.
<A HREF="#" onClick="expand('five');return false".
OnMouseOver="changeText(this)" onMouseOut="changeTextBack(this)">.
Resellers Only</a>.
</div>.
<DIV ID="fiveOutline" CLASS="outline">.
<a href="reseller.htm">Registration</a><br>.
<a href="">Login</a><br>.
<a href="">Requirements</a><br>.
</div>.
</th>.
</tr>.
<tr>.
<th>.
<font size=-2 face="arial"><b>6130 West Central<br>.
Wichita, KS 67212<br>.
Phone: 316-943-1717<br><br>.
Fax: 316-943-2849<br>.
Copyright 96,7,8,9, 00<br>.
Vertical Solutions<br>.
All rights reserved<br>.
</b></font>.
<font size=-1>Revised: <!webbot bot="TimeStamp" s-type="EDITED" s-format="%B %d,.
%Y" startspan >January 18, 2001<!webbot bot="TimeStamp" endspan.
I-CheckSum="30957" ></font><br>.
<font size="3"><a href="Y2K.HTM">Year 2000 Information</a></font>.
<p><!webbot bot="PurpleText" preview="This page was generated from a template by the.
FrontPage Frames Wizard." ></p>.
<p><!webbot bot="PurpleText" preview="The page's default target frame is set to 'rtop'..
When the user clicks on a link in this frame, the browser will load the referenced page into.
The target frame. To change the default target, edit the page's properties. To override the.
Default target for a particular link, edit the link's properties." ></p>.
</th>.
</tr>.
</table>.
</layer>.
</BODY>.
</HTML>..
I have gotten this to work in netscape a while back (sort of) , goto my iPage site kb244.com , view the source for the left frame (if you view it in IE you'll just get my new type of sliding menu) , you need to view it in netscape (my ASP detects the browser) , even tho the pulldown, acts more like a pop up over the other items, it still does work in some ways, you'll notice that it uses table cells instead of divs..
(the left.asp originally and still dynamically changes it's method of showing, detecting IE it'll use divs, detecting NS it'll use table cells, if you want the ASP itself as to doing vice versa, just let me know.).
Http://www.kb244.com..
Hmm meant vice versa on the Div <> Table cell...

