|
Home > Archive > Microsoft Content Management Server > January 2005 > querystring removed by saving the posting.
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 |
querystring removed by saving the posting.
|
|
| Alan Wu 2005-01-18, 5:54 pm |
| Hi, Steven:
When I create a link to another posting with my own querystring inside CMS,
however, whenever I save it, my own querystring is removed.
Any idea to keep it?
e.g.
<a
href="/NR/exeres/667C174A-26C5-482A-AE1F-81479CA742AC.htm?NRMODE=Unpublished
&wbc_purpose=Basic&WBCMODE=PresentationUnpublished&myname=value">TEST</a>
Thanks!
-Alan
| |
| Spencer Harbar [MVP] 2005-01-19, 7:47 am |
| check out
CmsHttpContext.Current.PropgateParameter(parameter, value)
hth
Spence
www.mcmsfaq.com
"Alan Wu" <awu@gmri.com> wrote in message
news:%23Jclrca$EHA.1400@TK2MSFTNGP11.phx.gbl...
> Hi, Steven:
> When I create a link to another posting with my own querystring inside
> CMS,
> however, whenever I save it, my own querystring is removed.
> Any idea to keep it?
> e.g.
> <a
> href="/NR/exeres/667C174A-26C5-482A-AE1F-81479CA742AC.htm?NRMODE=Unpublished
> &wbc_purpose=Basic&WBCMODE=PresentationUnpublished&myname=value">TEST</a>
>
> Thanks!
>
> -Alan
>
>
| |
| Alan Wu 2005-01-19, 5:51 pm |
| Spencer:
This is not what I want.
I want to be able to add my own querystring to the posting URL inside a
HTMLPlaceholder.
However, I appreciate your help.
Thanks!
-Alan
"Spencer Harbar [MVP]" <spence@harbar.net> wrote in message
news:ur%23Bg6g$EHA.4004@tk2msftngp13.phx.gbl...
> check out
>
> CmsHttpContext.Current.PropgateParameter(parameter, value)
>
>
> hth
> Spence
> www.mcmsfaq.com
>
> "Alan Wu" <awu@gmri.com> wrote in message
> news:%23Jclrca$EHA.1400@TK2MSFTNGP11.phx.gbl...
href="/NR/exeres/667C174A-26C5-482A-AE1F-81479CA742AC.htm?NRMODE=Unpublished[vbcol=seagreen]
&wbc_purpose=Basic&WBCMODE=PresentationUnpublished&myname=value">TEST</a>[vbcol=seagreen]
>
>
| |
| Stefan [MSFT] 2005-01-19, 5:51 pm |
| Hi Alan,
Spencers approach would do this.
Cheers,
Stefan.
"Alan Wu" <awu@gmri.com> wrote in message
news:u11HFYj$EHA.600@TK2MSFTNGP09.phx.gbl...
> Spencer:
> This is not what I want.
> I want to be able to add my own querystring to the posting URL inside a
> HTMLPlaceholder.
> However, I appreciate your help.
> Thanks!
>
> -Alan
>
> "Spencer Harbar [MVP]" <spence@harbar.net> wrote in message
> news:ur%23Bg6g$EHA.4004@tk2msftngp13.phx.gbl...
>
href="/NR/exeres/667C174A-26C5-482A-AE1F-81479CA742AC.htm?NRMODE=Unpublished
> &wbc_purpose=Basic&WBCMODE=PresentationUnpublished&myname=value">TEST</a>
>
>
| |
|
| You might want to try putting the proper path instead
of /Nr url like
/mysite/en-ca/Home?param1=Hello
this should keep the parameter . Also there is a Hot Fix
for CMS that was for missing parameters I think it is
KB836895 . You should be able to get free hot fix from
microsoft.
>-----Original Message-----
>Hi Alan,
>
>Spencers approach would do this.
>
>Cheers,
>Stefan.
>
>
>"Alan Wu" <awu@gmri.com> wrote in message
>news:u11HFYj$EHA.600@TK2MSFTNGP09.phx.gbl...
posting URL inside a[vbcol=seagreen]
message[vbcol=seagreen]
value)[vbcol=seagreen]
own querystring inside[vbcol=seagreen]
removed.[vbcol=seagreen]
>href="/NR/exeres/667C174A-26C5-482A-AE1F-
81479CA742AC.htm?NRMODE=Unpublished
&wbc_purpose=Basic&WBCMODE=PresentationUnpublished&myname=
value">TEST</a>[vbcol=seagreen]
>
>
>.
>
|
|
|
|
|