Hallo zusammen.
Ich bin relativ neu vertraut mit HTML, möchte aber schnell gute resultate machen und sollte Eure Hilfe, bei etwas vermeindlich banalem haben.
Habe diese Seite gesehen: http://www.boros.de/
Sie startet fullScreen! das möchte ich auch bei meiner seite mache.
Nun habe ich den Quellentext angeschaut....
<HTML DIR=LTR>
<HEAD><TITLE>BOROS GmbH - Agentur für Kommunikation</TITLE>
<script language="JavaScript1.2"><!--
function fullScreen() {
moveTo(0,0);
if (document.layers) {
self.outerWidth=screen.width;
self.outerHeight=screen.height;
}
if (document.all) {
resizeTo(screen.width, screen.height);
}
}
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
function pop() {
window.open("popup.html","","height=139 width=137 left=700,top=30");
}
function popmovie(uri, name, paramet) {
PopWindow = window.open(uri,name,paramet);
PopWindow.focus();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</HEAD>
<BODY bgcolor="#FFFFFF" onLoad="MM_openBrWindow('anzeige.html','Anzeige','width=330,height=480')">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<table width="782" height="100%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="71"> </td>
<td> </td>
<td width="250"> </td>
</tr>
<tr>
<td> </td>
<td width="780" height="483">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="780" height="483" align="absmiddle">
<param name=movie value="boros_index.swf">
<param name=quality value=high>
<param name=bgcolor value=#FFFFFF>
<embed src="boros_index.swf" quality=high bgcolor=#FFFFFF width="780" height="483" align="absmiddle"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</BODY>
</HTML>
Habe versucht diese Pasage in meine Seite einzubauen!
<script language="JavaScript1.2"><!--
function fullScreen() {
moveTo(0,0);
if (document.layers) {
self.outerWidth=screen.width;
self.outerHeight=screen.height;
}
if (document.all) {
resizeTo(screen.width, screen.height);
}
}
//-->
</script>
hat aber nicht geklappt!!!
Wie muss ich das machen mit dem fullScreen??
Kann mir bitte jemand von Euch helfen.
Im voraus besten Dank. tom2