|
Home > Archive > Microsoft Content Management Server > September 2005 > popup window
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| collie 2005-09-20, 7:48 am |
| Hello,
I am new to CMS and I have a question.
I have created a ticker (user control) that I place in my HomePage template.
The ticker (marquee) only appears when i edit the page and not when I want
to view the live site.
Why does this happen?
Further the ticker contains date,subject and message (placeholders). When
the ticker runs i only want to display the date and subject and when the user
clicks the subject i want to open a popup window with the message displayed.
Is there a way of doing that?
Thanks
| |
| Stefan [MSFT] 2005-09-20, 7:48 am |
| Hi Collie,
did you implement output caching?
Maybe a version of the page that does not contain the user control is
served.
In edit mode output caching is automatically disabled.
Or your control is in a section that does not show up in live mode something
like an authoring mode container or and <% if ... %> block.
Please check your code.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"collie" <collie@discussions.microsoft.com> wrote in message
news:05031788-2663-44A1-9786-D69A59C772E0@microsoft.com...
> Hello,
>
> I am new to CMS and I have a question.
>
> I have created a ticker (user control) that I place in my HomePage
> template.
> The ticker (marquee) only appears when i edit the page and not when I want
> to view the live site.
> Why does this happen?
> Further the ticker contains date,subject and message (placeholders). When
> the ticker runs i only want to display the date and subject and when the
> user
> clicks the subject i want to open a popup window with the message
> displayed.
> Is there a way of doing that?
>
> Thanks
| |
| collie 2005-09-20, 7:48 am |
| Hi,
Thanks for the reply. I can see the ticker now. The problem was with the
design.
How can I open the message in a popup window?
Thanks
"Stefan [MSFT]" wrote:
> Hi Collie,
>
> did you implement output caching?
> Maybe a version of the page that does not contain the user control is
> served.
> In edit mode output caching is automatically disabled.
>
> Or your control is in a section that does not show up in live mode something
> like an authoring mode container or and <% if ... %> block.
>
> Please check your code.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> ----------------------
>
>
> "collie" <collie@discussions.microsoft.com> wrote in message
> news:05031788-2663-44A1-9786-D69A59C772E0@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2005-09-20, 7:48 am |
| Hi Collie,
this is more an IE/HTML/Javascript related question.
You should post this to an IE related newsgroup.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"collie" <collie@discussions.microsoft.com> wrote in message
news:4F5771AC-FC85-451D-AB73-F07C41BCB9E7@microsoft.com...[vbcol=seagreen]
> Hi,
>
> Thanks for the reply. I can see the ticker now. The problem was with the
> design.
> How can I open the message in a popup window?
>
> Thanks
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|