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_defaul tClientScript" content="JavaSc ript">
<meta name="GENERATOR " content="Micros oft Visual Studio .NET 7.1">
<meta name="ProgId" content="Visual Studio.HTML">
<meta name="Originato r" content="Micros oft Visual Studio .NET 7.1">
<script language="JavaS cript">
function size()
{
var scr_w = screen.availWid th;
var scr_h = screen.availHei ght;
}
</script>
</head>
<body>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P style="FONT-SIZE: xx-large; COLOR: gray; FONT-FAMILY: 'Lucida
Calligraphy'" align="center"> Loading........ </P>
<P>
<script language="Javas cript">
<!--
if (top.location != self.location) {top.location = self.location.h ref}
//-->
</script>
<script language="JavaS cript">
var scr_w =document.body. clientWidth;
var scr_h = document.body.c lientHeight;
window.location = 'fshome.aspx?wi dth='+scr_w+',h eight='+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
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_defaul tClientScript" content="JavaSc ript">
<meta name="GENERATOR " content="Micros oft Visual Studio .NET 7.1">
<meta name="ProgId" content="Visual Studio.HTML">
<meta name="Originato r" content="Micros oft Visual Studio .NET 7.1">
<script language="JavaS cript">
function size()
{
var scr_w = screen.availWid th;
var scr_h = screen.availHei ght;
}
</script>
</head>
<body>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P style="FONT-SIZE: xx-large; COLOR: gray; FONT-FAMILY: 'Lucida
Calligraphy'" align="center"> Loading........ </P>
<P>
<script language="Javas cript">
<!--
if (top.location != self.location) {top.location = self.location.h ref}
//-->
</script>
<script language="JavaS cript">
var scr_w =document.body. clientWidth;
var scr_h = document.body.c lientHeight;
window.location = 'fshome.aspx?wi dth='+scr_w+',h eight='+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
Comment