css displays in NS ..help

by "Rick Reumann" <rick_reumann(at)coxtarget.com>

 Date:  Wed, 31 May 2000 09:46:29 -0400
 To:  wdvltalk(at)richard-ord.newslinx.com,
hwg-techniques(at)hwg.org
  todo: View Thread, Original
I'm really stumped by this one..
Has anyone experienced a css displaying in a NS browser window 
instead of the page content (doesn't happen in IE)?

 It's a very strange problem. For some reason when this page is 
called it will display the css instead of the normal page content, 
but after hitting "back" it will load up the page fine. Also any 
further requests to the page brings up the correct content and not 
the css in the browser. It's as if it only happens the first time 
during a session that netscape tries to access the page.
 
Interestingly it only happens when the page is accessed from a 
javascript function from another page..

function showMemberTasks(member)
{
	top.location.href = 
"/projectutility/show_tasks.jsp?pcode=ALL&project_number=ALL&team=CTMI
G&assigned_to="+member+"&checkedStatus=A&checkedStatus=T&checkedStatus
=R&checkedStatus=P&priority=ALL";
}

In the show_tasks.jsp page the style sheet is linked externally as:
<head> 
<title>Project Task Table</title>
<link rel="stylesheet" href="project.css" type="text/css">
...</head>

Any help greatly appreciated. tia.
Rick

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.