Front Page 2003

  • Thread starter Thread starter Ian C
  • Start date Start date
I

Ian C

Can you put a "POP UP" box on your idex page say with a
Christmas Message. Sorry Iam quite a new user.

Thanks
Ian
 
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.
 
Back
Top