Hi all!
I need help to solve this headache.
I have a site where you comment in a Wall where everybody comments, but you can comment wherever. So my solution to do it is a pop-up window with javascript that shows a comment form.
When you comment then you are redirected to the wall-comment#n
My idea is to close it, because you can do it with window.close() but I have searched for hours and Im stuck.
I need to know where I have to put the function to close just after the comment is done.
Also I tought about a redirect to an url that autoclose after x secs the window but I dont know how to do it also.
Thanks in advance