Forum Moderators: open
If this is possible, my next question is how can I do this?
These emails will only be going out company wide so we know that following:
Outlook 2000+
Windows 2000 and XP pro
IE 5.5+
There are a few people using OSX so it would be nice if it will work there too but it's not requisite.
Thanks!
Regardless what you're looking to do IF the code is rendered in Outlkook correctly might be done witht he following...
<a href="http://www.example.com" target="newwin"
onclick="window.open(this.href, this.target, 'fullscreen'); return
false">Click me</a>
Good luck!
[edited by: tedster at 9:19 pm (utc) on Sep. 21, 2004]
[edit reason] use example.com [/edit]