• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Akzeptieren

Snacke

New member
Hier mal ein cod, kann man da noch was besser machen oder ändern?
PHP:
<HEAD>
<SCRIPT LANGUAGE =" JavaScript">

<!--

function SmallWindow1(wintype) {

SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=no,menubar=no,width=360,height=210"); SmallWin.window.focus() }
-->

</SCRIPT>
<body bgcolor="#FFD39B">
<form action="link" name="agreeform">
<textarea rows="20" name="S1" cols="20" style="width:250" wrap=virtual>
Regeln
</textarea><br>
<input name="agreecheck" type="checkbox" onclick="this.form.subm.disabled=!this.checked">Ich bin mit den Bedingungen einverstanden.
<br><br><input type="Submit" value="Weiter" name="subm" disabled>
<script>
function winopen() {
// Here resize the PopUp
var popUpSizeX=250;
var popUpSizeY=200;

// Here move it to any poiny on screen	
var popUpLocationX=25;
var popUpLocationY=02;

// URL of the popUp
var popUpURL="popup.php";


splashWin = window.open("",'x','fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0');

splashWin.blur();
window.focus();

splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus();
}
</script>

<a href="link"><INPUT NAME="print" TYPE="button" VALUE="Diese Seite ausdrucken"></a>
</form>
<p>
Wenn Sie nicht weitergeleitet werden, einfach im Gäste Bereich vom Forum melden.
 
Moin!

Kann man. Script-Tags benötigen ein type-Attribut, style="width:250" benötigt eine Einheit...

Am besten, Du schickst mal die komplette Seite in Sachen HTML und CSS durch einen Validator und eliminierst die bemeckerten Fehler.

Ahoi - Pit
 
Zurück
Oben