1 - Mathematics is the language of nature. 2 - Everything around us can be represented and understood through numbers. 3 - If you graph the numbers of any system, patterns emerge.
code:
1
2
3
4
| <!-- Begin
function popUp(URL, a, b){
myWin = window.open(URL, 'naam', 'width=' + a + ', height=' + b + ', toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left = 250,top = 150');
} |
Ofwel: je zegt nu gewoon: 'de hoogte moet 'a' zijn', terwijl je bedoelt 'de hoogte moet de WAARDE van a zijn'. de vars dus buiten de string halen
Zoek dan in je boek eens op over de volgende dingen:
strings samenvoegen
functie argumenten
strings samenvoegen
functie argumenten
Kut man... tuurlijk... Wist ik ook wel!
Bedankt, sjroorda!
Bedankt, sjroorda!
1 - Mathematics is the language of nature. 2 - Everything around us can be represented and understood through numbers. 3 - If you graph the numbers of any system, patterns emerge.
dat laatste is onzin: doe het altijd, en het werkt ook altijd (NS, IE, Mozilla, ...)!
Verwijderd
Dat het werkt wil nog niet zeggen dat het mag...sjroorda schreef op 13 mei 2003 @ 14:48:
dat laatste is onzin: doe het altijd, en het werkt ook altijd (NS, IE, Mozilla, ...)!
Netscape JavaScript referencewindowFeatures is an optional string containing a comma-separated list of options for the new window (do not include any spaces in this list). After a window is open, you cannot use JavaScript to change the windowFeatures. You can specify the following features:
Netscape Javascript 1.5 reference (1.3 is alweer zo oudVerwijderd schreef op 13 May 2003 @ 15:09:
[...]
Dat het werkt wil nog niet zeggen dat het mag...
[...]
Netscape JavaScript reference
Intentionally left blank
Verwijderd
Ja, maar dat is de core JavaScript reference...daar staan geen client-side dingen (zoals window.open) in.
Staat er wel in, maar voor window.open wordt verwezen naar 1.3
. Maar Blues had helemaal gelijk, en ik zal het nooit meer gebruiken
!
Pagina: 1