> Kan du bruge en JavaScript løsning, hvor du er nødt til at lukke et
> startvindue?
>
> <html>
> <head>
> <title>noget</title>
> <script language="javascript">
> <!--
> if (window.focus) { window.focus() }
> // -->
> </script>
> <script language="JavaScript">
> // Here resize the PopUp
> var popUpSizeX=800;
> var popUpSizeY=600;
> // Here move it to any point on screen
> var popUpLocationX=10;
> var popUpLocationY=15;
> // Add You
> var popUpURL="
http://www.dinURL.dk/";
> // ** do not edit below ***
> TsxWin =
> window.open("",'tsxpop','fullscreen=1,toolbar=0,location=0,directories=0,sta
> tus=0,menubar=0,scrollbars=0,resizable=0');
> TsxWin.blur(); // Hide while updating
> //window.focus();
> TsxWin.resizeTo(popUpSizeX,popUpSizeY);
> TsxWin.moveTo(popUpLocationX,popUpLocationY);
> TsxWin.location=popUpURL;
> TsxWin.blur();
> </script>
> </head>
>
> <BODY onLoad="loaded()">
> Luk dette vindue
> </body>
> </html>
>
>
mmm... Kan bare ik få det til at virke :(
Det sku gerne blive til et "Chromeless Window"...
Men - mange tak :D
--
Vil du lære at kode HTML, XHTML, CSS, SSI eller ASP ???
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials