Page 1 of 1

Activation email

Posted: Fri Nov 11, 2005 3:56 am
by vigour
When the user register himself for a newsletter at my webshop the webshop sends out an email with an activationkey. When the user clicks the activationkey in the email I want the page to open in the webshops main frame instead of opening in a new window. Is this possible?

Posted: Fri Nov 11, 2005 12:51 pm
by s.dot
set the target attribute of your activation link.

<a href="#" target="mainwindow">

Posted: Fri Nov 11, 2005 12:54 pm
by Burrito
that won't work from an email.

you could have it open in the main window then do a redirect to place the main window in the frame.