PDA

View Full Version : How do I add, a back to top option on my webpage using publisher.Also html for...


mr G
11-19-2007, 05:01 PM
...pop up when leaving a site? Hello o am using microsoft publisher to make a website not the best i know but.I want my navigation buttons to be at both the top and bottom which i have done is there a way of adding somesort of form to the page or html coding that will make the page scrol to the top automatically.Thank you.Also whats the Html codeing to have a pop up come up when a user leaves the site thanks Lloyd :D

Delfin
11-19-2007, 05:03 PM
"Back to top" is commonly done via an "anchor link", meaning it's a link to a certain area of the page...check your help documentation for anchor links.

as for the pop up on leaving, you might run a search on javascript source code site, I'm pretty sure you'll find what you're looking for.
good luck