ik heb nu
die opent popup window net zo groot als plaatje maar ik dacht dat ik in <body tag de witte rang weg te kunnen halen maar dat werkt niet
hoe kan ik dat oplossen?
code:
1
2
3
4
5
6
| function showpic( the_file, the_width, the_height, name ) {
propertystring = "height=" + the_height + ",width=" + the_width + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resize=yes,resizable=0";
win = document.open("about:", "", propertystring);
win.document.title = name;
win.document.body.innerHTML = '<html><body bgProperties=fixed leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"><center>[img]"'[/img]</center></body></html>'
} |
die opent popup window net zo groot als plaatje maar ik dacht dat ik in <body tag de witte rang weg te kunnen halen maar dat werkt niet