Hi,
I have inserted a rotating image function into a webpage which is supposed to update every 5 seconds. The script works fine as a normal html page, but i need it to work as an ascx page as my home page calls it from the following line:
<%@ Register TagPrefix="FiveStar" TagName="splashContent" Src="include/rotatingImages.ascx" %>
The image displays when called, but will not update as it did as an html page.
What am i doing wrong?
Thanks.
I have inserted a rotating image function into a webpage which is supposed to update every 5 seconds. The script works fine as a normal html page, but i need it to work as an ascx page as my home page calls it from the following line:
<%@ Register TagPrefix="FiveStar" TagName="splashContent" Src="include/rotatingImages.ascx" %>
The image displays when called, but will not update as it did as an html page.
What am i doing wrong?
Thanks.