Computer/flash
flash open window(Action script)
박현철
2006. 1. 3. 23:27
on (release) {
getURL("javascript:window.open('url', 'popUp', 'width=550, height=400 toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0')");
}
getURL("javascript:window.open('url', 'popUp', 'width=550, height=400 toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0')");
}