Problem with static HTML in frameset
From: Vince (vfabro_at_covansys.com)
Date: 03/23/05
- Previous message: Jeff Cochran: "Re: Replacing files on a IIS Web Server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Mar 2005 07:45:17 -0500
I have a "help" page that opens in a new window and displays help
contents in the lefthand frame, and the help in the righthand frame.
There's a strange problem where the pages often don't render properly.
Sometimes the whole window is blank, sometimes one frame or the other is
blank, and sometimes individual images are blank.
This is static HTML, so I don't see why there's a problem with this.
The only odd think I see in the source is that the "about" URL has a
space in it, but that shouldn't be a problem. Has anyone ever seen
anything like this?
Thanks in advance,
Vince
PS. Here's the frameset HTML, to give you an idea of what's going on.
<HTML>
<HEAD>
<TITLE>CIRS Help</TITLE>
</HEAD>
<FRAMESET COLS="25%,*" ROWS="100%">
<FRAME NAME="contents" SRC="Contents.htm">
<FRAME NAME="help" SRC="About CIRS.htm">
<NOFRAMES>
</NOFRAMES>
</FRAMESET>
</HTML>
- Previous message: Jeff Cochran: "Re: Replacing files on a IIS Web Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|