javascript - New window redirecting to my homepage -


hey have problem code redirecting homepage. have registration page when click submit, opens new window welcoming page. on new window has link go homepage, works. i'm wondering can somehow create link on closes window , makes registration page on redirect homepage? hope question makes sense!

a bit confused why you'd want handle way. send them homepage after click submit link on registration page? if so, can javascript using document.location = "/";


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -