|
Home > Archive > Microsoft Content Management Server > September 2005 > How to design Intro page with HtmlPlaceholder and Loding Home page
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]
| Author |
How to design Intro page with HtmlPlaceholder and Loding Home page
|
|
|
| Hi Pals,
My client asking us to develop a Intropage with the and he can edit the
content in the feature.
The problem is after desing the Intropage and post it to the server. But it
has to be load only one time. But in my case There is no navigation in the
Intro page. I given a link from Intro page to go to the Main Page. From the
main page Navigation will start. Whenever i click the Home Link it will goto
the Intro page.
Here I don't want to go the Intro page it has to be load Main page. Only
ones the Intro page has to be load further navigation in the site as to be
normal and whenever the user click the Home link has to go Main page. How to
do this any help..
Regards,
Umesha Bagalur
Here when i click the Home it is always go to the Intro page instead of Main
page. here I want
| |
| Stefan [MSFT] 2005-09-29, 7:50 am |
| Hi Umesh,
your "home" link should always link to the home page and not to the intro
page.
The Intro page should be the default page of your channel.
So if someone goes to the channel the intro page is loaded.
Then clicking there will redirect to the home page - which is not the
default page.
As all navigation directly links to the home page the intro page is not
opened in the future.
Alternativly you could set a session cookie in the intro page.
Then check if this session cookie exists in the home page and if not do a
redirect to the home page.
That would also work for bookmarked links to the homepage.
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
----------------------
"Umesh" <Umesh@discussions.microsoft.com> wrote in message
news:38C23173-4B31-4690-9526-5814ABA85ADF@microsoft.com...
> Hi Pals,
>
> My client asking us to develop a Intropage with the and he can edit the
> content in the feature.
>
> The problem is after desing the Intropage and post it to the server. But
> it
> has to be load only one time. But in my case There is no navigation in the
> Intro page. I given a link from Intro page to go to the Main Page. From
> the
> main page Navigation will start. Whenever i click the Home Link it will
> goto
> the Intro page.
>
> Here I don't want to go the Intro page it has to be load Main page. Only
> ones the Intro page has to be load further navigation in the site as to be
> normal and whenever the user click the Home link has to go Main page. How
> to
> do this any help..
>
> Regards,
> Umesha Bagalur
>
> Here when i click the Home it is always go to the Intro page instead of
> Main
> page. here I want
|
|
|
|
|