Javascript:self.close() inside an IFRAME in a popup?

Does anyone know how to make this work ?

Im going nuts! :slight_smile:

Thanks

Rikki

Try window.parent.close()

Ciao! :slight_smile:

Wouldn’t window.close() should be more then sufficient as window.parent would imply the window having a parent object…

welcome back pip, that thread of yourse requesting a site comment has gotten quite the traffic as users want to see it (ASP error).

Originally posted by pip
[B]Try window.parent.close()

Ciao! :slight_smile: [/B]

Thanks, works a treat!

Rikki