04-18-07 06:19 PM
Hi Jim,
actually only one version of the script should show up with this http module
as the script block is registered using the name __CMS_Page and only one can
be registered using the same name.
Not sure what's going on on your system.
Cheers,
Stefan
"Jim Reynolds" <JimReynolds@discussions.microsoft.com> wrote in message
news:1CF1E31A-6DA2-454C-93A0-C4928AACA8D1@microsoft.com...[vbcol=seagreen]
> Hi Stefan,
>
> I have implemented that using VB.net and it still does not redirect. I
> have
> made the login page a cms posting and after authenticating it redirects to
> the template. I looked at the source and the script the httpmodule
> includes
> is put before i.e
>
> <script language="javascript" type="text/javascript">
> var theForm = document.forms['aspnetForm'];
> if (!theForm) {
> theForm = document.aspnetForm;
> }<!--
> var __CMS_PostbackForm = theForm;
> var __CMS_CurrentUrl = "/BACS/Resources/Login.htm";
> __CMS_PostbackForm.action = __CMS_CurrentUrl;
> // -->
> </script>
>
> <script language="javascript" type="text/javascript">
> <!--
> var __CMS_PostbackForm = document.forms['aspnetForm'];
> var __CMS_CurrentUrl =
> "/Bacs/Templates/Secure/Login.aspx?NRMODE=Published&......etc
>
> Can you help please?
>
> Jim
> "Stefan Goßner [MSFT]" wrote:
>
[ Post a follow-up to this message ]
|