>> >> Do you want to remove frame that is generated by src/webmail.php? >> > Er.... yes but that's not all. I'm trying to open a single page without > rest of the frame set, but do it in a single action. For example I would > like to be able to send a POST (containing Username and pass info) to > redirect.php, and rather than being sent to '/webmail.php' be sent to > '/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=INBOX' or > perhaps '/compose.php?mailbox=INBOX'. Is that any clearer?
Yep. One more way to say "frameless squirrelmail". http://www.topolis.lt/squirrelmail/sm-lite/src-redirect.php.diff.gz http://www.topolis.lt/squirrelmail/sm-lite/ 1. Remove frames. (src-redirect.php.diff.gz) 2. Fix or remove frame target tags (other three patches) 3. install jump_to_folder plugin and add it to right_main_after_header hook. If you want navigation between folders, you will need that plugin. compose.php uses mailbox variable together with other variables. without them there is no point of using '?mailbox=INBOX' ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
