Sure. You need a little JavaScript in your page to do it. You use the
window.open() method to do it. Create a web page for your message, and in
the page you want the popup to appear, you insert the JavaScript. Something
along the lines of the following (in your HTML View):
<script type="text/javascript"><!--
window.open("someurl.html");
// --></scrip0t>
--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.