Refresh Issues (Full Version)

All Forums >> [Web Development] >> ASP and Database



Message


chadb -> Refresh Issues (3/4/2008 11:29:59)

I have a page using a inline page. I am updating an xml page about once an hour automatically. I the main page with the inline page on a monitor 24/7. Sometime the inline page is just a white blank page with no data. If I hit "F5" for a refresh it then displays everthing again, my question is, can I get this meta data to do a "f5" sort of refresh? Here is the code for the inline frame.


<meta http-equiv="Cache-Control" Content="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="REFRESH" CONTENT="10;URL=http://devintranet/Chart/shipments.asp">

<%@ Language=VBScript %>

<HTML>
<HEAD>
<TITLE> FusionCharts Free - Database Example </TITLE>

<SCRIPT LANGUAGE="Javascript" SRC="../../FusionCharts/FusionCharts.js"></SCRIPT>
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</HEAD>
<%
'We've included ../Includes/FusionCharts.asp, which contains functions
'to help us easily embed the charts.
%>
<!--#INCLUDE VIRTUAL="/includes/FusionCharts.asp" -->

<BODY bgcolor="#000000">

<p>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="641" height="575" id="Column3D" >
<param name="movie" value="FCF_MSArea2D.swf" />
<param name="FlashVars" value="&dataURL=mfmargin.xml&chartWidth=600&chartHeight=500">
<param name="quality" value="High" />
<embed src="FCF_MSArea2D.swf" flashVars="&dataURL=jobs12.xml&chartWidth=600&chartHeight=500" quality="High" width="641" height="575" name="Column3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</p>
</BODY>
</HTML>




rdouglass -> RE: Refresh Issues (3/4/2008 16:49:48)

quote:

<meta http-equiv="REFRESH" CONTENT="10;URL=http://devintranet/Chart/shipments.asp">


That's not doing it? Check the URL but that's what I'd do.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
3.320313E-02