> Can the hyperlink in the web messaging be open in a new window > without the user have to right click the hyperlink ? Hope > somebody can give me some input on this. If you mean all the links that might be in a plain-text or HTML message, yes. Just find your readmail.html file, and in between the <head> and </head> tags, put this line: <base target="_blank"> Ta Da. But now you've got a new problem: all the system links will open in new windows, too, so you have to find all the hardwired anchor tags on that page (search for "<a href=") and add 'target="_self"' (no single quotes) to all those anchor tags. Aren't template mods fun? :) Tomorrow we'll discuss how to change every instance of the folder label "Main" to "Inbox" (users like that label better, go figure) using JavaScript regular expressions. ;) -Ron mailto:[EMAIL PROTECTED] http://killerwebmail.com ... it's alive! Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
