insideorkut.com

What are some good free iPage web hosting sites?

Click Here To View All Answers...


My question is What are some good free iPage web hosting sites? Thanks for any answer. My 2nd question... Can't figure this out to save my life.....

I've got some javascript goin' on, and it won't work on netscape.... i've got expanding menu items in the left frame, and when I view it in netscape, it turns my menu items into links, and those links bring up the left frame in the right frame part of the screen... can anyone help?....

Her's my code for the left frame....<HTML>.

<HEAD>.

<TITLE>Steve's Web Page</TITLE>.

<SCRIPT LANGUAGE="JavaScript" SRC="textchanges.js"></SCRIPT>.

<LINK REL="stylesheet" HREF="styles.css" TYPE="text/css">.

<BASE TARGET="rtop">.

</HEAD>.

<body leftmargin="7" bgcolor="#dbdbf9" link="#000080" vlink="#000080" alink="#000080" background="images/vsibkgrd.gif">.

<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>&nbsp;&nbsp;Documentation</a><BR>.

<a href="doc_tech.htm">Platform &<br>&nbsp;&nbsp;Technical<br>&nbsp;&nbsp;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>..

Comments (5)

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..

Comment #1

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...

Comment #2

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..

Comment #3

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>&nbsp;&nbsp;Documentation</a><BR>.

<a href="doc_tech.htm">Platform.

&<br>&nbsp;&nbsp;Technical<br>&nbsp;&nbsp;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>..

Comment #4

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..

Comment #5

Hmm meant vice versa on the Div <> Table cell...

Comment #6


This question was taken from a support group/message board and re-posted here so others can learn from it.