Jump to content
✨ STAY UP TO DATE WITH THE WORLD TOUR ✨

Another PC question


Jewel

Recommended Posts

I'm working on a site with frames now and it's all good. But when I upload it I can't open the site properly anymore because it says my browser won't allow frames. But IE 3.0 and all upgraded versions shouldn't have any problems with frames. I got IE 5.0 or 6.0, not sure. Why can't I upload a page with frames and actually view it??? :confused:

Link to comment
Share on other sites

Looks like a 3page frameset linked from index.htm

 

presume this is something like... in index.htm

 

<frameset cols="20%,80%">

<frame src="seite.htm">

<frameset rows="20%,80%">

<frame src="top.htm">

<frame src="index2.htm">

</frameset>

</frameset>

 

looks like the 3 pages can't be found. Make sure the relative paths to the other files are right.

 

S

Link to comment
Share on other sites

This is one of the pages the main page links to' date=' it works when you open it directly. http://www.geocities.com/joule270482/links.html[/quote']

 

2 things...

 

1) Check the names of the pages cos the ones you linked to from index.htm are the ones my alter ego above mentioned... index2.htm, top.htm, seite.htm

 

2) Check the name suffix is .htm and not .html. Looks like geocities uses .htm by default.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...