cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
204
Views
0
Helpful
3
Replies

CCM 3.3.2 Bug workaround

8r-schumann
Level 1
Level 1

I am not a web programmer and was wondering how to implement the work around that my 3.3.2 site is experiencing. The bug ID is CSCuk39530 and the work around is supposed to be:

The Image object can return a HTTP Refresh header to force the page to be

immediately reloaded. This will force the display of the image.

What is the text that i need to put into the XML picture to accomplish this?

3 Replies 3

Chester Rieman
Cisco Employee
Cisco Employee

Try this:

I hate to sound dumb but adding the HEAD statements stop the idle URL from even getting on the phone. THis is what i have:

-

-

-

-1

-1

131

65

2

Picture Data removed

Welcome

Welcome to North Carolina

If i remove the HTML and HEAD tags the prompt but not the logo appear. If i add the HTML and HEAD tags the phone doesn't seem to try to display anything of the web page.

Hi,

The URL's must be absolute (by my knowledge...) and not relative.....

That could be your problem ... So first try "URL=http://iisserver/dir/cox.xml"

Or you could try it this way:

<%@ Language=JavaScript %>

<%

var serverIP;

serverIP = Request.ServerVariables("LOCAL_ADDR");

Response.AddHeader("Refresh", "2; url=http://" + serverIP + "/dir/page.asp");

Response.ContentType = "text/xml";

Response.Buffer = true;

Response.Write("\r\nTest\r\n-1\r\n17\r\n133\r\n40\r\n2\r\npicture data\r\nMake Your Selection...\r\n\r\n");

Response.Flush();

%>

hope this helps.

Sascha

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: