The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to close window and redirect main window?
I have a link that opens a popup window telling users to register before they can listen to the vbradio with a close button on the button of the popup. How can i close the popup window and then redirect the main page to goto /forum/register.php ? i think it requires java? dunno, please help..
|
#2
|
||||
|
||||
Try this:
Code:
onclick="opener.document.location.href='/forum/register.php'; window.close();" |
#3
|
|||
|
|||
THAT line DIDNT work... because there isnt no "close" link to close.. any advice?
|
#4
|
||||
|
||||
That was a part of code for onclick event on "close" link. Here is full code:
Code:
<a href="javascript:void(0);" onclick="opener.document.location.href='/forum/register.php'; window.close();">close</a> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|