Du skal bare rette på alle de yes, bredde og sådan noget.
Popup når siden bliver loadet:
<body onload="window.open('
ADRESSEN TIL SIDEN','mywindow','width=400,height=200,toolbar=yes,location=yes,
directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')">
Link til siden:
<a href="#" onClick="
window.open('ADRESSEN TIL SIDEN','mywindow','width=400,height=200,toolbar=yes,location=yes,
directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')">Test</a>
Knap til siden:
<form>
<input type="button" onClick="window.open('
ADRESSEN TIL SIDEN','mywindow','width=400,height=200,toolbar=yes,location=yes,
directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')">
</form>
Indlæg senest redigeret d. 29.03.2006 12:03 af Bruger #7494