Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Frames do not load on intial call to server


Message #1 by major_paton@y... on Sun, 19 Jan 2003 05:50:49
You Source looks good.  It worked for me.  Try this.

<snip>

<html>
<head>
<title>Candy Counter Main</title>
</head>
<frameset frameborder="0"  cols="25%,*">
      <frame noresize scrolling=no src="http://www.yahoo.com" name="menu">
      <frame noresize scrolling=no src="http://www.google.com" name="body">
<NOFRAMES>
<BODY>
Viewing this page requires a browser capable of displaying frames.
</BODY>
</NOFRAMES>
</frameset>
</html>

</snip>

If you are able to see both yahoo and goole in your page then it got to do
something with your .asp pages.

Have a great day.

Karthikeyan.
----- Original Message -----
From: <major_paton@y...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Sunday, January 19, 2003 9:46 PM
Subject: [html_code_clinic] Re: Frames do not load on intial call to server


>
> I'm currently using IE 6.0 and it supports framesets. I can run the same
> frameset from a disc in my A: drive but I'm using my computer as both the
> server and the client, so I'm entering the URL as localhost..ie.
> http://localhost/BegASP/ThisFrameset.htm  Could it be some quirk in using
> my computer as both the host and the client??
>



  Return to Index