HTML ASPX WinCE question

From: EMW (SomeOne_at_MicroSoftdotCom)
Date: 07/14/04

  • Next message: iewhhos: "MobileFormsAuthentication.RedirectFromLoginPage"
    Date: Wed, 14 Jul 2004 19:44:54 +0200
    
    

    Hi,

    I use the following to start my ASPX:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
      <head>
        <title>index</title>
        <meta name="vs_defaultClientScript" content="JavaScript">
        <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
        <meta name="ProgId" content="VisualStudio.HTML">
        <meta name="Originator" content="Microsoft Visual Studio .NET 7.1">

        <script language="JavaScript">
          function size()
          {
            var scr_w = screen.availWidth;
            var scr_h = screen.availHeight;
          }
        </script>
      </head>
      <body>
        <P>&nbsp;</P>
        <P>&nbsp;</P>
        <P>&nbsp;</P>
        <P>&nbsp;</P>
        <P style="FONT-SIZE: xx-large; COLOR: gray; FONT-FAMILY: 'Lucida
    Calligraphy'" align="center">Loading........</P>
        <P>
        <script language="Javascript">
        <!--
     if (top.location != self.location) {top.location = self.location.href}
        //-->
        </script>
          <script language="JavaScript">
        var scr_w =document.body.clientWidth;
        var scr_h = document.body.clientHeight;

        window.location = 'fshome.aspx?width='+scr_w+',height='+scr_h
          </script>
        </P>
      </body>
    </html>

    This all is in the index.html file.
    Now I want the FSHOME.ASPX page to send the user to the mobile page when he
    enters the site-adres.
    But for some reason the above file does not continue, the fshome.aspx
    doesn't seem to get loaded.

    Is there something wrong in the file that windows mobile 2003 does not know?

    rg,
    Eric


  • Next message: iewhhos: "MobileFormsAuthentication.RedirectFromLoginPage"

    Relevant Pages

    • HTML/ASPX WinCE question
      ... I use the following to start my ASPX: ... Is there something wrong in the file that windows mobile 2003 does not know? ...
      (microsoft.public.pocketpc.developer)
    • HTML/ASPX question
      ... I use the following to start my ASPX: ... Is there something wrong in the file that windows mobile 2003 does not know? ...
      (microsoft.public.dotnet.framework.aspnet)
    • HTML/ASPX WinCE question
      ... I use the following to start my ASPX: ... Is there something wrong in the file that windows mobile 2003 does not know? ...
      (microsoft.public.dotnet.general)
    • Re: ASP.NET page bring someones data upon refresh
      ... Here is aspx ... <HTML> ... <HEAD> ... NullableLabelText=" " ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: No Page_Load event when loading .aspx page into iframe
      ... This application has a page that contains an iframe which loads an .aspx page and hyperlinks that load the iframe with different .aspx pages. ... The HTML/mark up for the .aspx pages executes every time, but the Page_Load events for the pages never run. ... <HTML> ... <HEAD> ...
      (microsoft.public.dotnet.framework.aspnet)

    Loading