P
Plasson
<script language="JavaScript">
window.opener.location.reload();
setTimeout(window.close(), 5000);
</script>
I have this code in a popup in which I let user login using PHP (2 passages:
insert data, submit). The second command does work alone, while the first
there is not way to make it work. Suggestions? I read someone having the
same problem on devshed, unsolved for him/her, too.
Thank you in advance.
A.
--
My homepage
http://antoniobonanno.debris.it/
My portfolios
http://www.debris.it/whois.php?i=6
http://www.usefilm.com/photographer/19053.html
http://www.photosig.com/go/users/view?id=99395
window.opener.location.reload();
setTimeout(window.close(), 5000);
</script>
I have this code in a popup in which I let user login using PHP (2 passages:
insert data, submit). The second command does work alone, while the first
there is not way to make it work. Suggestions? I read someone having the
same problem on devshed, unsolved for him/her, too.
Thank you in advance.
A.
--
My homepage
http://antoniobonanno.debris.it/
My portfolios
http://www.debris.it/whois.php?i=6
http://www.usefilm.com/photographer/19053.html
http://www.photosig.com/go/users/view?id=99395