Reputation: 9
we created a custom page which trigered by the component as Custom URL,
we have a close button on the page which calles a js function of window.close ,
it works for I.e and Chrome but not in FF.
we tried also to use local var that receive the window.open("","_self") and close it but didn't succeeded.
Upvotes: 0
Views: 113
Reputation: 3409
This is a browser issue and isn't specific to Tridion. Have a look at this thread which answers a similar question: How can I close a window with Javascript on Mozilla Firefox 3?
Upvotes: 3