×

Loading...

nothing wrong with window.close(), but how did you open it, check how rolia opens its pop-up window or try

[a href="javascript:popup('test.htm')"]pop[/a]

[script]
function popup(url) {
window.open(url,'popupwindow');
}
[/script]
Report