Ask a Question related to ASP Components, Design and Development.
-
Ajai Kurian #1
Content Rotator
Sir,
How can I check whether "content rotator" component is
properly installed on my windows 2000 Server OS.
Expecting an earliest reply,
Ajai
Ajai Kurian Guest
-
Top Story Rotator Extension
Does anyone know of an extension similar to the ones seen on most of the major sports sites such as http://mlb.mlb.com/index.jsp and... -
Banner Rotator
I have a site setup with a place for a banner at the top of the page where I want to rotate several different banners. I have tried downloading... -
ANN: Released the free Simple Banner Rotator for DW MX(2004)
I have made a simple extension for the PHP_MySQL and PHP_ADODB server model which permits to rotate images in a folder at the defined interval. It... -
ad rotator
can anyone recommend a ad rotator plugin for use with asp.net thanks -
Ad rotator object and non-random ordering?
Has anyone tried using top to bottom ordering of ad rotation with the Ad rotator? If so how? I assume a completely custom script would be... -
cirquitz #2
Content Rotator
Hi all,
I'm using the content rotator to develop an app in asp. My
code works as expected on Win2k/IIS 5.
However, on Windows 2003 (Standard Ed.)/IIS 6, the page
using the content rotator gives the error "64 - Host not
available", and Technical Information "The server, while
acting as a gateway or proxy, has lost the connection with
the upstream content server."
I know that the page executes, since I inserted a simple...
response.write("testing")
response.flush
....before the code that executes the contentrotator. The
words "testing" appears fleetingly on the browser window
(tested on Firefox1.0 as well as Internet Explorer, same
result), followed by the error specified above. I have
enclosed the code below. Oddly, if I remove the img tags
from the html, there is no problem rendering the content.
The images specified by the img tags exist, so there should
be no problem there. In any case, as far as I understand,
the content rotator isn't at all responsible for the
behaviour or interpretation of the code, but is meant only
to randomly pick up text from a file and present it to the
calling code for processing.
I would deeply appreciate any help on this.
The code that runs the content rotator is:
<html>
<%
set cr=server.createobject("MSWC.ContentRotator")
response.write(cr.ChooseContent("test/rotate.txt"))
%>
</html>
The contents of the file rotate.txt is:
%%
<body style="margin: 0px; height: 100%; width: 100%; ">
<table width="100%" height="100%" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td >
<table width="713" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/test.bmp" ></td>
<td><img src="images/test.bmp" ></td>
<td><img src="images/test.bmp" ></td>
<td><img src="images/test.bmp" ></td>
</tr>
<tr>
<td colspan="3"><img src="images/test.bmp" ></td>
<td><img src="images/test.bmp" ></td>
</tr>
<tr>
<td colspan="3">
<img src="images/test.bmp" >
</td>
<td rowspan="5">
<img src="images/test.bmp" >
</td>
</tr>
<tr>
<td>
<img src="images/test.bmp" >
</td>
<td colspan="2">
<img src="images/test.bmp" >
</td>
</tr>
<tr>
<td colspan="2">
<img src="images/test.bmp" >
</td>
<td>
<img src="images/test.bmp" >
</td>
</tr>
<tr>
<td colspan="3">
<img src="images/test.bmp" >
</td>
</tr>
<tr>
<td colspan="3">
<img src="images/test.bmp" >
</td>
</tr>
</table></td>
</tr>
</table>
</body>
cirquitz Guest



Reply With Quote

