Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

screen refresh printing out stylesheet and javascript code in Netscape 1

Status
Not open for further replies.

BillLumbergh

Programmer
Aug 15, 2001
51
US
I have a page that reloads itself every 15 seconds. What is happening is that every second time it reloads, it is printing a portion of the stylesheet as well as some of the JavaScript code at the top of the page. It prints the same portion of code every time, the bottom three quarters or so of the stylesheet, and then the bottom half or so of the JavaScript code. This is not happening in Netscape 6 or IE 5; however, it is happening in Netscape 4.7. Has anyone ever seen anything like this? What did you do to solve it?

Thanks for your help.

- Lumbergh
 
i have never seen something like that...are you using a javascript or meta refresh? -Greg :-Q
 
The sooner Netscape give up making steaming piles, the better for all of us. Competition is good, but this joke just isn't funny.

Bj
 
the only thing i can think of is to refresh it to a page that will then redirect back to the main page... -Greg :-Q
 
i just thought of something else...make sure all your script is commented:
Code:
<style>
<!--

style sheet

-->
</style>

<script language=&quot;javascript&quot;>
<!--

jScript

//-->
</script>
-Greg :-Q
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top