>> > Hi. I have my website content going into a HTML frame. I would like >> to >> > have the SM login page >> > appear in it as well but then break out into a new window/tab when a >> user >> > logs in. I figure I >> > need to modify login.php but I don't know what to change. I need to >> add ' >> > target = "_blank" ' >> > to some page. Can anyone help? >> >> conf.pl -> 1. Organization Preferences -> 6. Top Frame > > Well I put in "_blank" for that option but the thing still opens in the > frame. I wonder > what's wrong here? It originally had "_top" as a value.
Sorry. Misunderstood your question. Modify squirrelmail login form. <form action="redirect.php" target="_blank" ... other form attributes...> Please note that it is safer to keep login form and webmail within same browser window. If login form is visible to end user when user is already logged in, user might use other login name and corrupt his/her preferences. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
