Hi Karen,
Assuming that you old domain is still there, you can add a META REFRESH tag
to each page that they might browse to, and replace the content in the page
with a message indicating that the site has moved. The META REFRESH tag goes
in the <head> section of the page, and looks like this:
<META HTTP-EQUIV="refresh"
content="5;URL=
http://www.yoursite.com/newpage.htm">
The "content" attribute indicates (1) the number of seconds to delay, and
(2) the URL to redirect to. So, you can control how long your message will
be displayed.
A good practice is to include in the message on the page a hyperlink to the
URL being redirected to, in case their browser doesn't support redirects
(extremely rare, but remotely possible). A typical message might read
something like:
This page (or site if you prefer using the same URL and message in all
pages) has moved to (hyperlink). Please update your bookmarks. If your
browser doesn't support redirects, please click here to go to (hyperlink).
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.